Skip to content

Commit c6eb5e3

Browse files
committed
chore: modify packages to pass tests
1 parent b9bd9ac commit c6eb5e3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,17 @@
1818
}
1919
],
2020
"require": {
21-
"php": "^8.2",
22-
"spatie/laravel-package-tools": "^1.92",
21+
"php": "^8.4",
22+
"spatie/laravel-package-tools": "^1.16",
2323
"illuminate/contracts": "^10.0||^11.0||^12.0"
2424
},
2525
"require-dev": {
26-
"laravel/pint": "^1.21",
26+
"laravel/pint": "^1.14",
2727
"nunomaduro/collision": "^8.1.1||^7.10.0",
28-
"orchestra/testbench": "^10.1.0||^9.0.0||^8.22.0",
28+
"orchestra/testbench": "^10.0.0||^9.0.0||^8.22.0",
2929
"pestphp/pest": "^3.0",
30-
"pestphp/pest-plugin-arch": "^3.1",
31-
"pestphp/pest-plugin-laravel": "^3.1"
30+
"pestphp/pest-plugin-arch": "^3.0",
31+
"pestphp/pest-plugin-laravel": "^3.0"
3232
},
3333
"autoload": {
3434
"psr-4": {

0 commit comments

Comments
 (0)