-
Notifications
You must be signed in to change notification settings - Fork 39
/
composer.json
35 lines (35 loc) · 1.01 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
{
"repositories": [
{
"type": "git",
"url": "https://github.com/syl20b/Http.git"
}
],
"require": {
"php": ">=5.6",
"behat/transliterator": "1.4.*",
"crisu83/yii-consoletools": "1.0.*",
"crisu83/yiistrap": "1.2.*",
"gavroche/browser": "2.2.*",
"bordoni/phpass": "0.3.*",
"hoa/http": "dev-fix-issue-32 as 1.17.01.13",
"hoa/websocket": "3.17.01.09",
"imagine/imagine": "0.6.*",
"jalle19/php-whitelist-check": "1.1.*",
"jalle19/simple-json-rpc-client": ">=1.0.9",
"jalle19/xsphpf": "^1.0",
"jalle19/yii-lazy-image": "1.0.*",
"mobiledetect/mobiledetectlib": "2.8.*",
"netresearch/jsonmapper": "3.1.*",
"tomnomnom/phpwol": "0.1.*",
"vlucas/phpdotenv": "^3.4",
"yiisoft/yii": "1.1.27",
"zendframework/zend-http": "2.2.*"
},
"config": {
"sort-packages": true,
"platform": {
"php": "5.6"
}
}
}