-
Notifications
You must be signed in to change notification settings - Fork 5
/
composer.json
27 lines (27 loc) · 980 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
27
{
"name": "titaniumnetwork-dev/titaniumlite",
"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/Athlon1600/php-proxy-app"
}
],
"require": {
"Athlon1600/php-proxy": "dev-master",
"Athlon1600/php-proxy-plugin-bundle": "dev-master",
"ext-mbstring": "^7.2",
"Athlon1600/php-proxy": "^5.0",
"ext-gd": "^7.2",
"ext-sqlite3": "^7.2",
"ext-imagick": "*"
},
"scripts": {
"post-create-project-cmd": [
"php -f setup.txt"
]
}
}