Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
eldorplus authored Feb 4, 2017
1 parent 7d42bff commit 33c5105
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
}
],
"require": {
"php": ">=5.5.9"
"php": ">=5.6.4"

},
"replace": {
Expand All @@ -27,5 +27,9 @@
"files": [
"functions.php"
]
}
},
"config": {
"preferred-install": "dist",
"sort-packages": true
}
}

0 comments on commit 33c5105

Please sign in to comment.