-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
34 lines (34 loc) · 837 Bytes
/
composer.json
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
27
28
29
30
31
32
33
34
{
"name":"gabbydgab/gdg-catalogdataprovider",
"description":"Module for importing single/bulk entries for Catalog + Inventory System",
"license": "BSD-2-Clause",
"type": "library",
"minimum-stability": "dev",
"keywords": [
"zf2",
"import"
],
"homepage": "http://github.com/gabbydgab/GdgCatalogDataProvider",
"authors": [
{
"name": "Gab Amba",
"email": "gamba@gabbydgab.com",
"homepage": "http://www.gabbydgab.com/",
"role": "Lead Developer"
}
],
"require": {
"php": ">=5.4"
},
"autoload": {
"psr-0": {
"GdgCatalogDataProvider": "src/"
}
},
"version": "0.1.0-dev",
"extra": {
"branch-alias": {
"dev-master": "0.1.0-dev"
}
}
}