-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
25 lines (25 loc) · 1.07 KB
/
Copy pathcomposer.json
File metadata and controls
25 lines (25 loc) · 1.07 KB
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
{
"name": "brookinsconsulting/bclowercaseurlaliasbundle",
"description": "BC Lower Case Url Alias Bundle for eZ Platform. Provides basic url alias transformation configuration necessary to transform new content created or modified url aliases to lower case separated by underscore or dash characters. Great for adventurous developers!",
"type" : "ezplatform-bundle",
"keywords": [ "eZ Publish Platform", "eZ Platform", "bundle", "UrlAlias", "SlugConverter", "Classes", "content", "lowercase", "urls" ],
"homepage": "https://gitlab.com/brookinsconsulting/bclowercaseurlaliasbundle",
"license": "GPL-2.0+",
"authors": [
{
"name" : "Brookins Consulting",
"email": "info@brookinsconsulting.com",
"role": "Author"
}
],
"minimum-stability": "dev",
"require": {
"ezsystems/ezpublish-kernel": "^6.0||^7.0"
},
"autoload" : {
"psr-0" : {
"BrookinsConsulting\\BcLowerCaseUrlAliasBundle" : ""
}
},
"target-dir" : "BrookinsConsulting/BcLowerCaseUrlAliasBundle"
}