]> CyberLeo.Net >> Repos - Github/YOURLS.git/blob - composer.json
Shorten travis config file
[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   }
10 }