Skip to content

Commit

Permalink
Merge pull request #48 from chadicus/master
Browse files Browse the repository at this point in the history
Loosen restrictions to PHP 5.6 or PHP 7
  • Loading branch information
chadicus authored Aug 23, 2016
2 parents 1e97d73 + 2074fb6 commit d5e9616
Show file tree
Hide file tree
Showing 2 changed files with 236 additions and 87 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
],
"license": "MIT",
"require": {
"php": "^7.0",
"mongodb/mongodb": "^1.0.0"
"php": "^5.6 || ^7.0",
"mongodb/mongodb": "^1.0.0"
},
"require-dev": {
"squizlabs/php_codesniffer": "~2.0",
Expand Down
Loading

0 comments on commit d5e9616

Please sign in to comment.