-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathcomposer.json
More file actions
33 lines (33 loc) · 837 Bytes
/
composer.json
File metadata and controls
33 lines (33 loc) · 837 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
27
28
29
30
31
32
33
{
"name": "clockworkgeek/tag-to-connect",
"description": "Build Connect 2.0 packages from composer.json and git tags",
"license": "MIT",
"authors": [
{
"name": "Daniel Deady",
"email": "daniel@clockworkgeek.com"
}
],
"minimum-stability": "stable",
"require": {
"connect20/lib_mage": "~1.5",
"totten/license-data": "~0.2",
"php": "~5.2 || ~7"
},
"repositories": {
"firegento": {
"type": "composer",
"url": "http://packages.firegento.com"
}
},
"autoload": {
"psr-0": {
"Mage_": ["vendor/connect20/Lib_Mage/lib", "../../connect20/Lib_Mage/lib"],
"Clockworkgeek_": "src"
}
},
"require-dev": {},
"bin": [
"bin/tag-to-connect"
]
}