Skip to content

Commit 6637af3

Browse files
authored
Laravel 12 support
1 parent 40485e7 commit 6637af3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,16 @@
2525
"ext-json": "*",
2626
"barryvdh/reflection-docblock": "^2.3",
2727
"composer/class-map-generator": "^1.0",
28-
"illuminate/console": "^11.15",
29-
"illuminate/database": "^11.15",
30-
"illuminate/filesystem": "^11.15",
31-
"illuminate/support": "^11.15"
28+
"illuminate/console": "^11.15|^12",
29+
"illuminate/database": "^11.15|^12",
30+
"illuminate/filesystem": "^11.15|^12",
31+
"illuminate/support": "^11.15|^12"
3232
},
3333
"require-dev": {
3434
"ext-pdo_sqlite": "*",
3535
"friendsofphp/php-cs-fixer": "^3",
36-
"illuminate/config": "^11.15",
37-
"illuminate/view": "^11.15",
36+
"illuminate/config": "^11.15|^12",
37+
"illuminate/view": "^11.15|^12",
3838
"mockery/mockery": "^1.4",
3939
"orchestra/testbench": "^9.2",
4040
"phpunit/phpunit": "^10.5",

0 commit comments

Comments
 (0)