Skip to content
This repository was archived by the owner on Jan 23, 2021. It is now read-only.

Commit a9426b9

Browse files
authored
Merge pull request #6 from djoudi/patch-1
Add Laravel 8 Support
2 parents 7180002 + 5c3461c commit a9426b9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
],
1414
"require": {
1515
"php": "~7.2",
16-
"illuminate/console": "~5.5|^6.0|^7.0",
17-
"illuminate/view": "~5.5|^6.0|^7.0",
18-
"illuminate/filesystem": "~5.5|^6.0|^7.0",
19-
"illuminate/support": "~5.5|^6.0|^7.0"
16+
"illuminate/console": "~5.5|^6.0|^7.0|^8.0",
17+
"illuminate/view": "~5.5|^6.0|^7.0|^8.0",
18+
"illuminate/filesystem": "~5.5|^6.0|^7.0|^8.0",
19+
"illuminate/support": "~5.5|^6.0|^7.0|^8.0"
2020
},
2121
"require-dev": {
2222
"phpunit/phpunit": "~6.5|^8.5"

0 commit comments

Comments
 (0)