We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 251fb3a + 9199e56 commit 8a5c2cdCopy full SHA for 8a5c2cd
2 files changed
composer.json
@@ -23,15 +23,15 @@
23
"phpbench/phpbench": "^1.2@dev",
24
"doctrine/annotations": "2.0.x-dev",
25
"phpstan/extension-installer": "^1.3",
26
- "quant/phpstan": "dev-main"
+ "quant/phpstan": "^1.0"
27
},
28
"autoload": {
29
"psr-4": { "Quant\\Core\\": "" },
30
"exclude-from-classmap": [
31
"/Tests/"
32
]
33
34
- "minimum-stability": "dev",
+ "minimum-stability": "stable",
35
"config": {
36
"allow-plugins": {
37
"phpstan/extension-installer": true
0 commit comments