Skip to content

Commit

Permalink
add composer-unused script
Browse files Browse the repository at this point in the history
  • Loading branch information
idleberg committed Nov 16, 2023
1 parent 80bb8e7 commit 230696a
Show file tree
Hide file tree
Showing 2 changed files with 943 additions and 11 deletions.
6 changes: 4 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,17 @@
"codeception/codeception": "^5.0.4",
"codeception/module-asserts": "^3.0.0",
"friendsofphp/php-cs-fixer": "^3.8",
"phpstan/phpstan": "^1.9"
"phpstan/phpstan": "^1.9",
"icanhazstring/composer-unused": "^0.8.10"
},
"scripts": {
"format": "vendor/bin/php-cs-fixer fix ./src",
"lint": "php -l ./src",
"test": [
"vendor/bin/phpstan analyse ./src --memory-limit=512M --level 5",
"vendor/bin/codecept run"
]
],
"unused": "vendor/bin/composer-unused"
},
"config": {
"allow-plugins": {
Expand Down
Loading

0 comments on commit 230696a

Please sign in to comment.