Unverified Commit a4067ff4 authored by Jeremy Mikola's avatar Jeremy Mikola Committed by GitHub

Merge pull request #617 from jmikola/phplib-429

PHPLIB-429: Remove support for PHP 5.5
parents c142fe01 b175a3f9
...@@ -22,10 +22,6 @@ env: ...@@ -22,10 +22,6 @@ env:
matrix: matrix:
fast_finish: true fast_finish: true
include: include:
- php: 5.5
dist: trusty
env:
- SERVER_DISTRO=ubuntu1404
- php: 5.6 - php: 5.6
- php: 7.0 - php: 7.0
- php: 7.1 - php: 7.1
......
...@@ -10,13 +10,13 @@ ...@@ -10,13 +10,13 @@
{ "name": "Katherine Walker", "email": "katherine.walker@mongodb.com" } { "name": "Katherine Walker", "email": "katherine.walker@mongodb.com" }
], ],
"require": { "require": {
"php": ">=5.5", "php": "^5.6 || ^7.0",
"ext-hash": "*", "ext-hash": "*",
"ext-json": "*", "ext-json": "*",
"ext-mongodb": "^1.6" "ext-mongodb": "^1.6"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "^4.8.36 || ^6.4" "phpunit/phpunit": "^5.7.27 || ^6.4"
}, },
"autoload": { "autoload": {
"psr-4": { "MongoDB\\": "src/" }, "psr-4": { "MongoDB\\": "src/" },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment