Skip to content

Commit

Permalink
Ignore platform reqs
Browse files Browse the repository at this point in the history
  • Loading branch information
mstrelan committed Dec 7, 2023
1 parent abe7bd8 commit 9f520d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ clean: composer minimal login

composer:
rm -rf composer.lock vendor app/vendor
$(EXEC) composer install
$(EXEC) composer install --ignore-platform-req=php

start: stop-php
PHP_VERSION=$(PHP_VERSION) $(DOCKER_COMPOSE) up --build -d --wait
Expand Down

0 comments on commit 9f520d6

Please sign in to comment.