Skip to content

Commit

Permalink
Correct dep versions
Browse files Browse the repository at this point in the history
  • Loading branch information
samwilson committed Nov 25, 2017
1 parent 60a667f commit 14ba4ee
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 19 deletions.
6 changes: 4 additions & 2 deletions composer.json
Expand Up @@ -10,8 +10,10 @@
"autoload-dev": {
"classmap": [ "tests/TestBase.php" ]
},
"platform": {
"php": "5.6"
"config": {
"platform": {
"php": "5.6"
}
},
"require": {
"php": "^5.6|^7.0",
Expand Down
37 changes: 20 additions & 17 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 14ba4ee

Please sign in to comment.