Skip to content

Commit 98d3812

Browse files
committed
modify composer
1 parent 60bed78 commit 98d3812

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
@@ -9,9 +9,9 @@
99
"description": "microservice framework base on swoole",
1010
"license": "Apache-2.0",
1111
"require": {
12-
"swoft/console": "dev-master",
13-
"swoft/http-message": "dev-master",
14-
"swoft/framework": "dev-master"
12+
"swoft/console": "^1.0",
13+
"swoft/http-message": "^1.0",
14+
"swoft/framework": "^1.0"
1515
},
1616
"autoload": {
1717
"psr-4": {
@@ -24,18 +24,6 @@
2424
}
2525
},
2626
"repositories": [
27-
{
28-
"type": "vcs",
29-
"url": "https://github.com/swoft-cloud/framework"
30-
},
31-
{
32-
"type": "vcs",
33-
"url": "https://github.com/swoft-cloud/swoft-console"
34-
},
35-
{
36-
"type": "vcs",
37-
"url": "https://github.com/swoft-cloud/swoft-http-message"
38-
},
3927
{
4028
"type": "composer",
4129
"url": "https://packagist.phpcomposer.com"

0 commit comments

Comments
 (0)