Skip to content

Commit f49cc32

Browse files
committed
TEST
1 parent 4d6d63f commit f49cc32

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

composer.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17,21 +17,21 @@
1717
],
1818
"require": {
1919
"php": "^8.1",
20+
"illuminate/console": "^10.0 | ^11.0",
2021
"spatie/laravel-package-tools": "^1.18",
21-
"illuminate/contracts": "^10.0 | ^11.0",
22-
"illuminate/console": "^10.0 | ^11.0"
22+
"illuminate/contracts": "^10.0 | ^11.0"
2323
},
2424
"require-dev": {
2525
"laravel/pint": "^1.20",
26-
"nunomaduro/collision": "^8.5",
27-
"larastan/larastan": "^3.0",
28-
"orchestra/testbench": "^9.9",
29-
"pestphp/pest": "^3.7",
30-
"pestphp/pest-plugin-laravel": "^3.0",
26+
"nunomaduro/collision": "^7.11 | ^8.5",
27+
"pestphp/pest": "^2.36 | ^3.7",
28+
"pestphp/pest-plugin-laravel": "^2.4 | ^3.0",
29+
"orchestra/testbench": "^8.31 | ^9.9",
30+
"phpunit/phpunit": "^10.5 | ^11.5",
3131
"phpstan/extension-installer": "^1.4",
32-
"phpstan/phpstan-deprecation-rules": "^2.0",
33-
"phpstan/phpstan-phpunit": "^2.0",
34-
"phpunit/phpunit": "^11.5"
32+
"larastan/larastan": "^2.9 | ^3.0",
33+
"phpstan/phpstan-phpunit": "^1.4 | ^2.0",
34+
"phpstan/phpstan-deprecation-rules": "^1.2 | ^2.0"
3535
},
3636
"autoload": {
3737
"psr-4": {

0 commit comments

Comments
 (0)