Skip to content

Commit 6f7f752

Browse files
committed
Update composer for test workflow
1 parent 6946e32 commit 6f7f752

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
@@ -17,17 +17,16 @@
1717
],
1818
"require": {
1919
"php": "^8.2",
20-
"spatie/laravel-package-tools": "^1.16",
21-
"illuminate/contracts": "^10.0||^11.0||^12.0"
20+
"illuminate/contracts": "^10.0||^11.0||^12.0",
21+
"spatie/laravel-package-tools": "^1.16"
2222
},
2323
"require-dev": {
2424
"laravel/pint": "^1.14",
2525
"nunomaduro/collision": "^8.1.1||^7.10.0",
2626
"larastan/larastan": "^2.9||^3.0",
27-
"orchestra/testbench": "^10.0.0||^9.0.0||^8.22.0",
28-
"pestphp/pest": "^3.0",
29-
"pestphp/pest-plugin-arch": "^3.0",
30-
"pestphp/pest-plugin-laravel": "^3.0",
27+
"pestphp/pest": "^2.0||^3.0",
28+
"pestphp/pest-plugin-arch": "^2.0||^3.0",
29+
"pestphp/pest-plugin-laravel": "^2.0||^3.0",
3130
"phpstan/extension-installer": "^1.3||^2.0",
3231
"phpstan/phpstan-deprecation-rules": "^1.1||^2.0",
3332
"phpstan/phpstan-phpunit": "^1.3||^2.0",

0 commit comments

Comments
 (0)