3396 lines
118 KiB
Plaintext
3396 lines
118 KiB
Plaintext
|
{
|
||
|
"_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"
|
||
|
],
|
||
|
"content-hash": "02e9de2fc57c114e688762f62a640d90",
|
||
|
"packages": [
|
||
|
{
|
||
|
"name": "composer/ca-bundle",
|
||
|
"version": "1.0.8",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/composer/ca-bundle.git",
|
||
|
"reference": "9dd73a03951357922d8aee6cc084500de93e2343"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/composer/ca-bundle/zipball/9dd73a03951357922d8aee6cc084500de93e2343",
|
||
|
"reference": "9dd73a03951357922d8aee6cc084500de93e2343",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"ext-openssl": "*",
|
||
|
"ext-pcre": "*",
|
||
|
"php": "^5.3.2 || ^7.0"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"phpunit/phpunit": "^4.5",
|
||
|
"psr/log": "^1.0",
|
||
|
"symfony/process": "^2.5 || ^3.0"
|
||
|
},
|
||
|
"suggest": {
|
||
|
"symfony/process": "This is necessary to reliably check whether openssl_x509_parse is vulnerable on older php versions, but can be ignored on PHP 5.5.6+"
|
||
|
},
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-master": "1.x-dev"
|
||
|
}
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Composer\\CaBundle\\": "src"
|
||
|
}
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"MIT"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Jordi Boggiano",
|
||
|
"email": "j.boggiano@seld.be",
|
||
|
"homepage": "http://seld.be"
|
||
|
}
|
||
|
],
|
||
|
"description": "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.",
|
||
|
"keywords": [
|
||
|
"cabundle",
|
||
|
"cacert",
|
||
|
"certificate",
|
||
|
"ssl",
|
||
|
"tls"
|
||
|
],
|
||
|
"time": "2017-09-11T07:24:36+00:00"
|
||
|
},
|
||
|
{
|
||
|
"name": "doctrine/annotations",
|
||
|
"version": "v1.2.7",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/doctrine/annotations.git",
|
||
|
"reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/doctrine/annotations/zipball/f25c8aab83e0c3e976fd7d19875f198ccf2f7535",
|
||
|
"reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535",
|
||
|
"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"
|
||
|
],
|
||
|
"time": "2015-08-31T12:32:49+00:00"
|
||
|
},
|
||
|
{
|
||
|
"name": "doctrine/cache",
|
||
|
"version": "v1.6.2",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/doctrine/cache.git",
|
||
|
"reference": "eb152c5100571c7a45470ff2a35095ab3f3b900b"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/doctrine/cache/zipball/eb152c5100571c7a45470ff2a35095ab3f3b900b",
|
||
|
"reference": "eb152c5100571c7a45470ff2a35095ab3f3b900b",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"php": "~5.5|~7.0"
|
||
|
},
|
||
|
"conflict": {
|
||
|
"doctrine/common": ">2.2,<2.4"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"phpunit/phpunit": "~4.8|~5.0",
|
||
|
"predis/predis": "~1.0",
|
||
|
"satooshi/php-coveralls": "~0.6"
|
||
|
},
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-master": "1.6.x-dev"
|
||
|
}
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
|
||
|
}
|
||
|
},
|
||
|
"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": "Caching library offering an object-oriented API for many cache backends",
|
||
|
"homepage": "http://www.doctrine-project.org",
|
||
|
"keywords": [
|
||
|
"cache",
|
||
|
"caching"
|
||
|
],
|
||
|
"time": "2017-07-22T12:49:21+00:00"
|
||
|
},
|
||
|
{
|
||
|
"name": "doctrine/collections",
|
||
|
"version": "v1.3.0",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/doctrine/collections.git",
|
||
|
"reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/doctrine/collections/zipball/6c1e4eef75f310ea1b3e30945e9f06e652128b8a",
|
||
|
"reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"php": ">=5.3.2"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"phpunit/phpunit": "~4.0"
|
||
|
},
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-master": "1.2.x-dev"
|
||
|
}
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-0": {
|
||
|
"Doctrine\\Common\\Collections\\": "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": "Collections Abstraction library",
|
||
|
"homepage": "http://www.doctrine-project.org",
|
||
|
"keywords": [
|
||
|
"array",
|
||
|
"collections",
|
||
|
"iterator"
|
||
|
],
|
||
|
"time": "2015-04-14T22:21:58+00:00"
|
||
|
},
|
||
|
{
|
||
|
"name": "doctrine/common",
|
||
|
"version": "v2.6.2",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/doctrine/common.git",
|
||
|
"reference": "7bce00698899aa2c06fe7365c76e4d78ddb15fa3"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/doctrine/common/zipball/7bce00698899aa2c06fe7365c76e4d78ddb15fa3",
|
||
|
"reference": "7bce00698899aa2c06fe7365c76e4d78ddb15fa3",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"doctrine/annotations": "1.*",
|
||
|
"doctrine/cache": "1.*",
|
||
|
"doctrine/collections": "1.*",
|
||
|
"doctrine/inflector": "1.*",
|
||
|
"doctrine/lexer": "1.*",
|
||
|
"php": "~5.5|~7.0"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"phpunit/phpunit": "~4.8|~5.0"
|
||
|
},
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-master": "2.7.x-dev"
|
||
|
}
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Doctrine\\Common\\": "lib/Doctrine/Common"
|
||
|
}
|
||
|
},
|
||
|
"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": "Common Library for Doctrine projects",
|
||
|
"homepage": "http://www.doctrine-project.org",
|
||
|
"keywords": [
|
||
|
"annotations",
|
||
|
"collections",
|
||
|
"eventmanager",
|
||
|
"persistence",
|
||
|
"spl"
|
||
|
],
|
||
|
"time": "2016-11-30T16:50:46+00:00"
|
||
|
},
|
||
|
{
|
||
|
"name": "doctrine/dbal",
|
||
|
"version": "v2.5.13",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/doctrine/dbal.git",
|
||
|
"reference": "729340d8d1eec8f01bff708e12e449a3415af873"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/doctrine/dbal/zipball/729340d8d1eec8f01bff708e12e449a3415af873",
|
||
|
"reference": "729340d8d1eec8f01bff708e12e449a3415af873",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"doctrine/common": ">=2.4,<2.8-dev",
|
||
|
"php": ">=5.3.2"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"phpunit/phpunit": "4.*",
|
||
|
"symfony/console": "2.*||^3.0"
|
||
|
},
|
||
|
"suggest": {
|
||
|
"symfony/console": "For helpful console commands such as SQL execution and import of files."
|
||
|
},
|
||
|
"bin": [
|
||
|
"bin/doctrine-dbal"
|
||
|
],
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-master": "2.5.x-dev"
|
||
|
}
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-0": {
|
||
|
"Doctrine\\DBAL\\": "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"
|
||
|
}
|
||
|
],
|
||
|
"description": "Database Abstraction Layer",
|
||
|
"homepage": "http://www.doctrine-project.org",
|
||
|
"keywords": [
|
||
|
"database",
|
||
|
"dbal",
|
||
|
"persistence",
|
||
|
"queryobject"
|
||
|
],
|
||
|
"time": "2017-07-22T20:44:48+00:00"
|
||
|
},
|
||
|
{
|
||
|
"name": "doctrine/doctrine-bundle",
|
||
|
"version": "1.6.13",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/doctrine/DoctrineBundle.git",
|
||
|
"reference": "8cd4c2921b6cef14a78d98cd3f0fb81ba6a976f9"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/8cd4c2921b6cef14a78d98cd3f0fb81ba6a976f9",
|
||
|
"reference": "8cd4c2921b6cef14a78d98cd3f0fb81ba6a976f9",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"doctrine/dbal": "~2.3",
|
||
|
"doctrine/doctrine-cache-bundle": "~1.2",
|
||
|
"jdorn/sql-formatter": "~1.1",
|
||
|
"php": ">=5.5.9",
|
||
|
"symfony/console": "~2.7|~3.0|~4.0",
|
||
|
"symfony/dependency-injection": "~2.7|~3.0|~4.0",
|
||
|
"symfony/doctrine-bridge": "~2.7|~3.0|~4.0",
|
||
|
"symfony/framework-bundle": "~2.7|~3.0|~4.0"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"doctrine/orm": "~2.3",
|
||
|
"phpunit/phpunit": "~4",
|
||
|
"satooshi/php-coveralls": "^1.0",
|
||
|
"symfony/phpunit-bridge": "~2.7|~3.0|~4.0",
|
||
|
"symfony/property-info": "~2.8|~3.0|~4.0",
|
||
|
"symfony/validator": "~2.7|~3.0|~4.0",
|
||
|
"symfony/yaml": "~2.7|~3.0|~4.0",
|
||
|
"twig/twig": "~1.12|~2.0"
|
||
|
},
|
||
|
"suggest": {
|
||
|
"doctrine/orm": "The Doctrine ORM integration is optional in the bundle.",
|
||
|
"symfony/web-profiler-bundle": "To use the data collector."
|
||
|
},
|
||
|
"type": "symfony-bundle",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-master": "1.6.x-dev"
|
||
|
}
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Doctrine\\Bundle\\DoctrineBundle\\": ""
|
||
|
}
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"MIT"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Symfony Community",
|
||
|
"homepage": "http://symfony.com/contributors"
|
||
|
},
|
||
|
{
|
||
|
"name": "Benjamin Eberlei",
|
||
|
"email": "kontakt@beberlei.de"
|
||
|
},
|
||
|
{
|
||
|
"name": "Doctrine Project",
|
||
|
"homepage": "http://www.doctrine-project.org/"
|
||
|
},
|
||
|
{
|
||
|
"name": "Fabien Potencier",
|
||
|
"email": "fabien@symfony.com"
|
||
|
}
|
||
|
],
|
||
|
"description": "Symfony DoctrineBundle",
|
||
|
"homepage": "http://www.doctrine-project.org",
|
||
|
"keywords": [
|
||
|
"database",
|
||
|
"dbal",
|
||
|
"orm",
|
||
|
"persistence"
|
||
|
],
|
||
|
"time": "2017-10-11T19:48:03+00:00"
|
||
|
},
|
||
|
{
|
||
|
"name": "doctrine/doctrine-cache-bundle",
|
||
|
"version": "1.3.2",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/doctrine/DoctrineCacheBundle.git",
|
||
|
"reference": "9baecbd6bfdd1123b0cf8c1b88fee0170a84ddd1"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/doctrine/DoctrineCacheBundle/zipball/9baecbd6bfdd1123b0cf8c1b88fee0170a84ddd1",
|
||
|
"reference": "9baecbd6bfdd1123b0cf8c1b88fee0170a84ddd1",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"doctrine/cache": "^1.4.2",
|
||
|
"doctrine/inflector": "~1.0",
|
||
|
"php": ">=5.3.2",
|
||
|
"symfony/doctrine-bridge": "~2.2|~3.0|~4.0"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"instaclick/coding-standard": "~1.1",
|
||
|
"instaclick/object-calisthenics-sniffs": "dev-master",
|
||
|
"instaclick/symfony2-coding-standard": "dev-remaster",
|
||
|
"phpunit/phpunit": "~4",
|
||
|
"predis/predis": "~0.8",
|
||
|
"satooshi/php-coveralls": "^1.0",
|
||
|
"squizlabs/php_codesniffer": "~1.5",
|
||
|
"symfony/console": "~2.2|~3.0|~4.0",
|
||
|
"symfony/finder": "~2.2|~3.0|~4.0",
|
||
|
"symfony/framework-bundle": "~2.2|~3.0|~4.0",
|
||
|
"symfony/phpunit-bridge": "~2.7|~3.0|~4.0",
|
||
|
"symfony/security-acl": "~2.3|~3.0",
|
||
|
"symfony/validator": "~2.2|~3.0|~4.0",
|
||
|
"symfony/yaml": "~2.2|~3.0|~4.0"
|
||
|
},
|
||
|
"suggest": {
|
||
|
"symfony/security-acl": "For using this bundle to cache ACLs"
|
||
|
},
|
||
|
"type": "symfony-bundle",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-master": "1.3.x-dev"
|
||
|
}
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Doctrine\\Bundle\\DoctrineCacheBundle\\": ""
|
||
|
}
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"MIT"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Symfony Community",
|
||
|
"homepage": "http://symfony.com/contributors"
|
||
|
},
|
||
|
{
|
||
|
"name": "Benjamin Eberlei",
|
||
|
"email": "kontakt@beberlei.de"
|
||
|
},
|
||
|
{
|
||
|
"name": "Fabio B. Silva",
|
||
|
"email": "fabio.bat.silva@gmail.com"
|
||
|
},
|
||
|
{
|
||
|
"name": "Guilherme Blanco",
|
||
|
"email": "guilhermeblanco@hotmail.com"
|
||
|
},
|
||
|
{
|
||
|
"name": "Doctrine Project",
|
||
|
"homepage": "http://www.doctrine-project.org/"
|
||
|
},
|
||
|
{
|
||
|
"name": "Fabien Potencier",
|
||
|
"email": "fabien@symfony.com"
|
||
|
}
|
||
|
],
|
||
|
"description": "Symfony Bundle for Doctrine Cache",
|
||
|
"homepage": "http://www.doctrine-project.org",
|
||
|
"keywords": [
|
||
|
"cache",
|
||
|
"caching"
|
||
|
],
|
||
|
"time": "2017-10-12T17:23:29+00:00"
|
||
|
},
|
||
|
{
|
||
|
"name": "doctrine/inflector",
|
||
|
"version": "v1.1.0",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/doctrine/inflector.git",
|
||
|
"reference": "90b2128806bfde671b6952ab8bea493942c1fdae"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/doctrine/inflector/zipball/90b2128806bfde671b6952ab8bea493942c1fdae",
|
||
|
"reference": "90b2128806bfde671b6952ab8bea493942c1fdae",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"php": ">=5.3.2"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"phpunit/phpunit": "4.*"
|
||
|
},
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-master": "1.1.x-dev"
|
||
|
}
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-0": {
|
||
|
"Doctrine\\Common\\Inflector\\": "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": "Common String Manipulations with regard to casing and singular/plural rules.",
|
||
|
"homepage": "http://www.doctrine-project.org",
|
||
|
"keywords": [
|
||
|
"inflection",
|
||
|
"pluralize",
|
||
|
"singularize",
|
||
|
"string"
|
||
|
],
|
||
|
"time": "2015-11-06T14:35:42+00: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-14T21:17:01+00:00"
|
||
|
},
|
||
|
{
|
||
|
"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-09T13:34:57+00:00"
|
||
|
},
|
||
|
{
|
||
|
"name": "doctrine/orm",
|
||
|
"version": "v2.5.12",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/doctrine/doctrine2.git",
|
||
|
"reference": "984535cadc609e9eef8c89414aa3568ee97aa79f"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/doctrine/doctrine2/zipball/984535cadc609e9eef8c89414aa3568ee97aa79f",
|
||
|
"reference": "984535cadc609e9eef8c89414aa3568ee97aa79f",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"doctrine/cache": "~1.4",
|
||
|
"doctrine/collections": "~1.2",
|
||
|
"doctrine/common": ">=2.5-dev,<2.9-dev",
|
||
|
"doctrine/dbal": ">=2.5-dev,<2.7-dev",
|
||
|
"doctrine/instantiator": "^1.0.1",
|
||
|
"ext-pdo": "*",
|
||
|
"php": ">=5.4",
|
||
|
"symfony/console": "~2.5|~3.0|~4.0"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"phpunit/phpunit": "~4.0",
|
||
|
"symfony/yaml": "~2.3|~3.0|~4.0"
|
||
|
},
|
||
|
"suggest": {
|
||
|
"symfony/yaml": "If you want to use YAML Metadata Mapping Driver"
|
||
|
},
|
||
|
"bin": [
|
||
|
"bin/doctrine",
|
||
|
"bin/doctrine.php"
|
||
|
],
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-master": "2.6.x-dev"
|
||
|
}
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-0": {
|
||
|
"Doctrine\\ORM\\": "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"
|
||
|
}
|
||
|
],
|
||
|
"description": "Object-Relational-Mapper for PHP",
|
||
|
"homepage": "http://www.doctrine-project.org",
|
||
|
"keywords": [
|
||
|
"database",
|
||
|
"orm"
|
||
|
],
|
||
|
"time": "2017-10-23T18:21:04+00:00"
|
||
|
},
|
||
|
{
|
||
|
"name": "fig/link-util",
|
||
|
"version": "1.0.0",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/php-fig/link-util.git",
|
||
|
"reference": "1a07821801a148be4add11ab0603e4af55a72fac"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/php-fig/link-util/zipball/1a07821801a148be4add11ab0603e4af55a72fac",
|
||
|
"reference": "1a07821801a148be4add11ab0603e4af55a72fac",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"php": ">=5.5.0",
|
||
|
"psr/link": "~1.0@dev"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"phpunit/phpunit": "^5.1",
|
||
|
"squizlabs/php_codesniffer": "^2.3.1"
|
||
|
},
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-master": "1.0.x-dev"
|
||
|
}
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Fig\\Link\\": "src/"
|
||
|
}
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"MIT"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "PHP-FIG",
|
||
|
"homepage": "http://www.php-fig.org/"
|
||
|
}
|
||
|
],
|
||
|
"description": "Common utility implementations for HTTP links",
|
||
|
"keywords": [
|
||
|
"http",
|
||
|
"http-link",
|
||
|
"link",
|
||
|
"psr",
|
||
|
"psr-13",
|
||
|
"rest"
|
||
|
],
|
||
|
"time": "2016-10-17T18:31:11+00:00"
|
||
|
},
|
||
|
{
|
||
|
"name": "incenteev/composer-parameter-handler",
|
||
|
"version": "v2.1.2",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/Incenteev/ParameterHandler.git",
|
||
|
"reference": "d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/Incenteev/ParameterHandler/zipball/d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc",
|
||
|
"reference": "d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"php": ">=5.3.3",
|
||
|
"symfony/yaml": "~2.3|~3.0"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"composer/composer": "1.0.*@dev",
|
||
|
"phpspec/prophecy-phpunit": "~1.0",
|
||
|
"symfony/filesystem": "~2.2"
|
||
|
},
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-master": "2.1.x-dev"
|
||
|
}
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Incenteev\\ParameterHandler\\": ""
|
||
|
}
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"MIT"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Christophe Coevoet",
|
||
|
"email": "stof@notk.org"
|
||
|
}
|
||
|
],
|
||
|
"description": "Composer script handling your ignored parameter file",
|
||
|
"homepage": "https://github.com/Incenteev/ParameterHandler",
|
||
|
"keywords": [
|
||
|
"parameters management"
|
||
|
],
|
||
|
"time": "2015-11-10T17:04:01+00:00"
|
||
|
},
|
||
|
{
|
||
|
"name": "jdorn/sql-formatter",
|
||
|
"version": "v1.2.17",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/jdorn/sql-formatter.git",
|
||
|
"reference": "64990d96e0959dff8e059dfcdc1af130728d92bc"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/jdorn/sql-formatter/zipball/64990d96e0959dff8e059dfcdc1af130728d92bc",
|
||
|
"reference": "64990d96e0959dff8e059dfcdc1af130728d92bc",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"php": ">=5.2.4"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"phpunit/phpunit": "3.7.*"
|
||
|
},
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-master": "1.3.x-dev"
|
||
|
}
|
||
|
},
|
||
|
"autoload": {
|
||
|
"classmap": [
|
||
|
"lib"
|
||
|
]
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"MIT"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Jeremy Dorn",
|
||
|
"email": "jeremy@jeremydorn.com",
|
||
|
"homepage": "http://jeremydorn.com/"
|
||
|
}
|
||
|
],
|
||
|
"description": "a PHP SQL highlighting library",
|
||
|
"homepage": "https://github.com/jdorn/sql-formatter/",
|
||
|
"keywords": [
|
||
|
"highlight",
|
||
|
"sql"
|
||
|
],
|
||
|
"time": "2014-01-12T16:20:24+00:00"
|
||
|
},
|
||
|
{
|
||
|
"name": "monolog/monolog",
|
||
|
"version": "1.23.0",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/Seldaek/monolog.git",
|
||
|
"reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/Seldaek/monolog/zipball/fd8c787753b3a2ad11bc60c063cff1358a32a3b4",
|
||
|
"reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4",
|
||
|
"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 || ^3.0",
|
||
|
"doctrine/couchdb": "~1.0@dev",
|
||
|
"graylog2/gelf-php": "~1.0",
|
||
|
"jakub-onderka/php-parallel-lint": "0.9",
|
||
|
"php-amqplib/php-amqplib": "~2.4",
|
||
|
"php-console/php-console": "^3.1.3",
|
||
|
"phpunit/phpunit": "~4.5",
|
||
|
"phpunit/phpunit-mock-objects": "2.3.0",
|
||
|
"ruflin/elastica": ">=0.90 <3.0",
|
||
|
"sentry/sentry": "^0.13",
|
||
|
"swiftmailer/swiftmailer": "^5.3|^6.0"
|
||
|
},
|
||
|
"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",
|
||
|
"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",
|
||
|
"php-console/php-console": "Allow sending log messages to Google Chrome",
|
||
|
"rollbar/rollbar": "Allow sending log messages to Rollbar",
|
||
|
"ruflin/elastica": "Allow sending log messages to an Elastic Search server",
|
||
|
"sentry/sentry": "Allow sending log messages to a Sentry server"
|
||
|
},
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-master": "2.0.x-dev"
|
||
|
}
|
||
|
},
|
||
|
"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": "2017-06-19T01:22:40+00:00"
|
||
|
},
|
||
|
{
|
||
|
"name": "paragonie/random_compat",
|
||
|
"version": "v2.0.11",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/paragonie/random_compat.git",
|
||
|
"reference": "5da4d3c796c275c55f057af5a643ae297d96b4d8"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/paragonie/random_compat/zipball/5da4d3c796c275c55f057af5a643ae297d96b4d8",
|
||
|
"reference": "5da4d3c796c275c55f057af5a643ae297d96b4d8",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"php": ">=5.2.0"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"phpunit/phpunit": "4.*|5.*"
|
||
|
},
|
||
|
"suggest": {
|
||
|
"ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
|
||
|
},
|
||
|
"type": "library",
|
||
|
"autoload": {
|
||
|
"files": [
|
||
|
"lib/random.php"
|
||
|
]
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"MIT"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Paragon Initiative Enterprises",
|
||
|
"email": "security@paragonie.com",
|
||
|
"homepage": "https://paragonie.com"
|
||
|
}
|
||
|
],
|
||
|
"description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
|
||
|
"keywords": [
|
||
|
"csprng",
|
||
|
"pseudorandom",
|
||
|
"random"
|
||
|
],
|
||
|
"time": "2017-09-27T21:40:39+00:00"
|
||
|
},
|
||
|
{
|
||
|
"name": "psr/cache",
|
||
|
"version": "1.0.1",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/php-fig/cache.git",
|
||
|
"reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
|
||
|
"reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"php": ">=5.3.0"
|
||
|
},
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-master": "1.0.x-dev"
|
||
|
}
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Psr\\Cache\\": "src/"
|
||
|
}
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"MIT"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "PHP-FIG",
|
||
|
"homepage": "http://www.php-fig.org/"
|
||
|
}
|
||
|
],
|
||
|
"description": "Common interface for caching libraries",
|
||
|
"keywords": [
|
||
|
"cache",
|
||
|
"psr",
|
||
|
"psr-6"
|
||
|
],
|
||
|
"time": "2016-08-06T20:24:11+00:00"
|
||
|
},
|
||
|
{
|
||
|
"name": "psr/container",
|
||
|
"version": "1.0.0",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/php-fig/container.git",
|
||
|
"reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
|
||
|
"reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"php": ">=5.3.0"
|
||
|
},
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-master": "1.0.x-dev"
|
||
|
}
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Psr\\Container\\": "src/"
|
||
|
}
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"MIT"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "PHP-FIG",
|
||
|
"homepage": "http://www.php-fig.org/"
|
||
|
}
|
||
|
],
|
||
|
"description": "Common Container Interface (PHP FIG PSR-11)",
|
||
|
"homepage": "https://github.com/php-fig/container",
|
||
|
"keywords": [
|
||
|
"PSR-11",
|
||
|
"container",
|
||
|
"container-interface",
|
||
|
"container-interop",
|
||
|
"psr"
|
||
|
],
|
||
|
"time": "2017-02-14T16:28:37+00:00"
|
||
|
},
|
||
|
{
|
||
|
"name": "psr/link",
|
||
|
"version": "1.0.0",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/php-fig/link.git",
|
||
|
"reference": "eea8e8662d5cd3ae4517c9b864493f59fca95562"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/php-fig/link/zipball/eea8e8662d5cd3ae4517c9b864493f59fca95562",
|
||
|
"reference": "eea8e8662d5cd3ae4517c9b864493f59fca95562",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"php": ">=5.3.0"
|
||
|
},
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-master": "1.0.x-dev"
|
||
|
}
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Psr\\Link\\": "src/"
|
||
|
}
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"MIT"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "PHP-FIG",
|
||
|
"homepage": "http://www.php-fig.org/"
|
||
|
}
|
||
|
],
|
||
|
"description": "Common interfaces for HTTP links",
|
||
|
"keywords": [
|
||
|
"http",
|
||
|
"http-link",
|
||
|
"link",
|
||
|
"psr",
|
||
|
"psr-13",
|
||
|
"rest"
|
||
|
],
|
||
|
"time": "2016-10-28T16:06:13+00:00"
|
||
|
},
|
||
|
{
|
||
|
"name": "psr/log",
|
||
|
"version": "1.0.2",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/php-fig/log.git",
|
||
|
"reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
|
||
|
"reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"php": ">=5.3.0"
|
||
|
},
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-master": "1.0.x-dev"
|
||
|
}
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Psr\\Log\\": "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",
|
||
|
"homepage": "https://github.com/php-fig/log",
|
||
|
"keywords": [
|
||
|
"log",
|
||
|
"psr",
|
||
|
"psr-3"
|
||
|
],
|
||
|
"time": "2016-10-10T12:19:37+00:00"
|
||
|
},
|
||
|
{
|
||
|
"name": "psr/simple-cache",
|
||
|
"version": "1.0.0",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/php-fig/simple-cache.git",
|
||
|
"reference": "753fa598e8f3b9966c886fe13f370baa45ef0e24"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/php-fig/simple-cache/zipball/753fa598e8f3b9966c886fe13f370baa45ef0e24",
|
||
|
"reference": "753fa598e8f3b9966c886fe13f370baa45ef0e24",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"php": ">=5.3.0"
|
||
|
},
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-master": "1.0.x-dev"
|
||
|
}
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Psr\\SimpleCache\\": "src/"
|
||
|
}
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"MIT"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "PHP-FIG",
|
||
|
"homepage": "http://www.php-fig.org/"
|
||
|
}
|
||
|
],
|
||
|
"description": "Common interfaces for simple caching",
|
||
|
"keywords": [
|
||
|
"cache",
|
||
|
"caching",
|
||
|
"psr",
|
||
|
"psr-16",
|
||
|
"simple-cache"
|
||
|
],
|
||
|
"time": "2017-01-02T13:31:39+00:00"
|
||
|
},
|
||
|
{
|
||
|
"name": "sensio/distribution-bundle",
|
||
|
"version": "v5.0.21",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/sensiolabs/SensioDistributionBundle.git",
|
||
|
"reference": "eb6266b3b472e4002538610b28a0a04bcf94891a"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/sensiolabs/SensioDistributionBundle/zipball/eb6266b3b472e4002538610b28a0a04bcf94891a",
|
||
|
"reference": "eb6266b3b472e4002538610b28a0a04bcf94891a",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"php": ">=5.3.9",
|
||
|
"sensiolabs/security-checker": "~3.0|~4.0",
|
||
|
"symfony/class-loader": "~2.3|~3.0",
|
||
|
"symfony/config": "~2.3|~3.0",
|
||
|
"symfony/dependency-injection": "~2.3|~3.0",
|
||
|
"symfony/filesystem": "~2.3|~3.0",
|
||
|
"symfony/http-kernel": "~2.3|~3.0",
|
||
|
"symfony/process": "~2.3|~3.0"
|
||
|
},
|
||
|
"type": "symfony-bundle",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-master": "5.0.x-dev"
|
||
|
}
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Sensio\\Bundle\\DistributionBundle\\": ""
|
||
|
}
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"MIT"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Fabien Potencier",
|
||
|
"email": "fabien@symfony.com"
|
||
|
}
|
||
|
],
|
||
|
"description": "Base bundle for Symfony Distributions",
|
||
|
"keywords": [
|
||
|
"configuration",
|
||
|
"distribution"
|
||
|
],
|
||
|
"time": "2017-08-25T16:55:44+00:00"
|
||
|
},
|
||
|
{
|
||
|
"name": "sensio/framework-extra-bundle",
|
||
|
"version": "v3.0.28",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git",
|
||
|
"reference": "65eadf9e3fd5c47eee7986b306a5aed8affe6496"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/65eadf9e3fd5c47eee7986b306a5aed8affe6496",
|
||
|
"reference": "65eadf9e3fd5c47eee7986b306a5aed8affe6496",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"doctrine/common": "~2.2",
|
||
|
"symfony/dependency-injection": "~2.3|~3.0",
|
||
|
"symfony/framework-bundle": "~2.3|~3.0|~4.0"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"doctrine/doctrine-bundle": "~1.5",
|
||
|
"doctrine/orm": "~2.4,>=2.4.5",
|
||
|
"symfony/asset": "~2.7|~3.0|~4.0",
|
||
|
"symfony/browser-kit": "~2.3|~3.0|~4.0",
|
||
|
"symfony/dom-crawler": "~2.3|~3.0|~4.0",
|
||
|
"symfony/expression-language": "~2.4|~3.0|~4.0",
|
||
|
"symfony/finder": "~2.3|~3.0|~4.0",
|
||
|
"symfony/phpunit-bridge": "~3.2|~4.0",
|
||
|
"symfony/psr-http-message-bridge": "^0.3|^1.0",
|
||
|
"symfony/security-bundle": "~2.4|~3.0|~4.0",
|
||
|
"symfony/templating": "~2.3|~3.0|~4.0",
|
||
|
"symfony/translation": "~2.3|~3.0|~4.0",
|
||
|
"symfony/twig-bundle": "~2.3|~3.0|~4.0",
|
||
|
"symfony/yaml": "~2.3|~3.0|~4.0",
|
||
|
"twig/twig": "~1.12|~2.0",
|
||
|
"zendframework/zend-diactoros": "^1.3"
|
||
|
},
|
||
|
"suggest": {
|
||
|
"symfony/expression-language": "",
|
||
|
"symfony/psr-http-message-bridge": "To use the PSR-7 converters",
|
||
|
"symfony/security-bundle": ""
|
||
|
},
|
||
|
"type": "symfony-bundle",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-master": "3.0.x-dev"
|
||
|
}
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Sensio\\Bundle\\FrameworkExtraBundle\\": ""
|
||
|
}
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"MIT"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Fabien Potencier",
|
||
|
"email": "fabien@symfony.com"
|
||
|
}
|
||
|
],
|
||
|
"description": "This bundle provides a way to configure your controllers with annotations",
|
||
|
"keywords": [
|
||
|
"annotations",
|
||
|
"controllers"
|
||
|
],
|
||
|
"time": "2017-10-12T17:37:20+00:00"
|
||
|
},
|
||
|
{
|
||
|
"name": "sensiolabs/security-checker",
|
||
|
"version": "v4.1.6",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/sensiolabs/security-checker.git",
|
||
|
"reference": "387b6a3b723ba35588b33d5f8d14e28ed608bd30"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/sensiolabs/security-checker/zipball/387b6a3b723ba35588b33d5f8d14e28ed608bd30",
|
||
|
"reference": "387b6a3b723ba35588b33d5f8d14e28ed608bd30",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"composer/ca-bundle": "^1.0",
|
||
|
"symfony/console": "~2.7|~3.0|~4.0"
|
||
|
},
|
||
|
"bin": [
|
||
|
"security-checker"
|
||
|
],
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-master": "4.1-dev"
|
||
|
}
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-0": {
|
||
|
"SensioLabs\\Security": ""
|
||
|
}
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"MIT"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Fabien Potencier",
|
||
|
"email": "fabien.potencier@gmail.com"
|
||
|
}
|
||
|
],
|
||
|
"description": "A security checker for your composer.lock",
|
||
|
"time": "2017-10-29T18:48:08+00:00"
|
||
|
},
|
||
|
{
|
||
|
"name": "swiftmailer/swiftmailer",
|
||
|
"version": "v5.4.8",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/swiftmailer/swiftmailer.git",
|
||
|
"reference": "9a06dc570a0367850280eefd3f1dc2da45aef517"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/9a06dc570a0367850280eefd3f1dc2da45aef517",
|
||
|
"reference": "9a06dc570a0367850280eefd3f1dc2da45aef517",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"php": ">=5.3.3"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"mockery/mockery": "~0.9.1",
|
||
|
"symfony/phpunit-bridge": "~3.2"
|
||
|
},
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-master": "5.4-dev"
|
||
|
}
|
||
|
},
|
||
|
"autoload": {
|
||
|
"files": [
|
||
|
"lib/swift_required.php"
|
||
|
]
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"MIT"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Chris Corbyn"
|
||
|
},
|
||
|
{
|
||
|
"name": "Fabien Potencier",
|
||
|
"email": "fabien@symfony.com"
|
||
|
}
|
||
|
],
|
||
|
"description": "Swiftmailer, free feature-rich PHP mailer",
|
||
|
"homepage": "http://swiftmailer.org",
|
||
|
"keywords": [
|
||
|
"email",
|
||
|
"mail",
|
||
|
"mailer"
|
||
|
],
|
||
|
"time": "2017-05-01T15:54:03+00:00"
|
||
|
},
|
||
|
{
|
||
|
"name": "symfony/monolog-bundle",
|
||
|
"version": "v3.1.2",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/symfony/monolog-bundle.git",
|
||
|
"reference": "2b41b8b6d2c6edb1a5494f02f8e4129be2a44784"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/2b41b8b6d2c6edb1a5494f02f8e4129be2a44784",
|
||
|
"reference": "2b41b8b6d2c6edb1a5494f02f8e4129be2a44784",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"monolog/monolog": "~1.22",
|
||
|
"php": ">=5.3.2",
|
||
|
"symfony/config": "~2.7|~3.0|~4.0",
|
||
|
"symfony/dependency-injection": "~2.7|~3.0|~4.0",
|
||
|
"symfony/http-kernel": "~2.7|~3.0|~4.0",
|
||
|
"symfony/monolog-bridge": "~2.7|~3.0|~4.0"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"symfony/console": "~2.3|~3.0|~4.0",
|
||
|
"symfony/phpunit-bridge": "^3.3|^4.0",
|
||
|
"symfony/yaml": "~2.3|~3.0|~4.0"
|
||
|
},
|
||
|
"type": "symfony-bundle",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-master": "3.x-dev"
|
||
|
}
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Symfony\\Bundle\\MonologBundle\\": ""
|
||
|
},
|
||
|
"exclude-from-classmap": [
|
||
|
"/Tests/"
|
||
|
]
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"MIT"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Symfony Community",
|
||
|
"homepage": "http://symfony.com/contributors"
|
||
|
},
|
||
|
{
|
||
|
"name": "Fabien Potencier",
|
||
|
"email": "fabien@symfony.com"
|
||
|
}
|
||
|
],
|
||
|
"description": "Symfony MonologBundle",
|
||
|
"homepage": "http://symfony.com",
|
||
|
"keywords": [
|
||
|
"log",
|
||
|
"logging"
|
||
|
],
|
||
|
"time": "2017-11-06T16:02:17+00:00"
|
||
|
},
|
||
|
{
|
||
|
"name": "symfony/polyfill-apcu",
|
||
|
"version": "v1.6.0",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/symfony/polyfill-apcu.git",
|
||
|
"reference": "04f62674339602def515bff4bc6901fc1d4951e8"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/symfony/polyfill-apcu/zipball/04f62674339602def515bff4bc6901fc1d4951e8",
|
||
|
"reference": "04f62674339602def515bff4bc6901fc1d4951e8",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"php": ">=5.3.3"
|
||
|
},
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-master": "1.6-dev"
|
||
|
}
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Symfony\\Polyfill\\Apcu\\": ""
|
||
|
},
|
||
|
"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 backporting apcu_* functions to lower PHP versions",
|
||
|
"homepage": "https://symfony.com",
|
||
|
"keywords": [
|
||
|
"apcu",
|
||
|
"compatibility",
|
||
|
"polyfill",
|
||
|
"portable",
|
||
|
"shim"
|
||
|
],
|
||
|
"time": "2017-10-11T12:05:26+00:00"
|
||
|
},
|
||
|
{
|
||
|
"name": "symfony/polyfill-intl-icu",
|
||
|
"version": "v1.6.0",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/symfony/polyfill-intl-icu.git",
|
||
|
"reference": "d2bb2ef00dd8605d6fbd4db53ed4af1395953497"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/d2bb2ef00dd8605d6fbd4db53ed4af1395953497",
|
||
|
"reference": "d2bb2ef00dd8605d6fbd4db53ed4af1395953497",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"php": ">=5.3.3",
|
||
|
"symfony/intl": "~2.3|~3.0|~4.0"
|
||
|
},
|
||
|
"suggest": {
|
||
|
"ext-intl": "For best performance"
|
||
|
},
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-master": "1.6-dev"
|
||
|
}
|
||
|
},
|
||
|
"autoload": {
|
||
|
"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 intl's ICU-related data and classes",
|
||
|
"homepage": "https://symfony.com",
|
||
|
"keywords": [
|
||
|
"compatibility",
|
||
|
"icu",
|
||
|
"intl",
|
||
|
"polyfill",
|
||
|
"portable",
|
||
|
"shim"
|
||
|
],
|
||
|
"time": "2017-10-11T12:05:26+00:00"
|
||
|
},
|
||
|
{
|
||
|
"name": "symfony/polyfill-mbstring",
|
||
|
"version": "v1.6.0",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/symfony/polyfill-mbstring.git",
|
||
|
"reference": "2ec8b39c38cb16674bbf3fea2b6ce5bf117e1296"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/2ec8b39c38cb16674bbf3fea2b6ce5bf117e1296",
|
||
|
"reference": "2ec8b39c38cb16674bbf3fea2b6ce5bf117e1296",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"php": ">=5.3.3"
|
||
|
},
|
||
|
"suggest": {
|
||
|
"ext-mbstring": "For best performance"
|
||
|
},
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-master": "1.6-dev"
|
||
|
}
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Symfony\\Polyfill\\Mbstring\\": ""
|
||
|
},
|
||
|
"files": [
|
||
|
"bootstrap.php"
|
||
|
]
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"MIT"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Nicolas Grekas",
|
||
|
"email": "p@tchwork.com"
|
||
|
},
|
||
|
{
|
||
|
"name": "Symfony Community",
|
||
|
"homepage": "https://symfony.com/contributors"
|
||
|
}
|
||
|
],
|
||
|
"description": "Symfony polyfill for the Mbstring extension",
|
||
|
"homepage": "https://symfony.com",
|
||
|
"keywords": [
|
||
|
"compatibility",
|
||
|
"mbstring",
|
||
|
"polyfill",
|
||
|
"portable",
|
||
|
"shim"
|
||
|
],
|
||
|
"time": "2017-10-11T12:05:26+00:00"
|
||
|
},
|
||
|
{
|
||
|
"name": "symfony/polyfill-php56",
|
||
|
"version": "v1.6.0",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/symfony/polyfill-php56.git",
|
||
|
"reference": "265fc96795492430762c29be291a371494ba3a5b"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/265fc96795492430762c29be291a371494ba3a5b",
|
||
|
"reference": "265fc96795492430762c29be291a371494ba3a5b",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"php": ">=5.3.3",
|
||
|
"symfony/polyfill-util": "~1.0"
|
||
|
},
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-master": "1.6-dev"
|
||
|
}
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Symfony\\Polyfill\\Php56\\": ""
|
||
|
},
|
||
|
"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 backporting some PHP 5.6+ features to lower PHP versions",
|
||
|
"homepage": "https://symfony.com",
|
||
|
"keywords": [
|
||
|
"compatibility",
|
||
|
"polyfill",
|
||
|
"portable",
|
||
|
"shim"
|
||
|
],
|
||
|
"time": "2017-10-11T12:05:26+00:00"
|
||
|
},
|
||
|
{
|
||
|
"name": "symfony/polyfill-php70",
|
||
|
"version": "v1.6.0",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/symfony/polyfill-php70.git",
|
||
|
"reference": "0442b9c0596610bd24ae7b5f0a6cdbbc16d9fcff"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/0442b9c0596610bd24ae7b5f0a6cdbbc16d9fcff",
|
||
|
"reference": "0442b9c0596610bd24ae7b5f0a6cdbbc16d9fcff",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"paragonie/random_compat": "~1.0|~2.0",
|
||
|
"php": ">=5.3.3"
|
||
|
},
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-master": "1.6-dev"
|
||
|
}
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Symfony\\Polyfill\\Php70\\": ""
|
||
|
},
|
||
|
"files": [
|
||
|
"bootstrap.php"
|
||
|
],
|
||
|
"classmap": [
|
||
|
"Resources/stubs"
|
||
|
]
|
||
|
},
|
||
|
"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 backporting some PHP 7.0+ features to lower PHP versions",
|
||
|
"homepage": "https://symfony.com",
|
||
|
"keywords": [
|
||
|
"compatibility",
|
||
|
"polyfill",
|
||
|
"portable",
|
||
|
"shim"
|
||
|
],
|
||
|
"time": "2017-10-11T12:05:26+00:00"
|
||
|
},
|
||
|
{
|
||
|
"name": "symfony/polyfill-util",
|
||
|
"version": "v1.6.0",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/symfony/polyfill-util.git",
|
||
|
"reference": "6e719200c8e540e0c0effeb31f96bdb344b94176"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/symfony/polyfill-util/zipball/6e719200c8e540e0c0effeb31f96bdb344b94176",
|
||
|
"reference": "6e719200c8e540e0c0effeb31f96bdb344b94176",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"php": ">=5.3.3"
|
||
|
},
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-master": "1.6-dev"
|
||
|
}
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Symfony\\Polyfill\\Util\\": ""
|
||
|
}
|
||
|
},
|
||
|
"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 utilities for portability of PHP codes",
|
||
|
"homepage": "https://symfony.com",
|
||
|
"keywords": [
|
||
|
"compat",
|
||
|
"compatibility",
|
||
|
"polyfill",
|
||
|
"shim"
|
||
|
],
|
||
|
"time": "2017-10-11T12:05:26+00:00"
|
||
|
},
|
||
|
{
|
||
|
"name": "symfony/swiftmailer-bundle",
|
||
|
"version": "v2.6.7",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/symfony/swiftmailer-bundle.git",
|
||
|
"reference": "c4808f5169efc05567be983909d00f00521c53ec"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/symfony/swiftmailer-bundle/zipball/c4808f5169efc05567be983909d00f00521c53ec",
|
||
|
"reference": "c4808f5169efc05567be983909d00f00521c53ec",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"php": ">=5.3.2",
|
||
|
"swiftmailer/swiftmailer": "~4.2|~5.0",
|
||
|
"symfony/config": "~2.7|~3.0",
|
||
|
"symfony/dependency-injection": "~2.7|~3.0",
|
||
|
"symfony/http-kernel": "~2.7|~3.0"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"symfony/console": "~2.7|~3.0",
|
||
|
"symfony/framework-bundle": "~2.7|~3.0",
|
||
|
"symfony/phpunit-bridge": "~3.3@dev",
|
||
|
"symfony/yaml": "~2.7|~3.0"
|
||
|
},
|
||
|
"suggest": {
|
||
|
"psr/log": "Allows logging"
|
||
|
},
|
||
|
"type": "symfony-bundle",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-master": "2.6-dev"
|
||
|
}
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Symfony\\Bundle\\SwiftmailerBundle\\": ""
|
||
|
}
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"MIT"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Symfony Community",
|
||
|
"homepage": "http://symfony.com/contributors"
|
||
|
},
|
||
|
{
|
||
|
"name": "Fabien Potencier",
|
||
|
"email": "fabien@symfony.com"
|
||
|
}
|
||
|
],
|
||
|
"description": "Symfony SwiftmailerBundle",
|
||
|
"homepage": "http://symfony.com",
|
||
|
"time": "2017-10-19T01:06:41+00:00"
|
||
|
},
|
||
|
{
|
||
|
"name": "symfony/symfony",
|
||
|
"version": "v3.3.10",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/symfony/symfony.git",
|
||
|
"reference": "cfef3b2d505ae4375b17032bd03ed9a3da4b7b43"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/symfony/symfony/zipball/cfef3b2d505ae4375b17032bd03ed9a3da4b7b43",
|
||
|
"reference": "cfef3b2d505ae4375b17032bd03ed9a3da4b7b43",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"doctrine/common": "~2.4",
|
||
|
"ext-xml": "*",
|
||
|
"fig/link-util": "^1.0",
|
||
|
"php": "^5.5.9|>=7.0.8",
|
||
|
"psr/cache": "~1.0",
|
||
|
"psr/container": "^1.0",
|
||
|
"psr/link": "^1.0",
|
||
|
"psr/log": "~1.0",
|
||
|
"psr/simple-cache": "^1.0",
|
||
|
"symfony/polyfill-apcu": "~1.1",
|
||
|
"symfony/polyfill-intl-icu": "~1.0",
|
||
|
"symfony/polyfill-mbstring": "~1.0",
|
||
|
"symfony/polyfill-php56": "~1.0",
|
||
|
"symfony/polyfill-php70": "~1.0",
|
||
|
"symfony/polyfill-util": "~1.0",
|
||
|
"twig/twig": "~1.34|~2.4"
|
||
|
},
|
||
|
"conflict": {
|
||
|
"phpdocumentor/reflection-docblock": "<3.0||>=3.2.0,<3.2.2",
|
||
|
"phpdocumentor/type-resolver": "<0.2.0",
|
||
|
"phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
|
||
|
},
|
||
|
"provide": {
|
||
|
"psr/cache-implementation": "1.0",
|
||
|
"psr/container-implementation": "1.0",
|
||
|
"psr/simple-cache-implementation": "1.0"
|
||
|
},
|
||
|
"replace": {
|
||
|
"symfony/asset": "self.version",
|
||
|
"symfony/browser-kit": "self.version",
|
||
|
"symfony/cache": "self.version",
|
||
|
"symfony/class-loader": "self.version",
|
||
|
"symfony/config": "self.version",
|
||
|
"symfony/console": "self.version",
|
||
|
"symfony/css-selector": "self.version",
|
||
|
"symfony/debug": "self.version",
|
||
|
"symfony/debug-bundle": "self.version",
|
||
|
"symfony/dependency-injection": "self.version",
|
||
|
"symfony/doctrine-bridge": "self.version",
|
||
|
"symfony/dom-crawler": "self.version",
|
||
|
"symfony/dotenv": "self.version",
|
||
|
"symfony/event-dispatcher": "self.version",
|
||
|
"symfony/expression-language": "self.version",
|
||
|
"symfony/filesystem": "self.version",
|
||
|
"symfony/finder": "self.version",
|
||
|
"symfony/form": "self.version",
|
||
|
"symfony/framework-bundle": "self.version",
|
||
|
"symfony/http-foundation": "self.version",
|
||
|
"symfony/http-kernel": "self.version",
|
||
|
"symfony/inflector": "self.version",
|
||
|
"symfony/intl": "self.version",
|
||
|
"symfony/ldap": "self.version",
|
||
|
"symfony/monolog-bridge": "self.version",
|
||
|
"symfony/options-resolver": "self.version",
|
||
|
"symfony/process": "self.version",
|
||
|
"symfony/property-access": "self.version",
|
||
|
"symfony/property-info": "self.version",
|
||
|
"symfony/proxy-manager-bridge": "self.version",
|
||
|
"symfony/routing": "self.version",
|
||
|
"symfony/security": "self.version",
|
||
|
"symfony/security-bundle": "self.version",
|
||
|
"symfony/security-core": "self.version",
|
||
|
"symfony/security-csrf": "self.version",
|
||
|
"symfony/security-guard": "self.version",
|
||
|
"symfony/security-http": "self.version",
|
||
|
"symfony/serializer": "self.version",
|
||
|
"symfony/stopwatch": "self.version",
|
||
|
"symfony/templating": "self.version",
|
||
|
"symfony/translation": "self.version",
|
||
|
"symfony/twig-bridge": "self.version",
|
||
|
"symfony/twig-bundle": "self.version",
|
||
|
"symfony/validator": "self.version",
|
||
|
"symfony/var-dumper": "self.version",
|
||
|
"symfony/web-link": "self.version",
|
||
|
"symfony/web-profiler-bundle": "self.version",
|
||
|
"symfony/web-server-bundle": "self.version",
|
||
|
"symfony/workflow": "self.version",
|
||
|
"symfony/yaml": "self.version"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"cache/integration-tests": "dev-master",
|
||
|
"doctrine/cache": "~1.6",
|
||
|
"doctrine/data-fixtures": "1.0.*",
|
||
|
"doctrine/dbal": "~2.4",
|
||
|
"doctrine/doctrine-bundle": "~1.4",
|
||
|
"doctrine/orm": "~2.4,>=2.4.5",
|
||
|
"egulias/email-validator": "~1.2,>=1.2.8|~2.0",
|
||
|
"monolog/monolog": "~1.11",
|
||
|
"ocramius/proxy-manager": "~0.4|~1.0|~2.0",
|
||
|
"phpdocumentor/reflection-docblock": "^3.0|^4.0",
|
||
|
"predis/predis": "~1.0",
|
||
|
"sensio/framework-extra-bundle": "^3.0.2",
|
||
|
"symfony/phpunit-bridge": "~3.2",
|
||
|
"symfony/security-acl": "~2.8|~3.0"
|
||
|
},
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-master": "3.3-dev"
|
||
|
}
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Symfony\\Bridge\\Doctrine\\": "src/Symfony/Bridge/Doctrine/",
|
||
|
"Symfony\\Bridge\\Monolog\\": "src/Symfony/Bridge/Monolog/",
|
||
|
"Symfony\\Bridge\\ProxyManager\\": "src/Symfony/Bridge/ProxyManager/",
|
||
|
"Symfony\\Bridge\\Twig\\": "src/Symfony/Bridge/Twig/",
|
||
|
"Symfony\\Bundle\\": "src/Symfony/Bundle/",
|
||
|
"Symfony\\Component\\": "src/Symfony/Component/"
|
||
|
},
|
||
|
"classmap": [
|
||
|
"src/Symfony/Component/Intl/Resources/stubs"
|
||
|
],
|
||
|
"exclude-from-classmap": [
|
||
|
"**/Tests/"
|
||
|
]
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"MIT"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Fabien Potencier",
|
||
|
"email": "fabien@symfony.com"
|
||
|
},
|
||
|
{
|
||
|
"name": "Symfony Community",
|
||
|
"homepage": "https://symfony.com/contributors"
|
||
|
}
|
||
|
],
|
||
|
"description": "The Symfony PHP framework",
|
||
|
"homepage": "https://symfony.com",
|
||
|
"keywords": [
|
||
|
"framework"
|
||
|
],
|
||
|
"time": "2017-10-05T23:40:32+00:00"
|
||
|
},
|
||
|
{
|
||
|
"name": "twig/twig",
|
||
|
"version": "v1.35.0",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/twigphp/Twig.git",
|
||
|
"reference": "daa657073e55b0a78cce8fdd22682fddecc6385f"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/twigphp/Twig/zipball/daa657073e55b0a78cce8fdd22682fddecc6385f",
|
||
|
"reference": "daa657073e55b0a78cce8fdd22682fddecc6385f",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"php": ">=5.3.3"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"psr/container": "^1.0",
|
||
|
"symfony/debug": "~2.7",
|
||
|
"symfony/phpunit-bridge": "~3.3@dev"
|
||
|
},
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-master": "1.35-dev"
|
||
|
}
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-0": {
|
||
|
"Twig_": "lib/"
|
||
|
},
|
||
|
"psr-4": {
|
||
|
"Twig\\": "src/"
|
||
|
}
|
||
|
},
|
||
|
"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"
|
||
|
],
|
||
|
"time": "2017-09-27T18:06:46+00:00"
|
||
|
}
|
||
|
],
|
||
|
"packages-dev": [
|
||
|
{
|
||
|
"name": "phpdocumentor/reflection-common",
|
||
|
"version": "1.0.1",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/phpDocumentor/ReflectionCommon.git",
|
||
|
"reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
|
||
|
"reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"php": ">=5.5"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"phpunit/phpunit": "^4.6"
|
||
|
},
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-master": "1.0.x-dev"
|
||
|
}
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"phpDocumentor\\Reflection\\": [
|
||
|
"src"
|
||
|
]
|
||
|
}
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"MIT"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Jaap van Otterdijk",
|
||
|
"email": "opensource@ijaap.nl"
|
||
|
}
|
||
|
],
|
||
|
"description": "Common reflection classes used by phpdocumentor to reflect the code structure",
|
||
|
"homepage": "http://www.phpdoc.org",
|
||
|
"keywords": [
|
||
|
"FQSEN",
|
||
|
"phpDocumentor",
|
||
|
"phpdoc",
|
||
|
"reflection",
|
||
|
"static analysis"
|
||
|
],
|
||
|
"time": "2017-09-11T18:02:19+00:00"
|
||
|
},
|
||
|
{
|
||
|
"name": "phpdocumentor/reflection-docblock",
|
||
|
"version": "3.2.2",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
|
||
|
"reference": "4aada1f93c72c35e22fb1383b47fee43b8f1d157"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/4aada1f93c72c35e22fb1383b47fee43b8f1d157",
|
||
|
"reference": "4aada1f93c72c35e22fb1383b47fee43b8f1d157",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"php": ">=5.5",
|
||
|
"phpdocumentor/reflection-common": "^1.0@dev",
|
||
|
"phpdocumentor/type-resolver": "^0.3.0",
|
||
|
"webmozart/assert": "^1.0"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"mockery/mockery": "^0.9.4",
|
||
|
"phpunit/phpunit": "^4.4"
|
||
|
},
|
||
|
"type": "library",
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"phpDocumentor\\Reflection\\": [
|
||
|
"src/"
|
||
|
]
|
||
|
}
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"MIT"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Mike van Riel",
|
||
|
"email": "me@mikevanriel.com"
|
||
|
}
|
||
|
],
|
||
|
"description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
|
||
|
"time": "2017-08-08T06:39:58+00:00"
|
||
|
},
|
||
|
{
|
||
|
"name": "phpdocumentor/type-resolver",
|
||
|
"version": "0.3.0",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/phpDocumentor/TypeResolver.git",
|
||
|
"reference": "fb3933512008d8162b3cdf9e18dba9309b7c3773"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/fb3933512008d8162b3cdf9e18dba9309b7c3773",
|
||
|
"reference": "fb3933512008d8162b3cdf9e18dba9309b7c3773",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"php": "^5.5 || ^7.0",
|
||
|
"phpdocumentor/reflection-common": "^1.0"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"mockery/mockery": "^0.9.4",
|
||
|
"phpunit/phpunit": "^5.2||^4.8.24"
|
||
|
},
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-master": "1.0.x-dev"
|
||
|
}
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"phpDocumentor\\Reflection\\": [
|
||
|
"src/"
|
||
|
]
|
||
|
}
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"MIT"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Mike van Riel",
|
||
|
"email": "me@mikevanriel.com"
|
||
|
}
|
||
|
],
|
||
|
"time": "2017-06-03T08:32:36+00:00"
|
||
|
},
|
||
|
{
|
||
|
"name": "phpspec/prophecy",
|
||
|
"version": "v1.7.2",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/phpspec/prophecy.git",
|
||
|
"reference": "c9b8c6088acd19d769d4cc0ffa60a9fe34344bd6"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/phpspec/prophecy/zipball/c9b8c6088acd19d769d4cc0ffa60a9fe34344bd6",
|
||
|
"reference": "c9b8c6088acd19d769d4cc0ffa60a9fe34344bd6",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"doctrine/instantiator": "^1.0.2",
|
||
|
"php": "^5.3|^7.0",
|
||
|
"phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0",
|
||
|
"sebastian/comparator": "^1.1|^2.0",
|
||
|
"sebastian/recursion-context": "^1.0|^2.0|^3.0"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"phpspec/phpspec": "^2.5|^3.2",
|
||
|
"phpunit/phpunit": "^4.8 || ^5.6.5"
|
||
|
},
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-master": "1.7.x-dev"
|
||
|
}
|
||
|
},
|
||
|
"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"
|
||
|
],
|
||
|
"time": "2017-09-04T11:05:03+00:00"
|
||
|
},
|
||
|
{
|
||
|
"name": "phpunit/php-code-coverage",
|
||
|
"version": "2.2.4",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/sebastianbergmann/php-code-coverage.git",
|
||
|
"reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/eabf68b476ac7d0f73793aada060f1c1a9bf8979",
|
||
|
"reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"php": ">=5.3.3",
|
||
|
"phpunit/php-file-iterator": "~1.3",
|
||
|
"phpunit/php-text-template": "~1.2",
|
||
|
"phpunit/php-token-stream": "~1.3",
|
||
|
"sebastian/environment": "^1.3.2",
|
||
|
"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": {
|
||
|
"dev-master": "2.2.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": "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"
|
||
|
],
|
||
|
"time": "2015-10-06T15:47:00+00:00"
|
||
|
},
|
||
|
{
|
||
|
"name": "phpunit/php-file-iterator",
|
||
|
"version": "1.4.2",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/sebastianbergmann/php-file-iterator.git",
|
||
|
"reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/3cc8f69b3028d0f96a9078e6295d86e9bf019be5",
|
||
|
"reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5",
|
||
|
"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"
|
||
|
],
|
||
|
"time": "2016-10-03T07:40:28+00: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-21T13:50:34+00:00"
|
||
|
},
|
||
|
{
|
||
|
"name": "phpunit/php-timer",
|
||
|
"version": "1.0.9",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/sebastianbergmann/php-timer.git",
|
||
|
"reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
|
||
|
"reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"php": "^5.3.3 || ^7.0"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
|
||
|
},
|
||
|
"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": "sb@sebastian-bergmann.de",
|
||
|
"role": "lead"
|
||
|
}
|
||
|
],
|
||
|
"description": "Utility class for timing",
|
||
|
"homepage": "https://github.com/sebastianbergmann/php-timer/",
|
||
|
"keywords": [
|
||
|
"timer"
|
||
|
],
|
||
|
"time": "2017-02-26T11:10:40+00:00"
|
||
|
},
|
||
|
{
|
||
|
"name": "phpunit/php-token-stream",
|
||
|
"version": "1.4.11",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/sebastianbergmann/php-token-stream.git",
|
||
|
"reference": "e03f8f67534427a787e21a385a67ec3ca6978ea7"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/e03f8f67534427a787e21a385a67ec3ca6978ea7",
|
||
|
"reference": "e03f8f67534427a787e21a385a67ec3ca6978ea7",
|
||
|
"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"
|
||
|
],
|
||
|
"time": "2017-02-27T10:12:30+00:00"
|
||
|
},
|
||
|
{
|
||
|
"name": "phpunit/phpunit",
|
||
|
"version": "4.8.36",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/sebastianbergmann/phpunit.git",
|
||
|
"reference": "46023de9a91eec7dfb06cc56cb4e260017298517"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/46023de9a91eec7dfb06cc56cb4e260017298517",
|
||
|
"reference": "46023de9a91eec7dfb06cc56cb4e260017298517",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"ext-dom": "*",
|
||
|
"ext-json": "*",
|
||
|
"ext-pcre": "*",
|
||
|
"ext-reflection": "*",
|
||
|
"ext-spl": "*",
|
||
|
"php": ">=5.3.3",
|
||
|
"phpspec/prophecy": "^1.3.1",
|
||
|
"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.2.2",
|
||
|
"sebastian/diff": "~1.2",
|
||
|
"sebastian/environment": "~1.3",
|
||
|
"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": {
|
||
|
"dev-master": "4.8.x-dev"
|
||
|
}
|
||
|
},
|
||
|
"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": "2017-06-21T08:07:12+00:00"
|
||
|
},
|
||
|
{
|
||
|
"name": "phpunit/phpunit-mock-objects",
|
||
|
"version": "2.3.8",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
|
||
|
"reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/ac8e7a3db35738d56ee9a76e78a4e03d97628983",
|
||
|
"reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"doctrine/instantiator": "^1.0.2",
|
||
|
"php": ">=5.3.3",
|
||
|
"phpunit/php-text-template": "~1.2",
|
||
|
"sebastian/exporter": "~1.2"
|
||
|
},
|
||
|
"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"
|
||
|
],
|
||
|
"time": "2015-10-02T06:51:40+00:00"
|
||
|
},
|
||
|
{
|
||
|
"name": "sebastian/comparator",
|
||
|
"version": "1.2.4",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/sebastianbergmann/comparator.git",
|
||
|
"reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
|
||
|
"reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"php": ">=5.3.3",
|
||
|
"sebastian/diff": "~1.2",
|
||
|
"sebastian/exporter": "~1.2 || ~2.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"
|
||
|
}
|
||
|
],
|
||
|
"description": "Provides the functionality to compare PHP values for equality",
|
||
|
"homepage": "http://www.github.com/sebastianbergmann/comparator",
|
||
|
"keywords": [
|
||
|
"comparator",
|
||
|
"compare",
|
||
|
"equality"
|
||
|
],
|
||
|
"time": "2017-01-29T09:50:25+00:00"
|
||
|
},
|
||
|
{
|
||
|
"name": "sebastian/diff",
|
||
|
"version": "1.4.3",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/sebastianbergmann/diff.git",
|
||
|
"reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/7f066a26a962dbe58ddea9f72a4e82874a3975a4",
|
||
|
"reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"php": "^5.3.3 || ^7.0"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
|
||
|
},
|
||
|
"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": "Kore Nordmann",
|
||
|
"email": "mail@kore-nordmann.de"
|
||
|
},
|
||
|
{
|
||
|
"name": "Sebastian Bergmann",
|
||
|
"email": "sebastian@phpunit.de"
|
||
|
}
|
||
|
],
|
||
|
"description": "Diff implementation",
|
||
|
"homepage": "https://github.com/sebastianbergmann/diff",
|
||
|
"keywords": [
|
||
|
"diff"
|
||
|
],
|
||
|
"time": "2017-05-22T07:24:03+00:00"
|
||
|
},
|
||
|
{
|
||
|
"name": "sebastian/environment",
|
||
|
"version": "1.3.8",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/sebastianbergmann/environment.git",
|
||
|
"reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/be2c607e43ce4c89ecd60e75c6a85c126e754aea",
|
||
|
"reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"php": "^5.3.3 || ^7.0"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"phpunit/phpunit": "^4.8 || ^5.0"
|
||
|
},
|
||
|
"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"
|
||
|
],
|
||
|
"time": "2016-08-18T05:49:44+00:00"
|
||
|
},
|
||
|
{
|
||
|
"name": "sebastian/exporter",
|
||
|
"version": "1.2.2",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/sebastianbergmann/exporter.git",
|
||
|
"reference": "42c4c2eec485ee3e159ec9884f95b431287edde4"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/42c4c2eec485ee3e159ec9884f95b431287edde4",
|
||
|
"reference": "42c4c2eec485ee3e159ec9884f95b431287edde4",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"php": ">=5.3.3",
|
||
|
"sebastian/recursion-context": "~1.0"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"ext-mbstring": "*",
|
||
|
"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": "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"
|
||
|
],
|
||
|
"time": "2016-06-17T09:04:28+00:00"
|
||
|
},
|
||
|
{
|
||
|
"name": "sebastian/global-state",
|
||
|
"version": "1.1.1",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/sebastianbergmann/global-state.git",
|
||
|
"reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
|
||
|
"reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
|
||
|
"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"
|
||
|
],
|
||
|
"time": "2015-10-12T03:26:01+00:00"
|
||
|
},
|
||
|
{
|
||
|
"name": "sebastian/recursion-context",
|
||
|
"version": "1.0.5",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/sebastianbergmann/recursion-context.git",
|
||
|
"reference": "b19cc3298482a335a95f3016d2f8a6950f0fbcd7"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/b19cc3298482a335a95f3016d2f8a6950f0fbcd7",
|
||
|
"reference": "b19cc3298482a335a95f3016d2f8a6950f0fbcd7",
|
||
|
"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",
|
||
|
"time": "2016-10-03T07:41:43+00: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-21T13:59:46+00:00"
|
||
|
},
|
||
|
{
|
||
|
"name": "sensio/generator-bundle",
|
||
|
"version": "v3.1.6",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/sensiolabs/SensioGeneratorBundle.git",
|
||
|
"reference": "128bc5dabc91ca40b7445f094968dd70ccd58305"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/sensiolabs/SensioGeneratorBundle/zipball/128bc5dabc91ca40b7445f094968dd70ccd58305",
|
||
|
"reference": "128bc5dabc91ca40b7445f094968dd70ccd58305",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"symfony/console": "~2.7|~3.0",
|
||
|
"symfony/framework-bundle": "~2.7|~3.0",
|
||
|
"symfony/process": "~2.7|~3.0",
|
||
|
"symfony/yaml": "~2.7|~3.0",
|
||
|
"twig/twig": "^1.28.2|^2.0"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"doctrine/orm": "~2.4",
|
||
|
"symfony/doctrine-bridge": "~2.7|~3.0",
|
||
|
"symfony/filesystem": "~2.7|~3.0",
|
||
|
"symfony/phpunit-bridge": "^3.3"
|
||
|
},
|
||
|
"type": "symfony-bundle",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-master": "3.1.x-dev"
|
||
|
}
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Sensio\\Bundle\\GeneratorBundle\\": ""
|
||
|
},
|
||
|
"exclude-from-classmap": [
|
||
|
"/Tests/"
|
||
|
]
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"MIT"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Fabien Potencier",
|
||
|
"email": "fabien@symfony.com"
|
||
|
}
|
||
|
],
|
||
|
"description": "This bundle generates code for you",
|
||
|
"time": "2017-07-18T07:57:44+00:00"
|
||
|
},
|
||
|
{
|
||
|
"name": "symfony/phpunit-bridge",
|
||
|
"version": "v3.3.10",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/symfony/phpunit-bridge.git",
|
||
|
"reference": "6e40d1c8bc4037edf3852c0b29fdd2923c4e2133"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/6e40d1c8bc4037edf3852c0b29fdd2923c4e2133",
|
||
|
"reference": "6e40d1c8bc4037edf3852c0b29fdd2923c4e2133",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"php": ">=5.3.3"
|
||
|
},
|
||
|
"conflict": {
|
||
|
"phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
|
||
|
},
|
||
|
"suggest": {
|
||
|
"ext-zip": "Zip support is required when using bin/simple-phpunit",
|
||
|
"symfony/debug": "For tracking deprecated interfaces usages at runtime with DebugClassLoader"
|
||
|
},
|
||
|
"bin": [
|
||
|
"bin/simple-phpunit"
|
||
|
],
|
||
|
"type": "symfony-bridge",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-master": "3.3-dev"
|
||
|
}
|
||
|
},
|
||
|
"autoload": {
|
||
|
"files": [
|
||
|
"bootstrap.php"
|
||
|
],
|
||
|
"psr-4": {
|
||
|
"Symfony\\Bridge\\PhpUnit\\": ""
|
||
|
},
|
||
|
"exclude-from-classmap": [
|
||
|
"/Tests/"
|
||
|
]
|
||
|
},
|
||
|
"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 PHPUnit Bridge",
|
||
|
"homepage": "https://symfony.com",
|
||
|
"time": "2017-10-02T06:54:00+00:00"
|
||
|
},
|
||
|
{
|
||
|
"name": "webmozart/assert",
|
||
|
"version": "1.2.0",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/webmozart/assert.git",
|
||
|
"reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/webmozart/assert/zipball/2db61e59ff05fe5126d152bd0655c9ea113e550f",
|
||
|
"reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"php": "^5.3.3 || ^7.0"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"phpunit/phpunit": "^4.6",
|
||
|
"sebastian/version": "^1.0.1"
|
||
|
},
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-master": "1.3-dev"
|
||
|
}
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Webmozart\\Assert\\": "src/"
|
||
|
}
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"MIT"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Bernhard Schussek",
|
||
|
"email": "bschussek@gmail.com"
|
||
|
}
|
||
|
],
|
||
|
"description": "Assertions to validate method input/output with nice error messages.",
|
||
|
"keywords": [
|
||
|
"assert",
|
||
|
"check",
|
||
|
"validate"
|
||
|
],
|
||
|
"time": "2016-11-23T20:04:58+00:00"
|
||
|
}
|
||
|
],
|
||
|
"aliases": [],
|
||
|
"minimum-stability": "stable",
|
||
|
"stability-flags": [],
|
||
|
"prefer-stable": false,
|
||
|
"prefer-lowest": false,
|
||
|
"platform": {
|
||
|
"php": ">=5.5.9"
|
||
|
},
|
||
|
"platform-dev": [],
|
||
|
"platform-overrides": {
|
||
|
"php": "5.5.9"
|
||
|
}
|
||
|
}
|