{ "_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": "d014b7a174c560b2203ef43233bc5d2f", "packages": [ { "name": "a5hleyrich/wp-queue", "version": "1.3.0", "source": { "type": "git", "url": "https://github.com/A5hleyRich/wp-queue.git", "reference": "4cc44fa2ae1e493113e1f71e7e4efeecefb63f50" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/A5hleyRich/wp-queue/zipball/4cc44fa2ae1e493113e1f71e7e4efeecefb63f50", "reference": "4cc44fa2ae1e493113e1f71e7e4efeecefb63f50", "shasum": "" }, "require": { "nesbot/carbon": "^1.22", "php": ">=5.3.0" }, "require-dev": { "10up/wp_mock": "0.2.0", "phpunit/phpunit": "~5.7.0" }, "type": "library", "autoload": { "psr-4": { "WP_Queue\\": "src\\WP_Queue" }, "files": [ "src/functions.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Ashley Rich", "email": "hello@ashleyrich.com" } ], "description": "WordPress job queues", "keywords": [ "job", "queue", "wordpress" ], "time": "2018-04-20T10:24:04+00:00" }, { "name": "deliciousbrains/wp-image-processing-queue", "version": "1.0.0", "source": { "type": "git", "url": "https://github.com/deliciousbrains/wp-image-processing-queue.git", "reference": "f7b076b69126ff028243985485f7059e10b46d61" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/deliciousbrains/wp-image-processing-queue/zipball/f7b076b69126ff028243985485f7059e10b46d61", "reference": "f7b076b69126ff028243985485f7059e10b46d61", "shasum": "" }, "require": { "a5hleyrich/wp-queue": "^1.2", "php": ">=5.3.0" }, "type": "library", "autoload": { "psr-4": { "Image_Processing_Queue\\": "src\\Image_Processing_Queue" }, "files": [ "src/functions.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPLv2" ], "authors": [ { "name": "Delicious Brains", "email": "nom@deliciousbrains.com" } ], "description": "Resize WordPress images in the background", "keywords": [ "crop", "images", "queue", "resize", "wordpress" ], "time": "2017-11-13T19:21:14+00:00" }, { "name": "nesbot/carbon", "version": "1.36.1", "source": { "type": "git", "url": "https://github.com/briannesbitt/Carbon.git", "reference": "63da8cdf89d7a5efe43aabc794365f6e7b7b8983" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/63da8cdf89d7a5efe43aabc794365f6e7b7b8983", "reference": "63da8cdf89d7a5efe43aabc794365f6e7b7b8983", "shasum": "" }, "require": { "php": ">=5.3.9", "symfony/translation": "~2.6 || ~3.0 || ~4.0" }, "require-dev": { "phpunit/phpunit": "^4.8.35 || ^5.7" }, "suggest": { "friendsofphp/php-cs-fixer": "Needed for the `composer phpcs` command. Allow to automatically fix code style.", "phpstan/phpstan": "Needed for the `composer phpstan` command. Allow to detect potential errors." }, "type": "library", "extra": { "laravel": { "providers": [ "Carbon\\Laravel\\ServiceProvider" ] } }, "autoload": { "psr-4": { "": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Brian Nesbitt", "email": "brian@nesbot.com", "homepage": "http://nesbot.com" } ], "description": "A simple API extension for DateTime.", "homepage": "http://carbon.nesbot.com", "keywords": [ "date", "datetime", "time" ], "time": "2018-11-22T18:23:02+00:00" }, { "name": "symfony/polyfill-mbstring", "version": "v1.10.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-mbstring.git", "reference": "c79c051f5b3a46be09205c73b80b346e4153e494" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/c79c051f5b3a46be09205c73b80b346e4153e494", "reference": "c79c051f5b3a46be09205c73b80b346e4153e494", "shasum": "" }, "require": { "php": ">=5.3.3" }, "suggest": { "ext-mbstring": "For best performance" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.9-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": "2018-09-21T13:07:52+00:00" }, { "name": "symfony/translation", "version": "v3.4.18", "source": { "type": "git", "url": "https://github.com/symfony/translation.git", "reference": "94bc3a79008e6640defedf5e14eb3b4f20048352" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/translation/zipball/94bc3a79008e6640defedf5e14eb3b4f20048352", "reference": "94bc3a79008e6640defedf5e14eb3b4f20048352", "shasum": "" }, "require": { "php": "^5.5.9|>=7.0.8", "symfony/polyfill-mbstring": "~1.0" }, "conflict": { "symfony/config": "<2.8", "symfony/dependency-injection": "<3.4", "symfony/yaml": "<3.4" }, "require-dev": { "psr/log": "~1.0", "symfony/config": "~2.8|~3.0|~4.0", "symfony/dependency-injection": "~3.4|~4.0", "symfony/finder": "~2.8|~3.0|~4.0", "symfony/intl": "^2.8.18|^3.2.5|~4.0", "symfony/yaml": "~3.4|~4.0" }, "suggest": { "psr/log-implementation": "To use logging capability in translator", "symfony/config": "", "symfony/yaml": "" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.4-dev" } }, "autoload": { "psr-4": { "Symfony\\Component\\Translation\\": "" }, "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 Translation Component", "homepage": "https://symfony.com", "time": "2018-10-02T16:33:53+00:00" } ], "packages-dev": [], "aliases": [], "minimum-stability": "stable", "stability-flags": [], "prefer-stable": false, "prefer-lowest": false, "platform": [], "platform-dev": [] }