mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-01-15 06:39:33 +00:00
Fix invalid flag --memory-limit
This commit is contained in:
parent
52444e05e4
commit
65d840c444
2 changed files with 2 additions and 2 deletions
|
|
@ -159,7 +159,7 @@
|
|||
"post-update-cmd": [
|
||||
"@auto-scripts"
|
||||
],
|
||||
"phpstan": "vendor/bin/phpstan analyse src --level 5 --memory-limit 1G"
|
||||
"phpstan": "php -d memory_limit=1G vendor/bin/phpstan analyse src --level 5"
|
||||
},
|
||||
"conflict": {
|
||||
"symfony/symfony": "*"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue