Skip to content
This repository was archived by the owner on Feb 6, 2022. It is now read-only.

Commit 553db80

Browse files
wouterjnicolas-grekas
authored andcommitted
Used Symfony Flex in favor of symfony/lts
1 parent cb125b3 commit 553db80

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
@@ -17,14 +17,14 @@ matrix:
1717
- php: 7.1
1818
env: COMPOSER_FLAGS="--prefer-lowest" SYMFONY_DEPRECATIONS_HELPER=weak
1919
- php: 7.1
20-
env: SYMFONY_LTS=^3
20+
env: SYMFONY_REQUIRE="3.*"
2121
- php: 7.2
2222
- php: 7.3
2323
env: DEPENDENCIES=dev
2424

2525
before_install:
2626
- phpenv config-rm xdebug.ini
27-
- if [ "$SYMFONY_LTS" != "" ]; then composer require --dev --no-update "symfony/lts:$SYMFONY_LTS"; fi
27+
- composer global require --no-progress --no-scripts --no-plugins symfony/flex dev-master
2828
- if [ "$DEPENDENCIES" = "dev" ]; then composer config minimum-stability dev; fi;
2929

3030
install:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"require-dev": {
2626
"symfony/console": "~2.7|~3.3|~4.0",
2727
"symfony/framework-bundle": "~2.7|~3.3|~4.0",
28-
"symfony/phpunit-bridge": "~3.3|~4.0",
28+
"symfony/phpunit-bridge": "^3.4.32|^4.3.5",
2929
"symfony/yaml": "~2.7|~3.3|~4.0"
3030
},
3131
"conflict": {

0 commit comments

Comments
 (0)