1
0
mirror of https://github.com/dg/dibi.git synced 2025-08-05 13:47:33 +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",
"nette/tester": "^2.5",
"nette/di": "^3.1",
"phpstan/phpstan": "^1.0",
"phpstan/phpstan-nette": "^2.0",
"jetbrains/phpstorm-attributes": "^1.0"
},
"replace": {
@@ -26,7 +26,7 @@
"autoload": {
"classmap": ["src/"]
},
"minimum-stability": "dev",
"minimum-stability": "stable",
"scripts": {
"phpstan": "phpstan analyse",
"tester": "tester tests -s"