Skip to content

Commit 53d2365

Browse files
Update stability and remove replace.
1 parent 2514b64 commit 53d2365

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

composer.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"type": "composer-plugin",
55
"license": "MIT",
66
"prefer-stable": true,
7-
"minimum-stability": "dev",
7+
"minimum-stability": "stable",
88
"authors": [
99
{
1010
"name": "Youwe B.V.",
@@ -27,9 +27,6 @@
2727
"Youwe\\CodingStandard\\PhpStorm\\": "src"
2828
}
2929
},
30-
"replace": {
31-
"youwe/coding-standard-phpstorm": "*"
32-
},
3330
"autoload-dev": {
3431
"psr-4": {
3532
"Youwe\\CodingStandard\\PhpStorm\\Tests\\": "tests"

0 commit comments

Comments
 (0)