-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
38 lines (38 loc) · 1014 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
37
38
{
"name": "notesow/spediamoapi",
"description": "Spediamo.it PHP API SDK (shipping automation) | Php Library Model (Unofficial)",
"keywords": [
"spediamo.it php",
"spediamo.it php api",
"shipping php api",
"laravel spediamo.it api",
"codeigniter spediamo.it api",
"symfony spediamo.it api",
"Yii Framework spediamo.it api",
"CakePHP spediamo.it api",
"Zend Framework spediamo.it api"
],
"license": "Apache-2.0",
"authors": [
{
"name": "Davide Perricone",
"email": "[email protected]",
"role": "Developer"
}
],
"require": {
"php": "^7.1|^8.0",
"guzzlehttp/guzzle": "^7.5"
},
"require-dev": {
"phpunit/phpunit": "^9.3.3"
},
"minimum-stability": "dev",
"prefer-stable" : true,
"autoload": {
"psr-4": {
"notesow\\": "src/",
"notesow\\spediamoapi\\": "src/"
}
}
}