Skip to content

Commit eb73066

Browse files
committed
modify composer
1 parent 443e765 commit eb73066

1 file changed

Lines changed: 3 additions & 15 deletions

File tree

composer.json

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
"description": "microservice framework base on swoole",
1111
"license": "Apache-2.0",
1212
"require": {
13-
"swoft/framework": "dev-master",
14-
"swoft/console": "dev-master",
15-
"swoft/http-message": "dev-master",
13+
"swoft/framework": "^1.0",
14+
"swoft/console": "^1.0",
15+
"swoft/http-message": "^1.0",
1616
"psr/http-server-middleware": "^1.0"
1717
},
1818
"require-dev": {
@@ -30,18 +30,6 @@
3030
}
3131
},
3232
"repositories": [
33-
{
34-
"type": "git",
35-
"url": "https://github.com/swoft-cloud/swoft-console"
36-
},
37-
{
38-
"type": "git",
39-
"url": "https://github.com/swoft-cloud/swoft-http-message"
40-
},
41-
{
42-
"type": "git",
43-
"url": "https://github.com/swoft-cloud/framework"
44-
},
4533
{
4634
"type": "composer",
4735
"url": "https://packagist.phpcomposer.com"

0 commit comments

Comments
 (0)