Skip to content

Commit 433f865

Browse files
authored
Merge pull request #104 from adriansuter/patch-composer-scripts
Fix composer scripts
2 parents a614882 + 065a5e5 commit 433f865

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@
6363
"@phpcs",
6464
"@phpstan"
6565
],
66-
"phpunit": "php vendor/bin/phpunit --process-isolation",
67-
"phpcs": "php vendor/bin/phpcs",
68-
"phpstan": "php -d memory_limit=-1 vendor/bin/phpstan analyse src"
66+
"phpunit": "phpunit",
67+
"phpcs": "phpcs",
68+
"phpstan": "phpstan analyse src --memory-limit=-1"
6969
}
7070
}

0 commit comments

Comments
 (0)