-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathcomposer.json
More file actions
24 lines (24 loc) · 956 Bytes
/
composer.json
File metadata and controls
24 lines (24 loc) · 956 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
{
"name": "brookinsconsulting/bcimportcsv",
"description": "eZ Publish Legacy extension which provides a flexible solution providing a quick and simple import of content tree content objects content in csv format. Great for simple importing of customer content!",
"type": "ezpublish-legacy-extension",
"keywords": [ "eZ Publish", "content object", "import", "module view", "command line script" ],
"homepage": "https://bitbucket.org/brookinsconsulting/bcimportcsv",
"license": "GPL-2.0+",
"authors": [
{
"name" : "Brookins Consulting",
"homepage": "http://brookinsconsulting.com",
"email": "info@brookinsconsulting.com",
"role": "Developer"
}
],
"minimum-stability": "dev",
"require": {
"php": ">=5.0.0",
"ezsystems/ezpublish-legacy-installer": "*"
},
"extra": {
"ezpublish-legacy-extension-name": "bcimportcsv"
}
}