php-resque/composer.lock

518 lines
17 KiB
Plaintext
Raw Normal View History

{
"_readme": [
"This file locks the dependencies of your project to a known state",
2014-06-26 11:03:46 +00:00
"Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically"
],
2014-06-26 11:03:46 +00:00
"hash": "1862fac0c6f40ddf7d98bcef5f4bbd77",
"packages": [
{
"name": "colinmollenhour/credis",
2014-06-26 11:03:46 +00:00
"version": "1.4",
"source": {
"type": "git",
"url": "https://github.com/colinmollenhour/credis.git",
2014-06-26 11:03:46 +00:00
"reference": "2079564c61cc49867eddc3cc918c711564164d65"
},
"dist": {
"type": "zip",
2014-06-26 11:03:46 +00:00
"url": "https://api.github.com/repos/colinmollenhour/credis/zipball/2079564c61cc49867eddc3cc918c711564164d65",
"reference": "2079564c61cc49867eddc3cc918c711564164d65",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"type": "library",
"autoload": {
"classmap": [
"Client.php",
"Cluster.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Colin Mollenhour",
"email": "colin@mollenhour.com"
}
],
"description": "Credis is a lightweight interface to the Redis key-value store which wraps the phpredis library when available for better performance.",
"homepage": "https://github.com/colinmollenhour/credis",
2014-06-26 11:03:46 +00:00
"time": "2014-05-05 19:31:30"
2013-06-25 15:56:28 +00:00
},
{
"name": "psr/log",
"version": "1.0.0",
"source": {
"type": "git",
2014-06-26 11:03:46 +00:00
"url": "https://github.com/php-fig/log.git",
"reference": "fe0936ee26643249e916849d48e3a51d5f5e278b"
2013-06-25 15:56:28 +00:00
},
"dist": {
"type": "zip",
2014-06-26 11:03:46 +00:00
"url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b",
"reference": "fe0936ee26643249e916849d48e3a51d5f5e278b",
2013-06-25 15:56:28 +00:00
"shasum": ""
},
"type": "library",
"autoload": {
"psr-0": {
"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",
"keywords": [
"log",
"psr",
"psr-3"
],
"time": "2012-12-21 11:40:51"
2013-03-13 11:41:32 +00:00
}
],
"packages-dev": [
{
"name": "phpunit/php-code-coverage",
2014-06-26 11:03:46 +00:00
"version": "1.2.17",
2013-03-13 11:41:32 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-code-coverage.git",
2014-06-26 11:03:46 +00:00
"reference": "6ef2bf3a1c47eca07ea95f0d8a902a6340390b34"
2013-03-13 11:41:32 +00:00
},
"dist": {
"type": "zip",
2014-06-26 11:03:46 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/6ef2bf3a1c47eca07ea95f0d8a902a6340390b34",
"reference": "6ef2bf3a1c47eca07ea95f0d8a902a6340390b34",
2013-03-13 11:41:32 +00:00
"shasum": ""
},
"require": {
"php": ">=5.3.3",
"phpunit/php-file-iterator": ">=1.3.0@stable",
2014-06-26 11:03:46 +00:00
"phpunit/php-text-template": ">=1.2.0@stable",
2013-03-13 11:41:32 +00:00
"phpunit/php-token-stream": ">=1.1.3@stable"
},
2013-06-25 15:56:28 +00:00
"require-dev": {
2014-06-26 11:03:46 +00:00
"phpunit/phpunit": "3.7.*@dev"
2013-06-25 15:56:28 +00:00
},
2013-03-13 11:41:32 +00:00
"suggest": {
"ext-dom": "*",
"ext-xdebug": ">=2.0.5"
},
"type": "library",
2014-06-26 11:03:46 +00:00
"extra": {
"branch-alias": {
"dev-master": "1.2.x-dev"
}
},
2013-03-13 11:41:32 +00:00
"autoload": {
"classmap": [
"PHP/"
]
},
"notification-url": "https://packagist.org/downloads/",
"include-path": [
""
],
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sb@sebastian-bergmann.de",
"role": "lead"
}
],
"description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
"homepage": "https://github.com/sebastianbergmann/php-code-coverage",
"keywords": [
"coverage",
"testing",
"xunit"
],
2014-06-26 11:03:46 +00:00
"time": "2014-03-28 10:53:45"
2013-03-13 11:41:32 +00:00
},
{
"name": "phpunit/php-file-iterator",
2014-06-26 11:03:46 +00:00
"version": "1.3.4",
2013-03-13 11:41:32 +00:00
"source": {
"type": "git",
2014-06-26 11:03:46 +00:00
"url": "https://github.com/sebastianbergmann/php-file-iterator.git",
"reference": "acd690379117b042d1c8af1fafd61bde001bf6bb"
2013-03-13 11:41:32 +00:00
},
"dist": {
"type": "zip",
2014-06-26 11:03:46 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/acd690379117b042d1c8af1fafd61bde001bf6bb",
"reference": "acd690379117b042d1c8af1fafd61bde001bf6bb",
2013-03-13 11:41:32 +00:00
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"type": "library",
"autoload": {
"classmap": [
"File/"
]
},
"notification-url": "https://packagist.org/downloads/",
"include-path": [
""
],
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sb@sebastian-bergmann.de",
"role": "lead"
}
],
"description": "FilterIterator implementation that filters files based on a list of suffixes.",
2014-06-26 11:03:46 +00:00
"homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
2013-03-13 11:41:32 +00:00
"keywords": [
"filesystem",
"iterator"
],
2014-06-26 11:03:46 +00:00
"time": "2013-10-10 15:34:57"
2013-03-13 11:41:32 +00:00
},
{
"name": "phpunit/php-text-template",
2014-06-26 11:03:46 +00:00
"version": "1.2.0",
2013-03-13 11:41:32 +00:00
"source": {
"type": "git",
2014-06-26 11:03:46 +00:00
"url": "https://github.com/sebastianbergmann/php-text-template.git",
"reference": "206dfefc0ffe9cebf65c413e3d0e809c82fbf00a"
2013-03-13 11:41:32 +00:00
},
"dist": {
"type": "zip",
2014-06-26 11:03:46 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/206dfefc0ffe9cebf65c413e3d0e809c82fbf00a",
"reference": "206dfefc0ffe9cebf65c413e3d0e809c82fbf00a",
2013-03-13 11:41:32 +00:00
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"type": "library",
"autoload": {
"classmap": [
"Text/"
]
},
"notification-url": "https://packagist.org/downloads/",
"include-path": [
""
],
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sb@sebastian-bergmann.de",
"role": "lead"
}
],
"description": "Simple template engine.",
"homepage": "https://github.com/sebastianbergmann/php-text-template/",
"keywords": [
"template"
],
2014-06-26 11:03:46 +00:00
"time": "2014-01-30 17:20:04"
2013-03-13 11:41:32 +00:00
},
{
"name": "phpunit/php-timer",
2014-06-26 11:03:46 +00:00
"version": "1.0.5",
2013-03-13 11:41:32 +00:00
"source": {
"type": "git",
2014-06-26 11:03:46 +00:00
"url": "https://github.com/sebastianbergmann/php-timer.git",
"reference": "19689d4354b295ee3d8c54b4f42c3efb69cbc17c"
2013-03-13 11:41:32 +00:00
},
"dist": {
"type": "zip",
2014-06-26 11:03:46 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/19689d4354b295ee3d8c54b4f42c3efb69cbc17c",
"reference": "19689d4354b295ee3d8c54b4f42c3efb69cbc17c",
2013-03-13 11:41:32 +00:00
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"type": "library",
"autoload": {
"classmap": [
"PHP/"
]
},
"notification-url": "https://packagist.org/downloads/",
"include-path": [
""
],
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sb@sebastian-bergmann.de",
"role": "lead"
}
],
"description": "Utility class for timing",
2014-06-26 11:03:46 +00:00
"homepage": "https://github.com/sebastianbergmann/php-timer/",
2013-03-13 11:41:32 +00:00
"keywords": [
"timer"
],
2014-06-26 11:03:46 +00:00
"time": "2013-08-02 07:42:54"
2013-03-13 11:41:32 +00:00
},
{
"name": "phpunit/php-token-stream",
2014-06-26 11:03:46 +00:00
"version": "1.2.2",
2013-03-13 11:41:32 +00:00
"source": {
"type": "git",
2014-06-26 11:03:46 +00:00
"url": "https://github.com/sebastianbergmann/php-token-stream.git",
"reference": "ad4e1e23ae01b483c16f600ff1bebec184588e32"
2013-03-13 11:41:32 +00:00
},
"dist": {
"type": "zip",
2014-06-26 11:03:46 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/ad4e1e23ae01b483c16f600ff1bebec184588e32",
"reference": "ad4e1e23ae01b483c16f600ff1bebec184588e32",
2013-03-13 11:41:32 +00:00
"shasum": ""
},
"require": {
"ext-tokenizer": "*",
"php": ">=5.3.3"
},
"type": "library",
2014-06-26 11:03:46 +00:00
"extra": {
"branch-alias": {
"dev-master": "1.2-dev"
}
},
2013-03-13 11:41:32 +00:00
"autoload": {
"classmap": [
"PHP/"
]
},
"notification-url": "https://packagist.org/downloads/",
"include-path": [
""
],
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sb@sebastian-bergmann.de",
"role": "lead"
}
],
"description": "Wrapper around PHP's tokenizer extension.",
2014-06-26 11:03:46 +00:00
"homepage": "https://github.com/sebastianbergmann/php-token-stream/",
2013-03-13 11:41:32 +00:00
"keywords": [
"tokenizer"
],
2014-06-26 11:03:46 +00:00
"time": "2014-03-03 05:10:30"
2013-03-13 11:41:32 +00:00
},
{
"name": "phpunit/phpunit",
2014-06-26 11:03:46 +00:00
"version": "3.7.37",
2013-03-13 11:41:32 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git",
2014-06-26 11:03:46 +00:00
"reference": "ae6cefd7cc84586a5ef27e04bae11ee940ec63dc"
2013-03-13 11:41:32 +00:00
},
"dist": {
"type": "zip",
2014-06-26 11:03:46 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/ae6cefd7cc84586a5ef27e04bae11ee940ec63dc",
"reference": "ae6cefd7cc84586a5ef27e04bae11ee940ec63dc",
2013-03-13 11:41:32 +00:00
"shasum": ""
},
"require": {
2014-06-26 11:03:46 +00:00
"ext-ctype": "*",
2013-03-13 11:41:32 +00:00
"ext-dom": "*",
2014-06-26 11:03:46 +00:00
"ext-json": "*",
2013-03-13 11:41:32 +00:00
"ext-pcre": "*",
"ext-reflection": "*",
"ext-spl": "*",
"php": ">=5.3.3",
2014-06-26 11:03:46 +00:00
"phpunit/php-code-coverage": "~1.2",
"phpunit/php-file-iterator": "~1.3",
"phpunit/php-text-template": "~1.1",
"phpunit/php-timer": "~1.0",
"phpunit/phpunit-mock-objects": "~1.2",
"symfony/yaml": "~2.0"
2013-03-13 11:41:32 +00:00
},
"require-dev": {
2014-06-26 11:03:46 +00:00
"pear-pear.php.net/pear": "1.9.4"
2013-03-13 11:41:32 +00:00
},
"suggest": {
2014-06-26 11:03:46 +00:00
"phpunit/php-invoker": "~1.1"
2013-03-13 11:41:32 +00:00
},
"bin": [
"composer/bin/phpunit"
],
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.7.x-dev"
}
},
"autoload": {
"classmap": [
"PHPUnit/"
]
},
"notification-url": "https://packagist.org/downloads/",
"include-path": [
"",
"../../symfony/yaml/"
],
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
"description": "The PHP Unit Testing framework.",
"homepage": "http://www.phpunit.de/",
"keywords": [
"phpunit",
"testing",
"xunit"
],
2014-06-26 11:03:46 +00:00
"time": "2014-04-30 12:24:19"
2013-03-13 11:41:32 +00:00
},
{
"name": "phpunit/phpunit-mock-objects",
"version": "1.2.3",
"source": {
"type": "git",
2014-06-26 11:03:46 +00:00
"url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
"reference": "5794e3c5c5ba0fb037b11d8151add2a07fa82875"
2013-03-13 11:41:32 +00:00
},
"dist": {
"type": "zip",
2014-06-26 11:03:46 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/5794e3c5c5ba0fb037b11d8151add2a07fa82875",
"reference": "5794e3c5c5ba0fb037b11d8151add2a07fa82875",
2013-03-13 11:41:32 +00:00
"shasum": ""
},
"require": {
"php": ">=5.3.3",
"phpunit/php-text-template": ">=1.1.1@stable"
},
"suggest": {
"ext-soap": "*"
},
"type": "library",
"autoload": {
"classmap": [
"PHPUnit/"
]
},
"notification-url": "https://packagist.org/downloads/",
"include-path": [
""
],
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sb@sebastian-bergmann.de",
"role": "lead"
}
],
"description": "Mock Object library for PHPUnit",
"homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
"keywords": [
"mock",
"xunit"
],
"time": "2013-01-13 10:24:48"
},
{
"name": "symfony/yaml",
2014-06-26 11:03:46 +00:00
"version": "v2.5.0",
2013-03-13 11:41:32 +00:00
"target-dir": "Symfony/Component/Yaml",
"source": {
"type": "git",
"url": "https://github.com/symfony/Yaml.git",
2014-06-26 11:03:46 +00:00
"reference": "b4b09c68ec2f2727574544ef0173684281a5033c"
2013-03-13 11:41:32 +00:00
},
"dist": {
"type": "zip",
2014-06-26 11:03:46 +00:00
"url": "https://api.github.com/repos/symfony/Yaml/zipball/b4b09c68ec2f2727574544ef0173684281a5033c",
"reference": "b4b09c68ec2f2727574544ef0173684281a5033c",
2013-03-13 11:41:32 +00:00
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"type": "library",
"extra": {
"branch-alias": {
2014-06-26 11:03:46 +00:00
"dev-master": "2.5-dev"
2013-03-13 11:41:32 +00:00
}
},
"autoload": {
"psr-0": {
"Symfony\\Component\\Yaml\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
2014-06-26 11:03:46 +00:00
"email": "fabien@symfony.com",
"homepage": "http://fabien.potencier.org",
"role": "Lead Developer"
2013-03-13 11:41:32 +00:00
},
{
"name": "Symfony Community",
"homepage": "http://symfony.com/contributors"
}
],
"description": "Symfony Yaml Component",
"homepage": "http://symfony.com",
2014-06-26 11:03:46 +00:00
"time": "2014-05-16 14:25:18"
}
],
"aliases": [
],
"minimum-stability": "stable",
"stability-flags": [
],
2013-03-13 11:41:32 +00:00
"platform": {
"php": ">=5.3.0",
"ext-pcntl": "*"
2013-03-13 11:41:32 +00:00
},
"platform-dev": [
]
}