We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a67747f commit 6ced761Copy full SHA for 6ced761
3 files changed
.travis.yml
@@ -2,7 +2,6 @@ language: php
2
php:
3
- 7.0
4
- 5.6
5
- - 5.5
6
env:
7
- EXT_VERSION=1.1 DB_PACKAGE=mongodb-10gen
8
- EXT_VERSION=1.1 DB_PACKAGE=mongodb-org
composer.json
@@ -21,14 +21,14 @@
21
],
22
"license": "MIT",
23
"require": {
24
- "php": "~5.5||~7.0",
+ "php": "~5.6||~7.0",
25
"dominionenterprises/util": "~1.4",
26
"guzzle/http": "~3.7",
27
"ext-curl": "*",
28
"lib-curl": "~7.15"
29
},
30
"require-dev": {
31
- "phpunit/phpunit": "~4.0",
+ "phpunit/phpunit": "~5.0",
32
"satooshi/php-coveralls": "~0.6.1",
33
"squizlabs/php_codesniffer": "~1.5",
34
"dominionenterprises/dws-coding-standard": "~1.1",
0 commit comments