File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -42,8 +42,8 @@ before_install:
4242
4343install :
4444 # To be removed when this issue will be resolved: https://github.com/composer/composer/issues/5355
45- - if [[ "$COMPOSER_FLAGS" == *"--prefer-lowest"* ]]; then composer update --prefer-dist --no-interaction --prefer-stable --quiet; fi
46- - composer update ${COMPOSER_FLAGS} --prefer-dist --no-interaction
45+ - if [[ "$COMPOSER_FLAGS" == *"--prefer-lowest"* ]]; then COMPOSER_MEMORY_LIMIT=-1 composer update --prefer-dist --no-interaction --prefer-stable --quiet; fi
46+ - COMPOSER_MEMORY_LIMIT=-1 composer update ${COMPOSER_FLAGS} --prefer-dist --no-interaction
4747 # - ./vendor/bin/simple-phpunit install
4848
4949script :
Original file line number Diff line number Diff line change 2121 "thecodingmachine/graphqlite-bundle" : " ^4" ,
2222 "thecodingmachine/tdbm-bundle" : " ^5.1" ,
2323 "thecodingmachine/tdbm-graphql" : " ~4.0" ,
24- "symfony/framework-bundle" : " ^4.1.9"
24+ "symfony/framework-bundle" : " ^4.1.9 | ^5 "
2525 },
2626 "require-dev" : {
27- "symfony/security-bundle" : " ^4.1.9" ,
28- "symfony/yaml" : " ^4.1.9" ,
27+ "symfony/security-bundle" : " ^4.1.9 | ^5 " ,
28+ "symfony/yaml" : " ^4.1.9 | ^5 " ,
2929 "phpunit/phpunit" : " ^8.0.4" ,
30- "phpstan/phpstan" : " ^0.11.4" ,
30+ "phpstan/phpstan-shim " : " ^0.11.4" ,
3131 "php-coveralls/php-coveralls" : " ^2.1"
3232 },
3333 "scripts" : {
You can’t perform that action at this time.
0 commit comments