Skip to content

Commit 6d0dd68

Browse files
committed
Update dependencies for Laravel 11
1 parent 54919a8 commit 6d0dd68

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

composer.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,17 @@
1616
}
1717
],
1818
"require": {
19-
"php": "^8.1|^8.2",
19+
"php": "^8.1|^8.2|8.3",
2020
"archtechx/enums": "*",
21-
"illuminate/contracts": "^9.0|^10.0",
22-
"illuminate/http": "^9.0|^10.0",
23-
"illuminate/support": "^9.0|^10.0",
24-
"spatie/laravel-data": "^1.4|^2.0",
21+
"illuminate/contracts": "^9.0|^10.0|^11.0",
22+
"illuminate/http": "^9.0|^10.0|^11.0",
23+
"illuminate/support": "^9.0|^10.0|^11.0",
24+
"spatie/laravel-data": "^1.4|^2.0|^3.12",
2525
"spatie/laravel-package-tools": "^1.9.2"
2626
},
2727
"require-dev": {
28-
"nunomaduro/collision": "^5.0|^6.0|^7.0",
29-
"orchestra/testbench": "^6.0|^7.0|^8.0",
28+
"nunomaduro/collision": "^5.0|^6.0|^7.0||^8.0",
29+
"orchestra/testbench": "^6.0|^7.0|^8.0|^9.0",
3030
"pestphp/pest": "^1.21",
3131
"pestphp/pest-plugin-laravel": "^1.1",
3232
"phpstan/phpstan-phpunit": "^1.0",

0 commit comments

Comments
 (0)