Commit a71389d6 authored by Mark Railton's avatar Mark Railton

Removes support for PHP 5.x

parent b551fcb2
......@@ -8,7 +8,6 @@ cache:
- $HOME/.composer/cache
php:
- 5.6
- 7.0
- 7.1
- nightly
......@@ -21,10 +20,6 @@ env:
matrix:
fast_finish: true
include:
- php: 5.6
env: DB=mariadb MARIADB_VERSION=10.0
addons:
mariadb: 10.0
- php: 7.0
env: DB=mariadb MARIADB_VERSION=10.0
addons:
......
......@@ -12,7 +12,7 @@
{"name": "Jonathan Wage", "email": "jonwage@gmail.com"}
],
"require": {
"php": "^5.6 || ^7.0",
"php": "^7.0",
"doctrine/common": "^2.7.1"
},
"require-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