forked from amzn/amazon-instant-access-sdk-php
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
32 lines (32 loc) · 775 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
{
"name": "amazon/instantaccess-sdk-php",
"version": "1.1.0",
"homepage": "http://developer.amazon.com/",
"description":"Amazon Instant Access SDK for PHP",
"keywords":["amazon","sdk"],
"type":"library",
"license":"Apache-2.0",
"authors":[
{
"name":"Amazon Digital Services, Inc.",
"homepage":"http://developer.amazon.com"
}
],
"require": {
"php": ">=8.1",
"psr/log": "3.0.*"
},
"suggest": {
"monolog/monolog": "Adds support for logging"
},
"require-dev": {
"symfony/class-loader": "3.0.*",
"monolog/monolog": "1.6.*",
"phpunit/phpunit": "4.8.*"
},
"autoload": {
"psr-4": {
"": "src/"
}
}
}