Skip to content

Commit

Permalink
Update require version
Browse files Browse the repository at this point in the history
  • Loading branch information
Mingeun Kim authored Jun 22, 2020
1 parent 442a4bf commit a059700
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 @@ -8,12 +8,12 @@
],
"type": "library",
"require": {
"php": ">=5.5.9",
"illuminate/support": ">=5.1",
"illuminate/console": ">=5.1"
"php": "^7.1",
"illuminate/support": "~5.6.34|~5.7.0|~5.8.0|^6.0|^7.0",
"illuminate/console": "~5.6.34|~5.7.0|~5.8.0|^6.0|^7.0"
},
"require-dev": {
"phpunit/phpunit": "~4.0"
"phpunit/phpunit": "^7.0|^8.0|^9.0"
},
"license": "MIT",
"authors": [
Expand Down

0 comments on commit a059700

Please sign in to comment.