Skip to content

Commit

Permalink
Merge pull request #15 from r0mdau/update_composer
Browse files Browse the repository at this point in the history
Update composer libraries
  • Loading branch information
r0mdau committed Apr 7, 2023
2 parents d75a0aa + b966a33 commit 11aa1ed
Show file tree
Hide file tree
Showing 2 changed files with 125 additions and 119 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
],
"cs-check": "phpcs",
"cs-fix": "phpcbf",
"phpstan": "phpstan analyze ./src --xdebug",
"phpstan": "phpstan analyze ./src",
"test": "phpunit --colors=always",
"test-coverage": "XDEBUG_MODE=coverage phpunit --colors=always --coverage-clover clover.xml",
"license-check": "docheader check src/ test/"
Expand Down

0 comments on commit 11aa1ed

Please sign in to comment.