Skip to content

Commit 8a5c2cd

Browse files
Merge pull request #9 from quant-php/dev
chore: prepare 1.0 release
2 parents 251fb3a + 9199e56 commit 8a5c2cd

File tree

2 files changed

+360
-376
lines changed

2 files changed

+360
-376
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@
2323
"phpbench/phpbench": "^1.2@dev",
2424
"doctrine/annotations": "2.0.x-dev",
2525
"phpstan/extension-installer": "^1.3",
26-
"quant/phpstan": "dev-main"
26+
"quant/phpstan": "^1.0"
2727
},
2828
"autoload": {
2929
"psr-4": { "Quant\\Core\\": "" },
3030
"exclude-from-classmap": [
3131
"/Tests/"
3232
]
3333
},
34-
"minimum-stability": "dev",
34+
"minimum-stability": "stable",
3535
"config": {
3636
"allow-plugins": {
3737
"phpstan/extension-installer": true

0 commit comments

Comments
 (0)