Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
Update composer.json for support laravel 8
  • Loading branch information
andryshok authored and markcameron committed Dec 31, 2020
1 parent dcdc2ca commit 4ed3809
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"php": ">=5.4.0",
"tedivm/jshrink": "~1.0",
"natxet/cssmin": "3.*",
"illuminate/filesystem": "~5.0|^6|^7",
"illuminate/support": "~5.0|^6|^7"
"illuminate/filesystem": "~5.0|^6|^7|^8",
"illuminate/support": "~5.0|^6|^7|^8"
},
"require-dev": {
"phpspec/phpspec": "2.0.0",
Expand Down

0 comments on commit 4ed3809

Please sign in to comment.