Skip to content

Commit

Permalink
fix: phpstan memory limit
Browse files Browse the repository at this point in the history
  • Loading branch information
cyl3x committed Feb 13, 2025
1 parent 182ba1d commit f0ac31c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"scripts": {
"ecs": "php-cs-fixer fix --dry-run --diff",
"ecs-fix": "php-cs-fixer fix",
"phpstan": "phpstan analyze --memory-limit=2G",
"phpstan": "phpstan analyze --memory-limit=512M",
"phpunit": "phpunit",
"infection": "infection -j10 -s",
"eslint": "npm run eslint",
Expand Down

0 comments on commit f0ac31c

Please sign in to comment.