Skip to content

Commit 2ac6796

Browse files
committed
support 7.0
1 parent af91d8d commit 2ac6796

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
@@ -15,10 +15,10 @@
1515
}
1616
},
1717
"require": {
18-
"illuminate/support": "^5.1|^6.0",
18+
"illuminate/support": "^5.1|^6.0|^7.0",
1919
"symfony/console": "^2.7|^3.0|^4.0|^5.0",
2020
"symfony/process": "^2.7|^3.0|^4.0|^5.0",
21-
"illuminate/filesystem": "^5.1|^6.0",
21+
"illuminate/filesystem": "^5.1|^6.0|^7.0",
2222
"guzzlehttp/guzzle": "^6.0"
2323
},
2424
"bin": [

0 commit comments

Comments
 (0)