Skip to content

Commit a8bd9aa

Browse files
committed
Add minimum-stability and use tags to version the repo.
1 parent 50b0de4 commit a8bd9aa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"name": "xactsystems/phpstan-dev",
33
"description": "Package to extract and provide PHPStan source code for developing custom rules",
44
"type": "composer-plugin",
5-
"version": "1.0.0",
65
"require": {
76
"php": "^7.4 || ^8.0",
87
"phpstan/phpstan": "^1.10",
@@ -26,5 +25,6 @@
2625
},
2726
"require-dev": {
2827
"composer/composer": "^2.5"
29-
}
28+
},
29+
"minimum-stability": "stable"
3030
}

0 commit comments

Comments
 (0)