Skip to content

Commit 6ced761

Browse files
committed
Increase minimum version of php and phpunit.
1 parent a67747f commit 6ced761

3 files changed

Lines changed: 238 additions & 52 deletions

File tree

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ language: php
22
php:
33
- 7.0
44
- 5.6
5-
- 5.5
65
env:
76
- EXT_VERSION=1.1 DB_PACKAGE=mongodb-10gen
87
- EXT_VERSION=1.1 DB_PACKAGE=mongodb-org

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@
2121
],
2222
"license": "MIT",
2323
"require": {
24-
"php": "~5.5||~7.0",
24+
"php": "~5.6||~7.0",
2525
"dominionenterprises/util": "~1.4",
2626
"guzzle/http": "~3.7",
2727
"ext-curl": "*",
2828
"lib-curl": "~7.15"
2929
},
3030
"require-dev": {
31-
"phpunit/phpunit": "~4.0",
31+
"phpunit/phpunit": "~5.0",
3232
"satooshi/php-coveralls": "~0.6.1",
3333
"squizlabs/php_codesniffer": "~1.5",
3434
"dominionenterprises/dws-coding-standard": "~1.1",

0 commit comments

Comments
 (0)