Skip to content

Commit 2728c55

Browse files
aglipancibweston92
authored andcommitted
Adding Support for Laravel 12
1 parent 8e44bf7 commit 2728c55

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
@@ -9,8 +9,8 @@
99
}
1010
],
1111
"require": {
12-
"illuminate/support": "^4.2|^5|^6|^7|^8|^9|^10|^11",
13-
"illuminate/cache": "^4.2|^5|^6|^7|^8|^9|^10|^11"
12+
"illuminate/support": "^4.2|^5|^6|^7|^8|^9|^10|^11|^12",
13+
"illuminate/cache": "^4.2|^5|^6|^7|^8|^9|^10|^11|^12"
1414
},
1515
"suggest": {
1616
"illuminate/filesystem": "Save settings to a JSON file.",

0 commit comments

Comments
 (0)