From 2a53e97fd22f7c3c3c7e63b1559ba39c092cf78f Mon Sep 17 00:00:00 2001 From: "Andrey F. Mindubaev" Date: Wed, 4 Jul 2018 19:43:51 +0300 Subject: [PATCH] Add --ignore-platform-reqs option to composer require command --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1ba817c1..b419b318 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,4 +25,4 @@ install: - composer config extra.symfony.allow-contrib true script: - - composer req "${PACKAGES}" + - composer req --ignore-platform-reqs "${PACKAGES}"