]> CyberLeo.Net >> Repos - Github/YOURLS.git/blob - composer.json
Merge pull request #2452 from adigitalife/patch-1
[Github/YOURLS.git] / composer.json
1 {
2     "name": "yourls/yourls",
3     "description": "Your Own URL Shortener",
4     "type": "project",
5     "keywords": [
6         "shortener",
7         "url shortener",
8         "short url",
9         "url",
10         "bitly"
11     ],
12     "homepage": "https://yourls.org",
13     "license": "MIT",
14     "support": {
15         "issues": "https://github.com/YOURLS/YOURLS/issues",
16         "source": "https://github.com/YOURLS/YOURLS"
17     },
18     "require": {
19         "php": ">=5.3",
20         "ext-pdo": "*",
21         "ozh/bookmarkletgen": "1.2",
22         "ozh/phpass": "1.2.0",
23         "rmccue/Requests" : "1.7",
24         "pomo/pomo" : "1.3.0",
25         "geoip2/geoip2" : "2.5.0",
26         "aura/sql": "~2.",
27         "jakeasmith/http_build_url": "1.0.1",
28         "symfony/polyfill-mbstring": "1.5.0"
29     },
30     "config": {
31         "vendor-dir": "includes/vendor"
32     },
33     "autoload": {
34         "psr-4": {
35             "YOURLS\\": "includes/"
36         }
37     },
38     "suggest": {
39         "ext-mbstring": "For best performance",
40         "ext-curl": "Required for API usage"
41     }
42 }