Skip to content

Commit 29727df

Browse files
committed
Removed symfony beta version
1 parent 7266790 commit 29727df

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ matrix:
1414
SYMFONY_VERSION=2.8.*
1515
- php: 7.1
1616
env: |
17-
SYMFONY_VERSION=^4.0-beta
17+
SYMFONY_VERSION=^4.0
1818
1919
before_install:
2020
- sh -c 'if [ "${SYMFONY_VERSION}" != "" ]; then composer require --no-update symfony/symfony=${SYMFONY_VERSION}; fi;';

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
],
2222
"require": {
2323
"php": ">=5.6",
24-
"symfony/symfony": "~2.8|~3.0|^4.0-BETA",
24+
"symfony/symfony": "~2.8|~3.0|^4.0",
2525
"twig/twig": ">=1.5.0",
2626
"doctrine/orm": "~2.4,>=2.4.5",
2727
"doctrine/mongodb-odm": "^1.1.5"

0 commit comments

Comments
 (0)