Skip to content

Commit 36e6660

Browse files
committed
* composer release
1 parent 2509ee1 commit 36e6660

2 files changed

Lines changed: 23 additions & 6 deletions

File tree

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,24 @@ Docker Registry(阿里云):
154154

155155
对于聚合服务,比如大型的网站首页,想要通过服务器端聚合内容整合数据,php-msf是可选方案之一。
156156

157+
## 手工安装
158+
159+
推荐安装方式,通过编辑项目`composer.json`加入依赖`pinguo/php-msf`
160+
161+
```json
162+
{
163+
"require": {
164+
"pinguo/php-msf": ">=3.0.0"
165+
}
166+
}
167+
```
168+
169+
进入project目录,执行:
170+
171+
```bash
172+
$>composer require "pinguo/php-msf:>=3.0.0" -vvv
173+
```
174+
157175
## 项目原则
158176

159177
### 稳定

composer.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
"require": {
88
"php": ">=7.0",
99
"ext-swoole": ">=1.9.15",
10-
"pinguo/php-log": "dev-master",
11-
"pinguo/php-context": "dev-master",
12-
"pinguo/php-aop": "dev-master",
13-
"pinguo/php-exception": "dev-master",
14-
"pinguo/plates": "dev-master",
10+
"pinguo/php-log": "1.0.0",
11+
"pinguo/php-context": "1.0.0",
12+
"pinguo/php-aop": "1.0.0",
13+
"pinguo/php-exception": "1.0.0",
14+
"pinguo/plates": "3.3.1",
1515
"hassankhan/config": "~0.10",
1616
"flexihash/flexihash": "^2.0.0"
1717
},
@@ -26,7 +26,6 @@
2626
"src/Helpers/Common.php"
2727
]
2828
},
29-
"minimum-stability": "dev",
3029
"prefer-stable": true,
3130
"extra": {
3231
},

0 commit comments

Comments
 (0)