We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7b16b0 commit 5f1bf0bCopy full SHA for 5f1bf0b
.travis.yml
@@ -11,6 +11,8 @@ env:
11
- COMPOSER_FLAGS="--prefer-lowest"
12
- COMPOSER_FLAGS=""
13
- SYMFONY_VERSION=2.7.*
14
+ - SYMFONY_VERSION=3.0.*
15
+ - SYMFONY_VERSION=3.1.*
16
17
matrix:
18
exclude:
composer.json
@@ -17,10 +17,10 @@
},
"require": {
19
"php": "^5.4 || >=7.0 <7.3",
20
- "symfony/framework-bundle": "^2.3",
+ "symfony/framework-bundle": "^2.3 || ^3.0 ",
21
"doctrine/doctrine-bundle": "^1.5.0",
22
"doctrine/orm": "~2.4.0 || ~2.5.0",
23
- "symfony/property-access": ">=2.3.0,<=3.0.9",
+ "symfony/property-access": ">=2.3.0",
24
"solarium/solarium": "^3.0",
25
"nelmio/solarium-bundle": "~2.1"
26
0 commit comments