Skip to content

Commit

Permalink
2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Arthur LORENT committed Aug 1, 2022
1 parent 44e3024 commit 7412a4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"phpmd": "vendor/bin/phpmd config,src,tests text phpmd.xml",
"phpstan": "vendor/bin/phpstan analyse --memory-limit=2G",
"phpunit" : "vendor/bin/testbench package:test --parallel --no-coverage",
"test": ["@pint", "@phpcs", "@phpmd", "@phpunit"]
"test": ["@pint", "@phpmd", "@phpstan", "@phpunit"]
},
"suggest": {
"guzzlehttp/guzzle": "Required for sending notifications via Slack",
Expand Down

0 comments on commit 7412a4b

Please sign in to comment.