Skip to content

Commit 2fd5394

Browse files
committed
Bump dependencies for Laravel 12
1 parent 52e5b02 commit 2fd5394

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
],
1717
"require": {
1818
"php": "^8",
19-
"illuminate/support": "^9|^10|^11.0",
19+
"illuminate/support": "^9|^10|^11.0|^12.0",
2020
"symfony/form": "^6|^7.0",
2121
"symfony/validator": "^6|^7.0",
2222
"symfony/twig-bridge": "^6|^7.0",
@@ -44,7 +44,7 @@
4444
},
4545
"require-dev": {
4646
"squizlabs/php_codesniffer": "^2.3|^3.9",
47-
"orchestra/testbench": "^7|^8|^9.0"
47+
"orchestra/testbench": "^7|^8|^9.0|^10.0"
4848
},
4949
"scripts": {
5050
"test": "phpunit",

0 commit comments

Comments
 (0)