Skip to content

Commit

Permalink
DX: Add composer keywords
Browse files Browse the repository at this point in the history
as per composer/composer#10960 this allows composer to warn the user, when installing the tool as a project dependency instead of a dev-dependency
  • Loading branch information
staabm committed Mar 16, 2023
1 parent 9e96f38 commit 533e8fa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Expand Up @@ -2,7 +2,8 @@
"name": "tomasvotruba/bladestan",
"description": "PHPStan rule for static analysis of Blade templates",
"license": "MIT",
"type": "phpstan-extension",
"keywords": ["static analysis", "phpstan-extension"],
DX: Add composer keywords "type": "phpstan-extension",
"require": {
"php": "^8.1",
"illuminate/contracts": "^8.8 || ^9.0 || ^10.0",
Expand Down

0 comments on commit 533e8fa

Please sign in to comment.