Skip to content

Commit 8c8bc96

Browse files
authored
chore(core): remove collision (#698)
1 parent 7b7e2ca commit 8c8bc96

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
"monolog/monolog": "^3.7.0",
2121
"nette/php-generator": "^4.1.6",
2222
"nikic/php-parser": "^5.3",
23-
"nunomaduro/collision": "^8.4",
2423
"php": "^8.3",
2524
"psr-discovery/http-client-implementations": "1.x-dev",
2625
"psr-discovery/http-factory-implementations": "1.x-dev",

src/Tempest/Core/composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77
"php": "^8.3",
88
"tempest/container": "dev-main",
99
"vlucas/phpdotenv": "^5.6",
10-
"filp/whoops": "^2.15",
11-
"nunomaduro/collision": "^8.4"
10+
"filp/whoops": "^2.15"
1211
},
1312
"autoload": {
1413
"psr-4": {

0 commit comments

Comments
 (0)