Skip to content

Commit f480e32

Browse files
authored
Merge pull request aschmelyun#26 from oranges13/feature/composer-ignore-platform-reqs
Add --ignore-platform-reqs flag to Composer
2 parents f37080c + 356bd51 commit f480e32

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ services:
5757
- php
5858
networks:
5959
- laravel
60+
entrypoint: ['composer', '--ignore-platform-reqs'] # Install without other php modules required
6061

6162
npm:
6263
image: node:13.7

0 commit comments

Comments
 (0)