diff options
author | Valery Piashchynski <[email protected]> | 2021-01-23 18:44:55 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2021-01-23 18:44:55 +0300 |
commit | 92f14c7b0ff9b2a2a5eacb1475cf8a6f2142ca93 (patch) | |
tree | c429be306a4516737686cb2a2d6bac3a107a5238 /tests/composer.json | |
parent | 90ad9b070222a74462bbc2019931d4b8e4a70785 (diff) |
Add minimum-stability - dev to the composer.json
Diffstat (limited to 'tests/composer.json')
-rw-r--r-- | tests/composer.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/composer.json b/tests/composer.json index d4f32be5..5a5f33e0 100644 --- a/tests/composer.json +++ b/tests/composer.json @@ -1,5 +1,5 @@ { - "minimum-stability": "beta", + "minimum-stability": "dev", "require": { "nyholm/psr7": "^1.3", "spiral/roadrunner": "^2.0", |