diff --git a/composer.json b/composer.json index bdbb0ac..d26b4fd 100644 --- a/composer.json +++ b/composer.json @@ -11,15 +11,15 @@ ], "require": { "php": "^7.4|^8.0", - "pheature/toggle-core": "^0.0.1", - "pheature/toggle-model": "^0.0.1", - "pheature/toggle-crud": "^0.0.1", - "pheature/toggle-crud-psr7-api": "^0.0.1" + "pheature/toggle-core": "^0.1", + "pheature/toggle-model": "^0.1", + "pheature/toggle-crud": "^0.1", + "pheature/toggle-crud-psr7-api": "^0.1" }, "require-dev": { "infection/infection": "^0.23.0", - "pheature/dbal-toggle": "^0.0.1", - "pheature/inmemory-toggle": "^0.0.1", + "pheature/dbal-toggle": "^0.1", + "pheature/inmemory-toggle": "^0.1", "phpro/grumphp": "^1.0", "phpstan/phpstan": "^0.12", "phpunit/phpunit": "^8.0 || ^9.0",