Skip to content

Commit

Permalink
Merge pull request #17 from ExoUNX/dev
Browse files Browse the repository at this point in the history
Adding support for Laravel 6 and updating phpunit
  • Loading branch information
Gaige Lama authored Sep 15, 2019
2 parents 81e7e35 + 36c865e commit c4e6de9
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 @@ -23,12 +23,12 @@
"require": {
"php": "^7.1.3",
"ext-json": "*",
"illuminate/filesystem": "^5.8",
"illuminate/support": "^5.8",
"illuminate/console": "^5.8"
"illuminate/filesystem": "^5.8|^6",
"illuminate/support": "^5.8|^6",
"illuminate/console": "^5.8|^6"
},
"require-dev": {
"phpunit/phpunit": "~5.7|~6.5|~7.5"
"phpunit/phpunit": "^8.0"
},
"autoload": {
"files": [
Expand Down

0 comments on commit c4e6de9

Please sign in to comment.