Skip to content

Commit a1a9d66

Browse files
Properly bump to Laravel 9
1 parent 3506c4c commit a1a9d66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@
1818
"require": {
1919
"php": "^8.0",
2020
"spatie/laravel-package-tools": "^1.9.2",
21-
"illuminate/contracts": "^8.73"
21+
"illuminate/contracts": "^9.11"
2222
},
2323
"require-dev": {
2424
"nunomaduro/collision": "^6.1",
25-
"orchestra/testbench": "^6.22",
25+
"orchestra/testbench": "^7.4.0",
2626
"pestphp/pest": "^1.21",
2727
"pestphp/pest-plugin-laravel": "^1.2",
2828
"phpunit/phpunit": "^9.5",

0 commit comments

Comments
 (0)