We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7266790 commit 29727dfCopy full SHA for 29727df
.travis.yml
@@ -14,7 +14,7 @@ matrix:
14
SYMFONY_VERSION=2.8.*
15
- php: 7.1
16
env: |
17
- SYMFONY_VERSION=^4.0-beta
+ 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,7 +21,7 @@
21
],
22
"require": {
23
"php": ">=5.6",
24
- "symfony/symfony": "~2.8|~3.0|^4.0-BETA",
+ "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"
0 commit comments