Skip to content

Commit be5cb67

Browse files
committed
Drop old dependency versions
1 parent c139524 commit be5cb67

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@
2323
},
2424
"require-dev": {
2525
"friendsofphp/php-cs-fixer": "^3.4",
26-
"nunomaduro/collision": "^5.10 |^6.0 | ^7.0 | ^8.0",
26+
"nunomaduro/collision": "^7.0 | ^8.0",
2727
"larastan/larastan": "^2.0",
2828
"orchestra/testbench": "^9 | ^10",
29-
"pestphp/pest": "^2.0 || ^3.0",
30-
"pestphp/pest-plugin-laravel": "^2.0 || ^3.0",
29+
"pestphp/pest": "^3.0",
30+
"pestphp/pest-plugin-laravel": "^3.0",
3131
"phpstan/extension-installer": "^1.1",
3232
"phpstan/phpstan-deprecation-rules": "^1.0",
3333
"phpstan/phpstan-phpunit": "^1.0",
34-
"phpunit/phpunit": "^9.4 | ^10.0 | ^11.0"
34+
"phpunit/phpunit": "^11.0"
3535
},
3636
"autoload": {
3737
"psr-4": {

0 commit comments

Comments
 (0)