Skip to content

Commit a05d647

Browse files
committed
Allow using Laravel 12
1 parent d3224b9 commit a05d647

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,14 @@
3232
],
3333
"require": {
3434
"php": "^8.1",
35-
"illuminate/support": "^10.0|^11.0",
35+
"illuminate/support": "^10.0|^11.0|^12.0",
3636
"loophp/phposinfo": "^1.8",
3737
"opis/closure": "^4.0"
3838
},
3939
"require-dev": {
4040
"phpunit/phpunit": "^10",
41-
"orchestra/testbench": "^8.0|^9.0",
42-
"laravel/laravel": "^11.0"
41+
"orchestra/testbench": "^8.0|^9.0|^10.0",
42+
"laravel/laravel": "^11.0|^12.0"
4343
},
4444
"scripts": {
4545
"test": "vendor/bin/phpunit tests"

0 commit comments

Comments
 (0)