Skip to content

Commit f19f5d1

Browse files
Updated make command
1 parent 2141be0 commit f19f5d1

File tree

2 files changed

+295
-222
lines changed

2 files changed

+295
-222
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ tests:
33
vendor/bin/phpunit --configuration ./tests/phpunit.xml --stderr --no-coverage
44

55
composer-update:
6-
docker run --rm -it --env COMPOSER_MEMORY_LIMIT=-1 --volume ${PWD}:/app prooph/composer:7.3 update
6+
docker run --rm -it --env COMPOSER_MEMORY_LIMIT=-1 --volume ${PWD}:/app prooph/composer:7.3 update --ignore-platform-reqs
77

88
composer-install:
9-
docker run --rm -it --env COMPOSER_MEMORY_LIMIT=-1 --volume ${PWD}:/app prooph/composer:7.3 install
9+
docker run --rm -it --env COMPOSER_MEMORY_LIMIT=-1 --volume ${PWD}:/app prooph/composer:7.3 install --ignore-platform-reqs

0 commit comments

Comments
 (0)