Skip to content

Commit 59b4325

Browse files
committed
Upgrading dependencies to check backwards compatibility in automated tests
1 parent 030ee31 commit 59b4325

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ php:
88
- 5.3
99
- 5.4
1010
- 5.5
11+
- 5.6
1112

1213
before_script:
1314
- composer self-update

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
"minimum-stability": "stable",
1515
"require": {
1616
"php": ">=5.3.0",
17-
"symfony/config": "~2.3",
18-
"symfony/dependency-injection": "~2.3",
19-
"symfony/filesystem": "~2.3",
20-
"symfony/yaml": "~2.3",
17+
"symfony/config": "~2.3|~3.0",
18+
"symfony/dependency-injection": "~2.3|~3.0",
19+
"symfony/filesystem": "~2.3|~3.0",
20+
"symfony/yaml": "~2.3|~3.0",
2121
"twig/twig": "~1.16",
2222
"jakoch/phantomjs-installer": "~2.1"
2323
},

0 commit comments

Comments
 (0)