-
Notifications
You must be signed in to change notification settings - Fork 11
/
composer.json
44 lines (44 loc) · 1.06 KB
/
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
37
38
39
40
41
42
43
44
{
"name": "tig/postcode-magento2",
"description": "TIG Magento 2 Postcode extension",
"require": {
"php": "~8.1|~8.2",
"magento/module-checkout": ">=100.2.6,<=100.2.11|~100.3|~100.4",
"magento/module-quote": ">=101.0.5,<=101.0.11|~101.1|~101.2"
},
"type": "magento2-module",
"version": "1.7.0",
"license": "CC-BY-NC-ND-3.0",
"authors": [
{
"name": "TIG",
"email": "[email protected]",
"homepage": "https://postcodeservice.com"
}
],
"support": {
"email": "[email protected]",
"issues": "https://postcodeservice.com/support/"
},
"homepage": "https://postcodeservice.com",
"minimum-stability": "RC",
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"TIG\\Postcode\\": ""
}
},
"require-dev": {
"object-calisthenics/phpcs-calisthenics-rules": "^2.0",
"magento/marketplace-eqp": "^1.0",
"satooshi/php-coveralls": "^1.0"
},
"repositories": {
"magento": {
"type": "composer",
"url": "https://repo.magento.com/"
}
}
}