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

Commit

Permalink
Merge pull request #6 from djoudi/patch-1
Browse files Browse the repository at this point in the history
Add Laravel 8 Support
  • Loading branch information
BSN4 authored Sep 14, 2020
2 parents 7180002 + 5c3461c commit a9426b9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
],
"require": {
"php": "~7.2",
"illuminate/console": "~5.5|^6.0|^7.0",
"illuminate/view": "~5.5|^6.0|^7.0",
"illuminate/filesystem": "~5.5|^6.0|^7.0",
"illuminate/support": "~5.5|^6.0|^7.0"
"illuminate/console": "~5.5|^6.0|^7.0|^8.0",
"illuminate/view": "~5.5|^6.0|^7.0|^8.0",
"illuminate/filesystem": "~5.5|^6.0|^7.0|^8.0",
"illuminate/support": "~5.5|^6.0|^7.0|^8.0"
},
"require-dev": {
"phpunit/phpunit": "~6.5|^8.5"
Expand Down

0 comments on commit a9426b9

Please sign in to comment.