|
- {
- "name": "cloudinary/cloudinary_php",
- "version": "1.4.1",
- "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.7.*"
- },
- "support": {
- "email": "info@cloudinary.com",
- "issues": "https://github.com/cloudinary/cloudinary_php/issues"
- },
- "autoload": {
- "classmap": ["src"],
- "files": ["src/Helpers.php"]
- }
- }
|