We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2514b64 commit 53d2365Copy full SHA for 53d2365
composer.json
@@ -4,7 +4,7 @@
4
"type": "composer-plugin",
5
"license": "MIT",
6
"prefer-stable": true,
7
- "minimum-stability": "dev",
+ "minimum-stability": "stable",
8
"authors": [
9
{
10
"name": "Youwe B.V.",
@@ -27,9 +27,6 @@
27
"Youwe\\CodingStandard\\PhpStorm\\": "src"
28
}
29
},
30
- "replace": {
31
- "youwe/coding-standard-phpstorm": "*"
32
- },
33
"autoload-dev": {
34
"psr-4": {
35
"Youwe\\CodingStandard\\PhpStorm\\Tests\\": "tests"
0 commit comments