Skip to content

Commit 6cae0c3

Browse files
authored
Add laravel 12 support (#48)
1 parent 91c1f17 commit 6cae0c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

+2-2
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)