forked from cloudinary/cloudinary_php
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
31 lines (31 loc) · 847 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
{
"name": "cloudinary/cloudinary_php",
"version": "1.9.0",
"description": "Cloudinary PHP SDK",
"keywords": ["cloudinary", "sdk", "cloud", "image management", "cdn"],
"type": "library",
"homepage": "https://github.com/cloudinary/cloudinary_php",
"license": "MIT",
"authors": [
{
"name": "Cloudinary",
"homepage": "https://github.com/cloudinary/cloudinary_php/graphs/contributors"
}
],
"require": {
"php": ">=5.3.0",
"ext-curl": "*",
"ext-json": "*"
},
"require-dev": {
"phpunit/phpunit": "4.8.*"
},
"support": {
"email": "[email protected]",
"issues": "https://github.com/cloudinary/cloudinary_php/issues"
},
"autoload": {
"classmap": ["src"],
"files": ["src/Helpers.php"]
}
}