Skip to content

Commit 3d1a5f5

Browse files
authored
Merge pull request #12 from johnf/chore/laravel-10
chore: support laravel 10.x
2 parents 30f6642 + a6919d0 commit 3d1a5f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"require": {
1818
"php": ">=7.1",
1919
"glhd/aire": "^2.0",
20-
"illuminate/support": "^5.7|^6.0|^7.0|^8.0|^9.0"
20+
"illuminate/support": "^5.7|^6.0|^7.0|^8.0|^9.0|^10.0"
2121
},
2222
"require-dev": {
2323
"orchestra/testbench": "~3.0|~4.0|~5.0|~6.0",

0 commit comments

Comments
 (0)