Skip to content
This repository has been archived by the owner on Jun 25, 2024. It is now read-only.

Commit

Permalink
updated composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickkusebauch committed Jun 7, 2020
1 parent ad212ae commit b551df4
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "patrickkusebauch/nette-psalm-plugin",
"description": "Psalm plugin for Nette Framework",
"keywords": ["php", "code", "inspection", "psalm", "plugin", "psalm-plugin", "static analysis", "static-analysis", "extension"],
"type": "psalm-plugin",
"license": "MIT",
"authors": [
Expand All @@ -10,11 +11,7 @@
}
],
"require": {
"vimeo/psalm": "dev-master"
},
"require-dev": {
"phpunit/phpunit": "^7.2",
"squizlabs/php_codesniffer": "^3.3"
"vimeo/psalm": "^3.6.2 || dev-master"
},
"extra": {
"psalm" : {
Expand All @@ -25,14 +22,5 @@
"psr-4": {
"PatrickKusebauch\\NettePsalmPlugin\\": ["."]
}
},
"scripts" : {
"check": [
"@cs-check",
"@analyze"
],
"analyze": "psalm",
"cs-check": "phpcs",
"cs-fix": "phpcbf"
}
}

0 comments on commit b551df4

Please sign in to comment.