Skip to content

Commit ffeed3d

Browse files
committed
Laravel v12 Compatibility
1 parent b48eb61 commit ffeed3d

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

composer.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,10 @@
1616
],
1717
"require": {
1818
"php": "^8.2",
19-
"illuminate/database": "^11",
20-
"illuminate/filesystem": "^11",
21-
"illuminate/http": "^11",
22-
"illuminate/support": "^11",
23-
"illuminate/view": "^11"
19+
"illuminate/database": "^11|^12",
20+
"illuminate/filesystem": "^11|^12",
21+
"illuminate/http": "^11|^12",
22+
"illuminate/support": "^11|^12"
2423
},
2524
"require-dev": {
2625
"algolia/algoliasearch-client-php": "^3.4.1",

0 commit comments

Comments
 (0)