We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50b0de4 commit a8bd9aaCopy full SHA for a8bd9aa
1 file changed
composer.json
@@ -2,7 +2,6 @@
2
"name": "xactsystems/phpstan-dev",
3
"description": "Package to extract and provide PHPStan source code for developing custom rules",
4
"type": "composer-plugin",
5
- "version": "1.0.0",
6
"require": {
7
"php": "^7.4 || ^8.0",
8
"phpstan/phpstan": "^1.10",
@@ -26,5 +25,6 @@
26
25
},
27
"require-dev": {
28
"composer/composer": "^2.5"
29
- }
+ },
+ "minimum-stability": "stable"
30
}
0 commit comments