Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
barryvdh authored Aug 31, 2018
1 parent 6486d7a commit de77b89
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 @@ -10,9 +10,9 @@
}
],
"require": {
"php": ">=5.6.0",
"illuminate/support": "5.1.x|5.2.x|5.3.x|5.4.x|5.5.x|5.6.x|5.7.x",
"illuminate/filesystem": "5.1.x|5.2.x|5.3.x|5.4.x|5.5.x|5.6.x|5.7.x",
"php": ">=7",
"illuminate/support": "5.5.x|5.6.x|5.7.x",
"illuminate/filesystem": "5.5.x|5.6.x|5.7.x",
"knplabs/knp-snappy": "^1"
},
"autoload": {
Expand Down

0 comments on commit de77b89

Please sign in to comment.