-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
37 lines (37 loc) · 1.21 KB
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "bullsoft/fp-project",
"description": "Phalcon+ application skeleton",
"homepage": "http://phalconphp.org",
"authors": [{"name": "顾伟刚", "email": "guweigang@bullsoft.org"}],
"require": {
"mnsami/composer-custom-directory-installer": "1.1.*",
"league/climate": "*",
"league/flysystem": "~1.0.37",
"league/oauth2-server": "*",
"defuse/php-encryption": "*",
"zendframework/zend-code": "*",
"zendframework/zend-stdlib": "*",
"doctrine/annotations":"*",
"container-interop/container-interop": "^1.1.0",
"phpoffice/phpword": "^0.14.0",
"guzzlehttp/guzzle": "~6.0",
"psx/schema": "*",
"wildbit/postmark-php": "*",
"vlucas/phpdotenv": "*",
"erusev/parsedown-extra": "*",
"gregwar/captcha": "1.*",
"ramsey/uuid": "*",
"hashids/hashids": "*",
"chillerlan/php-qrcode": "*",
"enqueue/redis": "^0.9.7",
"spiral/roadrunner": "^1.4",
"soluble/japha": "^2.6",
"anhskohbo/no-captcha": "^3.1",
"opis/json-schema": "^1.0",
"zircote/swagger-php": "^3.0"
},
"extra": {
"installer-paths": {
}
}
}