grav-plugin-cloudinary/composer.lock

73 lines
2.3 KiB
JSON

{
"_readme": [
"This file locks the dependencies of your project to a known state",
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically"
],
"content-hash": "db82e5792497d945f1a1b8c17266b3f6",
"packages": [
{
"name": "cloudinary/cloudinary_php",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/cloudinary/cloudinary_php.git",
"reference": "2800f0f1d53b4d7d4cc8c86bdba1d42bb4f3e6af"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/cloudinary/cloudinary_php/zipball/2800f0f1d53b4d7d4cc8c86bdba1d42bb4f3e6af",
"reference": "2800f0f1d53b4d7d4cc8c86bdba1d42bb4f3e6af",
"shasum": ""
},
"require": {
"ext-curl": "*",
"ext-json": "*",
"php": ">=5.3.0"
},
"require-dev": {
"phpunit/phpunit": "5.7.*"
},
"type": "library",
"autoload": {
"classmap": [
"src"
],
"files": [
"src/Helpers.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Cloudinary",
"homepage": "https://github.com/cloudinary/cloudinary_php/graphs/contributors"
}
],
"description": "Cloudinary PHP SDK",
"homepage": "https://github.com/cloudinary/cloudinary_php",
"keywords": [
"cdn",
"cloud",
"cloudinary",
"image management",
"sdk"
],
"time": "2017-06-20T13:15:14+00:00"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": {
"cloudinary/cloudinary_php": 20
},
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": []
}