-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathcomposer.json
37 lines (36 loc) · 846 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
35
36
{
"name": "qota/customer-order-search",
"description": "Magento 2 - Customer can search orders in order history",
"require": {
"php": "~7.0.0|~7.1.0|~7.2.0|~7.3.0|~7.4.0|^8.0"
},
"keywords": [
"Magento",
"Magento 2",
"Magento 2 CustomerOrderSearch",
"Magento 2 CustomerOrderSearch free extension",
"Magento 2 free extension",
"CustomerOrderSearch",
"Customer Order Search"
],
"type": "magento2-module",
"version": "1.0.2",
"license": [
"MIT"
],
"authors": [
{
"name": "Qota",
"email": "[email protected]",
"role": "Magento 2 | PWA Studio Developer"
}
],
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"Qota\\CustomerOrderSearch\\": ""
}
}
}