Skip to content

Commit 079af28

Browse files
laravel-shiftkorridor
authored andcommitted
Bump dependencies for Laravel 12
1 parent bb46260 commit 079af28

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@
1919
"license": "MIT",
2020
"require": {
2121
"php": ">=8.1",
22-
"illuminate/support": "^10|^11",
23-
"illuminate/database": "^10|^11"
22+
"illuminate/support": "^10|^11|^12.0",
23+
"illuminate/database": "^10|^11|^12.0"
2424
},
2525
"require-dev": {
26-
"orchestra/testbench": "^8.0|^9.0",
27-
"phpunit/phpunit": "^10",
26+
"orchestra/testbench": "^8.0|^9.0|^10.0",
27+
"phpunit/phpunit": "^10|^11.5.3",
2828
"friendsofphp/php-cs-fixer": "^3.6",
2929
"squizlabs/php_codesniffer": "^3.5"
3030
},

0 commit comments

Comments
 (0)