{ "_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": "d61ce6ba98e349c1a023a4e4441c3c5d", "content-hash": "230fe63cc596e20aec6b61e842a78194", "packages": [ { "name": "guzzlehttp/guzzle", "version": "5.3.0", "source": { "type": "git", "url": "https://github.com/guzzle/guzzle.git", "reference": "f3c8c22471cb55475105c14769644a49c3262b93" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/guzzle/guzzle/zipball/f3c8c22471cb55475105c14769644a49c3262b93", "reference": "f3c8c22471cb55475105c14769644a49c3262b93", "shasum": "" }, "require": { "guzzlehttp/ringphp": "^1.1", "php": ">=5.4.0" }, "require-dev": { "ext-curl": "*", "phpunit/phpunit": "^4.0", "psr/log": "^1.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "5.0-dev" } }, "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": "2015-05-20 03:47:55" }, { "name": "guzzlehttp/ringphp", "version": "1.1.0", "source": { "type": "git", "url": "https://github.com/guzzle/RingPHP.git", "reference": "dbbb91d7f6c191e5e405e900e3102ac7f261bc0b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/guzzle/RingPHP/zipball/dbbb91d7f6c191e5e405e900e3102ac7f261bc0b", "reference": "dbbb91d7f6c191e5e405e900e3102ac7f261bc0b", "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-20 03:37:09" }, { "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-12 19:18:40" }, { "name": "klarna/checkout", "version": "v4.0.0", "source": { "type": "git", "url": "https://github.com/klarna/kco_php.git", "reference": "00f1deed2155e525bb36d87a93c1471ba3333baf" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/klarna/kco_php/zipball/00f1deed2155e525bb36d87a93c1471ba3333baf", "reference": "00f1deed2155e525bb36d87a93c1471ba3333baf", "shasum": "" }, "require": { "ext-curl": "*", "php": ">=5.3.0" }, "require-dev": { "phpmd/phpmd": "~2.2", "phpunit/phpunit": "~4.6", "satooshi/php-coveralls": "~0.6", "squizlabs/php_codesniffer": "~2.3" }, "type": "library", "autoload": { "psr-0": { "Klarna": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "Apache-2.0" ], "description": "Wrapper for the Klarna Checkout API", "homepage": "http://developers.klarna.com", "time": "2015-06-11 12:26:37" }, { "name": "klarna/kco_rest", "version": "v2.1.0", "source": { "type": "git", "url": "https://github.com/klarna/kco_rest_php.git", "reference": "6e302004a8b10d0f597f4fefe1e75d0bdfac5ddb" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/klarna/kco_rest_php/zipball/6e302004a8b10d0f597f4fefe1e75d0bdfac5ddb", "reference": "6e302004a8b10d0f597f4fefe1e75d0bdfac5ddb", "shasum": "" }, "require": { "guzzlehttp/guzzle": ">=4.2,<6.0", "php": ">=5.4.0" }, "require-dev": { "apigen/apigen": "4.0.*", "klarna/apigen-theme": "~1.0", "phploc/phploc": "2.0.*", "phpmd/phpmd": "2.1.*", "phpunit/phpunit": "4.2.*", "satooshi/php-coveralls": "0.6.*", "sebastian/phpcpd": "2.0.*", "squizlabs/php_codesniffer": "1.5.*" }, "type": "library", "autoload": { "psr-4": { "": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "Apache-2.0" ], "authors": [ { "name": "Klarna AB", "email": "integration@klarna.com" } ], "description": "Klarna Checkout PHP SDK", "homepage": "http://developers.klarna.com", "time": "2015-07-29 09:15:50" }, { "name": "klarna/php-xmlrpc", "version": "v4.0.0", "source": { "type": "git", "url": "https://github.com/klarna/php-xmlrpc.git", "reference": "7fe154c30b390e544a0f4f885805ef563efbe147" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/klarna/php-xmlrpc/zipball/7fe154c30b390e544a0f4f885805ef563efbe147", "reference": "7fe154c30b390e544a0f4f885805ef563efbe147", "shasum": "" }, "require": { "ext-curl": "*", "php": ">=5.2.16", "phpxmlrpc/phpxmlrpc": "~3.0" }, "require-dev": { "apigen/apigen": "4.0.*", "klarna/apigen-theme": "~1.0" }, "type": "library", "autoload": { "psr-0": { "": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "Apache-2.0" ], "authors": [ { "name": "Klarna AB", "email": "integration@klarna.com" } ], "description": "PHP SDK for Klarna's XMLRPC API", "homepage": "http://developers.klarna.com", "time": "2015-06-02 13:11:21" }, { "name": "phpxmlrpc/phpxmlrpc", "version": "3.0.1", "source": { "type": "git", "url": "https://github.com/gggeek/phpxmlrpc.git", "reference": "490862c33009397151ac39c811b6ee8e24689692" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/gggeek/phpxmlrpc/zipball/490862c33009397151ac39c811b6ee8e24689692", "reference": "490862c33009397151ac39c811b6ee8e24689692", "shasum": "" }, "require": { "php": ">=5.1.0" }, "type": "library", "autoload": { "classmap": [ "lib/xmlrpc.inc", "lib/xmlrpcs.inc" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "A php library for building xmlrpc clients and servers", "homepage": "http://gggeek.github.io/phpxmlrpc/", "keywords": [ "webservices", "xmlrpc" ], "time": "2015-04-19 00:17:47" }, { "name": "react/promise", "version": "v2.2.1", "source": { "type": "git", "url": "https://github.com/reactphp/promise.git", "reference": "3b6fca09c7d56321057fa8867c8dbe1abf648627" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/reactphp/promise/zipball/3b6fca09c7d56321057fa8867c8dbe1abf648627", "reference": "3b6fca09c7d56321057fa8867c8dbe1abf648627", "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": "2015-07-03 13:48:55" } ], "packages-dev": [], "aliases": [], "minimum-stability": "stable", "stability-flags": [], "prefer-stable": false, "prefer-lowest": false, "platform": [], "platform-dev": [] }