Skip to content

Commit

Permalink
modify composer
Browse files Browse the repository at this point in the history
  • Loading branch information
stelin committed Mar 6, 2018
1 parent 60bed78 commit 98d3812
Showing 1 changed file with 3 additions and 15 deletions.
18 changes: 3 additions & 15 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"description": "microservice framework base on swoole",
"license": "Apache-2.0",
"require": {
"swoft/console": "dev-master",
"swoft/http-message": "dev-master",
"swoft/framework": "dev-master"
"swoft/console": "^1.0",
"swoft/http-message": "^1.0",
"swoft/framework": "^1.0"
},
"autoload": {
"psr-4": {
Expand All @@ -24,18 +24,6 @@
}
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/swoft-cloud/framework"
},
{
"type": "vcs",
"url": "https://github.com/swoft-cloud/swoft-console"
},
{
"type": "vcs",
"url": "https://github.com/swoft-cloud/swoft-http-message"
},
{
"type": "composer",
"url": "https://packagist.phpcomposer.com"
Expand Down

0 comments on commit 98d3812

Please sign in to comment.