Skip to content

Commit

Permalink
change composer package type to phpstan-extension
Browse files Browse the repository at this point in the history
  • Loading branch information
jiripudil authored and jkuchar committed Jan 11, 2021
1 parent e862d79 commit 288e8aa
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
@@ -1,7 +1,7 @@
{
"name": "grifart/phpstan-oneline",
"description": "PHPStan compact error formatter",
"type": "library",
"type": "phpstan-extension",
"scripts": {
"verify": ["@test"],
"test": "vendor/bin/phpstan analyse -c tests/phpstan-config.neon --error-format oneline --no-progress --no-interaction"
Expand Down

0 comments on commit 288e8aa

Please sign in to comment.