Skip to content

Commit

Permalink
Merge pull request #3 from kaiopessoni/master
Browse files Browse the repository at this point in the history
Update the packages versions to support Laravel 7 and Laravel 8
  • Loading branch information
eduardohenriquesousasilva authored Oct 13, 2021
2 parents 97d283f + 1a53a1a commit 4e57f7e
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 @@ -10,10 +10,10 @@
}
],
"require": {
"php": ">=7.0",
"illuminate/support": "^5.2|6.*",
"illuminate/console": "^5.2|6.*",
"illuminate/filesystem": "^5.2|6.*"
"php": ">=7.3",
"illuminate/support": "^5.2|^6.0|^7.0|^8.0",
"illuminate/console": "^5.2|^6.0|^7.0|^8.0",
"illuminate/filesystem": "^5.2|^6.0|^7.0|^8.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 4e57f7e

Please sign in to comment.