]> CyberLeo.Net >> Repos - Github/YOURLS.git/blob - composer.json
Remove [Remove xdebug]
[Github/YOURLS.git] / composer.json
1 {
2     "name": "yourls/yourls",
3     "description": "Your Own URL Shortener",
4     "keywords": ["shortener", "url shortener", "short url", "url", "bitly"],
5     "homepage": "http://yourls.org",
6     "license": "MIT",
7     "require": {
8         "php": ">=5.3",
9         "ext-pdo": "*",
10         "ozh/bookmarkletgen": "1.2",
11         "ozh/phpass": "1.2.0",
12         "rmccue/Requests" : "1.7",
13         "pomo/pomo" : "1.3.0",
14         "geoip2/geoip2" : "2.5.0",
15         "aura/sql": "~2.",
16         "jakeasmith/http_build_url": "1.0.1",
17         "symfony/polyfill-mbstring" : "1.5.0"
18     },
19     "config": {
20         "vendor-dir": "includes/vendor"
21     },
22     "autoload": {
23         "psr-4": {"YOURLS\\": "includes/YOURLS"}
24     },
25     "suggest": {
26         "ext-mbstring": "For best performance",
27         "ext-curl": "For best performance",
28         "ext-lulz": "For the lulz"
29     }
30 }