{ "_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": "9d0b7010e09b1e1a6ad2f4ed05f8ecb6", "packages": [ { "name": "guzzlehttp/guzzle", "version": "6.3.3", "source": { "type": "git", "url": "https://github.com/guzzle/guzzle.git", "reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/guzzle/guzzle/zipball/407b0cb880ace85c9b63c5f9551db498cb2d50ba", "reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba", "shasum": "" }, "require": { "guzzlehttp/promises": "^1.0", "guzzlehttp/psr7": "^1.4", "php": ">=5.5" }, "require-dev": { "ext-curl": "*", "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0", "psr/log": "^1.0" }, "suggest": { "psr/log": "Required for using the Log middleware" }, "type": "library", "extra": { "branch-alias": { "dev-master": "6.3-dev" } }, "autoload": { "files": [ "src/functions_include.php" ], "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", "homepage": "http://guzzlephp.org/", "keywords": [ "client", "curl", "framework", "http", "http client", "rest", "web service" ], "time": "2018-04-22T15:46:56+00:00" }, { "name": "guzzlehttp/promises", "version": "v1.3.1", "source": { "type": "git", "url": "https://github.com/guzzle/promises.git", "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646", "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646", "shasum": "" }, "require": { "php": ">=5.5.0" }, "require-dev": { "phpunit/phpunit": "^4.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.4-dev" } }, "autoload": { "psr-4": { "GuzzleHttp\\Promise\\": "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": "Guzzle promises library", "keywords": [ "promise" ], "time": "2016-12-20T10:07:11+00:00" }, { "name": "guzzlehttp/psr7", "version": "1.5.2", "source": { "type": "git", "url": "https://github.com/guzzle/psr7.git", "reference": "9f83dded91781a01c63574e387eaa769be769115" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/guzzle/psr7/zipball/9f83dded91781a01c63574e387eaa769be769115", "reference": "9f83dded91781a01c63574e387eaa769be769115", "shasum": "" }, "require": { "php": ">=5.4.0", "psr/http-message": "~1.0", "ralouphie/getallheaders": "^2.0.5" }, "provide": { "psr/http-message-implementation": "1.0" }, "require-dev": { "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.8" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.5-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" }, { "name": "Tobias Schultze", "homepage": "https://github.com/Tobion" } ], "description": "PSR-7 message implementation that also provides common utility methods", "keywords": [ "http", "message", "psr-7", "request", "response", "stream", "uri", "url" ], "time": "2018-12-04T20:46:45+00:00" }, { "name": "jikan-me/jikan", "version": "v1.16.4", "source": { "type": "git", "url": "https://github.com/jikan-me/jikan.git", "reference": "fdc8e3bc51d021bf8694d3cfed986b662706ba39" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/jikan-me/jikan/zipball/fdc8e3bc51d021bf8694d3cfed986b662706ba39", "reference": "fdc8e3bc51d021bf8694d3cfed986b662706ba39", "shasum": "" }, "require": { "guzzlehttp/guzzle": "^6.3", "php": "^7.0" }, "require-dev": { "php-vcr/php-vcr": "~1.3.2", "php-vcr/phpunit-testlistener-vcr": "^3.0", "phpunit/phpunit": "^6.3" }, "type": "library", "autoload": { "psr-4": { "Jikan\\": [ "src" ] } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Irfan", "email": "irfan@jikan.moe" } ], "description": "Jikan is an unofficial MyAnimeList API", "time": "2018-08-13T18:14:34+00:00" }, { "name": "mustache/mustache", "version": "v2.12.0", "source": { "type": "git", "url": "https://github.com/bobthecow/mustache.php.git", "reference": "fe8fe72e9d580591854de404cc59a1b83ca4d19e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/bobthecow/mustache.php/zipball/fe8fe72e9d580591854de404cc59a1b83ca4d19e", "reference": "fe8fe72e9d580591854de404cc59a1b83ca4d19e", "shasum": "" }, "require": { "php": ">=5.2.4" }, "require-dev": { "friendsofphp/php-cs-fixer": "~1.11", "phpunit/phpunit": "~3.7|~4.0|~5.0" }, "type": "library", "autoload": { "psr-0": { "Mustache": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Justin Hileman", "email": "justin@justinhileman.info", "homepage": "http://justinhileman.com" } ], "description": "A Mustache implementation in PHP.", "homepage": "https://github.com/bobthecow/mustache.php", "keywords": [ "mustache", "templating" ], "time": "2017-07-11T12:54:05+00:00" }, { "name": "psr/http-message", "version": "1.0.1", "source": { "type": "git", "url": "https://github.com/php-fig/http-message.git", "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363", "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363", "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", "homepage": "https://github.com/php-fig/http-message", "keywords": [ "http", "http-message", "psr", "psr-7", "request", "response" ], "time": "2016-08-06T14:39:51+00:00" }, { "name": "ralouphie/getallheaders", "version": "2.0.5", "source": { "type": "git", "url": "https://github.com/ralouphie/getallheaders.git", "reference": "5601c8a83fbba7ef674a7369456d12f1e0d0eafa" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/5601c8a83fbba7ef674a7369456d12f1e0d0eafa", "reference": "5601c8a83fbba7ef674a7369456d12f1e0d0eafa", "shasum": "" }, "require": { "php": ">=5.3" }, "require-dev": { "phpunit/phpunit": "~3.7.0", "satooshi/php-coveralls": ">=1.0" }, "type": "library", "autoload": { "files": [ "src/getallheaders.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Ralph Khattar", "email": "ralph.khattar@gmail.com" } ], "description": "A polyfill for getallheaders.", "time": "2016-02-11T07:05:27+00:00" } ], "packages-dev": [ { "name": "johnpbloch/wordpress", "version": "4.9.9", "source": { "type": "git", "url": "https://github.com/johnpbloch/wordpress.git", "reference": "9cd9b6d8364860a36fd02b088e2fea270f7f531d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/johnpbloch/wordpress/zipball/9cd9b6d8364860a36fd02b088e2fea270f7f531d", "reference": "9cd9b6d8364860a36fd02b088e2fea270f7f531d", "shasum": "" }, "require": { "johnpbloch/wordpress-core": "4.9.9", "johnpbloch/wordpress-core-installer": "^1.0", "php": ">=5.3.2" }, "type": "package", "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0+" ], "authors": [ { "name": "WordPress Community", "homepage": "http://wordpress.org/about/" } ], "description": "WordPress is web software you can use to create a beautiful website or blog.", "homepage": "http://wordpress.org/", "keywords": [ "blog", "cms", "wordpress" ], "time": "2018-12-13T03:42:59+00:00" }, { "name": "johnpbloch/wordpress-core", "version": "4.9.9", "source": { "type": "git", "url": "https://github.com/johnpbloch/wordpress-core.git", "reference": "3f6081c514707ad25153b9acb90f022cd122d759" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/johnpbloch/wordpress-core/zipball/3f6081c514707ad25153b9acb90f022cd122d759", "reference": "3f6081c514707ad25153b9acb90f022cd122d759", "shasum": "" }, "require": { "php": ">=5.3.2" }, "provide": { "wordpress/core-implementation": "4.9.9" }, "type": "wordpress-core", "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "WordPress Community", "homepage": "http://wordpress.org/about/" } ], "description": "WordPress is web software you can use to create a beautiful website or blog.", "homepage": "http://wordpress.org/", "keywords": [ "blog", "cms", "wordpress" ], "time": "2018-12-13T03:42:54+00:00" }, { "name": "johnpbloch/wordpress-core-installer", "version": "1.0.2", "source": { "type": "git", "url": "https://github.com/johnpbloch/wordpress-core-installer.git", "reference": "fd12f5cfe27223b92b0f4bbc097059eb23cc56c4" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/johnpbloch/wordpress-core-installer/zipball/fd12f5cfe27223b92b0f4bbc097059eb23cc56c4", "reference": "fd12f5cfe27223b92b0f4bbc097059eb23cc56c4", "shasum": "" }, "require": { "composer-plugin-api": "^1.0" }, "conflict": { "composer/installers": "<1.0.6" }, "require-dev": { "composer/composer": "^1.0", "phpunit/phpunit": ">=4.8.35" }, "type": "composer-plugin", "extra": { "class": "johnpbloch\\Composer\\WordPressCorePlugin" }, "autoload": { "psr-0": { "johnpbloch\\Composer\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "John P. Bloch", "email": "me@johnpbloch.com" } ], "description": "A custom installer to handle deploying WordPress with composer", "keywords": [ "wordpress" ], "time": "2018-11-09T20:10:38+00:00" }, { "name": "wp-phpunit/wp-phpunit", "version": "4.9.9", "source": { "type": "git", "url": "https://github.com/wp-phpunit/wp-phpunit.git", "reference": "08fd9f66c2d19ed37abae59a1046664a253ab4bb" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wp-phpunit/wp-phpunit/zipball/08fd9f66c2d19ed37abae59a1046664a253ab4bb", "reference": "08fd9f66c2d19ed37abae59a1046664a253ab4bb", "shasum": "" }, "type": "library", "autoload": { "files": [ "__loaded.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "Evan Mattson", "email": "me@aaemnnost.tv" }, { "name": "WordPress Community", "homepage": "https://wordpress.org/about/" } ], "description": "WordPress core PHPUnit library", "homepage": "https://github.com/wp-phpunit", "keywords": [ "phpunit", "test", "wordpress" ], "time": "2018-12-13T10:19:20+00:00" } ], "aliases": [], "minimum-stability": "dev", "stability-flags": [], "prefer-stable": true, "prefer-lowest": false, "platform": [], "platform-dev": [] }