-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathcomposer.json
More file actions
22 lines (22 loc) · 812 Bytes
/
Copy pathcomposer.json
File metadata and controls
22 lines (22 loc) · 812 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name":"proxiblue/ordersyncquerunner",
"type":"magento-module",
"license":"OSL-3.0",
"homepage":"https://github.com/ProxiBlue/OrderSynQueRunner",
"description":"Magento extension to sync orders to external systems via a basic que during checkout. Sync any orders done by event sales_order_place_after, using a new ecent called sales_order_place_after_que.",
"authors":[
{
"name":"Lucas van Staden",
"email":"sales@proxiblue.com.au"
}
],
"require":{
"magento-hackathon/magento-composer-installer":"*"
},
"extra":{
"map":[
["/app/code/community/ProxiBlue/OrderSyncQueRunner/","/app/code/community/ProxiBlue/OrderSyncQueRunner/"] ,
["/app/etc/modules/ProxiBlue_OrderSyncQueRunner.xml","/app/etc/modules/ProxiBlue_OrderSyncQueRunner.xml"]
]
}
}