Skip to content

Commit 34be42f

Browse files
committed
Add laravel 12 support
1 parent 91c1f17 commit 34be42f

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
@@ -18,11 +18,11 @@
1818
"keywords": ["Laravel", "Ussd"],
1919
"require": {
2020
"php": "^8.0",
21-
"illuminate/support": "~8|~9|~10|~11"
21+
"illuminate/support": "~8|~9|~10|~11|~12"
2222
},
2323
"require-dev": {
2424
"phpunit/phpunit": "^9.6",
25-
"orchestra/testbench": "~6|~7|~8|~9",
25+
"orchestra/testbench": "~6|~7|~8|~9|~10",
2626
"friendsofphp/php-cs-fixer": "^3.41"
2727
},
2828
"autoload": {

0 commit comments

Comments
 (0)