Skip to content

Commit 1e09ae4

Browse files
authored
add Laravel 12 support
1 parent d839a79 commit 1e09ae4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@
1313
"php": "^8.1",
1414
"ext-pdo": "*",
1515
"ext-json": "*",
16-
"illuminate/console": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
17-
"illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
18-
"illuminate/cache": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
19-
"illuminate/database": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0"
16+
"illuminate/console": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0",
17+
"illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0",
18+
"illuminate/cache": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0",
19+
"illuminate/database": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0"
2020
},
2121
"require-dev": {
22-
"laravel/framework": "^8.0|^9.0|^10.0|^11.0"
22+
"laravel/framework": "^8.0|^9.0|^10.0|^11.0|^12.0"
2323
},
2424
"autoload": {
2525
"psr-4": {

0 commit comments

Comments
 (0)