We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f0de81 commit 5a4bc2bCopy full SHA for 5a4bc2b
.travis.yml
@@ -55,9 +55,10 @@ matrix:
55
env: SYMFONY_VERSION=~4.2
56
57
before_install:
58
- - composer require roave/security-advisories:dev-master --no-update
59
- - composer require symfony/symfony:${SYMFONY_VERSION} --no-update
60
- - php -dmemory_limit=-1 composer update
+ - curl -s https://getcomposer.org/installer | php
+ - php composer.phar composer require roave/security-advisories:dev-master --no-update
+ - php composer.phar require symfony/symfony:${SYMFONY_VERSION} --no-update
61
+ - php -dmemory_limit=-1 composer.phar update
62
63
script:
64
- cat composer.json | grep symfony\/symfony
0 commit comments