Skip to content

Commit a62ea4e

Browse files
committed
allow symfony 4.0, drop older php versionsÄ
1 parent 39e2639 commit a62ea4e

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
language: php
22

33
php:
4-
- 5.6
5-
- 7.0
64
- 7.1
75
- 7.2
86

@@ -13,7 +11,7 @@ sudo: false
1311

1412
matrix:
1513
include:
16-
- php: 5.6
14+
- php: 7.1
1715
env: PACKAGE_VERSION=low
1816
- php: hhvm
1917
dist: trusty

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@
2727
}
2828
],
2929
"require": {
30-
"php": "^5.6|^7.0",
30+
"php": "^7.1",
3131
"phpcr/phpcr": "~2.1.0",
32-
"symfony/console": "~2.3|~3.0"
32+
"symfony/console": "~2.3|~3.0|^4.0"
3333
},
3434
"require-dev": {
3535
"ramsey/uuid": "^3.5",

0 commit comments

Comments
 (0)