-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
29 lines (29 loc) · 893 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
{
"name": "fooman/sameorderinvoicenumber-implementation-m2",
"license": "OSL-3.0",
"description": "Use the Magento order number as the related invoice, shipment and credit memo number.",
"type": "magento2-module",
"version": "104.3.0",
"autoload": {
"psr-4": {
"Fooman\\SameOrderInvoiceNumber\\": "src/"
},
"files": [
"src/registration.php"
]
},
"require": {
"php": "~7.1.3||~7.2.0||~7.3.0||~7.4.0||~8.0.0||~8.1.0||~8.2.0||~8.3.0",
"magento/framework": "^102.0.0 || ^103.0.0",
"magento/module-backend": "^101.0.0 || ^102.0.0",
"magento/module-sales": "^102.0.0 || ^103.0.0"
},
"require-dev": {
"fooman/testing-and-quality-tools": "^1.0"
},
"minimum-stability": "dev",
"prefer-stable": true,
"config": {
"sort-packages": true
}
}