mirror of
https://github.com/Intervention/image.git
synced 2025-08-20 12:41:23 +02:00
Increase memory limit for phpstan
This commit is contained in:
@@ -10,6 +10,6 @@ services:
|
||||
analysis:
|
||||
build: ./
|
||||
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:
|
||||
- ./:/project
|
||||
|
Reference in New Issue
Block a user