Skip to content

Commit

Permalink
chore: Update composer script
Browse files Browse the repository at this point in the history
  • Loading branch information
rudashi committed Oct 8, 2024
1 parent b2fcc2c commit 9fbceda
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "rudashi/fluent-regex",
"description": "Elegant way for PHP regex",
"version": "1.0.0",
"license": "MIT",
"keywords": [
"php",
Expand Down Expand Up @@ -47,7 +48,7 @@
"coverage": "pest --coverage --testsuite=unit",
"test:pint": "php-cs-fixer check src --show-progress=dots -vvv",
"test:refactor": "rector --dry-run",
"test:types": "phpstan analyse src tests",
"test:types": "phpstan analyse",
"test:arch": "pest --filter=arch",
"test:unit": "pest --testsuite=unit",
"test:integration": "pest --testsuite=integration",
Expand Down

0 comments on commit 9fbceda

Please sign in to comment.