-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathcomposer.json
24 lines (24 loc) · 856 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
{
"name": "jkowens/magento-jobqueue",
"license": "MIT",
"type": "magento-module",
"version": "0.8.0",
"description": "JobQueue for Magento using DJJob",
"require": {
"php": ">=5.1",
"seatgeek/djjob": "1.0.0"
},
"authors": [
{
"name": "Jordan Owens"
}
],
"extra": {
"map": [
["app/code/community/Jowens/JobQueue/", "app/code/community/Jowens/JobQueue/"],
["app/design/adminhtml/default/default/layout/jowens/jobqueue.xml", "app/design/adminhtml/default/default/layout/jowens/jobqueue.xml"],
["app/design/adminhtml/default/default/template/jowens/jobqueue/", "app/design/adminhtml/default/default/template/jowens/jobqueue/"],
["app/etc/modules/Jowens_JobQueue.xml", "app/etc/modules/Jowens_JobQueue.xml"]
]
}
}