We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0427fa7 commit 5c17c35Copy full SHA for 5c17c35
composer.json
@@ -21,7 +21,7 @@
21
],
22
"license": "MIT",
23
"require": {
24
- "php": "~5.6 || ~7.0",
+ "php": "^7.0",
25
"mongodb/mongodb": "^1.0.0"
26
},
27
"require-dev": {
src/Queue.php
@@ -439,8 +439,6 @@ private function ensureIndex(array $index)
439
return;
440
}
441
442
-
443
- //@codeCoverageIgnoreStart
444
445
446
0 commit comments