Skip to content

Commit 000385c

Browse files
authored
Merge pull request #59 from cego/lejo/support-laravel-12-align-fields
Allow laravel 12, align fields
2 parents 7d01d7e + c91c15b commit 000385c

File tree

6 files changed

+2471
-1818
lines changed

6 files changed

+2471
-1818
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@
1616
"ext-json": "*",
1717
"ext-mbstring": "*",
1818
"nesbot/carbon": "^2.17|^3.0",
19-
"illuminate/http": "^11.0",
20-
"illuminate/support": "^11.0"
19+
"illuminate/http": "^11.0|^12.0",
20+
"illuminate/support": "^11.0|^12.0"
2121
},
2222
"require-dev": {
23-
"orchestra/testbench": "^9.0",
23+
"orchestra/testbench": "^10.0",
2424
"doctrine/dbal": "^4.0",
2525
"cego/php-cs-fixer": "^2.0"
2626
},

0 commit comments

Comments
 (0)