We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 91b3f7f + 29727df commit 62c78d9Copy full SHA for 62c78d9
2 files changed
.travis.yml
@@ -12,6 +12,9 @@ matrix:
12
- php: 5.6
13
env: |
14
SYMFONY_VERSION=2.8.*
15
+ - php: 7.1
16
+ env: |
17
+ SYMFONY_VERSION=^4.0
18
19
before_install:
20
- sh -c 'if [ "${SYMFONY_VERSION}" != "" ]; then composer require --no-update symfony/symfony=${SYMFONY_VERSION}; fi;';
composer.json
@@ -21,14 +21,14 @@
21
],
22
"require": {
23
"php": ">=5.6",
24
- "symfony/symfony": "~2.8|~3.0",
+ "symfony/symfony": "~2.8|~3.0|^4.0",
25
"twig/twig": ">=1.5.0",
26
"doctrine/orm": "~2.4,>=2.4.5",
27
"doctrine/mongodb-odm": "^1.1.5"
28
},
29
"require-dev": {
30
"phpunit/phpunit": "~5.7",
31
- "friendsofphp/php-cs-fixer": "1.11.*",
+ "friendsofphp/php-cs-fixer": "^2.0",
32
"satooshi/php-coveralls": "^1.0"
33
34
"suggest": {
0 commit comments