-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcomposer.json
More file actions
36 lines (36 loc) · 802 Bytes
/
composer.json
File metadata and controls
36 lines (36 loc) · 802 Bytes
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": "delota/presta-royalmail-click-and-drop",
"description": "Click and Drop API for Prestashop",
"authors": [
{
"name": "Delota"
}
],
"require": {
"php": ">=7.2.0",
"league/iso3166": "^2.1",
"webmozart/assert": "^1.9"
},
"autoload": {
"psr-4": {
"Delota\\Prestashop\\RoyalMailClickAndDrop\\": "src/",
"Delota\\Prestashop\\RoyalMailClickAndDrop\\Tests\\": "tests/"
},
"classmap": [
"src/",
"tests/",
"royalmailclickanddrop.php"
],
"exclude-from-classmap": []
},
"config": {
"preferred-install": "dist",
"prepend-autoloader": false
},
"type": "prestashop-module",
"require-dev": {
"phpunit/phpunit": "^8.5",
"mockery/mockery": "^1.3",
"prestashop/php-dev-tools": "^3.14"
}
}