1
0
mirror of https://github.com/Intervention/image.git synced 2025-08-21 13:11:18 +02:00

Increase memory limit for phpstan

This commit is contained in:
Oliver Vogel
2023-12-17 09:26:37 +01:00
parent 5b7ee1eb8e
commit a1f1b98fb5

View File

@@ -10,6 +10,6 @@ services:
analysis: analysis:
build: ./ build: ./
working_dir: /project working_dir: /project
command: bash -c "composer install && ./vendor/bin/phpstan analyze --level=4 ./src" command: bash -c "composer install && ./vendor/bin/phpstan analyze --memory-limit=512M --level=4 ./src"
volumes: volumes:
- ./:/project - ./:/project