Skip to content
This repository was archived by the owner on Jul 8, 2024. It is now read-only.

Commit 04b64d9

Browse files
committed
fix tests
1 parent 1db1cec commit 04b64d9

3 files changed

Lines changed: 315 additions & 779 deletions

File tree

.travis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ php:
66
- 5.5
77
- 5.6
88
- 7.0
9-
- hhvm
109

1110
cache:
1211
directories:
@@ -19,8 +18,6 @@ matrix:
1918
env: COMPOSER_FLAGS="--prefer-lowest"
2019
- php: 5.4
2120
env: COMPOSER_FLAGS="--prefer-lowest"
22-
- php: 5.6
23-
env: SYMFONY_VERSION=3.0.*
2421

2522
env:
2623
- secure: "g+2Ar7a8eAsZtE/mEQT6BWgkx7Bou9qy1381OhI7tMOQBE+KA5Lm+KAC5tH9Us5tmK074dNMsWPBrsgnayxezBjQBpcshDQgoLqaPtWz8XeKTvUEpizFTjQ8v68w42I4SzzMdNIWQhPjiAfjA8e02uaoRELWOYNoc824ot/y1iw="

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"ext-fileinfo": "*",
2929
"symfony/console": "~2.3|~3.0",
3030
"symfony/finder": "~2.3|~3.0",
31-
"symfony/filesystem": "~2.3|~3.0",
31+
"symfony/filesystem": "~2.4|~3.0",
3232
"symfony/process": "~2.3|~3.0",
3333
"camspiers/json-pretty": "1.0.*",
3434
"knplabs/github-api": "1.4.*",

0 commit comments

Comments
 (0)