We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60bed78 commit 98d3812Copy full SHA for 98d3812
1 file changed
composer.json
@@ -9,9 +9,9 @@
9
"description": "microservice framework base on swoole",
10
"license": "Apache-2.0",
11
"require": {
12
- "swoft/console": "dev-master",
13
- "swoft/http-message": "dev-master",
14
- "swoft/framework": "dev-master"
+ "swoft/console": "^1.0",
+ "swoft/http-message": "^1.0",
+ "swoft/framework": "^1.0"
15
},
16
"autoload": {
17
"psr-4": {
@@ -24,18 +24,6 @@
24
}
25
26
"repositories": [
27
- {
28
- "type": "vcs",
29
- "url": "https://github.com/swoft-cloud/framework"
30
- },
31
32
33
- "url": "https://github.com/swoft-cloud/swoft-console"
34
35
36
37
- "url": "https://github.com/swoft-cloud/swoft-http-message"
38
39
{
40
"type": "composer",
41
"url": "https://packagist.phpcomposer.com"
0 commit comments