Skip to content

Commit

Permalink
Merge pull request #7 from juliomotol/dependency/bump-laravel-version…
Browse files Browse the repository at this point in the history
…-to-8.x

⬆️ Bump Laravel version to 8.x
  • Loading branch information
fomvasss authored Sep 28, 2020
2 parents 26eb18d + 13ad764 commit b852c14
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
"license": "MIT",
"require": {
"php" : ">=7.0.0",
"illuminate/support": "^5.8|^6.0|^7.0",
"illuminate/database": "^5.8|^6.0|^7.0",
"illuminate/view": "^5.8|^6.0|^7.0"
"illuminate/support": "^5.8|^6.0|^7.0|^8.0",
"illuminate/database": "^5.8|^6.0|^7.0|^8.0",
"illuminate/view": "^5.8|^6.0|^7.0|^8.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit b852c14

Please sign in to comment.