Drop support for PHP 5

parent 239e9fa9
...@@ -49,8 +49,6 @@ jobs: ...@@ -49,8 +49,6 @@ jobs:
- CHECKS=phpcs - CHECKS=phpcs
# Test remaining supported PHP versions # Test remaining supported PHP versions
- stage: Test
php: "5.6"
- stage: Test - stage: Test
php: "7.0" php: "7.0"
- stage: Test - stage: Test
...@@ -62,7 +60,7 @@ jobs: ...@@ -62,7 +60,7 @@ jobs:
# Test against lowest supported dependencies # Test against lowest supported dependencies
- stage: Test - stage: Test
php: "5.6" php: "7.0"
env: env:
- COMPOSER_OPTIONS=--prefer-lowest - COMPOSER_OPTIONS=--prefer-lowest
......
...@@ -10,14 +10,14 @@ ...@@ -10,14 +10,14 @@
{ "name": "Katherine Walker", "email": "katherine.walker@mongodb.com" } { "name": "Katherine Walker", "email": "katherine.walker@mongodb.com" }
], ],
"require": { "require": {
"php": "^5.6 || ^7.0", "php": "^7.0",
"ext-hash": "*", "ext-hash": "*",
"ext-json": "*", "ext-json": "*",
"ext-mongodb": "^1.7" "ext-mongodb": "^1.7"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "^5.7.27 || ^6.4 || ^8.3", "phpunit/phpunit": "^6.4 || ^8.3",
"sebastian/comparator": "^1.0 || ^2.0 || ^3.0", "sebastian/comparator": "^2.0 || ^3.0",
"squizlabs/php_codesniffer": "^3.4", "squizlabs/php_codesniffer": "^3.4",
"symfony/phpunit-bridge": "^4.4@dev" "symfony/phpunit-bridge": "^4.4@dev"
}, },
......
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