Skip to content

Commit 3060ae1

Browse files
committed
travis update correction
1 parent 51319e2 commit 3060ae1

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
language: php
22

33
php:
4+
- 5.6
45
- 7.0
56
- 7.1
6-
- 7.2
77

88
matrix:
99
include:
@@ -16,7 +16,7 @@ before_install:
1616
- wget http://getcomposer.org/composer.phar
1717

1818
before_script:
19-
- php composer.phar install
19+
- php composer.phar update
2020

2121
script:
2222
- bin/simple-phpunit -c phpunit.xml

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"bin-dir": "bin/"
2525
},
2626
"require": {
27-
"php": ">=7.0",
27+
"php": ">=5.6.",
2828
"symfony/symfony": ">=2.3",
2929
"doctrine/doctrine-bundle": "*",
3030
"doctrine/orm": "*",

composer.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)