Skip to content

Commit

Permalink
Merge pull request #9 from quant-php/dev
Browse files Browse the repository at this point in the history
chore: prepare 1.0 release
  • Loading branch information
ThorstenSuckow authored Jan 23, 2024
2 parents 251fb3a + 9199e56 commit 8a5c2cd
Show file tree
Hide file tree
Showing 2 changed files with 360 additions and 376 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@
"phpbench/phpbench": "^1.2@dev",
"doctrine/annotations": "2.0.x-dev",
"phpstan/extension-installer": "^1.3",
"quant/phpstan": "dev-main"
"quant/phpstan": "^1.0"
},
"autoload": {
"psr-4": { "Quant\\Core\\": "" },
"exclude-from-classmap": [
"/Tests/"
]
},
"minimum-stability": "dev",
"minimum-stability": "stable",
"config": {
"allow-plugins": {
"phpstan/extension-installer": true
Expand Down
Loading

0 comments on commit 8a5c2cd

Please sign in to comment.