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:
@@ -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"
|
||||||
|
Reference in New Issue
Block a user