We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29beec2 commit 724eb9cCopy full SHA for 724eb9c
.travis.yml
@@ -9,7 +9,7 @@ matrix:
9
fast_finish: true
10
include:
11
- php: '7.1'
12
- env: SYMFONY_VERSION="~2.5.0"
+ env: SYMFONY_VERSION="~2.7.0"
13
14
env: SYMFONY_VERSION="^3.0"
15
composer.json
@@ -15,7 +15,7 @@
"trappar/alice-generator": "^0.3",
16
"doctrine/orm": "~2.4",
17
"doctrine/doctrine-bundle": "^1.6",
18
- "symfony/finder": "^2.5|^3.0|^4.0",
+ "symfony/finder": "^2.7|^3.0|^4.0",
19
"symfony/validator": "^2.5|^3.0",
20
"symfony/console": "^2.5|^3.0|^4.0",
21
"symfony/framework-bundle": "^2.5|^3.0|^4.0",
0 commit comments