diff --git a/composer.json b/composer.json index 62b6663..4273fa6 100644 --- a/composer.json +++ b/composer.json @@ -13,17 +13,17 @@ ], "require": { "php": ">= 7.1", - "apitte/core": "^0.4.0", - "apitte/middlewares": "^0.4.0", - "apitte/negotiation": "^0.4.0", - "apitte/debug": "^0.4.0", - "apitte/openapi": "^0.4.0" + "apitte/core": "^0.5.0", + "apitte/middlewares": "^0.5.0", + "apitte/negotiation": "^0.5.0", + "apitte/debug": "^0.5.0", + "apitte/openapi": "^0.5.0" }, "minimum-stability": "dev", "prefer-stable": true, "extra": { "branch-alias": { - "dev-master": "0.4.x-dev" + "dev-master": "0.5.x-dev" } } }