Skip to content

Commit 49588cd

Browse files
Merge pull request #91 from patoui/master
feat: add support for Laravel 10
2 parents 017716c + 3177437 commit 49588cd

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
@@ -11,8 +11,8 @@
1111
],
1212
"require": {
1313
"php": "^7.2.5|^8.0",
14-
"illuminate/support": "^7.0|^8.0|^9.0",
15-
"illuminate/filesystem": "^7.0|^8.0|^9.0",
14+
"illuminate/support": "^7.0|^8.0|^9.0|^10.0",
15+
"illuminate/filesystem": "^7.0|^8.0|^9.0|^10.0",
1616
"doctrine/annotations": "~1.2",
1717
"phpdocumentor/reflection-docblock": "^3.1 || ^4.1 || ^5"
1818
},

0 commit comments

Comments
 (0)