Skip to content

Commit 2074fb6

Browse files
committed
Loosen restrictions to PHP 5.6 or PHP 7
1 parent 1e97d73 commit 2074fb6

File tree

2 files changed

+236
-87
lines changed

2 files changed

+236
-87
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
],
2222
"license": "MIT",
2323
"require": {
24-
"php": "^7.0",
25-
"mongodb/mongodb": "^1.0.0"
24+
"php": "^5.6 || ^7.0",
25+
"mongodb/mongodb": "^1.0.0"
2626
},
2727
"require-dev": {
2828
"squizlabs/php_codesniffer": "~2.0",

0 commit comments

Comments
 (0)