Skip to content

Commit debed99

Browse files
authored
Merge pull request #101 from meilisearch/fix-tests
Fix limit for `composer phpstan`
2 parents e60aa70 + dfe6def commit debed99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"sort-packages": true
5858
},
5959
"scripts": {
60-
"phpstan": "./vendor/bin/phpstan --memory-limit=128 --ansi",
60+
"phpstan": "./vendor/bin/phpstan --memory-limit=1G --ansi",
6161
"test:unit": "./vendor/bin/phpunit --colors=always --verbose",
6262
"test:unit:coverage": "XDEBUG_MODE=coverage ./vendor/bin/phpunit --colors=always --coverage-html=tests/coverage",
6363
"lint:check": "./vendor/bin/php-cs-fixer fix -v --using-cache=no --dry-run",

0 commit comments

Comments
 (0)