1
0
mirror of https://github.com/dg/dibi.git synced 2025-08-06 06:07:39 +02:00

composer: minimum stability = stable

This commit is contained in:
David Grudl
2025-06-06 01:09:51 +02:00
parent 97053089e0
commit 67d135788a

View File

@@ -17,7 +17,7 @@
"tracy/tracy": "^2.9", "tracy/tracy": "^2.9",
"nette/tester": "^2.5", "nette/tester": "^2.5",
"nette/di": "^3.1", "nette/di": "^3.1",
"phpstan/phpstan": "^1.0", "phpstan/phpstan-nette": "^2.0",
"jetbrains/phpstorm-attributes": "^1.0" "jetbrains/phpstorm-attributes": "^1.0"
}, },
"replace": { "replace": {
@@ -26,7 +26,7 @@
"autoload": { "autoload": {
"classmap": ["src/"] "classmap": ["src/"]
}, },
"minimum-stability": "dev", "minimum-stability": "stable",
"scripts": { "scripts": {
"phpstan": "phpstan analyse", "phpstan": "phpstan analyse",
"tester": "tester tests -s" "tester": "tester tests -s"