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:
@@ -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
|
||||||
|
Reference in New Issue
Block a user