We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b551fcb commit a71389dCopy full SHA for a71389d
.travis.yml
@@ -8,7 +8,6 @@ cache:
8
- $HOME/.composer/cache
9
10
php:
11
- - 5.6
12
- 7.0
13
- 7.1
14
- nightly
@@ -21,10 +20,6 @@ env:
21
20
matrix:
22
fast_finish: true
23
include:
24
- - php: 5.6
25
- env: DB=mariadb MARIADB_VERSION=10.0
26
- addons:
27
- mariadb: 10.0
28
- php: 7.0
29
env: DB=mariadb MARIADB_VERSION=10.0
30
addons:
composer.json
@@ -12,7 +12,7 @@
{"name": "Jonathan Wage", "email": "[email protected]"}
],
"require": {
15
- "php": "^5.6 || ^7.0",
+ "php": "^7.0",
16
"doctrine/common": "^2.7.1"
17
},
18
"require-dev": {
0 commit comments