Skip to content

Commit 73906e9

Browse files
authored
support laravel 12
1 parent a8cf9e0 commit 73906e9

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
@@ -16,11 +16,11 @@
1616
],
1717
"require": {
1818
"php": "^8.1",
19-
"illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
19+
"illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0",
2020
"utopia-php/domains": "^0.5.0"
2121
},
2222
"require-dev": {
23-
"laravel/framework": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
23+
"laravel/framework": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0",
2424
"laravellux/html": "^7.1",
2525
"mockery/mockery": "^1.0",
2626
"nesbot/carbon": "^1.26.3 || ^2.0",

0 commit comments

Comments
 (0)