forked from gettyimages/gettyimages-api_php
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
33 lines (33 loc) · 987 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": "gettyimages/gettyimages-api",
"description": "Getty Images API SDK - PHP",
"minimum-stability": "stable",
"license": "MIT",
"keywords": ["images","getty","gettyimages","photo","photos","search","creative","artist","embed"],
"homepage": "https://developers.gettyimages.com",
"authors": [
{
"name": "Getty Images, Inc.",
"email": "[email protected]",
"role" : "Developer"
}
],
"support": {
"forum": "http://developer.gettyimages.com/forum",
"issues": "https://github.com/gettyimages/gettyimages-api_php/issues",
"source": "https://github.com/gettyimages/gettyimages-api_php"
},
"require": {
"php": ">=7.0",
"php-di/php-di": "^6.0"
},
"require-dev" : {
"phine/phar": "~1.0",
"phpunit/phpunit": "^6"
},
"autoload" : {
"psr-4" : {
"GettyImages\\Api\\": "src/"
}
}
}