{ "_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#installing-dependencies", "This file is @generated automatically" ], "content-hash": "0e59467c460695ad67678d520f363638", "packages": [ { "name": "composer/installers", "version": "v1.0.25", "source": { "type": "git", "url": "https://github.com/composer/installers.git", "reference": "36e5b5843203d7f1cf6ffb0305a97e014387bd8e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/composer/installers/zipball/36e5b5843203d7f1cf6ffb0305a97e014387bd8e", "reference": "36e5b5843203d7f1cf6ffb0305a97e014387bd8e", "shasum": "" }, "require": { "composer-plugin-api": "^1.0" }, "replace": { "roundcube/plugin-installer": "*", "shama/baton": "*" }, "require-dev": { "composer/composer": "1.0.*@dev", "phpunit/phpunit": "4.1.*" }, "type": "composer-plugin", "extra": { "class": "Composer\\Installers\\Plugin", "branch-alias": { "dev-master": "1.0-dev" } }, "autoload": { "psr-4": { "Composer\\Installers\\": "src/Composer/Installers" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Kyle Robinson Young", "email": "kyle@dontkry.com", "homepage": "https://github.com/shama" } ], "description": "A multi-framework Composer library installer", "homepage": "https://composer.github.io/installers/", "keywords": [ "Craft", "Dolibarr", "Hurad", "ImageCMS", "MODX Evo", "Mautic", "OXID", "SMF", "Thelia", "WolfCMS", "agl", "aimeos", "annotatecms", "bitrix", "cakephp", "chef", "codeigniter", "concrete5", "croogo", "dokuwiki", "drupal", "elgg", "fuelphp", "grav", "installer", "joomla", "kohana", "laravel", "lithium", "magento", "mako", "mediawiki", "modulework", "moodle", "phpbb", "piwik", "ppi", "puppet", "roundcube", "shopware", "silverstripe", "symfony", "typo3", "wordpress", "zend", "zikula" ], "time": "2016-04-13T19:46:30+00:00" }, { "name": "guzzlehttp/guzzle", "version": "5.3.3", "source": { "type": "git", "url": "https://github.com/guzzle/guzzle.git", "reference": "93bbdb30d59be6cd9839495306c65f2907370eb9" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/guzzle/guzzle/zipball/93bbdb30d59be6cd9839495306c65f2907370eb9", "reference": "93bbdb30d59be6cd9839495306c65f2907370eb9", "shasum": "" }, "require": { "guzzlehttp/ringphp": "^1.1", "php": ">=5.4.0", "react/promise": "^2.2" }, "require-dev": { "ext-curl": "*", "phpunit/phpunit": "^4.0" }, "type": "library", "autoload": { "psr-4": { "GuzzleHttp\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Michael Dowling", "email": "mtdowling@gmail.com", "homepage": "https://github.com/mtdowling" } ], "description": "Guzzle is a PHP HTTP client library and framework for building RESTful web service clients", "homepage": "http://guzzlephp.org/", "keywords": [ "client", "curl", "framework", "http", "http client", "rest", "web service" ], "time": "2018-07-31T13:33:10+00:00" }, { "name": "guzzlehttp/ringphp", "version": "1.1.1", "source": { "type": "git", "url": "https://github.com/guzzle/RingPHP.git", "reference": "5e2a174052995663dd68e6b5ad838afd47dd615b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/guzzle/RingPHP/zipball/5e2a174052995663dd68e6b5ad838afd47dd615b", "reference": "5e2a174052995663dd68e6b5ad838afd47dd615b", "shasum": "" }, "require": { "guzzlehttp/streams": "~3.0", "php": ">=5.4.0", "react/promise": "~2.0" }, "require-dev": { "ext-curl": "*", "phpunit/phpunit": "~4.0" }, "suggest": { "ext-curl": "Guzzle will use specific adapters if cURL is present" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.1-dev" } }, "autoload": { "psr-4": { "GuzzleHttp\\Ring\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Michael Dowling", "email": "mtdowling@gmail.com", "homepage": "https://github.com/mtdowling" } ], "description": "Provides a simple API and specification that abstracts away the details of HTTP into a single PHP function.", "time": "2018-07-31T13:22:33+00:00" }, { "name": "guzzlehttp/streams", "version": "3.0.0", "source": { "type": "git", "url": "https://github.com/guzzle/streams.git", "reference": "47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/guzzle/streams/zipball/47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5", "reference": "47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5", "shasum": "" }, "require": { "php": ">=5.4.0" }, "require-dev": { "phpunit/phpunit": "~4.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.0-dev" } }, "autoload": { "psr-4": { "GuzzleHttp\\Stream\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Michael Dowling", "email": "mtdowling@gmail.com", "homepage": "https://github.com/mtdowling" } ], "description": "Provides a simple abstraction over streams of data", "homepage": "http://guzzlephp.org/", "keywords": [ "Guzzle", "stream" ], "time": "2014-10-12T19:18:40+00:00" }, { "name": "komparu/php-client", "version": "dev-php7", "source": { "type": "git", "url": "git@github.com:komparu/php-client.git", "reference": "be02b250fa2406a3443195e89692197c681b8a6a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/komparu/php-client/zipball/be02b250fa2406a3443195e89692197c681b8a6a", "reference": "be02b250fa2406a3443195e89692197c681b8a6a", "shasum": "" }, "require": { "guzzlehttp/guzzle": "~5.3" }, "type": "library", "autoload": { "psr-4": { "Komparu\\PhpClient\\": "src/" } }, "license": [ "MIT" ], "description": "The Komparu PHP REST client", "support": { "source": "https://github.com/komparu/php-client/tree/php7", "issues": "https://github.com/komparu/php-client/issues" }, "time": "2018-09-26T12:44:42+00:00" }, { "name": "react/promise", "version": "v2.7.0", "source": { "type": "git", "url": "https://github.com/reactphp/promise.git", "reference": "f4edc2581617431aea50430749db55cc3fc031b3" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/reactphp/promise/zipball/f4edc2581617431aea50430749db55cc3fc031b3", "reference": "f4edc2581617431aea50430749db55cc3fc031b3", "shasum": "" }, "require": { "php": ">=5.4.0" }, "require-dev": { "phpunit/phpunit": "~4.8" }, "type": "library", "autoload": { "psr-4": { "React\\Promise\\": "src/" }, "files": [ "src/functions_include.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Jan Sorgalla", "email": "jsorgalla@gmail.com" } ], "description": "A lightweight implementation of CommonJS Promises/A for PHP", "keywords": [ "promise", "promises" ], "time": "2018-06-13T15:59:06+00:00" }, { "name": "twig/twig", "version": "v1.16.3", "source": { "type": "git", "url": "https://github.com/twigphp/Twig.git", "reference": "6dc11a1e8ecfc30e2c68aaeb218148409d8e68af" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/twigphp/Twig/zipball/6dc11a1e8ecfc30e2c68aaeb218148409d8e68af", "reference": "6dc11a1e8ecfc30e2c68aaeb218148409d8e68af", "shasum": "" }, "require": { "php": ">=5.2.4" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.16-dev" } }, "autoload": { "psr-0": { "Twig_": "lib/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com", "homepage": "http://fabien.potencier.org", "role": "Lead Developer" }, { "name": "Armin Ronacher", "email": "armin.ronacher@active-4.com", "role": "Project Founder" }, { "name": "Twig Team", "homepage": "http://twig.sensiolabs.org/contributors", "role": "Contributors" } ], "description": "Twig, the flexible, fast, and secure template language for PHP", "homepage": "http://twig.sensiolabs.org", "keywords": [ "templating" ], "time": "2014-12-25T19:58:19+00:00" } ], "packages-dev": [], "aliases": [], "minimum-stability": "stable", "stability-flags": { "komparu/php-client": 20 }, "prefer-stable": false, "prefer-lowest": false, "platform": [], "platform-dev": [] }