diff --git a/composer.json b/composer.json index 7dc1082..a939c03 100644 --- a/composer.json +++ b/composer.json @@ -10,9 +10,9 @@ "description": "Session Component for Swoft", "license": "Apache-2.0", "require": { - "swoft/framework": "dev-master", - "swoft/http-message": "dev-master", - "swoft/redis": "dev-master", + "swoft/framework": "^1.0", + "swoft/http-message": "^1.0", + "swoft/redis": "^1.0", "nesbot/carbon": "^1.22" }, "require-dev": { @@ -32,18 +32,6 @@ } }, "repositories": [ - { - "type": "vcs", - "url": "https://github.com/swoft-cloud/swoft-framework" - }, - { - "type": "vcs", - "url": "https://github.com/swoft-cloud/swoft-http-message" - }, - { - "type": "vcs", - "url": "https://github.com/swoft-cloud/swoft-redis" - }, { "type": "composer", "url": "https://packagist.phpcomposer.com"