aboutsummaryrefslogtreecommitdiffstats
path: root/library/urlify/composer.json
blob: 2d95f6aa673bb7c4d76d9035f864d41926bef67a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
	"name": "jbroadway/urlify",
	"type": "library",
	"description": "PHP port of URLify.js from the Django project. Transliterates non-ascii characters for use in URLs.",
	"keywords": ["urlify","transliterate","translit","transliteration","url","encode","slug","link","iconv"],
	"homepage": "https://github.com/jbroadway/urlify",
	"license": "MIT",
	"authors": [
		{
			"name": "Johnny Broadway",
			"email": "johnny@johnnybroadway.com",
			"homepage": "http://www.johnnybroadway.com/"
		}
	],
	"require": {
		"php": ">=5.3.0"
	},
	"autoload": {
		"psr-0": { "URLify": "" }
	}
}