Skip to content

Commit

Permalink
Merge pull request #1 from romegadigital/upgrade-to-support-laravel-6
Browse files Browse the repository at this point in the history
update deps
  • Loading branch information
Naoray authored Sep 12, 2019
2 parents 0d19e63 + 4eb8bd9 commit f3ecb81
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 @@ -22,9 +22,9 @@
"sort-packages": true
},
"require": {
"php": ">=5.4",
"illuminate/http": "~5.0",
"spatie/laravel-fractal": "^5.3"
"php": "^7.2",
"illuminate/http": "~5.0|~6.0",
"spatie/laravel-fractal": "^5.3|^5.6"
},
"require-dev": {
"phpunit/phpunit": "~6.0"
Expand Down

0 comments on commit f3ecb81

Please sign in to comment.