forked from kol-ton/greenlime
-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
26 lines (26 loc) · 939 Bytes
/
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
{
"name": "titaniumnetwork-dev/phoenix-reborn",
"type": "project",
"license": "MIT",
"description": "Web proxy application project powered by PHP-Proxy library",
"keywords": ["php proxy application", "php proxy web", "proxy script", "php web proxy", "web proxy"],
"repositories": [
{
"type": "vcs",
"url": "https://github.com/titaniumnetwork-dev/php-proxy"
}
],
"require": {
"athlon1600/php-proxy": "dev-master",
"athlon1600/php-proxy-plugin-bundle": "dev-master",
"ext-mbstring": "^7.2",
"ext-gd": "^7.2",
"ext-sqlite3": "^7.2",
"ext-imagick": "*"
},
"scripts": {
"post-create-project-cmd": [
"php -f setup.txt"
]
}
}