Skip to content

Commit 724eb9c

Browse files
committed
Raise version constraints to match required library constraints
1 parent 29beec2 commit 724eb9c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ matrix:
99
fast_finish: true
1010
include:
1111
- php: '7.1'
12-
env: SYMFONY_VERSION="~2.5.0"
12+
env: SYMFONY_VERSION="~2.7.0"
1313
- php: '7.1'
1414
env: SYMFONY_VERSION="^3.0"
1515
- php: '7.1'

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"trappar/alice-generator": "^0.3",
1616
"doctrine/orm": "~2.4",
1717
"doctrine/doctrine-bundle": "^1.6",
18-
"symfony/finder": "^2.5|^3.0|^4.0",
18+
"symfony/finder": "^2.7|^3.0|^4.0",
1919
"symfony/validator": "^2.5|^3.0",
2020
"symfony/console": "^2.5|^3.0|^4.0",
2121
"symfony/framework-bundle": "^2.5|^3.0|^4.0",

0 commit comments

Comments
 (0)