Commit 1dd67440 authored by Guillaume Perréal's avatar Guillaume Perréal
Browse files

dev: utilise les trois outils qu'on requiert.

No related merge requests found
Showing with 9 additions and 1 deletion
+9 -1
...@@ -39,6 +39,14 @@ ...@@ -39,6 +39,14 @@
] ]
}, },
"scripts": { "scripts": {
"test": "vendor/bin/php-cs-fixer fix --dry-run --verbose" "fix-cs": "vendor/bin/php-cs-fixer fix",
"test": [
"@test:php-cs-fixer",
"@test:phpunit",
"@test:composer-require-checker"
],
"test:php-cs-fixer": "vendor/bin/php-cs-fixer fix --dry-run --verbose --using-cache=no",
"test:phpunit": "vendor/bin/phpunit",
"test:composer-require-checker": "vendor/bin/composer-require-checker"
} }
} }
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment