-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
33 lines (33 loc) · 920 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
{
"name": "ceresaconsultoria/sdk-php-mobilestores",
"description": "SDK PHP da Api da Mobile Stores",
"keywords": ["api", "library", "psr-4", "mobilestores", "sdk"],
"homepage": "https://github.com/ceresaconsultoria/sdk-php-mobilestores",
"type": "library",
"license": "MIT",
"authors": [
{
"name": "Weslley Ceresa",
"email": "[email protected]",
"homepage": "https://www.ceresaconsultoria.com"
}
],
"require": {
"php": ">=7.4",
"guzzlehttp/guzzle": "^7",
"symfony/event-dispatcher": "^5.4"
},
"autoload": {
"psr-4": {
"MobileStores\\": "src/"
}
},
"scripts": {
"test": []
},
"minimum-stability": "dev",
"prefer-stable": true,
"require-dev": {
"victorjonsson/markdowndocs": "^1.3"
}
}