Skip to content

Commit acc2cb7

Browse files
committed
Sort dependencies of composer.json
1 parent a100fdb commit acc2cb7

File tree

1 file changed

+39
-39
lines changed

1 file changed

+39
-39
lines changed

composer.json

Lines changed: 39 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,41 @@
11
{
2-
"name": "yireo/magento2-taxratesmanager2",
3-
"license": "OSL-3.0",
4-
"type": "magento2-module",
5-
"version": "1.2.15",
6-
"homepage": "https://www.yireo.com/software/magento-extensions/taxratesmanager2",
7-
"description": "Manage EU VAT rates automatically",
8-
"keywords": [
9-
"composer-installer",
10-
"magento"
11-
],
12-
"authors": [
13-
{
14-
"name": "Jisse Reitsma (Yireo)",
15-
"email": "[email protected]"
2+
"name": "yireo/magento2-taxratesmanager2",
3+
"license": "OSL-3.0",
4+
"type": "magento2-module",
5+
"version": "1.2.15",
6+
"homepage": "https://www.yireo.com/software/magento-extensions/taxratesmanager2",
7+
"description": "Manage EU VAT rates automatically",
8+
"keywords": [
9+
"composer-installer",
10+
"magento"
11+
],
12+
"authors": [
13+
{
14+
"name": "Jisse Reitsma (Yireo)",
15+
"email": "[email protected]"
16+
}
17+
],
18+
"require": {
19+
"ext-pcre": "*",
20+
"guzzlehttp/guzzle": "~6.0|^7.0",
21+
"magento/framework": "^100.0|^101.0|^102.0|^103.0",
22+
"magento/module-backend": "^100.0|^101.0|^102.0",
23+
"magento/module-config": "^100.0|^101.0",
24+
"magento/module-customer": "^100.0|^101.0|^102.0|^103.0",
25+
"magento/module-store": "^100.0|^101.0",
26+
"magento/module-tax": "^100.0",
27+
"php": "^7.4|^8.1",
28+
"psr/log": "^1 || ^2 || ^3"
29+
},
30+
"require-dev": {
31+
"yireo/magento2-integration-test-helper": "~0.0"
32+
},
33+
"autoload": {
34+
"psr-4": {
35+
"Yireo\\TaxRatesManager2\\": ""
36+
},
37+
"files": [
38+
"registration.php"
39+
]
1640
}
17-
],
18-
"require": {
19-
"magento/framework": "^100.0|^101.0|^102.0|^103.0",
20-
"magento/module-backend": "^100.0|^101.0|^102.0",
21-
"magento/module-config": "^100.0|^101.0",
22-
"magento/module-customer": "^100.0|^101.0|^102.0|^103.0",
23-
"magento/module-store": "^100.0|^101.0",
24-
"magento/module-tax": "^100.0",
25-
"guzzlehttp/guzzle": "~6.0|^7.0",
26-
"psr/log": "^1 || ^2 || ^3",
27-
"php": "^7.4|^8.1",
28-
"ext-pcre": "*"
29-
},
30-
"require-dev": {
31-
"yireo/magento2-integration-test-helper": "~0.0"
32-
},
33-
"autoload": {
34-
"psr-4": {
35-
"Yireo\\TaxRatesManager2\\": ""
36-
},
37-
"files": [
38-
"registration.php"
39-
]
40-
}
41-
}
41+
}

0 commit comments

Comments
 (0)