{ "_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" ], "hash": "ac7ad1f36c225a85b9e9792b7eaeaff0", "content-hash": "8fe465ae8e3e226570f2f9ddfe892e7b", "packages": [ { "name": "composer/installers", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/composer/installers.git", "reference": "5bf0335072c90b0387857bc64dc4c0b9503fa53a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/composer/installers/zipball/5bf0335072c90b0387857bc64dc4c0b9503fa53a", "reference": "5bf0335072c90b0387857bc64dc4c0b9503fa53a", "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", "RadPHP", "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-06-22 15:59:10" }, { "name": "firebase/php-jwt", "version": "v3.0.0", "source": { "type": "git", "url": "https://github.com/firebase/php-jwt.git", "reference": "fa8a06e96526eb7c0eeaa47e4f39be59d21f16e1" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/firebase/php-jwt/zipball/fa8a06e96526eb7c0eeaa47e4f39be59d21f16e1", "reference": "fa8a06e96526eb7c0eeaa47e4f39be59d21f16e1", "shasum": "" }, "require": { "php": ">=5.3.0" }, "type": "library", "autoload": { "psr-4": { "Firebase\\JWT\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Neuman Vong", "email": "neuman+pear@twilio.com", "role": "Developer" }, { "name": "Anant Narayanan", "email": "anant@php.net", "role": "Developer" } ], "description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.", "homepage": "https://github.com/firebase/php-jwt", "time": "2015-07-22 18:31:08" }, { "name": "google/auth", "version": "v0.7", "source": { "type": "git", "url": "https://github.com/google/google-auth-library-php.git", "reference": "f3288860ce7b3076a6768e4ff7b85e0f6100e221" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/google/google-auth-library-php/zipball/f3288860ce7b3076a6768e4ff7b85e0f6100e221", "reference": "f3288860ce7b3076a6768e4ff7b85e0f6100e221", "shasum": "" }, "require": { "firebase/php-jwt": "~2.0|~3.0", "guzzlehttp/guzzle": "~5.2|~6.0", "guzzlehttp/psr7": "1.2.*", "php": ">=5.4", "psr/http-message": "1.0.*" }, "require-dev": { "phplint/phplint": "0.0.1", "phpunit/phpunit": "3.7.*" }, "type": "library", "autoload": { "classmap": [ "src/" ], "psr-4": { "Google\\Auth\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "Apache-2.0" ], "description": "Google Auth Library for PHP", "homepage": "http://github.com/google/google-auth-library-php", "keywords": [ "Authentication", "google", "oauth2" ], "time": "2016-03-03 02:03:58" }, { "name": "guzzlehttp/guzzle", "version": "5.3.x-dev", "source": { "type": "git", "url": "https://github.com/guzzle/guzzle.git", "reference": "4afc9682f51b2880c6417e9f4aa19c26b53472e9" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/guzzle/guzzle/zipball/4afc9682f51b2880c6417e9f4aa19c26b53472e9", "reference": "4afc9682f51b2880c6417e9f4aa19c26b53472e9", "shasum": "" }, "require": { "guzzlehttp/ringphp": "^1.1", "php": ">=5.4.0" }, "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": "2016-02-08 19:23:30" }, { "name": "guzzlehttp/psr7", "version": "1.2.3", "source": { "type": "git", "url": "https://github.com/guzzle/psr7.git", "reference": "2e89629ff057ebb49492ba08e6995d3a6a80021b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/guzzle/psr7/zipball/2e89629ff057ebb49492ba08e6995d3a6a80021b", "reference": "2e89629ff057ebb49492ba08e6995d3a6a80021b", "shasum": "" }, "require": { "php": ">=5.4.0", "psr/http-message": "~1.0" }, "provide": { "psr/http-message-implementation": "1.0" }, "require-dev": { "phpunit/phpunit": "~4.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0-dev" } }, "autoload": { "psr-4": { "GuzzleHttp\\Psr7\\": "src/" }, "files": [ "src/functions_include.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Michael Dowling", "email": "mtdowling@gmail.com", "homepage": "https://github.com/mtdowling" } ], "description": "PSR-7 message implementation", "keywords": [ "http", "message", "stream", "uri" ], "time": "2016-02-18 21:54:00" }, { "name": "guzzlehttp/ringphp", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/guzzle/RingPHP.git", "reference": "9465032ac5d6beaa55f10923403e6e1c36018d9c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/guzzle/RingPHP/zipball/9465032ac5d6beaa55f10923403e6e1c36018d9c", "reference": "9465032ac5d6beaa55f10923403e6e1c36018d9c", "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": "2015-05-21 17:23:02" }, { "name": "guzzlehttp/streams", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/guzzle/streams.git", "reference": "d99a261c616210618ab94fd319cb17eda458cc3e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/guzzle/streams/zipball/d99a261c616210618ab94fd319cb17eda458cc3e", "reference": "d99a261c616210618ab94fd319cb17eda458cc3e", "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": "2016-04-13 16:32:01" }, { "name": "monolog/monolog", "version": "1.x-dev", "source": { "type": "git", "url": "https://github.com/Seldaek/monolog.git", "reference": "33df7889304575a7912935ada1beab36fa85a5d9" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Seldaek/monolog/zipball/33df7889304575a7912935ada1beab36fa85a5d9", "reference": "33df7889304575a7912935ada1beab36fa85a5d9", "shasum": "" }, "require": { "php": ">=5.3.0", "psr/log": "~1.0" }, "provide": { "psr/log-implementation": "1.0.0" }, "require-dev": { "aws/aws-sdk-php": "^2.4.9", "doctrine/couchdb": "~1.0@dev", "graylog2/gelf-php": "~1.0", "jakub-onderka/php-parallel-lint": "0.9", "php-amqplib/php-amqplib": "~2.4", "php-console/php-console": "^3.1.3", "phpunit/phpunit": "~4.5", "phpunit/phpunit-mock-objects": "2.3.0", "ruflin/elastica": ">=0.90 <3.0", "sentry/sentry": "^0.13", "swiftmailer/swiftmailer": "~5.3" }, "suggest": { "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB", "doctrine/couchdb": "Allow sending log messages to a CouchDB server", "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)", "ext-mongo": "Allow sending log messages to a MongoDB server", "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server", "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver", "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib", "php-console/php-console": "Allow sending log messages to Google Chrome", "rollbar/rollbar": "Allow sending log messages to Rollbar", "ruflin/elastica": "Allow sending log messages to an Elastic Search server", "sentry/sentry": "Allow sending log messages to a Sentry server" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.0.x-dev" } }, "autoload": { "psr-4": { "Monolog\\": "src/Monolog" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Jordi Boggiano", "email": "j.boggiano@seld.be", "homepage": "http://seld.be" } ], "description": "Sends your logs to files, sockets, inboxes, databases and various web services", "homepage": "http://github.com/Seldaek/monolog", "keywords": [ "log", "logging", "psr-3" ], "time": "2016-06-11 15:09:14" }, { "name": "phpseclib/phpseclib", "version": "2.0.x-dev", "source": { "type": "git", "url": "https://github.com/phpseclib/phpseclib.git", "reference": "b4c750514894c994340a8aec2abda0b2dbc0d9cc" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/b4c750514894c994340a8aec2abda0b2dbc0d9cc", "reference": "b4c750514894c994340a8aec2abda0b2dbc0d9cc", "shasum": "" }, "require": { "php": ">=5.3.3" }, "require-dev": { "phing/phing": "~2.7", "phpunit/phpunit": "~4.0", "sami/sami": "~2.0", "squizlabs/php_codesniffer": "~2.0" }, "suggest": { "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.", "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.", "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.", "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations." }, "type": "library", "autoload": { "files": [ "phpseclib/bootstrap.php" ], "psr-4": { "phpseclib\\": "phpseclib/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Jim Wigginton", "email": "terrafrost@php.net", "role": "Lead Developer" }, { "name": "Patrick Monnerat", "email": "pm@datasphere.ch", "role": "Developer" }, { "name": "Andreas Fischer", "email": "bantu@phpbb.com", "role": "Developer" }, { "name": "Hans-Jürgen Petrich", "email": "petrich@tronic-media.com", "role": "Developer" }, { "name": "Graham Campbell", "email": "graham@alt-three.com", "role": "Developer" } ], "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.", "homepage": "http://phpseclib.sourceforge.net", "keywords": [ "BigInteger", "aes", "asn.1", "asn1", "blowfish", "crypto", "cryptography", "encryption", "rsa", "security", "sftp", "signature", "signing", "ssh", "twofish", "x.509", "x509" ], "time": "2016-06-22 17:36:35" }, { "name": "psr/http-message", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/php-fig/http-message.git", "reference": "85d63699f0dbedb190bbd4b0d2b9dc707ea4c298" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/http-message/zipball/85d63699f0dbedb190bbd4b0d2b9dc707ea4c298", "reference": "85d63699f0dbedb190bbd4b0d2b9dc707ea4c298", "shasum": "" }, "require": { "php": ">=5.3.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { "Psr\\Http\\Message\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "PHP-FIG", "homepage": "http://www.php-fig.org/" } ], "description": "Common interface for HTTP messages", "keywords": [ "http", "http-message", "psr", "psr-7", "request", "response" ], "time": "2015-05-04 20:22:00" }, { "name": "psr/log", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/php-fig/log.git", "reference": "d8e60a5619fff77f9669da8997697443ef1a1d7e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/log/zipball/d8e60a5619fff77f9669da8997697443ef1a1d7e", "reference": "d8e60a5619fff77f9669da8997697443ef1a1d7e", "shasum": "" }, "require": { "php": ">=5.3.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { "Psr\\Log\\": "Psr/Log/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "PHP-FIG", "homepage": "http://www.php-fig.org/" } ], "description": "Common interface for logging libraries", "homepage": "https://github.com/php-fig/log", "keywords": [ "log", "psr", "psr-3" ], "time": "2016-01-06 21:40:42" }, { "name": "react/promise", "version": "v2.4.1", "source": { "type": "git", "url": "https://github.com/reactphp/promise.git", "reference": "8025426794f1944de806618671d4fa476dc7626f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/reactphp/promise/zipball/8025426794f1944de806618671d4fa476dc7626f", "reference": "8025426794f1944de806618671d4fa476dc7626f", "shasum": "" }, "require": { "php": ">=5.4.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.0-dev" } }, "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", "time": "2016-05-03 17:50:52" }, { "name": "usabilitydynamics/google-api-php-client", "version": "v2.0.0", "source": { "type": "git", "url": "git@github.com:UsabilityDynamics/google-api-php-client", "reference": "v2.0.0" }, "dist": { "type": "zip", "url": "https://github.com/UsabilityDynamics/google-api-php-client/archive/v2.0.0.zip", "reference": "v2.0.0", "shasum": null }, "require": { "firebase/php-jwt": "~2.0|~3.0", "google/auth": "0.7", "guzzlehttp/guzzle": "~5.2", "guzzlehttp/psr7": "1.2.*", "monolog/monolog": "^1.17", "php": ">=5.4", "phpseclib/phpseclib": "~2.0", "psr/http-message": "1.0.*" }, "require-dev": { "phpunit/phpunit": "~4", "squizlabs/php_codesniffer": "~2.3", "symfony/css-selector": "~2.0", "symfony/dom-crawler": "~2.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.x-dev" }, "installer-name": "google-api-php-client" }, "autoload": { "psr-0": { "Google_": "src/" }, "classmap": [ "src/Google/Service/" ] }, "license": [ "Apache-2.0" ], "description": "Client library for Google APIs", "homepage": "http://developers.google.com/api-client-library/php", "keywords": [ "google" ] }, { "name": "usabilitydynamics/lib-settings", "version": "0.2.3", "source": { "type": "git", "url": "git@github.com:UsabilityDynamics/lib-settings", "reference": "0.2.3" }, "dist": { "type": "zip", "url": "https://github.com/UsabilityDynamics/lib-settings/archive/0.2.3.zip", "reference": "0.2.3", "shasum": null }, "require": { "usabilitydynamics/lib-utility": "~0.3" }, "require-dev": { "justinrainbow/json-schema": "1.1.*" }, "type": "library", "extra": { "component": { "scripts": [ "static/scripts/settings.js" ], "templates": [ "static/views/new-installation.xhtml" ], "files": [ "static/schemas/settings.json" ] }, "installer-name": "lib-settings" }, "autoload": { "classmap": [ "lib" ] }, "license": [ "MIT" ], "authors": [ { "name": "Andy Potanin", "email": "andy.potanin@usabilitydynamics.com", "homepage": "http://usabilitydynamics.com", "role": "Developer" }, { "name": "Maxim Peshkov", "email": "maxim.peshkov@usabilitydynamics.com", "homepage": "http://usabilitydynamics.com", "role": "Developer" }, { "name": "Anton Korotkov", "email": "anton.korotkov@usabilitydynamics.com", "homepage": "http://usabilitydynamics.com", "role": "Developer" } ], "homepage": "http://github.com/usabilitydynamics/lib-settings", "keywords": [ "settings" ] }, { "name": "usabilitydynamics/lib-utility", "version": "0.3.6", "source": { "type": "git", "url": "git@github.com:UsabilityDynamics/lib-utility", "reference": "0.3.6" }, "dist": { "type": "zip", "url": "https://github.com/UsabilityDynamics/lib-utility/archive/0.3.6.zip", "reference": "0.3.6", "shasum": null }, "require-dev": { "phpunit/phpunit": "4.1.*" }, "type": "library", "extra": { "installer-name": "lib-utility", "component": { "name": "utility", "scripts": [ "scripts/*.js" ] } }, "autoload": { "classmap": [ "lib" ] }, "license": [ "MIT" ], "authors": [ { "name": "Andy Potanin", "email": "andy.potanin@usabilitydynamics.com", "homepage": "http://usabilitydynamics.com", "role": "Developer" }, { "name": "Maxim Peshkov", "email": "maxim.peshkov@usabilitydynamics.com", "homepage": "http://usabilitydynamics.com", "role": "Developer" }, { "name": "Anton Korotkov", "email": "anton.korotkov@usabilitydynamics.com", "homepage": "http://usabilitydynamics.com", "role": "Developer" } ], "keywords": [ "job", "process", "utility" ] }, { "name": "usabilitydynamics/lib-wp-bootstrap", "version": "1.2.1", "source": { "type": "git", "url": "git@github.com:UsabilityDynamics/lib-wp-bootstrap", "reference": "1.2.1" }, "dist": { "type": "zip", "url": "https://github.com/UsabilityDynamics/lib-wp-bootstrap/archive/1.2.1.zip", "reference": "1.2.1", "shasum": null }, "require": { "php": ">=5.3", "usabilitydynamics/lib-utility": "~0.3" }, "type": "library", "extra": { "installer-name": "lib-wp-bootstrap" }, "autoload": { "classmap": [ "lib/classes" ] }, "license": [ "MIT" ], "description": "Wordpress bootstrap library created by UsabilityDynamics", "homepage": "https://github.com/UsabilityDynamics/lib-wp-bootstrap", "keywords": [ "wordpress" ] } ], "packages-dev": [ { "name": "codeclimate/php-test-reporter", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/codeclimate/php-test-reporter.git", "reference": "9217abf84d74a6a4b7b21f2a3cf88a96118db53a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/codeclimate/php-test-reporter/zipball/9217abf84d74a6a4b7b21f2a3cf88a96118db53a", "reference": "9217abf84d74a6a4b7b21f2a3cf88a96118db53a", "shasum": "" }, "require": { "ext-curl": "*", "php": ">=5.3", "satooshi/php-coveralls": "1.0.*", "symfony/console": ">=2.0" }, "require-dev": { "ext-xdebug": "*", "phpunit/phpunit": "3.7.*@stable" }, "bin": [ "composer/bin/test-reporter" ], "type": "library", "extra": { "branch-alias": { "dev-master": "0.3.x-dev" } }, "autoload": { "psr-0": { "CodeClimate\\Component": "src/", "CodeClimate\\Bundle": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Code Climate", "email": "hello@codeclimate.com", "homepage": "https://codeclimate.com" } ], "description": "PHP client for reporting test coverage to Code Climate", "homepage": "https://github.com/codeclimate/php-test-reporter", "keywords": [ "codeclimate", "coverage" ], "time": "2016-06-07 17:55:59" }, { "name": "guzzle/guzzle", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/guzzle/guzzle3.git", "reference": "b3f5050cb6270c7a728a0b74ac2de50a262b3e02" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/guzzle/guzzle3/zipball/b3f5050cb6270c7a728a0b74ac2de50a262b3e02", "reference": "b3f5050cb6270c7a728a0b74ac2de50a262b3e02", "shasum": "" }, "require": { "ext-curl": "*", "php": ">=5.3.3", "symfony/event-dispatcher": "~2.1" }, "replace": { "guzzle/batch": "self.version", "guzzle/cache": "self.version", "guzzle/common": "self.version", "guzzle/http": "self.version", "guzzle/inflection": "self.version", "guzzle/iterator": "self.version", "guzzle/log": "self.version", "guzzle/parser": "self.version", "guzzle/plugin": "self.version", "guzzle/plugin-async": "self.version", "guzzle/plugin-backoff": "self.version", "guzzle/plugin-cache": "self.version", "guzzle/plugin-cookie": "self.version", "guzzle/plugin-curlauth": "self.version", "guzzle/plugin-error-response": "self.version", "guzzle/plugin-history": "self.version", "guzzle/plugin-log": "self.version", "guzzle/plugin-md5": "self.version", "guzzle/plugin-mock": "self.version", "guzzle/plugin-oauth": "self.version", "guzzle/service": "self.version", "guzzle/stream": "self.version" }, "require-dev": { "doctrine/cache": "~1.3", "monolog/monolog": "~1.0", "phpunit/phpunit": "3.7.*", "psr/log": "~1.0", "symfony/class-loader": "~2.1", "zendframework/zend-cache": "2.*,<2.3", "zendframework/zend-log": "2.*,<2.3" }, "suggest": { "guzzlehttp/guzzle": "Guzzle 5 has moved to a new package name. The package you have installed, Guzzle 3, is deprecated." }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.9-dev" } }, "autoload": { "psr-0": { "Guzzle": "src/", "Guzzle\\Tests": "tests/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Michael Dowling", "email": "mtdowling@gmail.com", "homepage": "https://github.com/mtdowling" }, { "name": "Guzzle Community", "homepage": "https://github.com/guzzle/guzzle/contributors" } ], "description": "PHP HTTP client. This library is deprecated in favor of https://packagist.org/packages/guzzlehttp/guzzle", "homepage": "http://guzzlephp.org/", "keywords": [ "client", "curl", "framework", "http", "http client", "rest", "web service" ], "time": "2015-04-29 17:06:53" }, { "name": "satooshi/php-coveralls", "version": "1.0.x-dev", "source": { "type": "git", "url": "https://github.com/satooshi/php-coveralls.git", "reference": "da51d304fe8622bf9a6da39a8446e7afd432115c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/satooshi/php-coveralls/zipball/da51d304fe8622bf9a6da39a8446e7afd432115c", "reference": "da51d304fe8622bf9a6da39a8446e7afd432115c", "shasum": "" }, "require": { "ext-json": "*", "ext-simplexml": "*", "guzzle/guzzle": "^2.8|^3.0", "php": ">=5.3.3", "psr/log": "^1.0", "symfony/config": "^2.1|^3.0", "symfony/console": "^2.1|^3.0", "symfony/stopwatch": "^2.0|^3.0", "symfony/yaml": "^2.0|^3.0" }, "suggest": { "symfony/http-kernel": "Allows Symfony integration" }, "bin": [ "bin/coveralls" ], "type": "library", "autoload": { "psr-4": { "Satooshi\\": "src/Satooshi/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Kitamura Satoshi", "email": "with.no.parachute@gmail.com", "homepage": "https://www.facebook.com/satooshi.jp" } ], "description": "PHP client library for Coveralls API", "homepage": "https://github.com/satooshi/php-coveralls", "keywords": [ "ci", "coverage", "github", "test" ], "time": "2016-01-20 17:35:46" }, { "name": "symfony/config", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/symfony/config.git", "reference": "5c7702506e8f11aebbc191d8ec80b0b401c98590" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/config/zipball/5c7702506e8f11aebbc191d8ec80b0b401c98590", "reference": "5c7702506e8f11aebbc191d8ec80b0b401c98590", "shasum": "" }, "require": { "php": ">=5.5.9", "symfony/filesystem": "~2.8|~3.0" }, "suggest": { "symfony/yaml": "To use the yaml reference dumper" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.2-dev" } }, "autoload": { "psr-4": { "Symfony\\Component\\Config\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony Config Component", "homepage": "https://symfony.com", "time": "2016-05-24 10:07:02" }, { "name": "symfony/console", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/symfony/console.git", "reference": "1ad22309e904a3b8b7e14703fcd54956b7927a24" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/console/zipball/1ad22309e904a3b8b7e14703fcd54956b7927a24", "reference": "1ad22309e904a3b8b7e14703fcd54956b7927a24", "shasum": "" }, "require": { "php": ">=5.5.9", "symfony/polyfill-mbstring": "~1.0" }, "require-dev": { "psr/log": "~1.0", "symfony/event-dispatcher": "~2.8|~3.0", "symfony/filesystem": "~2.8|~3.0", "symfony/process": "~2.8|~3.0" }, "suggest": { "psr/log": "For using the console logger", "symfony/event-dispatcher": "", "symfony/filesystem": "", "symfony/process": "" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.2-dev" } }, "autoload": { "psr-4": { "Symfony\\Component\\Console\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony Console Component", "homepage": "https://symfony.com", "time": "2016-06-23 11:42:36" }, { "name": "symfony/event-dispatcher", "version": "2.8.x-dev", "source": { "type": "git", "url": "https://github.com/symfony/event-dispatcher.git", "reference": "2a6b8713f8bdb582058cfda463527f195b066110" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/2a6b8713f8bdb582058cfda463527f195b066110", "reference": "2a6b8713f8bdb582058cfda463527f195b066110", "shasum": "" }, "require": { "php": ">=5.3.9" }, "require-dev": { "psr/log": "~1.0", "symfony/config": "~2.0,>=2.0.5|~3.0.0", "symfony/dependency-injection": "~2.6|~3.0.0", "symfony/expression-language": "~2.6|~3.0.0", "symfony/stopwatch": "~2.3|~3.0.0" }, "suggest": { "symfony/dependency-injection": "", "symfony/http-kernel": "" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.8-dev" } }, "autoload": { "psr-4": { "Symfony\\Component\\EventDispatcher\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony EventDispatcher Component", "homepage": "https://symfony.com", "time": "2016-06-06 11:11:27" }, { "name": "symfony/filesystem", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/symfony/filesystem.git", "reference": "3e52b8f4f3b451e6a0a51a4aa9bfb37892da3981" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/filesystem/zipball/3e52b8f4f3b451e6a0a51a4aa9bfb37892da3981", "reference": "3e52b8f4f3b451e6a0a51a4aa9bfb37892da3981", "shasum": "" }, "require": { "php": ">=5.5.9" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.2-dev" } }, "autoload": { "psr-4": { "Symfony\\Component\\Filesystem\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony Filesystem Component", "homepage": "https://symfony.com", "time": "2016-06-21 06:43:40" }, { "name": "symfony/polyfill-mbstring", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-mbstring.git", "reference": "f9bc5072e11b2ad15ea55e0f4171cc870dc33a1d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/f9bc5072e11b2ad15ea55e0f4171cc870dc33a1d", "reference": "f9bc5072e11b2ad15ea55e0f4171cc870dc33a1d", "shasum": "" }, "require": { "php": ">=5.3.3" }, "suggest": { "ext-mbstring": "For best performance" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.2-dev" } }, "autoload": { "psr-4": { "Symfony\\Polyfill\\Mbstring\\": "" }, "files": [ "bootstrap.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Nicolas Grekas", "email": "p@tchwork.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony polyfill for the Mbstring extension", "homepage": "https://symfony.com", "keywords": [ "compatibility", "mbstring", "polyfill", "portable", "shim" ], "time": "2016-06-07 08:38:42" }, { "name": "symfony/stopwatch", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/symfony/stopwatch.git", "reference": "4d61f33aeb537eba5b2ec8ae1a49ac617ee896d8" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/stopwatch/zipball/4d61f33aeb537eba5b2ec8ae1a49ac617ee896d8", "reference": "4d61f33aeb537eba5b2ec8ae1a49ac617ee896d8", "shasum": "" }, "require": { "php": ">=5.5.9" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.2-dev" } }, "autoload": { "psr-4": { "Symfony\\Component\\Stopwatch\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony Stopwatch Component", "homepage": "https://symfony.com", "time": "2016-06-06 11:53:30" }, { "name": "symfony/yaml", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/symfony/yaml.git", "reference": "91fe65bcc407fbb0d8842ed691242db2672b0172" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/yaml/zipball/91fe65bcc407fbb0d8842ed691242db2672b0172", "reference": "91fe65bcc407fbb0d8842ed691242db2672b0172", "shasum": "" }, "require": { "php": ">=5.5.9" }, "require-dev": { "symfony/console": "~2.8|~3.0" }, "suggest": { "symfony/console": "For validating YAML files using the lint command" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.2-dev" } }, "autoload": { "psr-4": { "Symfony\\Component\\Yaml\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony Yaml Component", "homepage": "https://symfony.com", "time": "2016-06-23 11:12:38" } ], "aliases": [], "minimum-stability": "dev", "stability-flags": [], "prefer-stable": false, "prefer-lowest": false, "platform": { "php": ">=5.4" }, "platform-dev": { "php": ">=5.4" } }