Skip to content

Commit a71389d

Browse files
author
Mark Railton
committed
Removes support for PHP 5.x
1 parent b551fcb commit a71389d

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

.travis.yml

-5
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ cache:
88
- $HOME/.composer/cache
99

1010
php:
11-
- 5.6
1211
- 7.0
1312
- 7.1
1413
- nightly
@@ -21,10 +20,6 @@ env:
2120
matrix:
2221
fast_finish: true
2322
include:
24-
- php: 5.6
25-
env: DB=mariadb MARIADB_VERSION=10.0
26-
addons:
27-
mariadb: 10.0
2823
- php: 7.0
2924
env: DB=mariadb MARIADB_VERSION=10.0
3025
addons:

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
{"name": "Jonathan Wage", "email": "[email protected]"}
1313
],
1414
"require": {
15-
"php": "^5.6 || ^7.0",
15+
"php": "^7.0",
1616
"doctrine/common": "^2.7.1"
1717
},
1818
"require-dev": {

0 commit comments

Comments
 (0)