SMMP/composer.lock

1964 lines
70 KiB
Plaintext
Raw Normal View History

2017-09-25 14:57:37 +00:00
{
"_readme": [
"This file locks the dependencies of your project to a known state",
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically"
],
"content-hash": "98f631539238eb6dba4f74f1ae9e4744",
"packages": [
{
"name": "symfony/polyfill-mbstring",
2018-02-07 13:50:04 +00:00
"version": "v1.7.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-mbstring.git",
2018-02-07 13:50:04 +00:00
"reference": "78be803ce01e55d3491c1397cf1c64beb9c1b63b"
},
"dist": {
"type": "zip",
2018-02-07 13:50:04 +00:00
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/78be803ce01e55d3491c1397cf1c64beb9c1b63b",
"reference": "78be803ce01e55d3491c1397cf1c64beb9c1b63b",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"suggest": {
"ext-mbstring": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {
2018-02-07 13:50:04 +00:00
"dev-master": "1.7-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"
],
2018-02-07 13:50:04 +00:00
"time": "2018-01-30T19:27:44+00:00"
},
{
"name": "twig/twig",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/twigphp/Twig.git",
"reference": "9c8c0a4b2a72a8147ea34833cf4132ef408755ba"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/twigphp/Twig/zipball/9c8c0a4b2a72a8147ea34833cf4132ef408755ba",
"reference": "9c8c0a4b2a72a8147ea34833cf4132ef408755ba",
"shasum": ""
},
"require": {
"php": "^7.0",
"symfony/polyfill-mbstring": "~1.0"
},
"require-dev": {
"psr/container": "^1.0",
"symfony/debug": "~2.7",
"symfony/phpunit-bridge": "~3.3@dev"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.0-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"
],
2018-02-07 13:50:04 +00:00
"time": "2017-09-27T17:50:14+00:00"
}
],
2017-09-25 14:57:37 +00:00
"packages-dev": [
{
"name": "composer/ca-bundle",
2018-02-07 13:50:04 +00:00
"version": "1.1.0",
2017-09-25 14:57:37 +00:00
"source": {
"type": "git",
"url": "https://github.com/composer/ca-bundle.git",
2018-02-07 13:50:04 +00:00
"reference": "943b2c4fcad1ef178d16a713c2468bf7e579c288"
2017-09-25 14:57:37 +00:00
},
"dist": {
"type": "zip",
2018-02-07 13:50:04 +00:00
"url": "https://api.github.com/repos/composer/ca-bundle/zipball/943b2c4fcad1ef178d16a713c2468bf7e579c288",
"reference": "943b2c4fcad1ef178d16a713c2468bf7e579c288",
2017-09-25 14:57:37 +00:00
"shasum": ""
},
"require": {
"ext-openssl": "*",
"ext-pcre": "*",
"php": "^5.3.2 || ^7.0"
},
"require-dev": {
2018-02-07 13:50:04 +00:00
"phpunit/phpunit": "^4.8.35",
2017-09-25 14:57:37 +00:00
"psr/log": "^1.0",
2018-02-07 13:50:04 +00:00
"symfony/process": "^2.5 || ^3.0 || ^4.0"
2017-09-25 14:57:37 +00:00
},
"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"
],
2018-02-07 13:50:04 +00:00
"time": "2017-11-29T09:37:33+00:00"
2017-09-25 14:57:37 +00:00
},
{
"name": "composer/composer",
2018-02-07 13:50:04 +00:00
"version": "1.6.3",
2017-09-25 14:57:37 +00:00
"source": {
"type": "git",
"url": "https://github.com/composer/composer.git",
2018-02-07 13:50:04 +00:00
"reference": "88a69fda0f2187ad8714cedffd7a8872dceaa4c2"
2017-09-25 14:57:37 +00:00
},
"dist": {
"type": "zip",
2018-02-07 13:50:04 +00:00
"url": "https://api.github.com/repos/composer/composer/zipball/88a69fda0f2187ad8714cedffd7a8872dceaa4c2",
"reference": "88a69fda0f2187ad8714cedffd7a8872dceaa4c2",
2017-09-25 14:57:37 +00:00
"shasum": ""
},
"require": {
"composer/ca-bundle": "^1.0",
"composer/semver": "^1.0",
2018-02-07 13:50:04 +00:00
"composer/spdx-licenses": "^1.2",
2017-09-25 14:57:37 +00:00
"justinrainbow/json-schema": "^3.0 || ^4.0 || ^5.0",
"php": "^5.3.2 || ^7.0",
"psr/log": "^1.0",
"seld/cli-prompt": "^1.0",
"seld/jsonlint": "^1.4",
"seld/phar-utils": "^1.0",
2018-02-07 13:50:04 +00:00
"symfony/console": "^2.7 || ^3.0 || ^4.0",
"symfony/filesystem": "^2.7 || ^3.0 || ^4.0",
"symfony/finder": "^2.7 || ^3.0 || ^4.0",
"symfony/process": "^2.7 || ^3.0 || ^4.0"
2017-09-25 14:57:37 +00:00
},
"require-dev": {
2018-02-07 13:50:04 +00:00
"phpunit/phpunit": "^4.8.35 || ^5.7",
2017-09-25 14:57:37 +00:00
"phpunit/phpunit-mock-objects": "^2.3 || ^3.0"
},
"suggest": {
"ext-openssl": "Enabling the openssl extension allows you to access https URLs for repositories and packages",
"ext-zip": "Enabling the zip extension allows you to unzip archives",
"ext-zlib": "Allow gzip compression of HTTP requests"
},
"bin": [
"bin/composer"
],
"type": "library",
"extra": {
"branch-alias": {
2018-02-07 13:50:04 +00:00
"dev-master": "1.6-dev"
2017-09-25 14:57:37 +00:00
}
},
"autoload": {
"psr-4": {
"Composer\\": "src/Composer"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nils Adermann",
"email": "naderman@naderman.de",
"homepage": "http://www.naderman.de"
},
{
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be",
"homepage": "http://seld.be"
}
],
"description": "Composer helps you declare, manage and install dependencies of PHP projects, ensuring you have the right stack everywhere.",
"homepage": "https://getcomposer.org/",
"keywords": [
"autoload",
"dependency",
"package"
],
2018-02-07 13:50:04 +00:00
"time": "2018-01-31T15:28:18+00:00"
2017-09-25 14:57:37 +00:00
},
{
"name": "composer/semver",
"version": "1.4.2",
"source": {
"type": "git",
"url": "https://github.com/composer/semver.git",
"reference": "c7cb9a2095a074d131b65a8a0cd294479d785573"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/composer/semver/zipball/c7cb9a2095a074d131b65a8a0cd294479d785573",
"reference": "c7cb9a2095a074d131b65a8a0cd294479d785573",
"shasum": ""
},
"require": {
"php": "^5.3.2 || ^7.0"
},
"require-dev": {
"phpunit/phpunit": "^4.5 || ^5.0.5",
"phpunit/phpunit-mock-objects": "2.3.0 || ^3.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
}
},
"autoload": {
"psr-4": {
"Composer\\Semver\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nils Adermann",
"email": "naderman@naderman.de",
"homepage": "http://www.naderman.de"
},
{
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be",
"homepage": "http://seld.be"
},
{
"name": "Rob Bast",
"email": "rob.bast@gmail.com",
"homepage": "http://robbast.nl"
}
],
"description": "Semver library that offers utilities, version constraint parsing and validation.",
"keywords": [
"semantic",
"semver",
"validation",
"versioning"
],
2018-02-07 13:50:04 +00:00
"time": "2016-08-30T16:08:34+00:00"
2017-09-25 14:57:37 +00:00
},
{
"name": "composer/spdx-licenses",
2018-02-07 13:50:04 +00:00
"version": "1.3.0",
2017-09-25 14:57:37 +00:00
"source": {
"type": "git",
"url": "https://github.com/composer/spdx-licenses.git",
2018-02-07 13:50:04 +00:00
"reference": "7e111c50db92fa2ced140f5ba23b4e261bc77a30"
2017-09-25 14:57:37 +00:00
},
"dist": {
"type": "zip",
2018-02-07 13:50:04 +00:00
"url": "https://api.github.com/repos/composer/spdx-licenses/zipball/7e111c50db92fa2ced140f5ba23b4e261bc77a30",
"reference": "7e111c50db92fa2ced140f5ba23b4e261bc77a30",
2017-09-25 14:57:37 +00:00
"shasum": ""
},
"require": {
"php": "^5.3.2 || ^7.0"
},
"require-dev": {
2018-02-07 13:50:04 +00:00
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5",
2017-09-25 14:57:37 +00:00
"phpunit/phpunit-mock-objects": "2.3.0 || ^3.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
}
},
"autoload": {
"psr-4": {
"Composer\\Spdx\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nils Adermann",
"email": "naderman@naderman.de",
"homepage": "http://www.naderman.de"
},
{
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be",
"homepage": "http://seld.be"
},
{
"name": "Rob Bast",
"email": "rob.bast@gmail.com",
"homepage": "http://robbast.nl"
}
],
"description": "SPDX licenses list and validation library.",
"keywords": [
"license",
"spdx",
"validator"
],
2018-02-07 13:50:04 +00:00
"time": "2018-01-31T13:17:27+00:00"
2017-09-25 14:57:37 +00:00
},
{
"name": "doctrine/collections",
2018-02-07 13:50:04 +00:00
"version": "v1.5.0",
2017-09-25 14:57:37 +00:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/collections.git",
2018-02-07 13:50:04 +00:00
"reference": "a01ee38fcd999f34d9bfbcee59dbda5105449cbf"
2017-09-25 14:57:37 +00:00
},
"dist": {
"type": "zip",
2018-02-07 13:50:04 +00:00
"url": "https://api.github.com/repos/doctrine/collections/zipball/a01ee38fcd999f34d9bfbcee59dbda5105449cbf",
"reference": "a01ee38fcd999f34d9bfbcee59dbda5105449cbf",
2017-09-25 14:57:37 +00:00
"shasum": ""
},
"require": {
2018-02-07 13:50:04 +00:00
"php": "^7.1"
2017-09-25 14:57:37 +00:00
},
"require-dev": {
"doctrine/coding-standard": "~0.1@dev",
"phpunit/phpunit": "^5.7"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.3.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"
],
2018-02-07 13:50:04 +00:00
"time": "2017-07-22T10:37:32+00:00"
2017-09-25 14:57:37 +00:00
},
{
"name": "gitonomy/gitlib",
2018-02-07 13:50:04 +00:00
"version": "v1.0.3",
2017-09-25 14:57:37 +00:00
"source": {
"type": "git",
"url": "https://github.com/gitonomy/gitlib.git",
2018-02-07 13:50:04 +00:00
"reference": "1c2b0605115786613cb517798046c8ab57c17097"
2017-09-25 14:57:37 +00:00
},
"dist": {
"type": "zip",
2018-02-07 13:50:04 +00:00
"url": "https://api.github.com/repos/gitonomy/gitlib/zipball/1c2b0605115786613cb517798046c8ab57c17097",
"reference": "1c2b0605115786613cb517798046c8ab57c17097",
2017-09-25 14:57:37 +00:00
"shasum": ""
},
"require": {
2018-02-07 13:50:04 +00:00
"php": "^5.3 || ^7.0",
"symfony/process": "^2.3|^3.0|^4.0"
2017-09-25 14:57:37 +00:00
},
"require-dev": {
2018-02-07 13:50:04 +00:00
"phpunit/phpunit": "^4.8.35|^5.7",
2017-09-25 14:57:37 +00:00
"psr/log": "^1.0"
},
"suggest": {
"psr/log": "Add some log"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
},
"autoload": {
"psr-4": {
"Gitonomy\\Git\\": "src/Gitonomy/Git/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Alexandre Salomé",
"email": "alexandre.salome@gmail.com",
"homepage": "http://alexandre-salome.fr"
},
{
"name": "Julien DIDIER",
"email": "genzo.wm@gmail.com",
"homepage": "http://www.jdidier.net"
}
],
"description": "Library for accessing git",
"homepage": "http://gitonomy.com",
2018-02-07 13:50:04 +00:00
"time": "2018-01-10T11:34:47+00:00"
2017-09-25 14:57:37 +00:00
},
{
"name": "jakub-onderka/php-parallel-lint",
"version": "v0.9.2",
"source": {
"type": "git",
"url": "https://github.com/JakubOnderka/PHP-Parallel-Lint.git",
"reference": "2ead2e4043ab125bee9554f356e0a86742c2d4fa"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/JakubOnderka/PHP-Parallel-Lint/zipball/2ead2e4043ab125bee9554f356e0a86742c2d4fa",
"reference": "2ead2e4043ab125bee9554f356e0a86742c2d4fa",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"require-dev": {
"jakub-onderka/php-console-highlighter": "~0.3",
"nette/tester": "~1.3"
},
"suggest": {
"jakub-onderka/php-console-highlighter": "Highlight syntax in code snippet"
},
"bin": [
"parallel-lint"
],
"type": "library",
"autoload": {
"classmap": [
"./"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-2-Clause"
],
"authors": [
{
"name": "Jakub Onderka",
"email": "jakub.onderka@gmail.com"
}
],
"description": "This tool check syntax of PHP files about 20x faster than serial check.",
"homepage": "https://github.com/JakubOnderka/PHP-Parallel-Lint",
2018-02-07 13:50:04 +00:00
"time": "2015-12-15T10:42:16+00:00"
2017-09-25 14:57:37 +00:00
},
{
"name": "justinrainbow/json-schema",
"version": "5.2.6",
2017-09-25 14:57:37 +00:00
"source": {
"type": "git",
"url": "https://github.com/justinrainbow/json-schema.git",
"reference": "d283e11b6e14c6f4664cf080415c4341293e5bbd"
2017-09-25 14:57:37 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/d283e11b6e14c6f4664cf080415c4341293e5bbd",
"reference": "d283e11b6e14c6f4664cf080415c4341293e5bbd",
2017-09-25 14:57:37 +00:00
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.1",
"json-schema/json-schema-test-suite": "1.2.0",
"phpunit/phpunit": "^4.8.22"
},
"bin": [
"bin/validate-json"
],
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "5.0.x-dev"
}
},
"autoload": {
"psr-4": {
"JsonSchema\\": "src/JsonSchema/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Bruno Prieto Reis",
"email": "bruno.p.reis@gmail.com"
},
{
"name": "Justin Rainbow",
"email": "justin.rainbow@gmail.com"
},
{
"name": "Igor Wiedler",
"email": "igor@wiedler.ch"
},
{
"name": "Robert Schönthal",
"email": "seroscho@googlemail.com"
}
],
"description": "A library to validate a json schema.",
"homepage": "https://github.com/justinrainbow/json-schema",
"keywords": [
"json",
"schema"
],
2018-02-07 13:50:04 +00:00
"time": "2017-10-21T13:15:38+00:00"
2017-09-25 14:57:37 +00:00
},
{
"name": "kahlan/kahlan",
"version": "3.1.18",
"source": {
"type": "git",
"url": "https://github.com/kahlan/kahlan.git",
"reference": "598c3682ca47fef162398a7acd706acd4fe39798"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/kahlan/kahlan/zipball/598c3682ca47fef162398a7acd706acd4fe39798",
"reference": "598c3682ca47fef162398a7acd706acd4fe39798",
"shasum": ""
},
"require": {
"php": ">=5.4"
},
"require-dev": {
"squizlabs/php_codesniffer": "^2.7"
},
"bin": [
"bin/kahlan"
],
"type": "library",
"autoload": {
"psr-4": {
"Kahlan\\": "src/"
},
"files": [
"src/functions.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "CrysaLEAD"
}
],
"description": "The PHP Test Framework for Freedom, Truth and Justice.",
"keywords": [
"BDD",
"Behavior-Driven Development",
"Monkey Patching",
"TDD",
"mock",
"stub",
"testing",
"unit test"
],
2018-02-07 13:50:04 +00:00
"time": "2017-08-12T20:37:11+00:00"
2017-09-25 14:57:37 +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"
}
],
2017-09-25 15:00:20 +00:00
"description": "Sends your logs to files, sockets, inboxes, databases and various web services",
"homepage": "http://github.com/Seldaek/monolog",
2017-09-25 14:57:37 +00:00
"keywords": [
2017-09-25 15:00:20 +00:00
"log",
"logging",
"psr-3"
2017-09-25 14:57:37 +00:00
],
2018-02-07 13:50:04 +00:00
"time": "2017-06-19T01:22:40+00:00"
2017-09-25 14:57:37 +00:00
},
{
2017-09-25 15:00:20 +00:00
"name": "ocramius/package-versions",
2018-02-07 13:50:04 +00:00
"version": "1.3.0",
2017-09-25 14:57:37 +00:00
"source": {
"type": "git",
2017-09-25 15:00:20 +00:00
"url": "https://github.com/Ocramius/PackageVersions.git",
2018-02-07 13:50:04 +00:00
"reference": "4489d5002c49d55576fa0ba786f42dbb009be46f"
2017-09-25 14:57:37 +00:00
},
"dist": {
"type": "zip",
2018-02-07 13:50:04 +00:00
"url": "https://api.github.com/repos/Ocramius/PackageVersions/zipball/4489d5002c49d55576fa0ba786f42dbb009be46f",
"reference": "4489d5002c49d55576fa0ba786f42dbb009be46f",
2017-09-25 14:57:37 +00:00
"shasum": ""
},
"require": {
2018-02-07 13:50:04 +00:00
"composer-plugin-api": "^1.0.0",
"php": "^7.1.0"
2017-09-25 14:57:37 +00:00
},
"require-dev": {
2018-02-07 13:50:04 +00:00
"composer/composer": "^1.6.3",
2017-09-25 15:00:20 +00:00
"ext-zip": "*",
2018-02-07 13:50:04 +00:00
"infection/infection": "^0.7.1",
"phpunit/phpunit": "^7.0.0"
2017-09-25 14:57:37 +00:00
},
2017-09-25 15:00:20 +00:00
"type": "composer-plugin",
2017-09-25 14:57:37 +00:00
"extra": {
2017-09-25 15:00:20 +00:00
"class": "PackageVersions\\Installer",
2017-09-25 14:57:37 +00:00
"branch-alias": {
2017-09-25 15:00:20 +00:00
"dev-master": "2.0.x-dev"
2017-09-25 14:57:37 +00:00
}
},
"autoload": {
2017-09-25 15:00:20 +00:00
"psr-4": {
"PackageVersions\\": "src/PackageVersions"
}
2017-09-25 14:57:37 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2017-09-25 15:00:20 +00:00
"MIT"
2017-09-25 14:57:37 +00:00
],
"authors": [
{
2017-09-25 15:00:20 +00:00
"name": "Marco Pivetta",
"email": "ocramius@gmail.com"
2017-09-25 14:57:37 +00:00
}
],
2017-09-25 15:00:20 +00:00
"description": "Composer plugin that provides efficient querying for installed package versions (no runtime IO)",
2018-02-07 13:50:04 +00:00
"time": "2018-02-05T13:05:30+00:00"
2017-09-25 14:57:37 +00:00
},
{
2017-09-25 15:00:20 +00:00
"name": "ocramius/proxy-manager",
2018-02-07 13:50:04 +00:00
"version": "2.1.1",
2017-09-25 14:57:37 +00:00
"source": {
"type": "git",
2017-09-25 15:00:20 +00:00
"url": "https://github.com/Ocramius/ProxyManager.git",
2018-02-07 13:50:04 +00:00
"reference": "e18ac876b2e4819c76349de8f78ccc8ef1554cd7"
2017-09-25 14:57:37 +00:00
},
"dist": {
"type": "zip",
2018-02-07 13:50:04 +00:00
"url": "https://api.github.com/repos/Ocramius/ProxyManager/zipball/e18ac876b2e4819c76349de8f78ccc8ef1554cd7",
"reference": "e18ac876b2e4819c76349de8f78ccc8ef1554cd7",
2017-09-25 14:57:37 +00:00
"shasum": ""
},
"require": {
2018-02-07 13:50:04 +00:00
"ocramius/package-versions": "^1.1.1",
"php": "^7.1.0",
"zendframework/zend-code": "^3.1.0"
2017-09-25 14:57:37 +00:00
},
"require-dev": {
2018-02-07 13:50:04 +00:00
"couscous/couscous": "^1.5.2",
2017-09-25 15:00:20 +00:00
"ext-phar": "*",
2018-02-07 13:50:04 +00:00
"humbug/humbug": "dev-master@DEV",
"nikic/php-parser": "^3.0.4",
"phpbench/phpbench": "^0.12.2",
"phpstan/phpstan": "^0.6.4",
"phpunit/phpunit": "^5.6.4",
"phpunit/phpunit-mock-objects": "^3.4.1",
"squizlabs/php_codesniffer": "^2.7.0"
2017-09-25 15:00:20 +00:00
},
"suggest": {
"ocramius/generated-hydrator": "To have very fast object to array to object conversion for ghost objects",
"zendframework/zend-json": "To have the JsonRpc adapter (Remote Object feature)",
"zendframework/zend-soap": "To have the Soap adapter (Remote Object feature)",
"zendframework/zend-xmlrpc": "To have the XmlRpc adapter (Remote Object feature)"
2017-09-25 14:57:37 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2017-09-25 15:00:20 +00:00
"dev-master": "3.0.x-dev"
2017-09-25 14:57:37 +00:00
}
},
"autoload": {
2017-09-25 15:00:20 +00:00
"psr-0": {
"ProxyManager\\": "src"
}
2017-09-25 14:57:37 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2017-09-25 15:00:20 +00:00
"MIT"
2017-09-25 14:57:37 +00:00
],
"authors": [
{
2017-09-25 15:00:20 +00:00
"name": "Marco Pivetta",
"email": "ocramius@gmail.com",
"homepage": "http://ocramius.github.io/"
2017-09-25 14:57:37 +00:00
}
],
2017-09-25 15:00:20 +00:00
"description": "A library providing utilities to generate, instantiate and generally operate with Object Proxies",
"homepage": "https://github.com/Ocramius/ProxyManager",
"keywords": [
"aop",
"lazy loading",
"proxy",
"proxy pattern",
"service proxies"
],
2018-02-07 13:50:04 +00:00
"time": "2017-05-04T11:12:50+00:00"
2017-09-25 14:57:37 +00:00
},
{
2017-09-25 15:00:20 +00:00
"name": "phpro/grumphp",
"version": "v0.11.6",
2017-09-25 14:57:37 +00:00
"source": {
"type": "git",
2017-09-25 15:00:20 +00:00
"url": "https://github.com/phpro/grumphp.git",
"reference": "c57aeff808b4b5a7da84a432d3b39ef347dcba02"
2017-09-25 14:57:37 +00:00
},
"dist": {
"type": "zip",
2017-09-25 15:00:20 +00:00
"url": "https://api.github.com/repos/phpro/grumphp/zipball/c57aeff808b4b5a7da84a432d3b39ef347dcba02",
"reference": "c57aeff808b4b5a7da84a432d3b39ef347dcba02",
2017-09-25 14:57:37 +00:00
"shasum": ""
},
"require": {
2017-09-25 15:00:20 +00:00
"composer-plugin-api": "~1.0",
"composer/composer": "^1.0",
"doctrine/collections": "~1.2",
"gitonomy/gitlib": "~1.0",
"monolog/monolog": "~1.16",
"ocramius/proxy-manager": "~0.4|~1.0|~2.0",
"php": ">=5.6.0",
"seld/jsonlint": "~1.1",
"symfony/config": "~2.7|~3.0",
"symfony/console": "~2.7|~3.0",
"symfony/dependency-injection": "~2.7|~3.0",
"symfony/event-dispatcher": "~2.7|~3.0",
"symfony/filesystem": "~2.7|~3.0",
"symfony/finder": "~2.7|~3.0",
"symfony/options-resolver": "~2.7|~3.0",
"symfony/process": "~2.7|~3.0",
"symfony/proxy-manager-bridge": "~2.7|~3.0",
"symfony/yaml": "~2.7|~3.0"
2017-09-25 14:57:37 +00:00
},
"require-dev": {
2017-09-25 15:00:20 +00:00
"friendsofphp/php-cs-fixer": "~1|~2",
"jakub-onderka/php-parallel-lint": "^0.9.2",
"nikic/php-parser": "~2.1",
"phpspec/phpspec": "^3.2.2",
"phpspec/prophecy": "^1.6.2",
"phpunit/phpunit": "^4.8.31",
"sebastian/comparator": "^1.2.4",
"sensiolabs/security-checker": "^3.0",
"squizlabs/php_codesniffer": "~2.4"
2017-09-25 14:57:37 +00:00
},
2017-09-25 15:00:20 +00:00
"suggest": {
"atoum/atoum": "Lets GrumPHP run your unit tests.",
"behat/behat": "Lets GrumPHP validate your project features.",
"codeception/codeception": "Lets GrumPHP run your project's full stack tests",
"codegyre/robo": "Lets GrumPHP run your automated PHP tasks.",
"doctrine/orm": "Lets GrumPHP validate your Doctrine mapping files.",
"etsy/phan": "Lets GrumPHP unleash a static analyzer on your code",
"friendsofphp/php-cs-fixer": "Lets GrumPHP automatically fix your codestyle.",
"jakub-onderka/php-parallel-lint": "Lets GrumPHP quickly lint your entire code base.",
"malukenho/kawaii-gherkin": "Lets GrumPHP lint your Gherkin files.",
"nikic/php-parser": "Lets GrumPHP run static analyses through your PHP files.",
"phing/phing": "Lets GrumPHP run your automated PHP tasks.",
"phpmd/phpmd": "Lets GrumPHP sort out the mess in your code",
"phpmnd/phpmnd": "Lets GrumPHP help you detect magic numbers in PHP code.",
"phpspec/phpspec": "Lets GrumPHP spec your code.",
"phpstan/phpstan": "Lets GrumPHP discover bugs in your code without running it.",
"phpunit/phpunit": "Lets GrumPHP run your unit tests.",
"roave/security-advisories": "Lets GrumPHP be sure that there are no known security issues.",
"sebastian/phpcpd": "Lets GrumPHP find duplicated code.",
"sensiolabs/security-checker": "Lets GrumPHP be sure that there are no known security issues.",
"squizlabs/php_codesniffer": "Lets GrumPHP sniff on your code.",
"sstalle/php7cc": "Lets GrumPHP check PHP 5.3 - 5.6 code compatibility with PHP 7."
},
"bin": [
"bin/grumphp"
],
"type": "composer-plugin",
2017-09-25 14:57:37 +00:00
"extra": {
2017-09-25 15:00:20 +00:00
"class": "GrumPHP\\Composer\\GrumPHPPlugin"
2017-09-25 14:57:37 +00:00
},
"autoload": {
2017-09-25 15:00:20 +00:00
"psr-4": {
"GrumPHP\\": "src"
}
2017-09-25 14:57:37 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2017-09-25 15:00:20 +00:00
"MIT"
2017-09-25 14:57:37 +00:00
],
"authors": [
{
2017-09-25 15:00:20 +00:00
"name": "Toon Verwerft",
"email": "toon.verwerft@phpro.be"
2017-09-25 14:57:37 +00:00
},
{
2017-09-25 15:00:20 +00:00
"name": "Alexander Deruwe",
"email": "alexander.deruwe@phpro.be"
2017-09-25 14:57:37 +00:00
}
],
2017-09-25 15:00:20 +00:00
"description": "A composer plugin that enables source code quality checks.",
2018-02-07 13:50:04 +00:00
"time": "2017-05-31T17:49:48+00:00"
2017-09-25 14:57:37 +00:00
},
{
2017-09-25 15:00:20 +00:00
"name": "psr/container",
2017-09-25 14:57:37 +00:00
"version": "1.0.0",
"source": {
"type": "git",
2017-09-25 15:00:20 +00:00
"url": "https://github.com/php-fig/container.git",
"reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
2017-09-25 14:57:37 +00:00
},
"dist": {
"type": "zip",
2017-09-25 15:00:20 +00:00
"url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
"reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
2017-09-25 14:57:37 +00:00
"shasum": ""
},
"require": {
2017-09-25 15:00:20 +00:00
"php": ">=5.3.0"
2017-09-25 14:57:37 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
2017-09-25 15:00:20 +00:00
"psr-4": {
"Psr\\Container\\": "src/"
}
2017-09-25 14:57:37 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2017-09-25 15:00:20 +00:00
"MIT"
2017-09-25 14:57:37 +00:00
],
"authors": [
{
2017-09-25 15:00:20 +00:00
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
2017-09-25 14:57:37 +00:00
}
],
2017-09-25 15:00:20 +00:00
"description": "Common Container Interface (PHP FIG PSR-11)",
"homepage": "https://github.com/php-fig/container",
"keywords": [
"PSR-11",
"container",
"container-interface",
"container-interop",
"psr"
],
2018-02-07 13:50:04 +00:00
"time": "2017-02-14T16:28:37+00:00"
2017-09-25 14:57:37 +00:00
},
{
2017-09-25 15:00:20 +00:00
"name": "psr/log",
"version": "1.0.2",
2017-09-25 14:57:37 +00:00
"source": {
"type": "git",
2017-09-25 15:00:20 +00:00
"url": "https://github.com/php-fig/log.git",
"reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
2017-09-25 14:57:37 +00:00
},
"dist": {
"type": "zip",
2017-09-25 15:00:20 +00:00
"url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
"reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
2017-09-25 14:57:37 +00:00
"shasum": ""
},
"require": {
2017-09-25 15:00:20 +00:00
"php": ">=5.3.0"
2017-09-25 14:57:37 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2017-09-25 15:00:20 +00:00
"dev-master": "1.0.x-dev"
2017-09-25 14:57:37 +00:00
}
},
"autoload": {
2017-09-25 15:00:20 +00:00
"psr-4": {
"Psr\\Log\\": "Psr/Log/"
}
2017-09-25 14:57:37 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2017-09-25 15:00:20 +00:00
"MIT"
2017-09-25 14:57:37 +00:00
],
"authors": [
{
2017-09-25 15:00:20 +00:00
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
2017-09-25 14:57:37 +00:00
}
],
2017-09-25 15:00:20 +00:00
"description": "Common interface for logging libraries",
"homepage": "https://github.com/php-fig/log",
"keywords": [
"log",
"psr",
"psr-3"
],
2018-02-07 13:50:04 +00:00
"time": "2016-10-10T12:19:37+00:00"
2017-09-25 14:57:37 +00:00
},
{
"name": "seld/cli-prompt",
"version": "1.0.3",
"source": {
"type": "git",
"url": "https://github.com/Seldaek/cli-prompt.git",
"reference": "a19a7376a4689d4d94cab66ab4f3c816019ba8dd"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Seldaek/cli-prompt/zipball/a19a7376a4689d4d94cab66ab4f3c816019ba8dd",
"reference": "a19a7376a4689d4d94cab66ab4f3c816019ba8dd",
"shasum": ""
},
"require": {
"php": ">=5.3"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
}
},
"autoload": {
"psr-4": {
"Seld\\CliPrompt\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be"
}
],
"description": "Allows you to prompt for user input on the command line, and optionally hide the characters they type",
"keywords": [
"cli",
"console",
"hidden",
"input",
"prompt"
],
2018-02-07 13:50:04 +00:00
"time": "2017-03-18T11:32:45+00:00"
2017-09-25 14:57:37 +00:00
},
{
"name": "seld/jsonlint",
2018-02-07 13:50:04 +00:00
"version": "1.7.1",
2017-09-25 14:57:37 +00:00
"source": {
"type": "git",
"url": "https://github.com/Seldaek/jsonlint.git",
2018-02-07 13:50:04 +00:00
"reference": "d15f59a67ff805a44c50ea0516d2341740f81a38"
2017-09-25 14:57:37 +00:00
},
"dist": {
"type": "zip",
2018-02-07 13:50:04 +00:00
"url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/d15f59a67ff805a44c50ea0516d2341740f81a38",
"reference": "d15f59a67ff805a44c50ea0516d2341740f81a38",
2017-09-25 14:57:37 +00:00
"shasum": ""
},
"require": {
"php": "^5.3 || ^7.0"
},
"require-dev": {
2018-02-07 13:50:04 +00:00
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
2017-09-25 14:57:37 +00:00
},
"bin": [
"bin/jsonlint"
],
"type": "library",
"autoload": {
"psr-4": {
"Seld\\JsonLint\\": "src/Seld/JsonLint/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be",
"homepage": "http://seld.be"
}
],
"description": "JSON Linter",
"keywords": [
"json",
"linter",
"parser",
"validator"
],
2018-02-07 13:50:04 +00:00
"time": "2018-01-24T12:46:19+00:00"
2017-09-25 14:57:37 +00:00
},
{
"name": "seld/phar-utils",
"version": "1.0.1",
"source": {
"type": "git",
"url": "https://github.com/Seldaek/phar-utils.git",
"reference": "7009b5139491975ef6486545a39f3e6dad5ac30a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Seldaek/phar-utils/zipball/7009b5139491975ef6486545a39f3e6dad5ac30a",
"reference": "7009b5139491975ef6486545a39f3e6dad5ac30a",
"shasum": ""
},
"require": {
"php": ">=5.3"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
}
},
"autoload": {
"psr-4": {
"Seld\\PharUtils\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be"
}
],
"description": "PHAR file format utilities, for when PHP phars you up",
"keywords": [
"phra"
],
2018-02-07 13:50:04 +00:00
"time": "2015-10-13T18:44:15+00:00"
2017-09-25 14:57:37 +00:00
},
{
"name": "symfony/config",
2018-02-07 13:50:04 +00:00
"version": "v3.4.4",
2017-09-25 14:57:37 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/config.git",
2018-02-07 13:50:04 +00:00
"reference": "72689b934d6c6ecf73eca874e98933bf055313c9"
2017-09-25 14:57:37 +00:00
},
"dist": {
"type": "zip",
2018-02-07 13:50:04 +00:00
"url": "https://api.github.com/repos/symfony/config/zipball/72689b934d6c6ecf73eca874e98933bf055313c9",
"reference": "72689b934d6c6ecf73eca874e98933bf055313c9",
2017-09-25 14:57:37 +00:00
"shasum": ""
},
"require": {
"php": "^5.5.9|>=7.0.8",
2018-02-07 13:50:04 +00:00
"symfony/filesystem": "~2.8|~3.0|~4.0"
2017-09-25 14:57:37 +00:00
},
"conflict": {
"symfony/dependency-injection": "<3.3",
"symfony/finder": "<3.3"
},
"require-dev": {
2018-02-07 13:50:04 +00:00
"symfony/dependency-injection": "~3.3|~4.0",
"symfony/finder": "~3.3|~4.0",
"symfony/yaml": "~3.0|~4.0"
2017-09-25 14:57:37 +00:00
},
"suggest": {
"symfony/yaml": "To use the yaml reference dumper"
},
"type": "library",
"extra": {
"branch-alias": {
2018-02-07 13:50:04 +00:00
"dev-master": "3.4-dev"
2017-09-25 14:57:37 +00:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\Config\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony Config Component",
"homepage": "https://symfony.com",
2018-02-07 13:50:04 +00:00
"time": "2018-01-21T19:05:02+00:00"
2017-09-25 14:57:37 +00:00
},
{
"name": "symfony/console",
2018-02-07 13:50:04 +00:00
"version": "v3.4.4",
2017-09-25 14:57:37 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/console.git",
2018-02-07 13:50:04 +00:00
"reference": "26b6f419edda16c19775211987651cb27baea7f1"
2017-09-25 14:57:37 +00:00
},
"dist": {
"type": "zip",
2018-02-07 13:50:04 +00:00
"url": "https://api.github.com/repos/symfony/console/zipball/26b6f419edda16c19775211987651cb27baea7f1",
"reference": "26b6f419edda16c19775211987651cb27baea7f1",
2017-09-25 14:57:37 +00:00
"shasum": ""
},
"require": {
"php": "^5.5.9|>=7.0.8",
2018-02-07 13:50:04 +00:00
"symfony/debug": "~2.8|~3.0|~4.0",
2017-09-25 14:57:37 +00:00
"symfony/polyfill-mbstring": "~1.0"
},
"conflict": {
2018-02-07 13:50:04 +00:00
"symfony/dependency-injection": "<3.4",
"symfony/process": "<3.3"
2017-09-25 14:57:37 +00:00
},
"require-dev": {
"psr/log": "~1.0",
2018-02-07 13:50:04 +00:00
"symfony/config": "~3.3|~4.0",
"symfony/dependency-injection": "~3.4|~4.0",
"symfony/event-dispatcher": "~2.8|~3.0|~4.0",
"symfony/lock": "~3.4|~4.0",
"symfony/process": "~3.3|~4.0"
2017-09-25 14:57:37 +00:00
},
"suggest": {
"psr/log": "For using the console logger",
"symfony/event-dispatcher": "",
2018-02-07 13:50:04 +00:00
"symfony/lock": "",
2017-09-25 14:57:37 +00:00
"symfony/process": ""
},
"type": "library",
"extra": {
"branch-alias": {
2018-02-07 13:50:04 +00:00
"dev-master": "3.4-dev"
2017-09-25 14:57:37 +00:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\Console\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony Console Component",
"homepage": "https://symfony.com",
2018-02-07 13:50:04 +00:00
"time": "2018-01-29T09:03:43+00:00"
2017-09-25 14:57:37 +00:00
},
{
"name": "symfony/debug",
2018-02-07 13:50:04 +00:00
"version": "v4.0.4",
2017-09-25 14:57:37 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/debug.git",
2018-02-07 13:50:04 +00:00
"reference": "c77bb31d0f6310a2ac11e657475d396a92e5dc54"
2017-09-25 14:57:37 +00:00
},
"dist": {
"type": "zip",
2018-02-07 13:50:04 +00:00
"url": "https://api.github.com/repos/symfony/debug/zipball/c77bb31d0f6310a2ac11e657475d396a92e5dc54",
"reference": "c77bb31d0f6310a2ac11e657475d396a92e5dc54",
2017-09-25 14:57:37 +00:00
"shasum": ""
},
"require": {
2018-02-07 13:50:04 +00:00
"php": "^7.1.3",
2017-09-25 14:57:37 +00:00
"psr/log": "~1.0"
},
"conflict": {
2018-02-07 13:50:04 +00:00
"symfony/http-kernel": "<3.4"
2017-09-25 14:57:37 +00:00
},
"require-dev": {
2018-02-07 13:50:04 +00:00
"symfony/http-kernel": "~3.4|~4.0"
2017-09-25 14:57:37 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2018-02-07 13:50:04 +00:00
"dev-master": "4.0-dev"
2017-09-25 14:57:37 +00:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\Debug\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony Debug Component",
"homepage": "https://symfony.com",
2018-02-07 13:50:04 +00:00
"time": "2018-01-18T22:19:33+00:00"
2017-09-25 14:57:37 +00:00
},
{
"name": "symfony/dependency-injection",
2018-02-07 13:50:04 +00:00
"version": "v3.4.4",
2017-09-25 14:57:37 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/dependency-injection.git",
2018-02-07 13:50:04 +00:00
"reference": "4b2717ee2499390e371e1fc7abaf886c1c83e83d"
2017-09-25 14:57:37 +00:00
},
"dist": {
"type": "zip",
2018-02-07 13:50:04 +00:00
"url": "https://api.github.com/repos/symfony/dependency-injection/zipball/4b2717ee2499390e371e1fc7abaf886c1c83e83d",
"reference": "4b2717ee2499390e371e1fc7abaf886c1c83e83d",
2017-09-25 14:57:37 +00:00
"shasum": ""
},
"require": {
"php": "^5.5.9|>=7.0.8",
"psr/container": "^1.0"
},
"conflict": {
2018-02-07 13:50:04 +00:00
"symfony/config": "<3.3.7",
2017-09-25 14:57:37 +00:00
"symfony/finder": "<3.3",
2018-02-07 13:50:04 +00:00
"symfony/proxy-manager-bridge": "<3.4",
"symfony/yaml": "<3.4"
2017-09-25 14:57:37 +00:00
},
"provide": {
"psr/container-implementation": "1.0"
},
"require-dev": {
2018-02-07 13:50:04 +00:00
"symfony/config": "~3.3|~4.0",
"symfony/expression-language": "~2.8|~3.0|~4.0",
"symfony/yaml": "~3.4|~4.0"
2017-09-25 14:57:37 +00:00
},
"suggest": {
"symfony/config": "",
"symfony/expression-language": "For using expressions in service container configuration",
"symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required",
"symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
"symfony/yaml": ""
},
"type": "library",
"extra": {
"branch-alias": {
2018-02-07 13:50:04 +00:00
"dev-master": "3.4-dev"
2017-09-25 14:57:37 +00:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\DependencyInjection\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony DependencyInjection Component",
"homepage": "https://symfony.com",
2018-02-07 13:50:04 +00:00
"time": "2018-01-29T09:16:57+00:00"
2017-09-25 14:57:37 +00:00
},
{
"name": "symfony/event-dispatcher",
2018-02-07 13:50:04 +00:00
"version": "v3.4.4",
2017-09-25 14:57:37 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/event-dispatcher.git",
2018-02-07 13:50:04 +00:00
"reference": "26b87b6bca8f8f797331a30b76fdae5342dc26ca"
2017-09-25 14:57:37 +00:00
},
"dist": {
"type": "zip",
2018-02-07 13:50:04 +00:00
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/26b87b6bca8f8f797331a30b76fdae5342dc26ca",
"reference": "26b87b6bca8f8f797331a30b76fdae5342dc26ca",
2017-09-25 14:57:37 +00:00
"shasum": ""
},
"require": {
"php": "^5.5.9|>=7.0.8"
},
"conflict": {
"symfony/dependency-injection": "<3.3"
},
"require-dev": {
"psr/log": "~1.0",
2018-02-07 13:50:04 +00:00
"symfony/config": "~2.8|~3.0|~4.0",
"symfony/dependency-injection": "~3.3|~4.0",
"symfony/expression-language": "~2.8|~3.0|~4.0",
"symfony/stopwatch": "~2.8|~3.0|~4.0"
2017-09-25 14:57:37 +00:00
},
"suggest": {
"symfony/dependency-injection": "",
"symfony/http-kernel": ""
},
"type": "library",
"extra": {
"branch-alias": {
2018-02-07 13:50:04 +00:00
"dev-master": "3.4-dev"
2017-09-25 14:57:37 +00:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\EventDispatcher\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony EventDispatcher Component",
"homepage": "https://symfony.com",
2018-02-07 13:50:04 +00:00
"time": "2018-01-03T07:37:34+00:00"
2017-09-25 14:57:37 +00:00
},
{
"name": "symfony/filesystem",
2018-02-07 13:50:04 +00:00
"version": "v3.4.4",
2017-09-25 14:57:37 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/filesystem.git",
2018-02-07 13:50:04 +00:00
"reference": "e078773ad6354af38169faf31c21df0f18ace03d"
2017-09-25 14:57:37 +00:00
},
"dist": {
"type": "zip",
2018-02-07 13:50:04 +00:00
"url": "https://api.github.com/repos/symfony/filesystem/zipball/e078773ad6354af38169faf31c21df0f18ace03d",
"reference": "e078773ad6354af38169faf31c21df0f18ace03d",
2017-09-25 14:57:37 +00:00
"shasum": ""
},
"require": {
"php": "^5.5.9|>=7.0.8"
},
"type": "library",
"extra": {
"branch-alias": {
2018-02-07 13:50:04 +00:00
"dev-master": "3.4-dev"
2017-09-25 14:57:37 +00:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\Filesystem\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony Filesystem Component",
"homepage": "https://symfony.com",
2018-02-07 13:50:04 +00:00
"time": "2018-01-03T07:37:34+00:00"
2017-09-25 14:57:37 +00:00
},
{
"name": "symfony/finder",
2018-02-07 13:50:04 +00:00
"version": "v3.4.4",
2017-09-25 14:57:37 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/finder.git",
2018-02-07 13:50:04 +00:00
"reference": "613e26310776f49a1773b6737c6bd554b8bc8c6f"
2017-09-25 14:57:37 +00:00
},
"dist": {
"type": "zip",
2018-02-07 13:50:04 +00:00
"url": "https://api.github.com/repos/symfony/finder/zipball/613e26310776f49a1773b6737c6bd554b8bc8c6f",
"reference": "613e26310776f49a1773b6737c6bd554b8bc8c6f",
2017-09-25 14:57:37 +00:00
"shasum": ""
},
"require": {
"php": "^5.5.9|>=7.0.8"
},
"type": "library",
"extra": {
"branch-alias": {
2018-02-07 13:50:04 +00:00
"dev-master": "3.4-dev"
2017-09-25 14:57:37 +00:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\Finder\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony Finder Component",
"homepage": "https://symfony.com",
2018-02-07 13:50:04 +00:00
"time": "2018-01-03T07:37:34+00:00"
2017-09-25 14:57:37 +00:00
},
{
"name": "symfony/options-resolver",
2018-02-07 13:50:04 +00:00
"version": "v3.4.4",
2017-09-25 14:57:37 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/options-resolver.git",
2018-02-07 13:50:04 +00:00
"reference": "f3109a6aedd20e35c3a33190e932c2b063b7b50e"
2017-09-25 14:57:37 +00:00
},
"dist": {
"type": "zip",
2018-02-07 13:50:04 +00:00
"url": "https://api.github.com/repos/symfony/options-resolver/zipball/f3109a6aedd20e35c3a33190e932c2b063b7b50e",
"reference": "f3109a6aedd20e35c3a33190e932c2b063b7b50e",
2017-09-25 14:57:37 +00:00
"shasum": ""
},
"require": {
"php": "^5.5.9|>=7.0.8"
},
"type": "library",
"extra": {
"branch-alias": {
2018-02-07 13:50:04 +00:00
"dev-master": "3.4-dev"
2017-09-25 14:57:37 +00:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\OptionsResolver\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony OptionsResolver Component",
"homepage": "https://symfony.com",
"keywords": [
"config",
"configuration",
"options"
],
2018-02-07 13:50:04 +00:00
"time": "2018-01-11T07:56:07+00:00"
2017-09-25 14:57:37 +00:00
},
{
"name": "symfony/process",
2018-02-07 13:50:04 +00:00
"version": "v3.4.4",
2017-09-25 14:57:37 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/process.git",
2018-02-07 13:50:04 +00:00
"reference": "09a5172057be8fc677840e591b17f385e58c7c0d"
2017-09-25 14:57:37 +00:00
},
"dist": {
"type": "zip",
2018-02-07 13:50:04 +00:00
"url": "https://api.github.com/repos/symfony/process/zipball/09a5172057be8fc677840e591b17f385e58c7c0d",
"reference": "09a5172057be8fc677840e591b17f385e58c7c0d",
2017-09-25 14:57:37 +00:00
"shasum": ""
},
"require": {
"php": "^5.5.9|>=7.0.8"
},
"type": "library",
"extra": {
"branch-alias": {
2018-02-07 13:50:04 +00:00
"dev-master": "3.4-dev"
2017-09-25 14:57:37 +00:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\Process\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony Process Component",
"homepage": "https://symfony.com",
2018-02-07 13:50:04 +00:00
"time": "2018-01-29T09:03:43+00:00"
2017-09-25 14:57:37 +00:00
},
{
"name": "symfony/proxy-manager-bridge",
2018-02-07 13:50:04 +00:00
"version": "v3.4.4",
2017-09-25 14:57:37 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/proxy-manager-bridge.git",
2018-02-07 13:50:04 +00:00
"reference": "ffb375b65cf112364b5374ed99059975ca84a6bd"
2017-09-25 14:57:37 +00:00
},
"dist": {
"type": "zip",
2018-02-07 13:50:04 +00:00
"url": "https://api.github.com/repos/symfony/proxy-manager-bridge/zipball/ffb375b65cf112364b5374ed99059975ca84a6bd",
"reference": "ffb375b65cf112364b5374ed99059975ca84a6bd",
2017-09-25 14:57:37 +00:00
"shasum": ""
},
"require": {
"ocramius/proxy-manager": "~0.4|~1.0|~2.0",
"php": "^5.5.9|>=7.0.8",
2018-02-07 13:50:04 +00:00
"symfony/dependency-injection": "~3.4|~4.0"
2017-09-25 14:57:37 +00:00
},
"require-dev": {
2018-02-07 13:50:04 +00:00
"symfony/config": "~2.8|~3.0|~4.0"
2017-09-25 14:57:37 +00:00
},
"type": "symfony-bridge",
"extra": {
"branch-alias": {
2018-02-07 13:50:04 +00:00
"dev-master": "3.4-dev"
2017-09-25 14:57:37 +00:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Bridge\\ProxyManager\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony ProxyManager Bridge",
"homepage": "https://symfony.com",
2018-02-07 13:50:04 +00:00
"time": "2018-01-03T07:37:34+00:00"
2017-09-25 14:57:37 +00:00
},
{
"name": "symfony/yaml",
2018-02-07 13:50:04 +00:00
"version": "v3.4.4",
2017-09-25 14:57:37 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/yaml.git",
2018-02-07 13:50:04 +00:00
"reference": "eab73b6c21d27ae4cd037c417618dfd4befb0bfe"
2017-09-25 14:57:37 +00:00
},
"dist": {
"type": "zip",
2018-02-07 13:50:04 +00:00
"url": "https://api.github.com/repos/symfony/yaml/zipball/eab73b6c21d27ae4cd037c417618dfd4befb0bfe",
"reference": "eab73b6c21d27ae4cd037c417618dfd4befb0bfe",
2017-09-25 14:57:37 +00:00
"shasum": ""
},
"require": {
"php": "^5.5.9|>=7.0.8"
},
2018-02-07 13:50:04 +00:00
"conflict": {
"symfony/console": "<3.4"
},
2017-09-25 14:57:37 +00:00
"require-dev": {
2018-02-07 13:50:04 +00:00
"symfony/console": "~3.4|~4.0"
2017-09-25 14:57:37 +00:00
},
"suggest": {
"symfony/console": "For validating YAML files using the lint command"
},
"type": "library",
"extra": {
"branch-alias": {
2018-02-07 13:50:04 +00:00
"dev-master": "3.4-dev"
2017-09-25 14:57:37 +00:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\Yaml\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony Yaml Component",
"homepage": "https://symfony.com",
2018-02-07 13:50:04 +00:00
"time": "2018-01-21T19:05:02+00:00"
2017-09-25 14:57:37 +00:00
},
{
"name": "zendframework/zend-code",
2018-02-07 13:50:04 +00:00
"version": "3.3.0",
2017-09-25 14:57:37 +00:00
"source": {
"type": "git",
"url": "https://github.com/zendframework/zend-code.git",
2018-02-07 13:50:04 +00:00
"reference": "6b1059db5b368db769e4392c6cb6cc139e56640d"
2017-09-25 14:57:37 +00:00
},
"dist": {
"type": "zip",
2018-02-07 13:50:04 +00:00
"url": "https://api.github.com/repos/zendframework/zend-code/zipball/6b1059db5b368db769e4392c6cb6cc139e56640d",
"reference": "6b1059db5b368db769e4392c6cb6cc139e56640d",
2017-09-25 14:57:37 +00:00
"shasum": ""
},
"require": {
2018-02-07 13:50:04 +00:00
"php": "^7.1",
2017-09-25 14:57:37 +00:00
"zendframework/zend-eventmanager": "^2.6 || ^3.0"
},
"require-dev": {
"doctrine/annotations": "~1.0",
"ext-phar": "*",
2018-02-07 13:50:04 +00:00
"phpunit/phpunit": "^6.2.3",
"zendframework/zend-coding-standard": "^1.0.0",
2017-09-25 14:57:37 +00:00
"zendframework/zend-stdlib": "^2.7 || ^3.0"
},
"suggest": {
"doctrine/annotations": "Doctrine\\Common\\Annotations >=1.0 for annotation features",
"zendframework/zend-stdlib": "Zend\\Stdlib component"
},
"type": "library",
"extra": {
"branch-alias": {
2018-02-07 13:50:04 +00:00
"dev-master": "3.2-dev",
"dev-develop": "3.3-dev"
2017-09-25 14:57:37 +00:00
}
},
"autoload": {
"psr-4": {
"Zend\\Code\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"description": "provides facilities to generate arbitrary code using an object oriented interface",
"homepage": "https://github.com/zendframework/zend-code",
"keywords": [
"code",
"zf2"
],
2018-02-07 13:50:04 +00:00
"time": "2017-10-20T15:21:32+00:00"
2017-09-25 14:57:37 +00:00
},
{
"name": "zendframework/zend-eventmanager",
"version": "3.2.0",
"source": {
"type": "git",
"url": "https://github.com/zendframework/zend-eventmanager.git",
"reference": "9d72db10ceb6e42fb92350c0cb54460da61bd79c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/zendframework/zend-eventmanager/zipball/9d72db10ceb6e42fb92350c0cb54460da61bd79c",
"reference": "9d72db10ceb6e42fb92350c0cb54460da61bd79c",
"shasum": ""
},
"require": {
"php": "^5.6 || ^7.0"
},
"require-dev": {
"athletic/athletic": "^0.1",
"container-interop/container-interop": "^1.1.0",
"phpunit/phpunit": "^6.0.7 || ^5.7.14",
"zendframework/zend-coding-standard": "~1.0.0",
"zendframework/zend-stdlib": "^2.7.3 || ^3.0"
},
"suggest": {
"container-interop/container-interop": "^1.1.0, to use the lazy listeners feature",
"zendframework/zend-stdlib": "^2.7.3 || ^3.0, to use the FilterChain feature"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.2-dev",
"dev-develop": "3.3-dev"
}
},
"autoload": {
"psr-4": {
"Zend\\EventManager\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"description": "Trigger and listen to events within a PHP application",
"homepage": "https://github.com/zendframework/zend-eventmanager",
"keywords": [
"event",
"eventmanager",
"events",
"zf2"
],
2018-02-07 13:50:04 +00:00
"time": "2017-07-11T19:17:22+00:00"
2017-09-25 14:57:37 +00:00
}
],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": {
"twig/twig": 20
},
2017-09-25 14:57:37 +00:00
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": []
}