Skip to content

Commit

Permalink
Update stability and remove replace.
Browse files Browse the repository at this point in the history
  • Loading branch information
Leon Helmus committed Apr 22, 2022
1 parent 2514b64 commit 53d2365
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": "composer-plugin",
"license": "MIT",
"prefer-stable": true,
"minimum-stability": "dev",
"minimum-stability": "stable",
"authors": [
{
"name": "Youwe B.V.",
Expand All @@ -27,9 +27,6 @@
"Youwe\\CodingStandard\\PhpStorm\\": "src"
}
},
"replace": {
"youwe/coding-standard-phpstorm": "*"
},
"autoload-dev": {
"psr-4": {
"Youwe\\CodingStandard\\PhpStorm\\Tests\\": "tests"
Expand Down

0 comments on commit 53d2365

Please sign in to comment.