Skip to content

Commit 7732da5

Browse files
committed
minor #5083 Update composer.json to prevent issue #5030 (mvorisek)
This PR was squashed before being merged into the 2.15 branch (closes #5083). Discussion ---------- Update composer.json to prevent issue #5030 Fixes for #5030 merged and released directly in Symfony. This PR is per #5030 (comment) request to prevent CS fixer users hitting this issue. Commits ------- cc9789b Update composer.json to prevent issue #5030
2 parents 8bf516c + cc9789b commit 7732da5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ jobs:
8383
<<: *STANDARD_TEST_JOB
8484
stage: Test
8585
php: 7.1
86-
name: 7.1 | Symfony ~4.1.0
87-
env: SYMFONY_DEPRECATIONS_HELPER=disabled PHP_CS_FIXER_TEST_USE_LEGACY_TOKENIZER=1 SYMFONY_VERSION="~4.1.0"
86+
name: 7.1 | Symfony ~4.4.0
87+
env: SYMFONY_DEPRECATIONS_HELPER=disabled PHP_CS_FIXER_TEST_USE_LEGACY_TOKENIZER=1 SYMFONY_VERSION="~4.4.0"
8888

8989
-
9090
<<: *STANDARD_TEST_JOB

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"composer/xdebug-handler": "^1.2",
2222
"doctrine/annotations": "^1.2",
2323
"php-cs-fixer/diff": "^1.3",
24-
"symfony/console": "^3.4.17 || ^4.1.6 || ^5.0",
24+
"symfony/console": "^3.4.43 || ^4.4.11 || ^5.1.3",
2525
"symfony/event-dispatcher": "^3.0 || ^4.0 || ^5.0",
2626
"symfony/filesystem": "^3.0 || ^4.0 || ^5.0",
2727
"symfony/finder": "^3.0 || ^4.0 || ^5.0",

0 commit comments

Comments
 (0)