Skip to content

Commit e4d773c

Browse files
authored
Merge pull request #1 from amartinv/master
Updated to support Laravel 10
2 parents 7266d6d + 52f5812 commit e4d773c

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
@@ -17,8 +17,8 @@
1717
],
1818
"require": {
1919
"php": ">=7.2",
20-
"illuminate/config": "^6.0|^7.0|^8.0|^9.0",
21-
"illuminate/filesystem": "^6.0|^7.0|^8.0|^9.0"
20+
"illuminate/config": "^6.0|^7.0|^8.0|^9.0|^10.0",
21+
"illuminate/filesystem": "^6.0|^7.0|^8.0|^9.0|^10.0"
2222
},
2323
"autoload": {
2424
"psr-4": {

0 commit comments

Comments
 (0)