0
0
mirror of https://github.com/PHPMailer/PHPMailer.git synced 2024-09-20 18:03:04 +02:00
PHPMailer/composer.lock

4046 lines
142 KiB
Plaintext
Raw Normal View History

2015-07-07 16:59:22 +02:00
{
"_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": "041a4d6e1c80df6aa890326a9a0ba9b5",
"content-hash": "f8091a8dff4749bb4e9b1d2cbe2544ab",
"packages": [
2015-07-07 16:59:22 +02:00
{
"name": "guzzlehttp/guzzle",
"version": "6.2.0",
2015-07-07 16:59:22 +02:00
"source": {
"type": "git",
"url": "https://github.com/guzzle/guzzle.git",
"reference": "d094e337976dff9d8e2424e8485872194e768662"
2015-07-07 16:59:22 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/d094e337976dff9d8e2424e8485872194e768662",
"reference": "d094e337976dff9d8e2424e8485872194e768662",
2015-07-07 16:59:22 +02:00
"shasum": ""
},
"require": {
"guzzlehttp/promises": "~1.0",
"guzzlehttp/psr7": "~1.1",
"php": ">=5.5.0"
2015-07-07 16:59:22 +02:00
},
"require-dev": {
"ext-curl": "*",
"phpunit/phpunit": "~4.0",
"psr/log": "~1.0"
2015-07-07 16:59:22 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "6.2-dev"
2015-07-07 16:59:22 +02:00
}
},
"autoload": {
"files": [
"src/functions_include.php"
],
"psr-4": {
"GuzzleHttp\\": "src/"
2015-07-07 16:59:22 +02:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
2015-07-07 16:59:22 +02:00
}
],
"description": "Guzzle is a PHP HTTP client library",
"homepage": "http://guzzlephp.org/",
2015-07-07 16:59:22 +02:00
"keywords": [
"client",
"curl",
"framework",
"http",
"http client",
"rest",
"web service"
2015-07-07 16:59:22 +02:00
],
"time": "2016-03-21 20:02:09"
2015-07-07 16:59:22 +02:00
},
{
"name": "guzzlehttp/promises",
"version": "1.1.0",
2015-07-07 16:59:22 +02:00
"source": {
"type": "git",
"url": "https://github.com/guzzle/promises.git",
"reference": "bb9024c526b22f3fe6ae55a561fd70653d470aa8"
2015-07-07 16:59:22 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/guzzle/promises/zipball/bb9024c526b22f3fe6ae55a561fd70653d470aa8",
"reference": "bb9024c526b22f3fe6ae55a561fd70653d470aa8",
2015-07-07 16:59:22 +02:00
"shasum": ""
},
"require": {
"php": ">=5.5.0"
2015-07-07 16:59:22 +02:00
},
"require-dev": {
"phpunit/phpunit": "~4.0"
2015-07-07 16:59:22 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
},
"autoload": {
"psr-4": {
"GuzzleHttp\\Promise\\": "src/"
},
"files": [
"src/functions_include.php"
]
2015-07-07 16:59:22 +02:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
2015-07-07 16:59:22 +02:00
}
],
"description": "Guzzle promises library",
2015-07-07 16:59:22 +02:00
"keywords": [
"promise"
2015-07-07 16:59:22 +02:00
],
"time": "2016-03-08 01:15:46"
2015-07-07 16:59:22 +02:00
},
2015-09-14 10:58:04 +02:00
{
"name": "guzzlehttp/psr7",
"version": "1.2.3",
2015-09-14 10:58:04 +02:00
"source": {
"type": "git",
"url": "https://github.com/guzzle/psr7.git",
"reference": "2e89629ff057ebb49492ba08e6995d3a6a80021b"
2015-09-14 10:58:04 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/guzzle/psr7/zipball/2e89629ff057ebb49492ba08e6995d3a6a80021b",
"reference": "2e89629ff057ebb49492ba08e6995d3a6a80021b",
2015-09-14 10:58:04 +02:00
"shasum": ""
},
"require": {
"php": ">=5.4.0",
"psr/http-message": "~1.0"
},
"provide": {
"psr/http-message-implementation": "1.0"
},
"require-dev": {
"phpunit/phpunit": "~4.0"
},
2015-09-14 10:58:04 +02:00
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
},
2015-09-14 10:58:04 +02:00
"autoload": {
"psr-4": {
"GuzzleHttp\\Psr7\\": "src/"
},
"files": [
"src/functions_include.php"
]
2015-09-14 10:58:04 +02:00
},
"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"
2015-09-14 10:58:04 +02:00
},
2015-07-07 16:59:22 +02:00
{
"name": "ircmaxell/random-lib",
"version": "v1.1.0",
2015-07-07 16:59:22 +02:00
"source": {
"type": "git",
"url": "https://github.com/ircmaxell/RandomLib.git",
"reference": "13efa4368bb2ac88bb3b1459b487d907de4dbf7c"
2015-07-07 16:59:22 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/ircmaxell/RandomLib/zipball/13efa4368bb2ac88bb3b1459b487d907de4dbf7c",
"reference": "13efa4368bb2ac88bb3b1459b487d907de4dbf7c",
2015-07-07 16:59:22 +02:00
"shasum": ""
},
"require": {
"ircmaxell/security-lib": "1.0.*@dev",
2015-07-07 16:59:22 +02:00
"php": ">=5.3.2"
},
"require-dev": {
"mikey179/vfsstream": "1.1.*",
"phpunit/phpunit": "3.7.*"
2015-07-07 16:59:22 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
2015-07-07 16:59:22 +02:00
}
},
"autoload": {
"psr-0": {
"RandomLib": "lib"
2015-07-07 16:59:22 +02:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Anthony Ferrara",
"email": "ircmaxell@ircmaxell.com",
"homepage": "http://blog.ircmaxell.com"
2015-07-07 16:59:22 +02:00
}
],
"description": "A Library For Generating Secure Random Numbers",
"homepage": "https://github.com/ircmaxell/RandomLib",
2015-07-07 16:59:22 +02:00
"keywords": [
"cryptography",
"random",
"random-numbers",
"random-strings"
2015-07-07 16:59:22 +02:00
],
"time": "2015-01-15 16:31:45"
2015-07-07 16:59:22 +02:00
},
{
"name": "ircmaxell/security-lib",
"version": "1.0.0",
2015-07-07 16:59:22 +02:00
"source": {
"type": "git",
"url": "https://github.com/ircmaxell/SecurityLib.git",
"reference": "80934de3c482dcafb46b5756e59ebece082b6dc7"
2015-07-07 16:59:22 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/ircmaxell/SecurityLib/zipball/80934de3c482dcafb46b5756e59ebece082b6dc7",
"reference": "80934de3c482dcafb46b5756e59ebece082b6dc7",
2015-07-07 16:59:22 +02:00
"shasum": ""
},
"require": {
"php": ">=5.3.2"
2015-07-07 16:59:22 +02:00
},
"require-dev": {
"mikey179/vfsstream": "1.1.*"
2015-07-07 16:59:22 +02:00
},
"type": "library",
"autoload": {
"psr-0": {
"SecurityLib": "lib"
2015-07-07 16:59:22 +02:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Anthony Ferrara",
"email": "ircmaxell@ircmaxell.com",
"homepage": "http://blog.ircmaxell.com"
2015-07-07 16:59:22 +02:00
}
],
"description": "A Base Security Library",
"homepage": "https://github.com/ircmaxell/PHP-SecurityLib",
"time": "2013-04-30 18:00:34"
2015-07-07 16:59:22 +02:00
},
{
"name": "league/oauth2-client",
"version": "1.3.0",
2015-07-07 16:59:22 +02:00
"source": {
"type": "git",
"url": "https://github.com/thephpleague/oauth2-client.git",
"reference": "5e5c0bc5bd219515c8d8db8bcb61f19753101b7c"
2015-07-07 16:59:22 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/thephpleague/oauth2-client/zipball/5e5c0bc5bd219515c8d8db8bcb61f19753101b7c",
"reference": "5e5c0bc5bd219515c8d8db8bcb61f19753101b7c",
2015-07-07 16:59:22 +02:00
"shasum": ""
},
"require": {
"ext-curl": "*",
"guzzlehttp/guzzle": "~6.0",
"ircmaxell/random-lib": "~1.1",
"php": ">=5.5.0"
},
"require-dev": {
"jakub-onderka/php-parallel-lint": "0.8.*",
"mockery/mockery": "~0.9",
"phpunit/phpunit": "~4.0",
"satooshi/php-coveralls": "0.6.*",
"squizlabs/php_codesniffer": "~2.0"
2015-07-07 16:59:22 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"League\\OAuth2\\Client\\": "src/"
2015-07-07 16:59:22 +02:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Alex Bilbie",
"email": "hello@alexbilbie.com",
"homepage": "http://www.alexbilbie.com",
"role": "Developer"
2015-07-07 16:59:22 +02:00
}
],
"description": "OAuth 2.0 Client Library",
2015-07-07 16:59:22 +02:00
"keywords": [
"Authentication",
"SSO",
"authorization",
"identity",
"idp",
"oauth",
"oauth2",
"single sign on"
2015-07-07 16:59:22 +02:00
],
"time": "2016-02-13 20:18:03"
2015-07-07 16:59:22 +02:00
},
{
"name": "league/oauth2-google",
"version": "1.0.1",
2015-07-07 16:59:22 +02:00
"source": {
"type": "git",
"url": "https://github.com/thephpleague/oauth2-google.git",
"reference": "4788fcef5cf0fdb65e0322c3f4d4632d8f1f3e82"
2015-07-07 16:59:22 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/thephpleague/oauth2-google/zipball/4788fcef5cf0fdb65e0322c3f4d4632d8f1f3e82",
"reference": "4788fcef5cf0fdb65e0322c3f4d4632d8f1f3e82",
2015-07-07 16:59:22 +02:00
"shasum": ""
},
"require": {
"league/oauth2-client": "~1.0"
},
"require-dev": {
"mockery/mockery": "~0.9",
"phpunit/phpunit": "~4.0",
"squizlabs/php_codesniffer": "~2.0"
},
2015-07-07 16:59:22 +02:00
"type": "library",
"autoload": {
"psr-4": {
"League\\OAuth2\\Client\\": "src/"
2015-07-07 16:59:22 +02:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Woody Gilk",
"email": "woody.gilk@gmail.com",
"homepage": "http://shadowhand.me"
2015-07-07 16:59:22 +02:00
}
],
"description": "Google OAuth 2.0 Client Provider for The PHP League OAuth2-Client",
2015-07-07 16:59:22 +02:00
"keywords": [
"Authentication",
"authorization",
"client",
"google",
"oauth",
"oauth2"
2015-07-07 16:59:22 +02:00
],
"time": "2015-08-28 18:33:30"
2015-07-07 16:59:22 +02:00
},
2016-04-07 08:10:31 +02:00
{
"name": "psr/http-message",
"version": "1.0",
2016-04-07 08:10:31 +02:00
"source": {
"type": "git",
"url": "https://github.com/php-fig/http-message.git",
"reference": "85d63699f0dbedb190bbd4b0d2b9dc707ea4c298"
2016-04-07 08:10:31 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/http-message/zipball/85d63699f0dbedb190bbd4b0d2b9dc707ea4c298",
"reference": "85d63699f0dbedb190bbd4b0d2b9dc707ea4c298",
2016-04-07 08:10:31 +02:00
"shasum": ""
},
"require": {
"php": ">=5.3.0"
2016-04-07 08:10:31 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
2016-04-07 08:10:31 +02:00
}
},
"autoload": {
"psr-4": {
"Psr\\Http\\Message\\": "src/"
2016-04-07 08:10:31 +02:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
2016-04-07 08:10:31 +02:00
}
],
"description": "Common interface for HTTP messages",
2016-04-07 08:10:31 +02:00
"keywords": [
"http",
"http-message",
"psr",
"psr-7",
"request",
"response"
2016-04-07 08:10:31 +02:00
],
"time": "2015-05-04 20:22:00"
}
],
2015-07-07 16:59:22 +02:00
"packages-dev": [
2016-04-07 08:10:31 +02:00
{
2015-07-07 16:59:22 +02:00
"name": "cilex/cilex",
2016-04-07 08:10:31 +02:00
"version": "1.1.0",
"source": {
"type": "git",
2015-07-07 16:59:22 +02:00
"url": "https://github.com/Cilex/Cilex.git",
"reference": "7acd965a609a56d0345e8b6071c261fbdb926cb5"
2016-04-07 08:10:31 +02:00
},
"dist": {
"type": "zip",
2015-07-07 16:59:22 +02:00
"url": "https://api.github.com/repos/Cilex/Cilex/zipball/7acd965a609a56d0345e8b6071c261fbdb926cb5",
"reference": "7acd965a609a56d0345e8b6071c261fbdb926cb5",
2016-04-07 08:10:31 +02:00
"shasum": ""
},
"require": {
2015-07-07 16:59:22 +02:00
"cilex/console-service-provider": "1.*",
"php": ">=5.3.3",
"pimple/pimple": "~1.0",
"symfony/finder": "~2.1",
"symfony/process": "~2.1"
2016-04-07 08:10:31 +02:00
},
"require-dev": {
2015-07-07 16:59:22 +02:00
"phpunit/phpunit": "3.7.*",
"symfony/validator": "~2.1"
},
"suggest": {
"monolog/monolog": ">=1.0.0",
"symfony/validator": ">=1.0.0",
"symfony/yaml": ">=1.0.0"
2016-04-07 08:10:31 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
},
"autoload": {
2015-07-07 16:59:22 +02:00
"psr-0": {
"Cilex": "src/"
}
2016-04-07 08:10:31 +02:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2015-07-07 16:59:22 +02:00
"name": "Mike van Riel",
"email": "mike.vanriel@naenius.com"
2016-04-07 08:10:31 +02:00
}
],
2015-07-07 16:59:22 +02:00
"description": "The PHP micro-framework for Command line tools based on the Symfony2 Components",
"homepage": "http://cilex.github.com",
2016-04-07 08:10:31 +02:00
"keywords": [
2015-07-07 16:59:22 +02:00
"cli",
"microframework"
2016-04-07 08:10:31 +02:00
],
2015-07-07 16:59:22 +02:00
"time": "2014-03-29 14:03:13"
2016-04-07 08:10:31 +02:00
},
{
2015-07-07 16:59:22 +02:00
"name": "cilex/console-service-provider",
"version": "1.0.0",
2016-04-07 08:10:31 +02:00
"source": {
"type": "git",
2015-07-07 16:59:22 +02:00
"url": "https://github.com/Cilex/console-service-provider.git",
"reference": "25ee3d1875243d38e1a3448ff94bdf944f70d24e"
2016-04-07 08:10:31 +02:00
},
"dist": {
"type": "zip",
2015-07-07 16:59:22 +02:00
"url": "https://api.github.com/repos/Cilex/console-service-provider/zipball/25ee3d1875243d38e1a3448ff94bdf944f70d24e",
"reference": "25ee3d1875243d38e1a3448ff94bdf944f70d24e",
2016-04-07 08:10:31 +02:00
"shasum": ""
},
"require": {
2015-07-07 16:59:22 +02:00
"php": ">=5.3.3",
"pimple/pimple": "1.*@dev",
"symfony/console": "~2.1"
2016-04-07 08:10:31 +02:00
},
"require-dev": {
2015-07-07 16:59:22 +02:00
"cilex/cilex": "1.*@dev",
"silex/silex": "1.*@dev"
2016-04-07 08:10:31 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
},
"autoload": {
2015-07-07 16:59:22 +02:00
"psr-0": {
"Cilex\\Provider\\Console": "src"
}
2016-04-07 08:10:31 +02:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2015-07-07 16:59:22 +02:00
"name": "Beau Simensen",
"email": "beau@dflydev.com",
"homepage": "http://beausimensen.com"
},
{
"name": "Mike van Riel",
"email": "mike.vanriel@naenius.com"
2016-04-07 08:10:31 +02:00
}
],
2015-07-07 16:59:22 +02:00
"description": "Console Service Provider",
2016-04-07 08:10:31 +02:00
"keywords": [
2015-07-07 16:59:22 +02:00
"cilex",
"console",
"pimple",
"service-provider",
"silex"
2016-04-07 08:10:31 +02:00
],
2015-07-07 16:59:22 +02:00
"time": "2012-12-19 10:50:58"
2016-04-07 08:10:31 +02:00
},
2015-07-07 16:59:22 +02:00
{
2015-09-14 10:58:04 +02:00
"name": "container-interop/container-interop",
"version": "1.1.0",
2015-07-07 16:59:22 +02:00
"source": {
"type": "git",
2015-09-14 10:58:04 +02:00
"url": "https://github.com/container-interop/container-interop.git",
"reference": "fc08354828f8fd3245f77a66b9e23a6bca48297e"
2015-07-07 16:59:22 +02:00
},
"dist": {
"type": "zip",
2015-09-14 10:58:04 +02:00
"url": "https://api.github.com/repos/container-interop/container-interop/zipball/fc08354828f8fd3245f77a66b9e23a6bca48297e",
"reference": "fc08354828f8fd3245f77a66b9e23a6bca48297e",
"shasum": ""
},
"type": "library",
"autoload": {
"psr-4": {
"Interop\\Container\\": "src/Interop/Container/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "Promoting the interoperability of container objects (DIC, SL, etc.)",
"time": "2014-12-30 15:22:37"
},
2015-07-07 16:59:22 +02:00
{
"name": "doctrine/annotations",
2015-09-14 10:58:04 +02:00
"version": "v1.2.7",
2015-07-07 16:59:22 +02:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/annotations.git",
2015-09-14 10:58:04 +02:00
"reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535"
2015-07-07 16:59:22 +02:00
},
"dist": {
"type": "zip",
2015-09-14 10:58:04 +02:00
"url": "https://api.github.com/repos/doctrine/annotations/zipball/f25c8aab83e0c3e976fd7d19875f198ccf2f7535",
"reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535",
2015-07-07 16:59:22 +02:00
"shasum": ""
},
"require": {
"doctrine/lexer": "1.*",
"php": ">=5.3.2"
},
"require-dev": {
"doctrine/cache": "1.*",
"phpunit/phpunit": "4.*"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.3.x-dev"
}
},
"autoload": {
"psr-0": {
"Doctrine\\Common\\Annotations\\": "lib/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
},
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
}
],
"description": "Docblock Annotations Parser",
"homepage": "http://www.doctrine-project.org",
"keywords": [
"annotations",
"docblock",
"parser"
],
2015-09-14 10:58:04 +02:00
"time": "2015-08-31 12:32:49"
2015-07-07 16:59:22 +02:00
},
{
"name": "doctrine/instantiator",
"version": "1.0.5",
"source": {
"type": "git",
"url": "https://github.com/doctrine/instantiator.git",
"reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
"reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
"shasum": ""
},
"require": {
"php": ">=5.3,<8.0-DEV"
},
"require-dev": {
"athletic/athletic": "~0.1.8",
"ext-pdo": "*",
"ext-phar": "*",
"phpunit/phpunit": "~4.0",
"squizlabs/php_codesniffer": "~2.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Marco Pivetta",
"email": "ocramius@gmail.com",
"homepage": "http://ocramius.github.com/"
}
],
"description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
"homepage": "https://github.com/doctrine/instantiator",
"keywords": [
"constructor",
"instantiate"
],
"time": "2015-06-14 21:17:01"
},
{
"name": "doctrine/lexer",
"version": "v1.0.1",
"source": {
"type": "git",
"url": "https://github.com/doctrine/lexer.git",
"reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
"reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
"shasum": ""
},
"require": {
"php": ">=5.3.2"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-0": {
"Doctrine\\Common\\Lexer\\": "lib/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
}
],
"description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
"homepage": "http://www.doctrine-project.org",
"keywords": [
"lexer",
"parser"
],
"time": "2014-09-09 13:34:57"
},
2016-04-07 08:10:31 +02:00
{
2015-07-07 16:59:22 +02:00
"name": "erusev/parsedown",
2016-01-07 18:36:37 +01:00
"version": "1.6.0",
2016-04-07 08:10:31 +02:00
"source": {
"type": "git",
2015-07-07 16:59:22 +02:00
"url": "https://github.com/erusev/parsedown.git",
2016-01-07 18:36:37 +01:00
"reference": "3ebbd730b5c2cf5ce78bc1bf64071407fc6674b7"
2015-07-07 16:59:22 +02:00
},
"dist": {
"type": "zip",
2016-01-07 18:36:37 +01:00
"url": "https://api.github.com/repos/erusev/parsedown/zipball/3ebbd730b5c2cf5ce78bc1bf64071407fc6674b7",
"reference": "3ebbd730b5c2cf5ce78bc1bf64071407fc6674b7",
2015-07-07 16:59:22 +02:00
"shasum": ""
},
"type": "library",
"autoload": {
"psr-0": {
"Parsedown": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Emanuil Rusev",
"email": "hello@erusev.com",
"homepage": "http://erusev.com"
}
],
"description": "Parser for Markdown.",
"homepage": "http://parsedown.org",
"keywords": [
"markdown",
"parser"
],
2016-01-07 18:36:37 +01:00
"time": "2015-10-04 16:44:32"
2015-07-07 16:59:22 +02:00
},
{
"name": "herrera-io/json",
"version": "1.0.3",
"source": {
"type": "git",
2015-09-14 10:58:04 +02:00
"url": "https://github.com/kherge-abandoned/php-json.git",
2015-07-07 16:59:22 +02:00
"reference": "60c696c9370a1e5136816ca557c17f82a6fa83f1"
2016-04-07 08:10:31 +02:00
},
"dist": {
"type": "zip",
2015-09-14 10:58:04 +02:00
"url": "https://api.github.com/repos/kherge-abandoned/php-json/zipball/60c696c9370a1e5136816ca557c17f82a6fa83f1",
2015-07-07 16:59:22 +02:00
"reference": "60c696c9370a1e5136816ca557c17f82a6fa83f1",
2016-04-07 08:10:31 +02:00
"shasum": ""
},
"require": {
2015-07-07 16:59:22 +02:00
"ext-json": "*",
"justinrainbow/json-schema": ">=1.0,<2.0-dev",
"php": ">=5.3.3",
"seld/jsonlint": ">=1.0,<2.0-dev"
2016-04-07 08:10:31 +02:00
},
"require-dev": {
2015-07-07 16:59:22 +02:00
"herrera-io/phpunit-test-case": "1.*",
"mikey179/vfsstream": "1.1.0",
2016-04-07 08:10:31 +02:00
"phpunit/phpunit": "3.7.*"
},
"type": "library",
"extra": {
"branch-alias": {
2015-07-07 16:59:22 +02:00
"dev-master": "1.0-dev"
2016-04-07 08:10:31 +02:00
}
},
"autoload": {
2015-07-07 16:59:22 +02:00
"files": [
"src/lib/json_version.php"
],
2016-04-07 08:10:31 +02:00
"psr-0": {
2015-07-07 16:59:22 +02:00
"Herrera\\Json": "src/lib"
2016-04-07 08:10:31 +02:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2015-07-07 16:59:22 +02:00
"name": "Kevin Herrera",
"email": "kevin@herrera.io",
"homepage": "http://kevin.herrera.io/",
"role": "Developer"
2016-04-07 08:10:31 +02:00
}
],
2015-07-07 16:59:22 +02:00
"description": "A library for simplifying JSON linting and validation.",
"homepage": "http://herrera-io.github.com/php-json",
2016-04-07 08:10:31 +02:00
"keywords": [
2015-07-07 16:59:22 +02:00
"json",
"lint",
"schema",
"validate"
2016-04-07 08:10:31 +02:00
],
2015-07-07 16:59:22 +02:00
"time": "2013-10-30 16:51:34"
2016-04-07 08:10:31 +02:00
},
{
2015-07-07 16:59:22 +02:00
"name": "herrera-io/phar-update",
"version": "1.0.3",
2016-04-07 08:10:31 +02:00
"source": {
"type": "git",
2015-09-14 10:58:04 +02:00
"url": "https://github.com/kherge-abandoned/php-phar-update.git",
2015-07-07 16:59:22 +02:00
"reference": "00a79e1d5b8cf3c080a2e3becf1ddf7a7fea025b"
2016-04-07 08:10:31 +02:00
},
"dist": {
"type": "zip",
2015-09-14 10:58:04 +02:00
"url": "https://api.github.com/repos/kherge-abandoned/php-phar-update/zipball/00a79e1d5b8cf3c080a2e3becf1ddf7a7fea025b",
2015-07-07 16:59:22 +02:00
"reference": "00a79e1d5b8cf3c080a2e3becf1ddf7a7fea025b",
2016-04-07 08:10:31 +02:00
"shasum": ""
},
"require": {
2015-07-07 16:59:22 +02:00
"herrera-io/json": "1.*",
"kherge/version": "1.*",
"php": ">=5.3.3"
2016-04-07 08:10:31 +02:00
},
"require-dev": {
2015-07-07 16:59:22 +02:00
"herrera-io/phpunit-test-case": "1.*",
"mikey179/vfsstream": "1.1.0",
"phpunit/phpunit": "3.7.*"
2016-04-07 08:10:31 +02:00
},
"type": "library",
2015-07-07 16:59:22 +02:00
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
},
2016-04-07 08:10:31 +02:00
"autoload": {
2015-07-07 16:59:22 +02:00
"files": [
"src/lib/constants.php"
],
2016-04-07 08:10:31 +02:00
"psr-0": {
2015-07-07 16:59:22 +02:00
"Herrera\\Phar\\Update": "src/lib"
2016-04-07 08:10:31 +02:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2015-07-07 16:59:22 +02:00
"name": "Kevin Herrera",
"email": "kevin@herrera.io",
"homepage": "http://kevin.herrera.io/",
"role": "Developer"
2016-04-07 08:10:31 +02:00
}
],
2015-07-07 16:59:22 +02:00
"description": "A library for self-updating Phars.",
"homepage": "http://herrera-io.github.com/php-phar-update",
"keywords": [
"phar",
"update"
],
"time": "2013-10-30 17:23:01"
2016-04-07 08:10:31 +02:00
},
2015-07-07 16:59:22 +02:00
{
"name": "jms/metadata",
"version": "1.5.1",
"source": {
"type": "git",
"url": "https://github.com/schmittjoh/metadata.git",
"reference": "22b72455559a25777cfd28c4ffda81ff7639f353"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/schmittjoh/metadata/zipball/22b72455559a25777cfd28c4ffda81ff7639f353",
"reference": "22b72455559a25777cfd28c4ffda81ff7639f353",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"require-dev": {
"doctrine/cache": "~1.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.5.x-dev"
}
},
"autoload": {
"psr-0": {
"Metadata\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache"
],
"authors": [
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com",
"homepage": "https://github.com/schmittjoh",
"role": "Developer of wrapped JMSSerializerBundle"
}
],
"description": "Class/method/property metadata management in PHP",
"keywords": [
"annotations",
"metadata",
"xml",
"yaml"
],
"time": "2014-07-12 07:13:19"
},
{
"name": "jms/parser-lib",
"version": "1.0.0",
"source": {
"type": "git",
"url": "https://github.com/schmittjoh/parser-lib.git",
"reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/schmittjoh/parser-lib/zipball/c509473bc1b4866415627af0e1c6cc8ac97fa51d",
"reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d",
"shasum": ""
},
"require": {
"phpoption/phpoption": ">=0.9,<2.0-dev"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
},
"autoload": {
"psr-0": {
"JMS\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache2"
],
"description": "A library for easily creating recursive-descent parsers.",
"time": "2012-11-18 18:08:43"
},
{
"name": "jms/serializer",
"version": "0.16.0",
"source": {
"type": "git",
"url": "https://github.com/schmittjoh/serializer.git",
"reference": "c8a171357ca92b6706e395c757f334902d430ea9"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/schmittjoh/serializer/zipball/c8a171357ca92b6706e395c757f334902d430ea9",
"reference": "c8a171357ca92b6706e395c757f334902d430ea9",
"shasum": ""
},
"require": {
"doctrine/annotations": "1.*",
"jms/metadata": "~1.1",
"jms/parser-lib": "1.*",
"php": ">=5.3.2",
"phpcollection/phpcollection": "~0.1"
},
"require-dev": {
"doctrine/orm": "~2.1",
"doctrine/phpcr-odm": "~1.0.1",
"jackalope/jackalope-doctrine-dbal": "1.0.*",
"propel/propel1": "~1.7",
"symfony/filesystem": "2.*",
"symfony/form": "~2.1",
"symfony/translation": "~2.0",
"symfony/validator": "~2.0",
"symfony/yaml": "2.*",
"twig/twig": ">=1.8,<2.0-dev"
},
"suggest": {
"symfony/yaml": "Required if you'd like to serialize data to YAML format."
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "0.15-dev"
}
},
"autoload": {
"psr-0": {
"JMS\\Serializer": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache2"
],
"authors": [
{
2015-10-20 13:52:29 +02:00
"name": "Johannes M. Schmitt",
2015-07-07 16:59:22 +02:00
"email": "schmittjoh@gmail.com",
2015-10-20 13:52:29 +02:00
"homepage": "http://jmsyst.com",
2015-07-07 16:59:22 +02:00
"role": "Developer of wrapped JMSSerializerBundle"
}
],
"description": "Library for (de-)serializing data of any complexity; supports XML, JSON, and YAML.",
"homepage": "http://jmsyst.com/libs/serializer",
"keywords": [
"deserialization",
"jaxb",
"json",
"serialization",
"xml"
],
"time": "2014-03-18 08:39:00"
},
{
"name": "justinrainbow/json-schema",
2016-03-08 11:47:57 +01:00
"version": "1.6.1",
2015-07-07 16:59:22 +02:00
"source": {
"type": "git",
"url": "https://github.com/justinrainbow/json-schema.git",
2016-03-08 11:47:57 +01:00
"reference": "cc84765fb7317f6b07bd8ac78364747f95b86341"
2015-07-07 16:59:22 +02:00
},
"dist": {
"type": "zip",
2016-03-08 11:47:57 +01:00
"url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/cc84765fb7317f6b07bd8ac78364747f95b86341",
"reference": "cc84765fb7317f6b07bd8ac78364747f95b86341",
2015-07-07 16:59:22 +02:00
"shasum": ""
},
"require": {
2016-03-08 11:47:57 +01:00
"php": ">=5.3.29"
2015-07-07 16:59:22 +02:00
},
"require-dev": {
"json-schema/json-schema-test-suite": "1.1.0",
"phpdocumentor/phpdocumentor": "~2",
"phpunit/phpunit": "~3.7"
},
"bin": [
"bin/validate-json"
],
"type": "library",
"extra": {
"branch-alias": {
2016-03-08 11:47:57 +01:00
"dev-master": "1.6.x-dev"
2015-07-07 16:59:22 +02:00
}
},
"autoload": {
2015-11-10 13:09:29 +01:00
"psr-4": {
"JsonSchema\\": "src/JsonSchema/"
2015-07-07 16:59:22 +02:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Bruno Prieto Reis",
"email": "bruno.p.reis@gmail.com"
},
{
"name": "Justin Rainbow",
"email": "justin.rainbow@gmail.com"
},
{
"name": "Igor Wiedler",
"email": "igor@wiedler.ch"
},
{
"name": "Robert Schönthal",
"email": "seroscho@googlemail.com"
}
],
"description": "A library to validate a json schema.",
"homepage": "https://github.com/justinrainbow/json-schema",
"keywords": [
"json",
"schema"
],
2016-03-08 11:47:57 +01:00
"time": "2016-01-25 15:43:01"
2015-07-07 16:59:22 +02:00
},
{
"name": "kherge/version",
"version": "1.0.1",
"source": {
"type": "git",
2015-09-14 10:58:04 +02:00
"url": "https://github.com/kherge-abandoned/Version.git",
2015-07-07 16:59:22 +02:00
"reference": "f07cf83f8ce533be8f93d2893d96d674bbeb7e30"
},
"dist": {
"type": "zip",
2015-09-14 10:58:04 +02:00
"url": "https://api.github.com/repos/kherge-abandoned/Version/zipball/f07cf83f8ce533be8f93d2893d96d674bbeb7e30",
2015-07-07 16:59:22 +02:00
"reference": "f07cf83f8ce533be8f93d2893d96d674bbeb7e30",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
},
"autoload": {
"psr-0": {
"KevinGH\\Version": "src/lib/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Kevin Herrera",
"email": "me@kevingh.com",
"homepage": "http://www.kevingh.com/"
}
],
"description": "A parsing and comparison library for semantic versioning.",
"homepage": "http://github.com/kherge/Version",
"time": "2012-08-16 17:13:03"
},
{
"name": "monolog/monolog",
"version": "1.18.2",
2015-07-07 16:59:22 +02:00
"source": {
"type": "git",
"url": "https://github.com/Seldaek/monolog.git",
"reference": "064b38c16790249488e7a8b987acf1c9d7383c09"
2015-07-07 16:59:22 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Seldaek/monolog/zipball/064b38c16790249488e7a8b987acf1c9d7383c09",
"reference": "064b38c16790249488e7a8b987acf1c9d7383c09",
2015-07-07 16:59:22 +02:00
"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",
2015-11-10 13:09:29 +01:00
"jakub-onderka/php-parallel-lint": "0.9",
"php-amqplib/php-amqplib": "~2.4",
2015-07-07 16:59:22 +02:00
"php-console/php-console": "^3.1.3",
"phpunit/phpunit": "~4.5",
"phpunit/phpunit-mock-objects": "2.3.0",
2015-11-10 13:09:29 +01:00
"raven/raven": "^0.13",
2015-07-07 16:59:22 +02:00
"ruflin/elastica": ">=0.90 <3.0",
"swiftmailer/swiftmailer": "~5.3"
2015-07-07 16:59:22 +02:00
},
"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",
2016-03-08 11:47:57 +01:00
"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",
2015-07-07 16:59:22 +02:00
"php-console/php-console": "Allow sending log messages to Google Chrome",
"raven/raven": "Allow sending log messages to a Sentry server",
"rollbar/rollbar": "Allow sending log messages to Rollbar",
"ruflin/elastica": "Allow sending log messages to an Elastic Search server"
2015-07-07 16:59:22 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2016-03-08 11:47:57 +01:00
"dev-master": "2.0.x-dev"
2015-07-07 16:59:22 +02:00
}
},
"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-04-02 13:12:58"
2015-07-07 16:59:22 +02:00
},
{
"name": "nikic/php-parser",
"version": "v0.9.5",
"source": {
"type": "git",
"url": "https://github.com/nikic/PHP-Parser.git",
"reference": "ef70767475434bdb3615b43c327e2cae17ef12eb"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/ef70767475434bdb3615b43c327e2cae17ef12eb",
"reference": "ef70767475434bdb3615b43c327e2cae17ef12eb",
"shasum": ""
},
"require": {
"ext-tokenizer": "*",
"php": ">=5.2"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "0.9-dev"
}
},
"autoload": {
"psr-0": {
"PHPParser": "lib/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Nikita Popov"
}
],
"description": "A PHP parser written in PHP",
"keywords": [
"parser",
"php"
],
"time": "2014-07-23 18:24:17"
},
{
"name": "phpcollection/phpcollection",
"version": "0.4.0",
"source": {
"type": "git",
"url": "https://github.com/schmittjoh/php-collection.git",
"reference": "b8bf55a0a929ca43b01232b36719f176f86c7e83"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/schmittjoh/php-collection/zipball/b8bf55a0a929ca43b01232b36719f176f86c7e83",
"reference": "b8bf55a0a929ca43b01232b36719f176f86c7e83",
"shasum": ""
},
"require": {
"phpoption/phpoption": "1.*"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "0.3-dev"
}
},
"autoload": {
"psr-0": {
"PhpCollection": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache2"
],
"authors": [
{
2015-10-20 13:52:29 +02:00
"name": "Johannes M. Schmitt",
2015-07-07 16:59:22 +02:00
"email": "schmittjoh@gmail.com",
2015-10-20 13:52:29 +02:00
"homepage": "http://jmsyst.com",
2015-07-07 16:59:22 +02:00
"role": "Developer of wrapped JMSSerializerBundle"
}
],
"description": "General-Purpose Collection Library for PHP",
"keywords": [
"collection",
"list",
"map",
"sequence",
"set"
],
"time": "2014-03-11 13:46:42"
},
{
"name": "phpdocumentor/fileset",
"version": "1.0.0",
"source": {
"type": "git",
"url": "https://github.com/phpDocumentor/Fileset.git",
"reference": "bfa78d8fa9763dfce6d0e5d3730c1d8ab25d34b0"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpDocumentor/Fileset/zipball/bfa78d8fa9763dfce6d0e5d3730c1d8ab25d34b0",
"reference": "bfa78d8fa9763dfce6d0e5d3730c1d8ab25d34b0",
"shasum": ""
},
"require": {
"php": ">=5.3.3",
"symfony/finder": "~2.1"
},
"require-dev": {
"phpunit/phpunit": "~3.7"
},
"type": "library",
"autoload": {
"psr-0": {
"phpDocumentor": [
"src/",
"tests/unit/"
]
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "Fileset component for collecting a set of files given directories and file paths",
"homepage": "http://www.phpdoc.org",
"keywords": [
"files",
"fileset",
"phpdoc"
],
"time": "2013-08-06 21:07:42"
},
{
"name": "phpdocumentor/graphviz",
"version": "1.0.4",
2015-07-07 16:59:22 +02:00
"source": {
"type": "git",
"url": "https://github.com/phpDocumentor/GraphViz.git",
"reference": "a906a90a9f230535f25ea31caf81b2323956283f"
2015-07-07 16:59:22 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpDocumentor/GraphViz/zipball/a906a90a9f230535f25ea31caf81b2323956283f",
"reference": "a906a90a9f230535f25ea31caf81b2323956283f",
2015-07-07 16:59:22 +02:00
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"require-dev": {
"phpunit/phpunit": "~4.0"
2015-07-07 16:59:22 +02:00
},
"type": "library",
"autoload": {
"psr-0": {
"phpDocumentor": [
"src/",
"tests/unit"
]
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Mike van Riel",
"email": "mike.vanriel@naenius.com"
}
],
"time": "2016-02-02 13:00:08"
2015-07-07 16:59:22 +02:00
},
{
"name": "phpdocumentor/phpdocumentor",
2015-09-14 10:58:04 +02:00
"version": "v2.8.5",
2015-07-07 16:59:22 +02:00
"source": {
"type": "git",
"url": "https://github.com/phpDocumentor/phpDocumentor2.git",
2015-09-14 10:58:04 +02:00
"reference": "adfb4affa80e8cc0134616f2d2d264dd25c243eb"
2015-07-07 16:59:22 +02:00
},
"dist": {
"type": "zip",
2015-09-14 10:58:04 +02:00
"url": "https://api.github.com/repos/phpDocumentor/phpDocumentor2/zipball/adfb4affa80e8cc0134616f2d2d264dd25c243eb",
"reference": "adfb4affa80e8cc0134616f2d2d264dd25c243eb",
2015-07-07 16:59:22 +02:00
"shasum": ""
},
"require": {
"cilex/cilex": "~1.0",
"erusev/parsedown": "~1.0",
"herrera-io/phar-update": "1.0.3",
"jms/serializer": "~0.12",
"monolog/monolog": "~1.6",
"php": ">=5.3.3",
"phpdocumentor/fileset": "~1.0",
"phpdocumentor/graphviz": "~1.0",
"phpdocumentor/reflection": "~1.0",
"phpdocumentor/reflection-docblock": "~2.0",
"symfony/config": "~2.3",
"symfony/console": "~2.3",
"symfony/event-dispatcher": "~2.1",
"symfony/process": "~2.0",
"symfony/stopwatch": "~2.3",
"symfony/validator": "~2.2",
"twig/twig": "~1.3",
"zendframework/zend-cache": "~2.1",
"zendframework/zend-config": "~2.1",
"zendframework/zend-filter": "~2.1",
"zendframework/zend-i18n": "~2.1",
"zendframework/zend-serializer": "~2.1",
"zendframework/zend-servicemanager": "~2.1",
"zendframework/zend-stdlib": "~2.1",
"zetacomponents/document": ">=1.3.1"
},
"require-dev": {
"behat/behat": "~3.0",
"mikey179/vfsstream": "~1.2",
"mockery/mockery": "~0.9@dev",
"phpunit/phpunit": "~4.0",
"squizlabs/php_codesniffer": "~1.4",
"symfony/expression-language": "~2.4"
},
"suggest": {
"ext-twig": "Enabling the twig extension improves the generation of twig based templates.",
"ext-xslcache": "Enabling the XSLCache extension improves the generation of xml based templates."
},
"bin": [
"bin/phpdoc.php",
"bin/phpdoc"
],
"type": "library",
"extra": {
"branch-alias": {
"dev-develop": "2.9-dev"
}
},
"autoload": {
"psr-0": {
"phpDocumentor": [
"src/",
"tests/unit/"
],
"Cilex\\Provider": [
"src/"
]
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "Documentation Generator for PHP",
"homepage": "http://www.phpdoc.org",
"keywords": [
"api",
"application",
"dga",
"documentation",
"phpdoc"
],
2015-09-14 10:58:04 +02:00
"time": "2015-07-28 06:36:40"
2015-07-07 16:59:22 +02:00
},
{
"name": "phpdocumentor/reflection",
"version": "1.0.7",
"source": {
"type": "git",
"url": "https://github.com/phpDocumentor/Reflection.git",
"reference": "fc40c3f604ac2287eb5c314174d5109b2c699372"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpDocumentor/Reflection/zipball/fc40c3f604ac2287eb5c314174d5109b2c699372",
"reference": "fc40c3f604ac2287eb5c314174d5109b2c699372",
"shasum": ""
},
"require": {
"nikic/php-parser": "~0.9.4",
"php": ">=5.3.3",
"phpdocumentor/reflection-docblock": "~2.0",
"psr/log": "~1.0"
},
"require-dev": {
"behat/behat": "~2.4",
"mockery/mockery": "~0.8",
"phpunit/phpunit": "~4.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-0": {
"phpDocumentor": [
"src/",
"tests/unit/",
"tests/mocks/"
]
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "Reflection library to do Static Analysis for PHP Projects",
"homepage": "http://www.phpdoc.org",
"keywords": [
"phpDocumentor",
"phpdoc",
"reflection",
"static analysis"
],
"time": "2014-11-14 11:43:04"
},
{
"name": "phpdocumentor/reflection-docblock",
"version": "2.0.4",
"source": {
"type": "git",
"url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
"reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/d68dbdc53dc358a816f00b300704702b2eaff7b8",
"reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"require-dev": {
"phpunit/phpunit": "~4.0"
},
"suggest": {
"dflydev/markdown": "~1.0",
"erusev/parsedown": "~1.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
}
},
"autoload": {
"psr-0": {
"phpDocumentor": [
"src/"
]
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Mike van Riel",
"email": "mike.vanriel@naenius.com"
}
],
"time": "2015-02-03 12:10:50"
},
{
"name": "phpoption/phpoption",
2015-09-14 10:58:04 +02:00
"version": "1.5.0",
2015-07-07 16:59:22 +02:00
"source": {
"type": "git",
"url": "https://github.com/schmittjoh/php-option.git",
2015-09-14 10:58:04 +02:00
"reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed"
2015-07-07 16:59:22 +02:00
},
"dist": {
"type": "zip",
2015-09-14 10:58:04 +02:00
"url": "https://api.github.com/repos/schmittjoh/php-option/zipball/94e644f7d2051a5f0fcf77d81605f152eecff0ed",
"reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed",
2015-07-07 16:59:22 +02:00
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
2015-09-14 10:58:04 +02:00
"require-dev": {
"phpunit/phpunit": "4.7.*"
},
2015-07-07 16:59:22 +02:00
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.3-dev"
}
},
"autoload": {
"psr-0": {
"PhpOption\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache2"
],
"authors": [
{
2015-09-14 10:58:04 +02:00
"name": "Johannes M. Schmitt",
"email": "schmittjoh@gmail.com"
2015-07-07 16:59:22 +02:00
}
],
"description": "Option Type for PHP",
"keywords": [
"language",
"option",
"php",
"type"
],
2015-09-14 10:58:04 +02:00
"time": "2015-07-25 16:39:46"
2015-07-07 16:59:22 +02:00
},
{
"name": "phpspec/prophecy",
2016-03-08 11:47:57 +01:00
"version": "v1.6.0",
2015-07-07 16:59:22 +02:00
"source": {
"type": "git",
"url": "https://github.com/phpspec/prophecy.git",
2016-03-08 11:47:57 +01:00
"reference": "3c91bdf81797d725b14cb62906f9a4ce44235972"
2015-07-07 16:59:22 +02:00
},
"dist": {
"type": "zip",
2016-03-08 11:47:57 +01:00
"url": "https://api.github.com/repos/phpspec/prophecy/zipball/3c91bdf81797d725b14cb62906f9a4ce44235972",
"reference": "3c91bdf81797d725b14cb62906f9a4ce44235972",
2015-07-07 16:59:22 +02:00
"shasum": ""
},
"require": {
"doctrine/instantiator": "^1.0.2",
2016-03-08 11:47:57 +01:00
"php": "^5.3|^7.0",
2015-07-07 16:59:22 +02:00
"phpdocumentor/reflection-docblock": "~2.0",
2016-03-08 11:47:57 +01:00
"sebastian/comparator": "~1.1",
"sebastian/recursion-context": "~1.0"
2015-07-07 16:59:22 +02:00
},
"require-dev": {
"phpspec/phpspec": "~2.0"
},
"type": "library",
"extra": {
"branch-alias": {
2016-03-08 11:47:57 +01:00
"dev-master": "1.5.x-dev"
2015-07-07 16:59:22 +02:00
}
},
"autoload": {
"psr-0": {
"Prophecy\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Konstantin Kudryashov",
"email": "ever.zet@gmail.com",
"homepage": "http://everzet.com"
},
{
"name": "Marcello Duarte",
"email": "marcello.duarte@gmail.com"
}
],
"description": "Highly opinionated mocking framework for PHP 5.3+",
"homepage": "https://github.com/phpspec/prophecy",
"keywords": [
"Double",
"Dummy",
"fake",
"mock",
"spy",
"stub"
],
2016-03-08 11:47:57 +01:00
"time": "2016-02-15 07:46:21"
2015-07-07 16:59:22 +02:00
},
{
"name": "phpunit/php-code-coverage",
2015-11-10 13:09:29 +01:00
"version": "2.2.4",
2015-07-07 16:59:22 +02:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-code-coverage.git",
2015-11-10 13:09:29 +01:00
"reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979"
2015-07-07 16:59:22 +02:00
},
"dist": {
"type": "zip",
2015-11-10 13:09:29 +01:00
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/eabf68b476ac7d0f73793aada060f1c1a9bf8979",
"reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979",
2015-07-07 16:59:22 +02:00
"shasum": ""
},
"require": {
"php": ">=5.3.3",
"phpunit/php-file-iterator": "~1.3",
"phpunit/php-text-template": "~1.2",
"phpunit/php-token-stream": "~1.3",
2015-09-14 10:58:04 +02:00
"sebastian/environment": "^1.3.2",
2015-07-07 16:59:22 +02:00
"sebastian/version": "~1.0"
},
"require-dev": {
"ext-xdebug": ">=2.1.4",
"phpunit/phpunit": "~4"
},
"suggest": {
"ext-dom": "*",
"ext-xdebug": ">=2.2.1",
"ext-xmlwriter": "*"
},
"type": "library",
"extra": {
"branch-alias": {
2015-09-14 10:58:04 +02:00
"dev-master": "2.2.x-dev"
2015-07-07 16:59:22 +02:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"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"
],
2015-11-10 13:09:29 +01:00
"time": "2015-10-06 15:47:00"
2015-07-07 16:59:22 +02:00
},
{
"name": "phpunit/php-file-iterator",
2015-09-14 10:58:04 +02:00
"version": "1.4.1",
2015-07-07 16:59:22 +02:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-file-iterator.git",
2015-09-14 10:58:04 +02:00
"reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0"
2015-07-07 16:59:22 +02:00
},
"dist": {
"type": "zip",
2015-09-14 10:58:04 +02:00
"url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
"reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
2015-07-07 16:59:22 +02:00
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.4.x-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"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.",
"homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
"keywords": [
"filesystem",
"iterator"
],
2015-09-14 10:58:04 +02:00
"time": "2015-06-21 13:08:43"
2015-07-07 16:59:22 +02:00
},
{
"name": "phpunit/php-text-template",
"version": "1.2.1",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-text-template.git",
"reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
"reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"type": "library",
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
"description": "Simple template engine.",
"homepage": "https://github.com/sebastianbergmann/php-text-template/",
"keywords": [
"template"
],
"time": "2015-06-21 13:50:34"
},
{
"name": "phpunit/php-timer",
2015-09-14 10:58:04 +02:00
"version": "1.0.7",
2015-07-07 16:59:22 +02:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-timer.git",
2015-09-14 10:58:04 +02:00
"reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b"
2015-07-07 16:59:22 +02:00
},
"dist": {
"type": "zip",
2015-09-14 10:58:04 +02:00
"url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3e82f4e9fc92665fafd9157568e4dcb01d014e5b",
"reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b",
2015-07-07 16:59:22 +02:00
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"type": "library",
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sb@sebastian-bergmann.de",
"role": "lead"
}
],
"description": "Utility class for timing",
"homepage": "https://github.com/sebastianbergmann/php-timer/",
"keywords": [
"timer"
],
2015-09-14 10:58:04 +02:00
"time": "2015-06-21 08:01:12"
2015-07-07 16:59:22 +02:00
},
{
"name": "phpunit/php-token-stream",
2015-11-10 13:09:29 +01:00
"version": "1.4.8",
2015-07-07 16:59:22 +02:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-token-stream.git",
2015-11-10 13:09:29 +01:00
"reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da"
2015-07-07 16:59:22 +02:00
},
"dist": {
"type": "zip",
2015-11-10 13:09:29 +01:00
"url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
"reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
2015-07-07 16:59:22 +02:00
"shasum": ""
},
"require": {
"ext-tokenizer": "*",
"php": ">=5.3.3"
},
"require-dev": {
"phpunit/phpunit": "~4.2"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.4-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Wrapper around PHP's tokenizer extension.",
"homepage": "https://github.com/sebastianbergmann/php-token-stream/",
"keywords": [
"tokenizer"
],
2015-11-10 13:09:29 +01:00
"time": "2015-09-15 10:49:45"
2015-07-07 16:59:22 +02:00
},
{
"name": "phpunit/phpunit",
"version": "4.8.24",
2015-07-07 16:59:22 +02:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git",
"reference": "a1066c562c52900a142a0e2bbf0582994671385e"
2015-07-07 16:59:22 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/a1066c562c52900a142a0e2bbf0582994671385e",
"reference": "a1066c562c52900a142a0e2bbf0582994671385e",
2015-07-07 16:59:22 +02:00
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-json": "*",
"ext-pcre": "*",
"ext-reflection": "*",
"ext-spl": "*",
"php": ">=5.3.3",
2015-12-07 23:29:15 +01:00
"phpspec/prophecy": "^1.3.1",
2015-07-07 16:59:22 +02:00
"phpunit/php-code-coverage": "~2.1",
"phpunit/php-file-iterator": "~1.4",
"phpunit/php-text-template": "~1.2",
"phpunit/php-timer": ">=1.0.6",
"phpunit/phpunit-mock-objects": "~2.3",
"sebastian/comparator": "~1.1",
"sebastian/diff": "~1.2",
2015-12-07 23:29:15 +01:00
"sebastian/environment": "~1.3",
2015-07-07 16:59:22 +02:00
"sebastian/exporter": "~1.2",
"sebastian/global-state": "~1.0",
"sebastian/version": "~1.0",
"symfony/yaml": "~2.1|~3.0"
},
"suggest": {
"phpunit/php-invoker": "~1.1"
},
"bin": [
"phpunit"
],
"type": "library",
"extra": {
"branch-alias": {
2015-12-07 23:29:15 +01:00
"dev-master": "4.8.x-dev"
2015-07-07 16:59:22 +02:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
"description": "The PHP Unit Testing framework.",
"homepage": "https://phpunit.de/",
"keywords": [
"phpunit",
"testing",
"xunit"
],
"time": "2016-03-14 06:16:08"
2015-07-07 16:59:22 +02:00
},
{
"name": "phpunit/phpunit-mock-objects",
2015-11-10 13:09:29 +01:00
"version": "2.3.8",
2015-07-07 16:59:22 +02:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
2015-11-10 13:09:29 +01:00
"reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983"
2015-07-07 16:59:22 +02:00
},
"dist": {
"type": "zip",
2015-11-10 13:09:29 +01:00
"url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/ac8e7a3db35738d56ee9a76e78a4e03d97628983",
"reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983",
2015-07-07 16:59:22 +02:00
"shasum": ""
},
"require": {
2015-09-14 10:58:04 +02:00
"doctrine/instantiator": "^1.0.2",
2015-07-07 16:59:22 +02:00
"php": ">=5.3.3",
2015-09-14 10:58:04 +02:00
"phpunit/php-text-template": "~1.2",
"sebastian/exporter": "~1.2"
2015-07-07 16:59:22 +02:00
},
"require-dev": {
"phpunit/phpunit": "~4.4"
},
"suggest": {
"ext-soap": "*"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.3.x-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"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"
],
2015-11-10 13:09:29 +01:00
"time": "2015-10-02 06:51:40"
2015-07-07 16:59:22 +02:00
},
{
"name": "pimple/pimple",
"version": "v1.1.1",
"source": {
"type": "git",
"url": "https://github.com/silexphp/Pimple.git",
"reference": "2019c145fe393923f3441b23f29bbdfaa5c58c4d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/silexphp/Pimple/zipball/2019c145fe393923f3441b23f29bbdfaa5c58c4d",
"reference": "2019c145fe393923f3441b23f29bbdfaa5c58c4d",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.1.x-dev"
}
},
"autoload": {
"psr-0": {
"Pimple": "lib/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
2015-10-20 13:52:29 +02:00
"email": "fabien@symfony.com",
"homepage": "http://fabien.potencier.org",
"role": "Lead Developer"
2015-07-07 16:59:22 +02:00
}
],
"description": "Pimple is a simple Dependency Injection Container for PHP 5.3",
"homepage": "http://pimple.sensiolabs.org",
"keywords": [
"container",
"dependency injection"
],
"time": "2013-11-22 08:30:29"
},
{
"name": "psr/log",
"version": "1.0.0",
"source": {
"type": "git",
"url": "https://github.com/php-fig/log.git",
"reference": "fe0936ee26643249e916849d48e3a51d5f5e278b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b",
"reference": "fe0936ee26643249e916849d48e3a51d5f5e278b",
"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"
},
{
"name": "sebastian/comparator",
2015-09-14 10:58:04 +02:00
"version": "1.2.0",
2015-07-07 16:59:22 +02:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/comparator.git",
2015-09-14 10:58:04 +02:00
"reference": "937efb279bd37a375bcadf584dec0726f84dbf22"
2015-07-07 16:59:22 +02:00
},
"dist": {
"type": "zip",
2015-09-14 10:58:04 +02:00
"url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/937efb279bd37a375bcadf584dec0726f84dbf22",
"reference": "937efb279bd37a375bcadf584dec0726f84dbf22",
2015-07-07 16:59:22 +02:00
"shasum": ""
},
"require": {
"php": ">=5.3.3",
"sebastian/diff": "~1.2",
"sebastian/exporter": "~1.2"
},
"require-dev": {
"phpunit/phpunit": "~4.4"
},
"type": "library",
"extra": {
"branch-alias": {
2015-09-14 10:58:04 +02:00
"dev-master": "1.2.x-dev"
2015-07-07 16:59:22 +02:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Jeff Welch",
"email": "whatthejeff@gmail.com"
},
{
"name": "Volker Dusch",
"email": "github@wallbash.com"
},
{
"name": "Bernhard Schussek",
"email": "bschussek@2bepublished.at"
},
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Provides the functionality to compare PHP values for equality",
"homepage": "http://www.github.com/sebastianbergmann/comparator",
"keywords": [
"comparator",
"compare",
"equality"
],
2015-09-14 10:58:04 +02:00
"time": "2015-07-26 15:48:44"
2015-07-07 16:59:22 +02:00
},
{
"name": "sebastian/diff",
2016-01-07 18:36:37 +01:00
"version": "1.4.1",
2015-07-07 16:59:22 +02:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/diff.git",
2016-01-07 18:36:37 +01:00
"reference": "13edfd8706462032c2f52b4b862974dd46b71c9e"
2015-07-07 16:59:22 +02:00
},
"dist": {
"type": "zip",
2016-01-07 18:36:37 +01:00
"url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/13edfd8706462032c2f52b4b862974dd46b71c9e",
"reference": "13edfd8706462032c2f52b4b862974dd46b71c9e",
2015-07-07 16:59:22 +02:00
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"require-dev": {
2016-01-07 18:36:37 +01:00
"phpunit/phpunit": "~4.8"
2015-07-07 16:59:22 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2015-12-07 23:29:15 +01:00
"dev-master": "1.4-dev"
2015-07-07 16:59:22 +02:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Kore Nordmann",
"email": "mail@kore-nordmann.de"
},
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Diff implementation",
2015-12-07 23:29:15 +01:00
"homepage": "https://github.com/sebastianbergmann/diff",
2015-07-07 16:59:22 +02:00
"keywords": [
"diff"
],
2016-01-07 18:36:37 +01:00
"time": "2015-12-08 07:14:41"
2015-07-07 16:59:22 +02:00
},
{
"name": "sebastian/environment",
2016-03-08 11:47:57 +01:00
"version": "1.3.5",
2015-07-07 16:59:22 +02:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/environment.git",
2016-03-08 11:47:57 +01:00
"reference": "dc7a29032cf72b54f36dac15a1ca5b3a1b6029bf"
2015-07-07 16:59:22 +02:00
},
"dist": {
"type": "zip",
2016-03-08 11:47:57 +01:00
"url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/dc7a29032cf72b54f36dac15a1ca5b3a1b6029bf",
"reference": "dc7a29032cf72b54f36dac15a1ca5b3a1b6029bf",
2015-07-07 16:59:22 +02:00
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"require-dev": {
"phpunit/phpunit": "~4.4"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.3.x-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Provides functionality to handle HHVM/PHP environments",
"homepage": "http://www.github.com/sebastianbergmann/environment",
"keywords": [
"Xdebug",
"environment",
"hhvm"
],
2016-03-08 11:47:57 +01:00
"time": "2016-02-26 18:40:46"
2015-07-07 16:59:22 +02:00
},
{
"name": "sebastian/exporter",
2015-09-14 10:58:04 +02:00
"version": "1.2.1",
2015-07-07 16:59:22 +02:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/exporter.git",
2015-09-14 10:58:04 +02:00
"reference": "7ae5513327cb536431847bcc0c10edba2701064e"
2015-07-07 16:59:22 +02:00
},
"dist": {
"type": "zip",
2015-09-14 10:58:04 +02:00
"url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/7ae5513327cb536431847bcc0c10edba2701064e",
"reference": "7ae5513327cb536431847bcc0c10edba2701064e",
2015-07-07 16:59:22 +02:00
"shasum": ""
},
"require": {
"php": ">=5.3.3",
"sebastian/recursion-context": "~1.0"
},
"require-dev": {
"phpunit/phpunit": "~4.4"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.2.x-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Jeff Welch",
"email": "whatthejeff@gmail.com"
},
{
"name": "Volker Dusch",
"email": "github@wallbash.com"
},
{
"name": "Bernhard Schussek",
"email": "bschussek@2bepublished.at"
},
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
},
{
"name": "Adam Harvey",
"email": "aharvey@php.net"
}
],
"description": "Provides the functionality to export PHP variables for visualization",
"homepage": "http://www.github.com/sebastianbergmann/exporter",
"keywords": [
"export",
"exporter"
],
2015-09-14 10:58:04 +02:00
"time": "2015-06-21 07:55:53"
2015-07-07 16:59:22 +02:00
},
{
"name": "sebastian/global-state",
2015-11-10 13:09:29 +01:00
"version": "1.1.1",
2015-07-07 16:59:22 +02:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/global-state.git",
2015-11-10 13:09:29 +01:00
"reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
2015-07-07 16:59:22 +02:00
},
"dist": {
"type": "zip",
2015-11-10 13:09:29 +01:00
"url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
"reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
2015-07-07 16:59:22 +02:00
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"require-dev": {
"phpunit/phpunit": "~4.2"
},
"suggest": {
"ext-uopz": "*"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Snapshotting of global state",
"homepage": "http://www.github.com/sebastianbergmann/global-state",
"keywords": [
"global state"
],
2015-11-10 13:09:29 +01:00
"time": "2015-10-12 03:26:01"
2015-07-07 16:59:22 +02:00
},
{
"name": "sebastian/recursion-context",
2015-12-07 23:29:15 +01:00
"version": "1.0.2",
2015-07-07 16:59:22 +02:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/recursion-context.git",
2015-12-07 23:29:15 +01:00
"reference": "913401df809e99e4f47b27cdd781f4a258d58791"
2015-07-07 16:59:22 +02:00
},
"dist": {
"type": "zip",
2015-12-07 23:29:15 +01:00
"url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/913401df809e99e4f47b27cdd781f4a258d58791",
"reference": "913401df809e99e4f47b27cdd781f4a258d58791",
2015-07-07 16:59:22 +02:00
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"require-dev": {
"phpunit/phpunit": "~4.4"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Jeff Welch",
"email": "whatthejeff@gmail.com"
},
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
},
{
"name": "Adam Harvey",
"email": "aharvey@php.net"
}
],
"description": "Provides functionality to recursively process PHP variables",
"homepage": "http://www.github.com/sebastianbergmann/recursion-context",
2015-12-07 23:29:15 +01:00
"time": "2015-11-11 19:50:13"
2015-07-07 16:59:22 +02:00
},
{
"name": "sebastian/version",
"version": "1.0.6",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/version.git",
"reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
"reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
"shasum": ""
},
"type": "library",
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
"description": "Library that helps with managing the version number of Git-hosted PHP projects",
"homepage": "https://github.com/sebastianbergmann/version",
"time": "2015-06-21 13:59:46"
},
{
"name": "seld/jsonlint",
2015-12-07 23:29:15 +01:00
"version": "1.4.0",
2015-07-07 16:59:22 +02:00
"source": {
"type": "git",
"url": "https://github.com/Seldaek/jsonlint.git",
2015-12-07 23:29:15 +01:00
"reference": "66834d3e3566bb5798db7294619388786ae99394"
2015-07-07 16:59:22 +02:00
},
"dist": {
"type": "zip",
2015-12-07 23:29:15 +01:00
"url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/66834d3e3566bb5798db7294619388786ae99394",
"reference": "66834d3e3566bb5798db7294619388786ae99394",
2015-07-07 16:59:22 +02:00
"shasum": ""
},
"require": {
2015-12-07 23:29:15 +01:00
"php": "^5.3 || ^7.0"
2015-07-07 16:59:22 +02:00
},
"bin": [
"bin/jsonlint"
],
"type": "library",
"autoload": {
"psr-4": {
"Seld\\JsonLint\\": "src/Seld/JsonLint/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be",
"homepage": "http://seld.be"
}
],
"description": "JSON Linter",
"keywords": [
"json",
"linter",
"parser",
"validator"
],
2015-12-07 23:29:15 +01:00
"time": "2015-11-21 02:21:41"
2015-07-07 16:59:22 +02:00
},
{
"name": "symfony/config",
"version": "v2.8.4",
2015-07-07 16:59:22 +02:00
"source": {
"type": "git",
2015-10-20 13:52:29 +02:00
"url": "https://github.com/symfony/config.git",
"reference": "5273f4724dc5288fe7a33cb08077ab9852621f2c"
2015-07-07 16:59:22 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/config/zipball/5273f4724dc5288fe7a33cb08077ab9852621f2c",
"reference": "5273f4724dc5288fe7a33cb08077ab9852621f2c",
2015-07-07 16:59:22 +02:00
"shasum": ""
},
"require": {
"php": ">=5.3.9",
2015-12-07 23:29:15 +01:00
"symfony/filesystem": "~2.3|~3.0.0"
2015-07-07 16:59:22 +02:00
},
2016-03-08 11:47:57 +01:00
"suggest": {
"symfony/yaml": "To use the yaml reference dumper"
},
2015-07-07 16:59:22 +02:00
"type": "library",
"extra": {
"branch-alias": {
2015-12-07 23:29:15 +01:00
"dev-master": "2.8-dev"
2015-07-07 16:59:22 +02:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\Config\\": ""
2015-12-07 23:29:15 +01:00
},
"exclude-from-classmap": [
"/Tests/"
]
2015-07-07 16:59:22 +02:00
},
"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-03-04 07:54:35"
2015-07-07 16:59:22 +02:00
},
{
"name": "symfony/console",
"version": "v2.8.4",
2015-07-07 16:59:22 +02:00
"source": {
"type": "git",
2015-10-20 13:52:29 +02:00
"url": "https://github.com/symfony/console.git",
"reference": "9a5aef5fc0d4eff86853d44202b02be8d5a20154"
2015-07-07 16:59:22 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/console/zipball/9a5aef5fc0d4eff86853d44202b02be8d5a20154",
"reference": "9a5aef5fc0d4eff86853d44202b02be8d5a20154",
2015-07-07 16:59:22 +02:00
"shasum": ""
},
"require": {
2015-12-07 23:29:15 +01:00
"php": ">=5.3.9",
"symfony/polyfill-mbstring": "~1.0"
2015-07-07 16:59:22 +02:00
},
"require-dev": {
"psr/log": "~1.0",
2015-12-07 23:29:15 +01:00
"symfony/event-dispatcher": "~2.1|~3.0.0",
"symfony/process": "~2.1|~3.0.0"
2015-07-07 16:59:22 +02:00
},
"suggest": {
"psr/log": "For using the console logger",
"symfony/event-dispatcher": "",
"symfony/process": ""
},
"type": "library",
"extra": {
"branch-alias": {
2015-12-07 23:29:15 +01:00
"dev-master": "2.8-dev"
2015-07-07 16:59:22 +02:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\Console\\": ""
2015-12-07 23:29:15 +01:00
},
"exclude-from-classmap": [
"/Tests/"
]
2015-07-07 16:59:22 +02:00
},
"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-03-17 09:19:04"
2015-07-07 16:59:22 +02:00
},
{
"name": "symfony/event-dispatcher",
"version": "v2.8.4",
2015-07-07 16:59:22 +02:00
"source": {
"type": "git",
2015-10-20 13:52:29 +02:00
"url": "https://github.com/symfony/event-dispatcher.git",
"reference": "47d2d8cade9b1c3987573d2943bb9352536cdb87"
2015-07-07 16:59:22 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/47d2d8cade9b1c3987573d2943bb9352536cdb87",
"reference": "47d2d8cade9b1c3987573d2943bb9352536cdb87",
2015-07-07 16:59:22 +02:00
"shasum": ""
},
"require": {
"php": ">=5.3.9"
},
"require-dev": {
"psr/log": "~1.0",
2015-12-07 23:29:15 +01:00
"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"
2015-07-07 16:59:22 +02:00
},
"suggest": {
"symfony/dependency-injection": "",
"symfony/http-kernel": ""
},
"type": "library",
"extra": {
"branch-alias": {
2015-12-07 23:29:15 +01:00
"dev-master": "2.8-dev"
2015-07-07 16:59:22 +02:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\EventDispatcher\\": ""
2015-12-07 23:29:15 +01:00
},
"exclude-from-classmap": [
"/Tests/"
]
2015-07-07 16:59:22 +02:00
},
"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-03-07 14:04:32"
2015-07-07 16:59:22 +02:00
},
{
"name": "symfony/filesystem",
"version": "v3.0.4",
2015-07-07 16:59:22 +02:00
"source": {
"type": "git",
2015-10-20 13:52:29 +02:00
"url": "https://github.com/symfony/filesystem.git",
"reference": "f82499a459dcade2ea56df94cc58b19c8bde3d20"
2015-07-07 16:59:22 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/filesystem/zipball/f82499a459dcade2ea56df94cc58b19c8bde3d20",
"reference": "f82499a459dcade2ea56df94cc58b19c8bde3d20",
2015-07-07 16:59:22 +02:00
"shasum": ""
},
"require": {
2015-12-07 23:29:15 +01:00
"php": ">=5.5.9"
2015-07-07 16:59:22 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2015-12-07 23:29:15 +01:00
"dev-master": "3.0-dev"
2015-07-07 16:59:22 +02:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\Filesystem\\": ""
2015-12-07 23:29:15 +01:00
},
"exclude-from-classmap": [
"/Tests/"
]
2015-07-07 16:59:22 +02:00
},
"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-03-27 10:24:39"
2015-07-07 16:59:22 +02:00
},
{
"name": "symfony/finder",
"version": "v2.8.4",
2015-07-07 16:59:22 +02:00
"source": {
"type": "git",
2015-11-10 13:09:29 +01:00
"url": "https://github.com/symfony/finder.git",
"reference": "ca24cf2cd4e3826f571e0067e535758e73807aa1"
2015-07-07 16:59:22 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/finder/zipball/ca24cf2cd4e3826f571e0067e535758e73807aa1",
"reference": "ca24cf2cd4e3826f571e0067e535758e73807aa1",
2015-07-07 16:59:22 +02:00
"shasum": ""
},
"require": {
"php": ">=5.3.9"
},
"type": "library",
"extra": {
"branch-alias": {
2015-12-07 23:29:15 +01:00
"dev-master": "2.8-dev"
2015-07-07 16:59:22 +02:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\Finder\\": ""
2015-12-07 23:29:15 +01:00
},
"exclude-from-classmap": [
"/Tests/"
]
2015-07-07 16:59:22 +02:00
},
"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 Finder Component",
"homepage": "https://symfony.com",
"time": "2016-03-10 10:53:53"
2015-12-07 23:29:15 +01:00
},
{
"name": "symfony/polyfill-mbstring",
"version": "v1.1.1",
2015-12-07 23:29:15 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-mbstring.git",
2016-03-08 11:47:57 +01:00
"reference": "1289d16209491b584839022f29257ad859b8532d"
2015-12-07 23:29:15 +01:00
},
"dist": {
"type": "zip",
2016-03-08 11:47:57 +01:00
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/1289d16209491b584839022f29257ad859b8532d",
"reference": "1289d16209491b584839022f29257ad859b8532d",
2015-12-07 23:29:15 +01:00
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
2016-01-07 18:36:37 +01:00
"suggest": {
"ext-mbstring": "For best performance"
},
2015-12-07 23:29:15 +01:00
"type": "library",
"extra": {
"branch-alias": {
2016-03-08 11:47:57 +01:00
"dev-master": "1.1-dev"
2015-12-07 23:29:15 +01:00
}
},
"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"
],
2016-03-08 11:47:57 +01:00
"time": "2016-01-20 09:13:37"
2015-07-07 16:59:22 +02:00
},
{
"name": "symfony/process",
"version": "v2.8.4",
2015-07-07 16:59:22 +02:00
"source": {
"type": "git",
2015-11-10 13:09:29 +01:00
"url": "https://github.com/symfony/process.git",
"reference": "fb467471952ef5cf8497c029980e556b47545333"
2015-07-07 16:59:22 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/process/zipball/fb467471952ef5cf8497c029980e556b47545333",
"reference": "fb467471952ef5cf8497c029980e556b47545333",
2015-07-07 16:59:22 +02:00
"shasum": ""
},
"require": {
"php": ">=5.3.9"
},
"type": "library",
"extra": {
"branch-alias": {
2015-12-07 23:29:15 +01:00
"dev-master": "2.8-dev"
2015-07-07 16:59:22 +02:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\Process\\": ""
2015-12-07 23:29:15 +01:00
},
"exclude-from-classmap": [
"/Tests/"
]
2015-07-07 16:59:22 +02:00
},
"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 Process Component",
"homepage": "https://symfony.com",
"time": "2016-03-23 13:11:46"
2015-07-07 16:59:22 +02:00
},
{
"name": "symfony/stopwatch",
"version": "v2.8.4",
2015-07-07 16:59:22 +02:00
"source": {
"type": "git",
2015-11-10 13:09:29 +01:00
"url": "https://github.com/symfony/stopwatch.git",
"reference": "9e24824b2a9a16e17ab997f61d70bc03948e434e"
2015-07-07 16:59:22 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/stopwatch/zipball/9e24824b2a9a16e17ab997f61d70bc03948e434e",
"reference": "9e24824b2a9a16e17ab997f61d70bc03948e434e",
2015-07-07 16:59:22 +02:00
"shasum": ""
},
"require": {
"php": ">=5.3.9"
},
"type": "library",
"extra": {
"branch-alias": {
2015-12-07 23:29:15 +01:00
"dev-master": "2.8-dev"
2015-07-07 16:59:22 +02:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\Stopwatch\\": ""
2015-12-07 23:29:15 +01:00
},
"exclude-from-classmap": [
"/Tests/"
]
2015-07-07 16:59:22 +02:00
},
"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-03-04 07:54:35"
2015-07-07 16:59:22 +02:00
},
{
"name": "symfony/translation",
"version": "v3.0.4",
2015-07-07 16:59:22 +02:00
"source": {
"type": "git",
2015-11-10 13:09:29 +01:00
"url": "https://github.com/symfony/translation.git",
"reference": "f7a07af51ea067745a521dab1e3152044a2fb1f2"
2015-07-07 16:59:22 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/translation/zipball/f7a07af51ea067745a521dab1e3152044a2fb1f2",
"reference": "f7a07af51ea067745a521dab1e3152044a2fb1f2",
2015-07-07 16:59:22 +02:00
"shasum": ""
},
"require": {
2015-12-07 23:29:15 +01:00
"php": ">=5.5.9",
"symfony/polyfill-mbstring": "~1.0"
2015-07-07 16:59:22 +02:00
},
"conflict": {
2015-12-07 23:29:15 +01:00
"symfony/config": "<2.8"
2015-07-07 16:59:22 +02:00
},
"require-dev": {
"psr/log": "~1.0",
2015-12-07 23:29:15 +01:00
"symfony/config": "~2.8|~3.0",
"symfony/intl": "~2.8|~3.0",
"symfony/yaml": "~2.8|~3.0"
2015-07-07 16:59:22 +02:00
},
"suggest": {
"psr/log": "To use logging capability in translator",
"symfony/config": "",
"symfony/yaml": ""
},
"type": "library",
"extra": {
"branch-alias": {
2015-12-07 23:29:15 +01:00
"dev-master": "3.0-dev"
2015-07-07 16:59:22 +02:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\Translation\\": ""
2015-12-07 23:29:15 +01:00
},
"exclude-from-classmap": [
"/Tests/"
]
2015-07-07 16:59:22 +02:00
},
"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": "2016-03-25 01:41:20"
2015-07-07 16:59:22 +02:00
},
{
"name": "symfony/validator",
"version": "v2.8.4",
2015-07-07 16:59:22 +02:00
"source": {
"type": "git",
2015-11-10 13:09:29 +01:00
"url": "https://github.com/symfony/validator.git",
"reference": "ea0ce99531c9eb82abf21011da4e111932f8ce81"
2015-07-07 16:59:22 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/validator/zipball/ea0ce99531c9eb82abf21011da4e111932f8ce81",
"reference": "ea0ce99531c9eb82abf21011da4e111932f8ce81",
2015-07-07 16:59:22 +02:00
"shasum": ""
},
"require": {
"php": ">=5.3.9",
2015-12-07 23:29:15 +01:00
"symfony/translation": "~2.4|~3.0.0"
2015-07-07 16:59:22 +02:00
},
"require-dev": {
"doctrine/annotations": "~1.0",
"doctrine/cache": "~1.0",
"egulias/email-validator": "~1.2,>=1.2.1",
2015-12-07 23:29:15 +01:00
"symfony/config": "~2.2|~3.0.0",
"symfony/expression-language": "~2.4|~3.0.0",
"symfony/http-foundation": "~2.1|~3.0.0",
"symfony/intl": "~2.7.4|~2.8|~3.0.0",
2015-12-07 23:29:15 +01:00
"symfony/property-access": "~2.3|~3.0.0",
"symfony/yaml": "~2.0,>=2.0.5|~3.0.0"
2015-07-07 16:59:22 +02:00
},
"suggest": {
"doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.",
"doctrine/cache": "For using the default cached annotation reader and metadata cache.",
"egulias/email-validator": "Strict (RFC compliant) email validation",
"symfony/config": "",
"symfony/expression-language": "For using the 2.4 Expression validator",
"symfony/http-foundation": "",
"symfony/intl": "",
"symfony/property-access": "For using the 2.4 Validator API",
"symfony/yaml": ""
},
"type": "library",
"extra": {
"branch-alias": {
2015-12-07 23:29:15 +01:00
"dev-master": "2.8-dev"
2015-07-07 16:59:22 +02:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\Validator\\": ""
2015-12-07 23:29:15 +01:00
},
"exclude-from-classmap": [
"/Tests/"
]
2015-07-07 16:59:22 +02:00
},
"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 Validator Component",
"homepage": "https://symfony.com",
"time": "2016-03-27 12:57:53"
2015-07-07 16:59:22 +02:00
},
{
"name": "symfony/yaml",
"version": "v3.0.4",
2015-07-07 16:59:22 +02:00
"source": {
"type": "git",
2015-11-10 13:09:29 +01:00
"url": "https://github.com/symfony/yaml.git",
"reference": "0047c8366744a16de7516622c5b7355336afae96"
2015-07-07 16:59:22 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/yaml/zipball/0047c8366744a16de7516622c5b7355336afae96",
"reference": "0047c8366744a16de7516622c5b7355336afae96",
2015-07-07 16:59:22 +02:00
"shasum": ""
},
"require": {
2015-12-07 23:29:15 +01:00
"php": ">=5.5.9"
2015-07-07 16:59:22 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2015-12-07 23:29:15 +01:00
"dev-master": "3.0-dev"
2015-07-07 16:59:22 +02:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\Yaml\\": ""
2015-12-07 23:29:15 +01:00
},
"exclude-from-classmap": [
"/Tests/"
]
2015-07-07 16:59:22 +02:00
},
"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-03-04 07:55:57"
2015-07-07 16:59:22 +02:00
},
{
"name": "twig/twig",
2016-03-08 11:47:57 +01:00
"version": "v1.24.0",
2015-07-07 16:59:22 +02:00
"source": {
"type": "git",
"url": "https://github.com/twigphp/Twig.git",
2016-03-08 11:47:57 +01:00
"reference": "3e5aa30ebfbafd5951fb1b01e338e1800ce7e0e8"
2015-07-07 16:59:22 +02:00
},
"dist": {
"type": "zip",
2016-03-08 11:47:57 +01:00
"url": "https://api.github.com/repos/twigphp/Twig/zipball/3e5aa30ebfbafd5951fb1b01e338e1800ce7e0e8",
"reference": "3e5aa30ebfbafd5951fb1b01e338e1800ce7e0e8",
2015-07-07 16:59:22 +02:00
"shasum": ""
},
"require": {
"php": ">=5.2.7"
},
2015-09-14 10:58:04 +02:00
"require-dev": {
"symfony/debug": "~2.7",
"symfony/phpunit-bridge": "~2.7"
},
2015-07-07 16:59:22 +02:00
"type": "library",
"extra": {
"branch-alias": {
2016-03-08 11:47:57 +01:00
"dev-master": "1.24-dev"
2015-07-07 16:59:22 +02:00
}
},
"autoload": {
"psr-0": {
"Twig_": "lib/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com",
"homepage": "http://fabien.potencier.org",
"role": "Lead Developer"
},
{
"name": "Armin Ronacher",
"email": "armin.ronacher@active-4.com",
"role": "Project Founder"
},
{
"name": "Twig Team",
"homepage": "http://twig.sensiolabs.org/contributors",
"role": "Contributors"
}
],
"description": "Twig, the flexible, fast, and secure template language for PHP",
"homepage": "http://twig.sensiolabs.org",
"keywords": [
"templating"
],
2016-03-08 11:47:57 +01:00
"time": "2016-01-25 21:22:18"
2015-07-07 16:59:22 +02:00
},
{
"name": "zendframework/zend-cache",
2016-03-08 11:47:57 +01:00
"version": "2.6.1",
2015-07-07 16:59:22 +02:00
"source": {
"type": "git",
"url": "https://github.com/zendframework/zend-cache.git",
2016-03-08 11:47:57 +01:00
"reference": "e2f62aaf4a8f884060483921a8d6d39d9087705d"
2015-07-07 16:59:22 +02:00
},
"dist": {
"type": "zip",
2016-03-08 11:47:57 +01:00
"url": "https://api.github.com/repos/zendframework/zend-cache/zipball/e2f62aaf4a8f884060483921a8d6d39d9087705d",
"reference": "e2f62aaf4a8f884060483921a8d6d39d9087705d",
2015-07-07 16:59:22 +02:00
"shasum": ""
},
"require": {
2016-03-08 11:47:57 +01:00
"php": "^5.5 || ^7.0",
"zendframework/zend-eventmanager": "^2.6.2 || ^3.0",
"zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3",
"zendframework/zend-stdlib": "^2.7 || ^3.0"
2015-07-07 16:59:22 +02:00
},
"require-dev": {
"fabpot/php-cs-fixer": "1.7.*",
"phpunit/phpunit": "~4.0",
2016-03-08 11:47:57 +01:00
"zendframework/zend-serializer": "^2.6",
"zendframework/zend-session": "^2.5"
2015-07-07 16:59:22 +02:00
},
"suggest": {
2015-09-14 10:58:04 +02:00
"ext-apcu": "APCU, to use the APC storage adapter",
2015-07-07 16:59:22 +02:00
"ext-dba": "DBA, to use the DBA storage adapter",
2015-09-14 10:58:04 +02:00
"ext-memcache": "Memcache >= 2.0.0 to use the Memcache storage adapter",
2015-07-07 16:59:22 +02:00
"ext-memcached": "Memcached >= 1.0.0 to use the Memcached storage adapter",
"ext-mongo": "Mongo, to use MongoDb storage adapter",
2015-09-14 10:58:04 +02:00
"ext-redis": "Redis, to use Redis storage adapter",
2015-07-07 16:59:22 +02:00
"ext-wincache": "WinCache, to use the WinCache storage adapter",
2015-09-14 10:58:04 +02:00
"ext-xcache": "XCache, to use the XCache storage adapter",
2015-07-07 16:59:22 +02:00
"mongofill/mongofill": "Alternative to ext-mongo - a pure PHP implementation designed as a drop in replacement",
"zendframework/zend-serializer": "Zend\\Serializer component",
"zendframework/zend-session": "Zend\\Session component"
},
"type": "library",
"extra": {
"branch-alias": {
2016-03-08 11:47:57 +01:00
"dev-master": "2.6-dev",
"dev-develop": "2.7-dev"
2015-07-07 16:59:22 +02:00
}
},
"autoload": {
"psr-4": {
"Zend\\Cache\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"description": "provides a generic way to cache any data",
"homepage": "https://github.com/zendframework/zend-cache",
"keywords": [
"cache",
"zf2"
],
2016-03-08 11:47:57 +01:00
"time": "2016-02-12 16:26:56"
2015-07-07 16:59:22 +02:00
},
{
"name": "zendframework/zend-config",
2016-03-08 11:47:57 +01:00
"version": "2.6.0",
2015-07-07 16:59:22 +02:00
"source": {
"type": "git",
"url": "https://github.com/zendframework/zend-config.git",
2016-03-08 11:47:57 +01:00
"reference": "2920e877a9f6dca9fa8f6bd3b1ffc2e19bb1e30d"
2015-07-07 16:59:22 +02:00
},
"dist": {
"type": "zip",
2016-03-08 11:47:57 +01:00
"url": "https://api.github.com/repos/zendframework/zend-config/zipball/2920e877a9f6dca9fa8f6bd3b1ffc2e19bb1e30d",
"reference": "2920e877a9f6dca9fa8f6bd3b1ffc2e19bb1e30d",
2015-07-07 16:59:22 +02:00
"shasum": ""
},
"require": {
2016-03-08 11:47:57 +01:00
"php": "^5.5 || ^7.0",
"zendframework/zend-stdlib": "^2.7 || ^3.0"
2015-07-07 16:59:22 +02:00
},
"require-dev": {
"fabpot/php-cs-fixer": "1.7.*",
"phpunit/phpunit": "~4.0",
2016-03-08 11:47:57 +01:00
"zendframework/zend-filter": "^2.6",
"zendframework/zend-i18n": "^2.5",
"zendframework/zend-json": "^2.6.1",
"zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3"
2015-07-07 16:59:22 +02:00
},
"suggest": {
"zendframework/zend-filter": "Zend\\Filter component",
"zendframework/zend-i18n": "Zend\\I18n component",
"zendframework/zend-json": "Zend\\Json to use the Json reader or writer classes",
"zendframework/zend-servicemanager": "Zend\\ServiceManager for use with the Config Factory to retrieve reader and writer instances"
},
"type": "library",
"extra": {
"branch-alias": {
2016-03-08 11:47:57 +01:00
"dev-master": "2.6-dev",
"dev-develop": "2.7-dev"
2015-07-07 16:59:22 +02:00
}
},
"autoload": {
"psr-4": {
"Zend\\Config\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"description": "provides a nested object property based user interface for accessing this configuration data within application code",
"homepage": "https://github.com/zendframework/zend-config",
"keywords": [
"config",
"zf2"
],
2016-03-08 11:47:57 +01:00
"time": "2016-02-04 23:01:10"
2015-07-07 16:59:22 +02:00
},
{
"name": "zendframework/zend-eventmanager",
2016-03-08 11:47:57 +01:00
"version": "3.0.1",
2015-07-07 16:59:22 +02:00
"source": {
"type": "git",
"url": "https://github.com/zendframework/zend-eventmanager.git",
2016-03-08 11:47:57 +01:00
"reference": "5c80bdee0e952be112dcec0968bad770082c3a6e"
2015-07-07 16:59:22 +02:00
},
"dist": {
"type": "zip",
2016-03-08 11:47:57 +01:00
"url": "https://api.github.com/repos/zendframework/zend-eventmanager/zipball/5c80bdee0e952be112dcec0968bad770082c3a6e",
"reference": "5c80bdee0e952be112dcec0968bad770082c3a6e",
2015-07-07 16:59:22 +02:00
"shasum": ""
},
"require": {
2016-03-08 11:47:57 +01:00
"php": "^5.5 || ^7.0"
2015-07-07 16:59:22 +02:00
},
"require-dev": {
2016-03-08 11:47:57 +01:00
"athletic/athletic": "^0.1",
"container-interop/container-interop": "^1.1.0",
"phpunit/phpunit": "~4.0",
"squizlabs/php_codesniffer": "^2.0",
"zendframework/zend-stdlib": "^2.7.3 || ^3.0"
},
"suggest": {
"container-interop/container-interop": "^1.1.0, to use the lazy listeners feature",
"zendframework/zend-stdlib": "^2.7.3 || ^3.0, to use the FilterChain feature"
2015-07-07 16:59:22 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2016-03-08 11:47:57 +01:00
"dev-master": "3.0-dev",
"dev-develop": "3.1-dev"
2015-07-07 16:59:22 +02:00
}
},
"autoload": {
"psr-4": {
"Zend\\EventManager\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
2016-03-08 11:47:57 +01:00
"description": "Trigger and listen to events within a PHP application",
2015-07-07 16:59:22 +02:00
"homepage": "https://github.com/zendframework/zend-eventmanager",
"keywords": [
2016-03-08 11:47:57 +01:00
"event",
2015-07-07 16:59:22 +02:00
"eventmanager",
2016-03-08 11:47:57 +01:00
"events",
2015-07-07 16:59:22 +02:00
"zf2"
],
2016-03-08 11:47:57 +01:00
"time": "2016-02-18 20:53:00"
2015-07-07 16:59:22 +02:00
},
{
"name": "zendframework/zend-filter",
"version": "2.7.0",
2015-07-07 16:59:22 +02:00
"source": {
"type": "git",
"url": "https://github.com/zendframework/zend-filter.git",
"reference": "a236005581cd96a5d5940b37bec5efef1e87894d"
2015-07-07 16:59:22 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/zendframework/zend-filter/zipball/a236005581cd96a5d5940b37bec5efef1e87894d",
"reference": "a236005581cd96a5d5940b37bec5efef1e87894d",
2015-07-07 16:59:22 +02:00
"shasum": ""
},
"require": {
2016-03-08 11:47:57 +01:00
"php": "^5.5 || ^7.0",
"zendframework/zend-stdlib": "^2.7 || ^3.0"
2015-07-07 16:59:22 +02:00
},
"require-dev": {
"fabpot/php-cs-fixer": "1.7.*",
2016-03-08 11:47:57 +01:00
"pear/archive_tar": "^1.4",
2015-07-07 16:59:22 +02:00
"phpunit/phpunit": "~4.0",
2016-03-08 11:47:57 +01:00
"zendframework/zend-crypt": "^2.6",
"zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3",
"zendframework/zend-uri": "^2.5"
2015-07-07 16:59:22 +02:00
},
"suggest": {
2016-03-08 11:47:57 +01:00
"zendframework/zend-crypt": "Zend\\Crypt component, for encryption filters",
"zendframework/zend-i18n": "Zend\\I18n component for filters depending on i18n functionality",
"zendframework/zend-servicemanager": "Zend\\ServiceManager component, for using the filter chain functionality",
"zendframework/zend-uri": "Zend\\Uri component, for the UriNormalize filter"
2015-07-07 16:59:22 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.7-dev",
"dev-develop": "2.8-dev"
},
"zf": {
"component": "Zend\\Filter",
"config-provider": "Zend\\Filter\\ConfigProvider"
2015-07-07 16:59:22 +02:00
}
},
"autoload": {
"psr-4": {
"Zend\\Filter\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"description": "provides a set of commonly needed data filters",
"homepage": "https://github.com/zendframework/zend-filter",
"keywords": [
"filter",
"zf2"
],
"time": "2016-04-06 14:04:38"
2015-07-07 16:59:22 +02:00
},
2015-11-10 13:09:29 +01:00
{
"name": "zendframework/zend-hydrator",
2016-03-08 11:47:57 +01:00
"version": "1.1.0",
2015-11-10 13:09:29 +01:00
"source": {
"type": "git",
"url": "https://github.com/zendframework/zend-hydrator.git",
2016-03-08 11:47:57 +01:00
"reference": "22652e1661a5a10b3f564cf7824a2206cf5a4a65"
2015-11-10 13:09:29 +01:00
},
"dist": {
"type": "zip",
2016-03-08 11:47:57 +01:00
"url": "https://api.github.com/repos/zendframework/zend-hydrator/zipball/22652e1661a5a10b3f564cf7824a2206cf5a4a65",
"reference": "22652e1661a5a10b3f564cf7824a2206cf5a4a65",
2015-11-10 13:09:29 +01:00
"shasum": ""
},
"require": {
2016-03-08 11:47:57 +01:00
"php": "^5.5 || ^7.0",
"zendframework/zend-stdlib": "^2.7 || ^3.0"
2015-11-10 13:09:29 +01:00
},
"require-dev": {
"phpunit/phpunit": "~4.0",
"squizlabs/php_codesniffer": "^2.0@dev",
2016-03-08 11:47:57 +01:00
"zendframework/zend-eventmanager": "^2.6.2 || ^3.0",
"zendframework/zend-filter": "^2.6",
"zendframework/zend-inputfilter": "^2.6",
"zendframework/zend-serializer": "^2.6.1",
"zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3"
2015-11-10 13:09:29 +01:00
},
"suggest": {
2016-03-08 11:47:57 +01:00
"zendframework/zend-eventmanager": "^2.6.2 || ^3.0, to support aggregate hydrator usage",
"zendframework/zend-filter": "^2.6, to support naming strategy hydrator usage",
"zendframework/zend-serializer": "^2.6.1, to use the SerializableStrategy",
"zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3, to support hydrator plugin manager usage"
2015-11-10 13:09:29 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2016-03-08 11:47:57 +01:00
"dev-release-1.0": "1.0-dev",
"dev-release-1.1": "1.1-dev",
"dev-master": "2.0-dev",
"dev-develop": "2.1-dev"
2015-11-10 13:09:29 +01:00
}
},
"autoload": {
"psr-4": {
"Zend\\Hydrator\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"homepage": "https://github.com/zendframework/zend-hydrator",
"keywords": [
"hydrator",
"zf2"
],
2016-03-08 11:47:57 +01:00
"time": "2016-02-18 22:38:26"
2015-11-10 13:09:29 +01:00
},
2015-07-07 16:59:22 +02:00
{
"name": "zendframework/zend-i18n",
"version": "2.7.1",
2015-07-07 16:59:22 +02:00
"source": {
"type": "git",
"url": "https://github.com/zendframework/zend-i18n.git",
"reference": "563499cdf4a2040fd933b586be28216305187137"
2015-07-07 16:59:22 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/zendframework/zend-i18n/zipball/563499cdf4a2040fd933b586be28216305187137",
"reference": "563499cdf4a2040fd933b586be28216305187137",
2015-07-07 16:59:22 +02:00
"shasum": ""
},
"require": {
2016-03-08 11:47:57 +01:00
"php": "^5.5 || ^7.0",
"zendframework/zend-stdlib": "^2.7 || ^3.0"
2015-07-07 16:59:22 +02:00
},
"require-dev": {
"fabpot/php-cs-fixer": "1.7.*",
"phpunit/phpunit": "~4.0",
"zendframework/zend-cache": "^2.6.1",
2016-03-08 11:47:57 +01:00
"zendframework/zend-config": "^2.6",
"zendframework/zend-eventmanager": "^2.6.2 || ^3.0",
"zendframework/zend-filter": "^2.6.1",
"zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3",
"zendframework/zend-validator": "^2.6",
"zendframework/zend-view": "^2.6.3"
2015-07-07 16:59:22 +02:00
},
"suggest": {
"ext-intl": "Required for most features of Zend\\I18n; included in default builds of PHP",
"zendframework/zend-cache": "Zend\\Cache component",
"zendframework/zend-config": "Zend\\Config component",
"zendframework/zend-eventmanager": "You should install this package to use the events in the translator",
"zendframework/zend-filter": "You should install this package to use the provided filters",
2016-03-08 11:47:57 +01:00
"zendframework/zend-i18n-resources": "Translation resources",
2015-07-07 16:59:22 +02:00
"zendframework/zend-servicemanager": "Zend\\ServiceManager component",
"zendframework/zend-validator": "You should install this package to use the provided validators",
"zendframework/zend-view": "You should install this package to use the provided view helpers"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.7-dev",
"dev-develop": "2.8-dev"
},
"zf": {
"component": "Zend\\I18n",
"config-provider": "Zend\\I18n\\ConfigProvider"
2015-07-07 16:59:22 +02:00
}
},
"autoload": {
"psr-4": {
"Zend\\I18n\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"homepage": "https://github.com/zendframework/zend-i18n",
"keywords": [
"i18n",
"zf2"
],
"time": "2016-03-30 21:01:08"
2015-07-07 16:59:22 +02:00
},
{
"name": "zendframework/zend-json",
2016-03-08 11:47:57 +01:00
"version": "2.6.1",
2015-07-07 16:59:22 +02:00
"source": {
"type": "git",
"url": "https://github.com/zendframework/zend-json.git",
2016-03-08 11:47:57 +01:00
"reference": "4c8705dbe4ad7d7e51b2876c5b9eea0ef916ba28"
2015-07-07 16:59:22 +02:00
},
"dist": {
"type": "zip",
2016-03-08 11:47:57 +01:00
"url": "https://api.github.com/repos/zendframework/zend-json/zipball/4c8705dbe4ad7d7e51b2876c5b9eea0ef916ba28",
"reference": "4c8705dbe4ad7d7e51b2876c5b9eea0ef916ba28",
2015-07-07 16:59:22 +02:00
"shasum": ""
},
"require": {
2016-03-08 11:47:57 +01:00
"php": "^5.5 || ^7.0"
2015-07-07 16:59:22 +02:00
},
"require-dev": {
"fabpot/php-cs-fixer": "1.7.*",
"phpunit/phpunit": "~4.0",
2016-03-08 11:47:57 +01:00
"zendframework/zend-http": "^2.5.4",
"zendframework/zend-server": "^2.6.1",
"zendframework/zend-stdlib": "^2.5 || ^3.0",
"zendframework/zendxml": "^1.0.2"
2015-07-07 16:59:22 +02:00
},
"suggest": {
2016-03-08 11:47:57 +01:00
"zendframework/zend-http": "Zend\\Http component, required to use Zend\\Json\\Server",
"zendframework/zend-server": "Zend\\Server component, required to use Zend\\Json\\Server",
"zendframework/zend-stdlib": "Zend\\Stdlib component, for use with caching Zend\\Json\\Server responses",
2015-07-07 16:59:22 +02:00
"zendframework/zendxml": "To support Zend\\Json\\Json::fromXml() usage"
},
"type": "library",
"extra": {
"branch-alias": {
2015-12-07 23:29:15 +01:00
"dev-master": "2.6-dev",
"dev-develop": "2.7-dev"
2015-07-07 16:59:22 +02:00
}
},
"autoload": {
"psr-4": {
"Zend\\Json\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"description": "provides convenience methods for serializing native PHP to JSON and decoding JSON to native PHP",
"homepage": "https://github.com/zendframework/zend-json",
"keywords": [
"json",
"zf2"
],
2016-03-08 11:47:57 +01:00
"time": "2016-02-04 21:20:26"
2015-07-07 16:59:22 +02:00
},
{
"name": "zendframework/zend-math",
"version": "2.7.0",
2015-07-07 16:59:22 +02:00
"source": {
"type": "git",
"url": "https://github.com/zendframework/zend-math.git",
"reference": "f4358090d5d23973121f1ed0b376184b66d9edec"
2015-07-07 16:59:22 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/zendframework/zend-math/zipball/f4358090d5d23973121f1ed0b376184b66d9edec",
"reference": "f4358090d5d23973121f1ed0b376184b66d9edec",
2015-07-07 16:59:22 +02:00
"shasum": ""
},
"require": {
2016-03-08 11:47:57 +01:00
"php": "^5.5 || ^7.0"
2015-07-07 16:59:22 +02:00
},
"require-dev": {
"fabpot/php-cs-fixer": "1.7.*",
"ircmaxell/random-lib": "~1.1",
2016-03-08 11:47:57 +01:00
"phpunit/phpunit": "~4.0"
2015-07-07 16:59:22 +02:00
},
"suggest": {
"ext-bcmath": "If using the bcmath functionality",
"ext-gmp": "If using the gmp functionality",
"ircmaxell/random-lib": "Fallback random byte generator for Zend\\Math\\Rand if Mcrypt extensions is unavailable"
2015-07-07 16:59:22 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.7-dev",
"dev-develop": "2.8-dev"
2015-07-07 16:59:22 +02:00
}
},
"autoload": {
"psr-4": {
"Zend\\Math\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"homepage": "https://github.com/zendframework/zend-math",
"keywords": [
"math",
"zf2"
],
"time": "2016-04-07 16:29:53"
2015-07-07 16:59:22 +02:00
},
{
"name": "zendframework/zend-serializer",
"version": "2.7.0",
2015-07-07 16:59:22 +02:00
"source": {
"type": "git",
"url": "https://github.com/zendframework/zend-serializer.git",
"reference": "1dc6fab0f5f21f92bba8c5e74e2878b6e22a2c16"
2015-07-07 16:59:22 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/zendframework/zend-serializer/zipball/1dc6fab0f5f21f92bba8c5e74e2878b6e22a2c16",
"reference": "1dc6fab0f5f21f92bba8c5e74e2878b6e22a2c16",
2015-07-07 16:59:22 +02:00
"shasum": ""
},
"require": {
2016-03-08 11:47:57 +01:00
"php": "^5.5 || ^7.0",
"zendframework/zend-json": "^2.5",
"zendframework/zend-math": "^2.6",
"zendframework/zend-stdlib": "^2.7 || ^3.0"
2015-07-07 16:59:22 +02:00
},
"require-dev": {
"fabpot/php-cs-fixer": "1.7.*",
"phpunit/phpunit": "^4.5",
2016-03-08 11:47:57 +01:00
"zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3"
2015-07-07 16:59:22 +02:00
},
"suggest": {
"zendframework/zend-servicemanager": "To support plugin manager support"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.7-dev",
"dev-develop": "2.8-dev"
},
"zf": {
"component": "Zend\\Serializer",
"config-provider": "Zend\\Serializer\\ConfigProvider"
2015-07-07 16:59:22 +02:00
}
},
"autoload": {
"psr-4": {
"Zend\\Serializer\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"description": "provides an adapter based interface to simply generate storable representation of PHP types by different facilities, and recover",
"homepage": "https://github.com/zendframework/zend-serializer",
"keywords": [
"serializer",
"zf2"
],
"time": "2016-04-06 17:46:23"
2015-07-07 16:59:22 +02:00
},
{
"name": "zendframework/zend-servicemanager",
2016-03-08 11:47:57 +01:00
"version": "2.7.5",
2015-07-07 16:59:22 +02:00
"source": {
"type": "git",
"url": "https://github.com/zendframework/zend-servicemanager.git",
2016-03-08 11:47:57 +01:00
"reference": "fb5b54db5ead533b38e311f14e9c01a79218bf2b"
2015-07-07 16:59:22 +02:00
},
"dist": {
"type": "zip",
2016-03-08 11:47:57 +01:00
"url": "https://api.github.com/repos/zendframework/zend-servicemanager/zipball/fb5b54db5ead533b38e311f14e9c01a79218bf2b",
"reference": "fb5b54db5ead533b38e311f14e9c01a79218bf2b",
2015-07-07 16:59:22 +02:00
"shasum": ""
},
"require": {
2015-09-14 10:58:04 +02:00
"container-interop/container-interop": "~1.0",
2016-03-08 11:47:57 +01:00
"php": "^5.5 || ^7.0"
2015-07-07 16:59:22 +02:00
},
"require-dev": {
2016-03-08 11:47:57 +01:00
"athletic/athletic": "dev-master",
2015-07-07 16:59:22 +02:00
"fabpot/php-cs-fixer": "1.7.*",
"phpunit/phpunit": "~4.0",
"zendframework/zend-di": "~2.5",
"zendframework/zend-mvc": "~2.5"
},
"suggest": {
"ocramius/proxy-manager": "ProxyManager 0.5.* to handle lazy initialization of services",
"zendframework/zend-di": "Zend\\Di component"
},
"type": "library",
"extra": {
"branch-alias": {
2016-03-08 11:47:57 +01:00
"dev-master": "2.7-dev",
"dev-develop": "3.0-dev"
2015-07-07 16:59:22 +02:00
}
},
"autoload": {
"psr-4": {
"Zend\\ServiceManager\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"homepage": "https://github.com/zendframework/zend-servicemanager",
"keywords": [
"servicemanager",
"zf2"
],
2016-03-08 11:47:57 +01:00
"time": "2016-02-02 14:11:46"
2015-07-07 16:59:22 +02:00
},
{
"name": "zendframework/zend-stdlib",
2016-03-08 11:47:57 +01:00
"version": "2.7.6",
2015-07-07 16:59:22 +02:00
"source": {
"type": "git",
"url": "https://github.com/zendframework/zend-stdlib.git",
2016-03-08 11:47:57 +01:00
"reference": "4499760badfada27ee600f5c2cfd47d5263ccf1b"
2015-07-07 16:59:22 +02:00
},
"dist": {
"type": "zip",
2016-03-08 11:47:57 +01:00
"url": "https://api.github.com/repos/zendframework/zend-stdlib/zipball/4499760badfada27ee600f5c2cfd47d5263ccf1b",
"reference": "4499760badfada27ee600f5c2cfd47d5263ccf1b",
2015-07-07 16:59:22 +02:00
"shasum": ""
},
"require": {
2016-03-08 11:47:57 +01:00
"php": "^5.5 || ^7.0",
"zendframework/zend-hydrator": "~1.1"
2015-07-07 16:59:22 +02:00
},
"require-dev": {
2015-11-10 13:09:29 +01:00
"athletic/athletic": "~0.1",
2015-07-07 16:59:22 +02:00
"fabpot/php-cs-fixer": "1.7.*",
"phpunit/phpunit": "~4.0",
"zendframework/zend-config": "~2.5",
"zendframework/zend-eventmanager": "~2.5",
"zendframework/zend-filter": "~2.5",
"zendframework/zend-inputfilter": "~2.5",
"zendframework/zend-serializer": "~2.5",
"zendframework/zend-servicemanager": "~2.5"
},
"suggest": {
"zendframework/zend-eventmanager": "To support aggregate hydrator usage",
"zendframework/zend-filter": "To support naming strategy hydrator usage",
"zendframework/zend-serializer": "Zend\\Serializer component",
"zendframework/zend-servicemanager": "To support hydrator plugin manager usage"
},
"type": "library",
"extra": {
"branch-alias": {
2016-03-08 11:47:57 +01:00
"dev-release-2.7": "2.7-dev",
"dev-master": "3.0-dev",
"dev-develop": "3.1-dev"
2015-07-07 16:59:22 +02:00
}
},
"autoload": {
"psr-4": {
"Zend\\Stdlib\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"homepage": "https://github.com/zendframework/zend-stdlib",
"keywords": [
"stdlib",
"zf2"
],
2016-03-08 11:47:57 +01:00
"time": "2016-02-19 16:02:11"
2015-07-07 16:59:22 +02:00
},
{
"name": "zetacomponents/base",
"version": "1.9",
"source": {
"type": "git",
"url": "https://github.com/zetacomponents/Base.git",
2015-07-07 16:59:22 +02:00
"reference": "f20df24e8de3e48b6b69b2503f917e457281e687"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/zetacomponents/Base/zipball/f20df24e8de3e48b6b69b2503f917e457281e687",
2015-07-07 16:59:22 +02:00
"reference": "f20df24e8de3e48b6b69b2503f917e457281e687",
"shasum": ""
},
"require-dev": {
"zetacomponents/unit-test": "*"
},
"type": "library",
"autoload": {
"classmap": [
"src"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache-2.0"
],
"authors": [
{
"name": "Sergey Alexeev"
},
{
"name": "Sebastian Bergmann"
},
{
"name": "Jan Borsodi"
},
{
"name": "Raymond Bosman"
},
{
"name": "Frederik Holljen"
},
{
"name": "Kore Nordmann"
},
{
"name": "Derick Rethans"
},
{
"name": "Vadym Savchuk"
},
{
"name": "Tobias Schlitt"
},
{
"name": "Alexandru Stanoi"
}
],
"description": "The Base package provides the basic infrastructure that all packages rely on. Therefore every component relies on this package.",
2015-07-07 16:59:22 +02:00
"homepage": "https://github.com/zetacomponents",
"time": "2014-09-19 03:28:34"
},
{
"name": "zetacomponents/document",
"version": "1.3.1",
"source": {
"type": "git",
"url": "https://github.com/zetacomponents/Document.git",
"reference": "688abfde573cf3fe0730f82538fbd7aa9fc95bc8"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/zetacomponents/Document/zipball/688abfde573cf3fe0730f82538fbd7aa9fc95bc8",
"reference": "688abfde573cf3fe0730f82538fbd7aa9fc95bc8",
"shasum": ""
},
"require": {
"zetacomponents/base": "*"
},
"require-dev": {
"zetacomponents/unit-test": "dev-master"
},
"type": "library",
"autoload": {
"classmap": [
"src"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache-2.0"
],
"authors": [
{
"name": "Sebastian Bergmann"
},
{
"name": "Kore Nordmann"
},
{
"name": "Derick Rethans"
},
{
"name": "Tobias Schlitt"
},
{
"name": "Alexandru Stanoi"
}
],
"description": "The Document components provides a general conversion framework for different semantic document markup languages like XHTML, Docbook, RST and similar.",
"homepage": "https://github.com/zetacomponents",
"time": "2013-12-19 11:40:00"
}
],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": {
"php": ">=5.5.0"
2015-07-07 16:59:22 +02:00
},
"platform-dev": []
}