Skip to content

Commit 7c72332

Browse files
committed
Drop support for PHP 5
1 parent 239e9fa commit 7c72332

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,6 @@ jobs:
4949
- CHECKS=phpcs
5050

5151
# Test remaining supported PHP versions
52-
- stage: Test
53-
php: "5.6"
5452
- stage: Test
5553
php: "7.0"
5654
- stage: Test
@@ -62,7 +60,7 @@ jobs:
6260

6361
# Test against lowest supported dependencies
6462
- stage: Test
65-
php: "5.6"
63+
php: "7.0"
6664
env:
6765
- COMPOSER_OPTIONS=--prefer-lowest
6866

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010
{ "name": "Katherine Walker", "email": "[email protected]" }
1111
],
1212
"require": {
13-
"php": "^5.6 || ^7.0",
13+
"php": "^7.0",
1414
"ext-hash": "*",
1515
"ext-json": "*",
1616
"ext-mongodb": "^1.7"
1717
},
1818
"require-dev": {
19-
"phpunit/phpunit": "^5.7.27 || ^6.4 || ^8.3",
20-
"sebastian/comparator": "^1.0 || ^2.0 || ^3.0",
19+
"phpunit/phpunit": "^6.4 || ^8.3",
20+
"sebastian/comparator": "^2.0 || ^3.0",
2121
"squizlabs/php_codesniffer": "^3.4",
2222
"symfony/phpunit-bridge": "^4.4@dev"
2323
},

0 commit comments

Comments
 (0)