forked from olliebrennan/Zf2SlugGenerator
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
26 lines (25 loc) · 674 Bytes
/
Copy pathcomposer.json
File metadata and controls
26 lines (25 loc) · 674 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"name": "olliebrennan/zf2-slug-generator",
"description": "A ZF2 Slug Generation Library. Allows basic slug generation or integration with your DB",
"keywords": ["slug", "zend-framework", "zf2"],
"homepage": "https://github.com/olliebrennan/Zf2SlugGenerator",
"type": "library",
"authors": [
{
"name": "Ollie Brennan",
"email": "github@epicarena.com"
}
],
"require": {
"php": ">=5.3.3",
"zf-commons/zfc-base": "0.*"
},
"autoload": {
"psr-0": {
"zf2-slug-generator": "src/"
},
"classmap": [
"./Module.php"
]
}
}