-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
28 lines (28 loc) · 831 Bytes
/
composer.json
File metadata and controls
28 lines (28 loc) · 831 Bytes
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
{
"name": "cloudinary/cloudinary_cake_php",
"version": "1.0.0",
"description": "Cloudinary Cake PHP SDK",
"keywords": ["cloudinary", "sdk", "cloud", "image management", "cdn", "cake php"],
"type": "library",
"homepage": "https://github.com/cloudinary/cloudinary_cake_php",
"license": "MIT",
"authors": [
{
"name": "Cloudinary",
"homepage": "https://github.com/cloudinary/cloudinary_cake_php/graphs/contributors"
}
],
"require": {
"php": ">=5.2.0",
"ext-curl": "*",
"ext-json": "*",
"cloudinary/cloudinary_php": ">=1.0.8"
},
"support": {
"email": "info@cloudinary.com",
"issues": "https://github.com/cloudinary/cloudinary_cake_php/issues"
},
"autoload": {
"psr-0": { "": "" }
}
}