Skip to content

Commit 1fe7826

Browse files
committed
wip
1 parent b0b3d81 commit 1fe7826

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

composer.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
"php": "^7.4 || ^8.0",
3030
"ext-curl": "*",
3131
"ext-json": "*",
32-
"nunomaduro/collision": "^6.4|^7.0|^8.0",
3332
"ramsey/uuid": "^3.0 || ^4.1",
3433
"spatie/backtrace": "^1.1|^2.0",
3534
"spatie/macroable": "^1.0 || ^2.0",
@@ -38,12 +37,12 @@
3837
},
3938
"require-dev": {
4039
"illuminate/support": "^7.20 || ^8.18 || ^9.0 || ^10.0 || ^11.0",
41-
"nesbot/carbon": "^2.63|^3.0",
42-
"pestphp/pest": "^1.22|^2.0|^3.0",
43-
"phpstan/phpstan": "^1.10.57|^2.0.2",
44-
"phpunit/phpunit": "^9.5|^10.0|^11.0|^12.0",
40+
"nesbot/carbon": "^2.63",
41+
"pestphp/pest": "^1.22",
42+
"phpstan/phpstan": "^1.10.57 || ^2.0.2",
43+
"phpunit/phpunit": "^9.5",
4544
"rector/rector": "dev-main",
46-
"spatie/phpunit-snapshot-assertions": "^4.2|^5.1",
45+
"spatie/phpunit-snapshot-assertions": "^4.2",
4746
"spatie/test-time": "^1.2"
4847
},
4948
"minimum-stability": "dev",

0 commit comments

Comments
 (0)