Skip to content

Commit 1dcde02

Browse files
authored
Merge pull request #173 from aglipanci/patch-1
Adding support for Laravel 10.
2 parents cae2e1d + 364ecd6 commit 1dcde02

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: composer.json

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

0 commit comments

Comments
 (0)