]> CyberLeo.Net >> Repos - Github/YOURLS.git/blob - composer.json
Update ydb->query() functions
[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     },
17     "config": {
18         "vendor-dir": "includes/vendor"
19     },
20     "autoload": {
21         "psr-4": {"YOURLS\\": "includes/yourls"}
22     }
23 }