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

Commit 9b72a9c

Browse files
authored
Used Symfony Flex in favor of symfony/lts
1 parent cb125b3 commit 9b72a9c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
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:

0 commit comments

Comments
 (0)