Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0f68656

Browse files
committed
minor #2672 Bump symfony/* deps (keradus)
This PR was squashed before being merged into the 2.3-dev branch (closes #2672). Discussion ---------- Bump symfony/* deps requires #2568 Commits ------- ea6f970 Bump symfony/* deps
2 parents 4411227 + ea6f970 commit 0f68656

2 files changed

Lines changed: 7 additions & 11 deletions

File tree

.travis.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ matrix:
2323
- php: 5.6
2424
env: COMPOSER_FLAGS="--prefer-stable --prefer-lowest"
2525
- php: 7.0
26-
env: SYMFONY_VERSION="^2.8"
2726
# Use the newer stack for HHVM as HHVM does not support Precise anymore since a long time and so Precise has an outdated version
2827
- php: hhvm
2928
env: SKIP_LINT_TEST_CASES=1
@@ -53,9 +52,6 @@ before_install:
5352
# Composer: boost installation
5453
- composer global show -ND 2>&1 | grep "hirak/prestissimo" || travis_retry composer global require $DEFAULT_COMPOSER_FLAGS hirak/prestissimo
5554

56-
# Composer: enforce given Symfony components version
57-
- 'if [ "$SYMFONY_VERSION" != "" ]; then sed -i "s/\"symfony\/\([^\"]*\)\": \"^2[^\"]*\"/\"symfony\/\1\": \"$SYMFONY_VERSION\"/g" composer.json; fi'
58-
5955
# display tasks configuration for a job
6056
- set | grep ^TASK | sort
6157

composer.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,17 @@
1818
"doctrine/annotations": "^1.2",
1919
"ext-tokenizer": "*",
2020
"sebastian/diff": "^1.4",
21-
"symfony/console": "^2.4 || ^3.0",
22-
"symfony/event-dispatcher": "^2.1 || ^3.0",
23-
"symfony/filesystem": "^2.4 || ^3.0",
24-
"symfony/finder": "^2.2 || ^3.0",
25-
"symfony/options-resolver": "^2.6 || ^3.0",
21+
"symfony/console": "^3.0",
22+
"symfony/event-dispatcher": "^3.0",
23+
"symfony/filesystem": "^3.0",
24+
"symfony/finder": "^3.0",
25+
"symfony/options-resolver": "^3.0",
2626
"symfony/polyfill-php54": "^1.0",
2727
"symfony/polyfill-php55": "^1.3",
2828
"symfony/polyfill-php70": "^1.0",
2929
"symfony/polyfill-xml": "^1.3",
30-
"symfony/process": "^2.3 || ^3.0",
31-
"symfony/stopwatch": "^2.5 || ^3.0"
30+
"symfony/process": "^3.0",
31+
"symfony/stopwatch": "^3.0"
3232
},
3333
"require-dev": {
3434
"gecko-packages/gecko-php-unit": "^2.0",

0 commit comments

Comments
 (0)