3539 lines
126 KiB
Plaintext
3539 lines
126 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"
|
||
|
],
|
||
|
"hash": "4bf005722be0be2b0b9a7646e1089952",
|
||
|
"content-hash": "515644ac69e746b61bcd9f326e75c78f",
|
||
|
"packages": [
|
||
|
{
|
||
|
"name": "composer/ca-bundle",
|
||
|
"version": "1.1.3",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/composer/ca-bundle.git",
|
||
|
"reference": "8afa52cd417f4ec417b4bfe86b68106538a87660"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/composer/ca-bundle/zipball/8afa52cd417f4ec417b4bfe86b68106538a87660",
|
||
|
"reference": "8afa52cd417f4ec417b4bfe86b68106538a87660",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"ext-openssl": "*",
|
||
|
"ext-pcre": "*",
|
||
|
"php": "^5.3.2 || ^7.0"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5",
|
||
|
"psr/log": "^1.0",
|
||
|
"symfony/process": "^2.5 || ^3.0 || ^4.0"
|
||
|
},
|
||
|
"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": "2018-10-18 06:09:13"
|
||
|
},
|
||
|
{
|
||
|
"name": "doctrine/annotations",
|
||
|
"version": "v1.4.0",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/doctrine/annotations.git",
|
||
|
"reference": "54cacc9b81758b14e3ce750f205a393d52339e97"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/doctrine/annotations/zipball/54cacc9b81758b14e3ce750f205a393d52339e97",
|
||
|
"reference": "54cacc9b81758b14e3ce750f205a393d52339e97",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"doctrine/lexer": "1.*",
|
||
|
"php": "^5.6 || ^7.0"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"doctrine/cache": "1.*",
|
||
|
"phpunit/phpunit": "^5.7"
|
||
|
},
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-master": "1.4.x-dev"
|
||
|
}
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
|
||
|
}
|
||
|
},
|
||
|
"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": "2017-02-24 16:22:25"
|
||
|
},
|
||
|
{
|
||
|
"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-22 12:49:21"
|
||
|
},
|
||
|
{
|
||
|
"name": "doctrine/collections",
|
||
|
"version": "v1.4.0",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/doctrine/collections.git",
|
||
|
"reference": "1a4fb7e902202c33cce8c55989b945612943c2ba"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/doctrine/collections/zipball/1a4fb7e902202c33cce8c55989b945612943c2ba",
|
||
|
"reference": "1a4fb7e902202c33cce8c55989b945612943c2ba",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"php": "^5.6 || ^7.0"
|
||
|
},
|
||
|
"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"
|
||
|
],
|
||
|
"time": "2017-01-03 10:49:41"
|
||
|
},
|
||
|
{
|
||
|
"name": "doctrine/common",
|
||
|
"version": "v2.7.3",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/doctrine/common.git",
|
||
|
"reference": "4acb8f89626baafede6ee5475bc5844096eba8a9"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/doctrine/common/zipball/4acb8f89626baafede6ee5475bc5844096eba8a9",
|
||
|
"reference": "4acb8f89626baafede6ee5475bc5844096eba8a9",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"doctrine/annotations": "1.*",
|
||
|
"doctrine/cache": "1.*",
|
||
|
"doctrine/collections": "1.*",
|
||
|
"doctrine/inflector": "1.*",
|
||
|
"doctrine/lexer": "1.*",
|
||
|
"php": "~5.6|~7.0"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"phpunit/phpunit": "^5.4.6"
|
||
|
},
|
||
|
"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": "2017-07-22 08:35:12"
|
||
|
},
|
||
|
{
|
||
|
"name": "doctrine/data-fixtures",
|
||
|
"version": "v1.2.2",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/doctrine/data-fixtures.git",
|
||
|
"reference": "17fa5bfe6ff52e35cb3d9ec37c934a2f4bd1fa2e"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/doctrine/data-fixtures/zipball/17fa5bfe6ff52e35cb3d9ec37c934a2f4bd1fa2e",
|
||
|
"reference": "17fa5bfe6ff52e35cb3d9ec37c934a2f4bd1fa2e",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"doctrine/common": "~2.2",
|
||
|
"php": "^5.6 || ^7.0"
|
||
|
},
|
||
|
"conflict": {
|
||
|
"doctrine/orm": "< 2.4"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"doctrine/dbal": "^2.5.4",
|
||
|
"doctrine/orm": "^2.5.4",
|
||
|
"phpunit/phpunit": "^5.4.6"
|
||
|
},
|
||
|
"suggest": {
|
||
|
"doctrine/mongodb-odm": "For loading MongoDB ODM fixtures",
|
||
|
"doctrine/orm": "For loading ORM fixtures",
|
||
|
"doctrine/phpcr-odm": "For loading PHPCR ODM fixtures"
|
||
|
},
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-master": "1.3.x-dev"
|
||
|
}
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-0": {
|
||
|
"Doctrine\\Common\\DataFixtures": "lib/"
|
||
|
}
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"MIT"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Jonathan Wage",
|
||
|
"email": "jonwage@gmail.com"
|
||
|
}
|
||
|
],
|
||
|
"description": "Data Fixtures for all Doctrine Object Managers",
|
||
|
"homepage": "http://www.doctrine-project.org",
|
||
|
"keywords": [
|
||
|
"database"
|
||
|
],
|
||
|
"time": "2016-09-20 10:07:57"
|
||
|
},
|
||
|
{
|
||
|
"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-22 20:44:48"
|
||
|
},
|
||
|
{
|
||
|
"name": "doctrine/doctrine-bundle",
|
||
|
"version": "1.9.1",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/doctrine/DoctrineBundle.git",
|
||
|
"reference": "703fad32e4c8cbe609caf45a71a1d4266c830f0f"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/703fad32e4c8cbe609caf45a71a1d4266c830f0f",
|
||
|
"reference": "703fad32e4c8cbe609caf45a71a1d4266c830f0f",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"doctrine/dbal": "^2.5.12",
|
||
|
"doctrine/doctrine-cache-bundle": "~1.2",
|
||
|
"jdorn/sql-formatter": "^1.2.16",
|
||
|
"php": "^5.5.9|^7.0",
|
||
|
"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.22|~3.0|~4.0"
|
||
|
},
|
||
|
"conflict": {
|
||
|
"symfony/http-foundation": "<2.6"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"doctrine/orm": "~2.4",
|
||
|
"phpunit/phpunit": "^4.8.36|^5.7|^6.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/web-profiler-bundle": "~2.7|~3.0|~4.0",
|
||
|
"symfony/yaml": "~2.7|~3.0|~4.0",
|
||
|
"twig/twig": "~1.26|~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.8.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": "2018-04-19 14:07:39"
|
||
|
},
|
||
|
{
|
||
|
"name": "doctrine/doctrine-cache-bundle",
|
||
|
"version": "1.3.5",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/doctrine/DoctrineCacheBundle.git",
|
||
|
"reference": "5514c90d9fb595e1095e6d66ebb98ce9ef049927"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/doctrine/DoctrineCacheBundle/zipball/5514c90d9fb595e1095e6d66ebb98ce9ef049927",
|
||
|
"reference": "5514c90d9fb595e1095e6d66ebb98ce9ef049927",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"doctrine/cache": "^1.4.2",
|
||
|
"doctrine/inflector": "~1.0",
|
||
|
"php": ">=5.3.2",
|
||
|
"symfony/doctrine-bridge": "~2.7|~3.3|~4.0"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"instaclick/coding-standard": "~1.1",
|
||
|
"instaclick/object-calisthenics-sniffs": "dev-master",
|
||
|
"instaclick/symfony2-coding-standard": "dev-remaster",
|
||
|
"phpunit/phpunit": "~4.8.36|~5.6|~6.5|~7.0",
|
||
|
"predis/predis": "~0.8",
|
||
|
"satooshi/php-coveralls": "^1.0",
|
||
|
"squizlabs/php_codesniffer": "~1.5",
|
||
|
"symfony/console": "~2.7|~3.3|~4.0",
|
||
|
"symfony/finder": "~2.7|~3.3|~4.0",
|
||
|
"symfony/framework-bundle": "~2.7|~3.3|~4.0",
|
||
|
"symfony/phpunit-bridge": "~2.7|~3.3|~4.0",
|
||
|
"symfony/security-acl": "~2.7|~3.3",
|
||
|
"symfony/validator": "~2.7|~3.3|~4.0",
|
||
|
"symfony/yaml": "~2.7|~3.3|~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\\": ""
|
||
|
},
|
||
|
"exclude-from-classmap": [
|
||
|
"/Tests/"
|
||
|
]
|
||
|
},
|
||
|
"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": "https://www.doctrine-project.org",
|
||
|
"keywords": [
|
||
|
"cache",
|
||
|
"caching"
|
||
|
],
|
||
|
"time": "2018-11-09 06:25:35"
|
||
|
},
|
||
|
{
|
||
|
"name": "doctrine/doctrine-fixtures-bundle",
|
||
|
"version": "v2.4.1",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/doctrine/DoctrineFixturesBundle.git",
|
||
|
"reference": "74b8cc70a4a25b774628ee59f4cdf3623a146273"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/doctrine/DoctrineFixturesBundle/zipball/74b8cc70a4a25b774628ee59f4cdf3623a146273",
|
||
|
"reference": "74b8cc70a4a25b774628ee59f4cdf3623a146273",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"doctrine/data-fixtures": "~1.0",
|
||
|
"doctrine/doctrine-bundle": "~1.0",
|
||
|
"php": ">=5.3.2",
|
||
|
"symfony/doctrine-bridge": "~2.7|~3.0|~4.0"
|
||
|
},
|
||
|
"type": "symfony-bundle",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-master": "2.4.x-dev"
|
||
|
}
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Doctrine\\Bundle\\FixturesBundle\\": ""
|
||
|
}
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"MIT"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Symfony Community",
|
||
|
"homepage": "http://symfony.com/contributors"
|
||
|
},
|
||
|
{
|
||
|
"name": "Doctrine Project",
|
||
|
"homepage": "http://www.doctrine-project.org"
|
||
|
},
|
||
|
{
|
||
|
"name": "Fabien Potencier",
|
||
|
"email": "fabien@symfony.com"
|
||
|
}
|
||
|
],
|
||
|
"description": "Symfony DoctrineFixturesBundle",
|
||
|
"homepage": "http://www.doctrine-project.org",
|
||
|
"keywords": [
|
||
|
"Fixture",
|
||
|
"persistence"
|
||
|
],
|
||
|
"time": "2017-10-30 19:26:42"
|
||
|
},
|
||
|
{
|
||
|
"name": "doctrine/doctrine-migrations-bundle",
|
||
|
"version": "v1.3.1",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/doctrine/DoctrineMigrationsBundle.git",
|
||
|
"reference": "a9e506369f931351a2a6dd2aef588a822802b1b7"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/doctrine/DoctrineMigrationsBundle/zipball/a9e506369f931351a2a6dd2aef588a822802b1b7",
|
||
|
"reference": "a9e506369f931351a2a6dd2aef588a822802b1b7",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"doctrine/doctrine-bundle": "~1.0",
|
||
|
"doctrine/migrations": "^1.1",
|
||
|
"php": ">=5.4.0",
|
||
|
"symfony/framework-bundle": "~2.7|~3.3|~4.0"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"phpunit/phpunit": "^4.8.36"
|
||
|
},
|
||
|
"type": "symfony-bundle",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-master": "1.3-dev"
|
||
|
}
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Doctrine\\Bundle\\MigrationsBundle\\": ""
|
||
|
}
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"MIT"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Symfony Community",
|
||
|
"homepage": "http://symfony.com/contributors"
|
||
|
},
|
||
|
{
|
||
|
"name": "Doctrine Project",
|
||
|
"homepage": "http://www.doctrine-project.org"
|
||
|
},
|
||
|
{
|
||
|
"name": "Fabien Potencier",
|
||
|
"email": "fabien@symfony.com"
|
||
|
}
|
||
|
],
|
||
|
"description": "Symfony DoctrineMigrationsBundle",
|
||
|
"homepage": "http://www.doctrine-project.org",
|
||
|
"keywords": [
|
||
|
"dbal",
|
||
|
"migrations",
|
||
|
"schema"
|
||
|
],
|
||
|
"time": "2017-11-01 09:13:26"
|
||
|
},
|
||
|
{
|
||
|
"name": "doctrine/inflector",
|
||
|
"version": "v1.2.0",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/doctrine/inflector.git",
|
||
|
"reference": "e11d84c6e018beedd929cff5220969a3c6d1d462"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/doctrine/inflector/zipball/e11d84c6e018beedd929cff5220969a3c6d1d462",
|
||
|
"reference": "e11d84c6e018beedd929cff5220969a3c6d1d462",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"php": "^7.0"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"phpunit/phpunit": "^6.2"
|
||
|
},
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-master": "1.2.x-dev"
|
||
|
}
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector"
|
||
|
}
|
||
|
},
|
||
|
"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": "2017-07-22 12:18:28"
|
||
|
},
|
||
|
{
|
||
|
"name": "doctrine/instantiator",
|
||
|
"version": "1.0.5",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/doctrine/instantiator.git",
|
||
|
"reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
|
||
|
"reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"php": ">=5.3,<8.0-DEV"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"athletic/athletic": "~0.1.8",
|
||
|
"ext-pdo": "*",
|
||
|
"ext-phar": "*",
|
||
|
"phpunit/phpunit": "~4.0",
|
||
|
"squizlabs/php_codesniffer": "~2.0"
|
||
|
},
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-master": "1.0.x-dev"
|
||
|
}
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
|
||
|
}
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"MIT"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Marco Pivetta",
|
||
|
"email": "ocramius@gmail.com",
|
||
|
"homepage": "http://ocramius.github.com/"
|
||
|
}
|
||
|
],
|
||
|
"description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
|
||
|
"homepage": "https://github.com/doctrine/instantiator",
|
||
|
"keywords": [
|
||
|
"constructor",
|
||
|
"instantiate"
|
||
|
],
|
||
|
"time": "2015-06-14 21:17:01"
|
||
|
},
|
||
|
{
|
||
|
"name": "doctrine/lexer",
|
||
|
"version": "v1.0.1",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/doctrine/lexer.git",
|
||
|
"reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
|
||
|
"reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"php": ">=5.3.2"
|
||
|
},
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-master": "1.0.x-dev"
|
||
|
}
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-0": {
|
||
|
"Doctrine\\Common\\Lexer\\": "lib/"
|
||
|
}
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"MIT"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Roman Borschel",
|
||
|
"email": "roman@code-factory.org"
|
||
|
},
|
||
|
{
|
||
|
"name": "Guilherme Blanco",
|
||
|
"email": "guilhermeblanco@gmail.com"
|
||
|
},
|
||
|
{
|
||
|
"name": "Johannes Schmitt",
|
||
|
"email": "schmittjoh@gmail.com"
|
||
|
}
|
||
|
],
|
||
|
"description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
|
||
|
"homepage": "http://www.doctrine-project.org",
|
||
|
"keywords": [
|
||
|
"lexer",
|
||
|
"parser"
|
||
|
],
|
||
|
"time": "2014-09-09 13:34:57"
|
||
|
},
|
||
|
{
|
||
|
"name": "doctrine/migrations",
|
||
|
"version": "v1.5.0",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/doctrine/migrations.git",
|
||
|
"reference": "c81147c0f2938a6566594455367e095150547f72"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/doctrine/migrations/zipball/c81147c0f2938a6566594455367e095150547f72",
|
||
|
"reference": "c81147c0f2938a6566594455367e095150547f72",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"doctrine/dbal": "~2.2",
|
||
|
"ocramius/proxy-manager": "^1.0|^2.0",
|
||
|
"php": "^5.5|^7.0",
|
||
|
"symfony/console": "~2.3|~3.0",
|
||
|
"symfony/yaml": "~2.3|~3.0"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"doctrine/coding-standard": "dev-master",
|
||
|
"doctrine/orm": "2.*",
|
||
|
"jdorn/sql-formatter": "~1.1",
|
||
|
"johnkary/phpunit-speedtrap": "~1.0@dev",
|
||
|
"mikey179/vfsstream": "^1.6",
|
||
|
"mockery/mockery": "^0.9.4",
|
||
|
"phpunit/phpunit": "~4.7",
|
||
|
"satooshi/php-coveralls": "^1.0"
|
||
|
},
|
||
|
"suggest": {
|
||
|
"jdorn/sql-formatter": "Allows to generate formatted SQL with the diff command."
|
||
|
},
|
||
|
"bin": [
|
||
|
"bin/doctrine-migrations"
|
||
|
],
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-master": "v1.6.x-dev"
|
||
|
}
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Doctrine\\DBAL\\Migrations\\": "lib/Doctrine/DBAL/Migrations"
|
||
|
}
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"LGPL-2.1"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Benjamin Eberlei",
|
||
|
"email": "kontakt@beberlei.de"
|
||
|
},
|
||
|
{
|
||
|
"name": "Jonathan Wage",
|
||
|
"email": "jonwage@gmail.com"
|
||
|
},
|
||
|
{
|
||
|
"name": "Michael Simonson",
|
||
|
"email": "contact@mikesimonson.com"
|
||
|
}
|
||
|
],
|
||
|
"description": "Database Schema migrations using Doctrine DBAL",
|
||
|
"homepage": "http://www.doctrine-project.org",
|
||
|
"keywords": [
|
||
|
"database",
|
||
|
"migrations"
|
||
|
],
|
||
|
"time": "2016-12-25 22:54:00"
|
||
|
},
|
||
|
{
|
||
|
"name": "doctrine/orm",
|
||
|
"version": "v2.5.14",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/doctrine/doctrine2.git",
|
||
|
"reference": "810a7baf81462a5ddf10e8baa8cb94b6eec02754"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/doctrine/doctrine2/zipball/810a7baf81462a5ddf10e8baa8cb94b6eec02754",
|
||
|
"reference": "810a7baf81462a5ddf10e8baa8cb94b6eec02754",
|
||
|
"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-12-17 02:57:51"
|
||
|
},
|
||
|
{
|
||
|
"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-17 18:31:11"
|
||
|
},
|
||
|
{
|
||
|
"name": "gregwar/captcha",
|
||
|
"version": "v1.1.7",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/Gregwar/Captcha.git",
|
||
|
"reference": "cf953dd79748406e0292cea8c565399681e4d345"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/Gregwar/Captcha/zipball/cf953dd79748406e0292cea8c565399681e4d345",
|
||
|
"reference": "cf953dd79748406e0292cea8c565399681e4d345",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"ext-gd": "*",
|
||
|
"ext-mbstring": "*",
|
||
|
"php": ">=5.3.0",
|
||
|
"symfony/finder": "*"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"phpunit/phpunit": "^6.4"
|
||
|
},
|
||
|
"type": "captcha",
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Gregwar\\": "src/Gregwar"
|
||
|
}
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"MIT"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Grégoire Passault",
|
||
|
"email": "g.passault@gmail.com",
|
||
|
"homepage": "http://www.gregwar.com/"
|
||
|
},
|
||
|
{
|
||
|
"name": "Jeremy Livingston",
|
||
|
"email": "jeremy.j.livingston@gmail.com"
|
||
|
}
|
||
|
],
|
||
|
"description": "Captcha generator",
|
||
|
"homepage": "https://github.com/Gregwar/Captcha",
|
||
|
"keywords": [
|
||
|
"bot",
|
||
|
"captcha",
|
||
|
"spam"
|
||
|
],
|
||
|
"time": "2018-08-17 22:57:28"
|
||
|
},
|
||
|
{
|
||
|
"name": "gregwar/captcha-bundle",
|
||
|
"version": "v2.0.6",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/Gregwar/CaptchaBundle.git",
|
||
|
"reference": "c2d5468556890dd25e0b53bd345fc205562c86f7"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/Gregwar/CaptchaBundle/zipball/c2d5468556890dd25e0b53bd345fc205562c86f7",
|
||
|
"reference": "c2d5468556890dd25e0b53bd345fc205562c86f7",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"gregwar/captcha": "~1.1",
|
||
|
"php": ">=5.3.9",
|
||
|
"symfony/form": "~2.8|~3.0|~4.0",
|
||
|
"symfony/framework-bundle": "~2.8|~3.0|~4.0"
|
||
|
},
|
||
|
"type": "captcha-bundle",
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Gregwar\\CaptchaBundle\\": "/"
|
||
|
}
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"MIT"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Grégoire Passault",
|
||
|
"email": "g.passault@gmail.com",
|
||
|
"homepage": "http://www.gregwar.com/"
|
||
|
},
|
||
|
{
|
||
|
"name": "Jeremy Livingston",
|
||
|
"email": "jeremy.j.livingston@gmail.com"
|
||
|
}
|
||
|
],
|
||
|
"description": "Captcha bundle",
|
||
|
"homepage": "https://github.com/Gregwar/CaptchaBundle",
|
||
|
"keywords": [
|
||
|
"Symfony2",
|
||
|
"bot",
|
||
|
"captcha",
|
||
|
"code",
|
||
|
"security",
|
||
|
"spam",
|
||
|
"visual"
|
||
|
],
|
||
|
"time": "2018-11-20 10:41:34"
|
||
|
},
|
||
|
{
|
||
|
"name": "incenteev/composer-parameter-handler",
|
||
|
"version": "v2.1.3",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/Incenteev/ParameterHandler.git",
|
||
|
"reference": "933c45a34814f27f2345c11c37d46b3ca7303550"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/Incenteev/ParameterHandler/zipball/933c45a34814f27f2345c11c37d46b3ca7303550",
|
||
|
"reference": "933c45a34814f27f2345c11c37d46b3ca7303550",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"php": ">=5.3.3",
|
||
|
"symfony/yaml": "^2.3 || ^3.0 || ^4.0"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"composer/composer": "^1.0@dev",
|
||
|
"symfony/filesystem": "^2.3 || ^3 || ^4",
|
||
|
"symfony/phpunit-bridge": "^4.0"
|
||
|
},
|
||
|
"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": "2018-02-13 18:05:56"
|
||
|
},
|
||
|
{
|
||
|
"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-12 16:20:24"
|
||
|
},
|
||
|
{
|
||
|
"name": "kriswallsmith/assetic",
|
||
|
"version": "v1.4.0",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/kriswallsmith/assetic.git",
|
||
|
"reference": "e911c437dbdf006a8f62c2f59b15b2d69a5e0aa1"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/kriswallsmith/assetic/zipball/e911c437dbdf006a8f62c2f59b15b2d69a5e0aa1",
|
||
|
"reference": "e911c437dbdf006a8f62c2f59b15b2d69a5e0aa1",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"php": ">=5.3.1",
|
||
|
"symfony/process": "~2.1|~3.0"
|
||
|
},
|
||
|
"conflict": {
|
||
|
"twig/twig": "<1.27"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"leafo/lessphp": "^0.3.7",
|
||
|
"leafo/scssphp": "~0.1",
|
||
|
"meenie/javascript-packer": "^1.1",
|
||
|
"mrclay/minify": "<2.3",
|
||
|
"natxet/cssmin": "3.0.4",
|
||
|
"patchwork/jsqueeze": "~1.0|~2.0",
|
||
|
"phpunit/phpunit": "~4.8 || ^5.6",
|
||
|
"psr/log": "~1.0",
|
||
|
"ptachoire/cssembed": "~1.0",
|
||
|
"symfony/phpunit-bridge": "~2.7|~3.0",
|
||
|
"twig/twig": "~1.23|~2.0",
|
||
|
"yfix/packager": "dev-master"
|
||
|
},
|
||
|
"suggest": {
|
||
|
"leafo/lessphp": "Assetic provides the integration with the lessphp LESS compiler",
|
||
|
"leafo/scssphp": "Assetic provides the integration with the scssphp SCSS compiler",
|
||
|
"leafo/scssphp-compass": "Assetic provides the integration with the SCSS compass plugin",
|
||
|
"patchwork/jsqueeze": "Assetic provides the integration with the JSqueeze JavaScript compressor",
|
||
|
"ptachoire/cssembed": "Assetic provides the integration with phpcssembed to embed data uris",
|
||
|
"twig/twig": "Assetic provides the integration with the Twig templating engine"
|
||
|
},
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-master": "1.4-dev"
|
||
|
}
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-0": {
|
||
|
"Assetic": "src/"
|
||
|
},
|
||
|
"files": [
|
||
|
"src/functions.php"
|
||
|
]
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"MIT"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Kris Wallsmith",
|
||
|
"email": "kris.wallsmith@gmail.com",
|
||
|
"homepage": "http://kriswallsmith.net/"
|
||
|
}
|
||
|
],
|
||
|
"description": "Asset Management for PHP",
|
||
|
"homepage": "https://github.com/kriswallsmith/assetic",
|
||
|
"keywords": [
|
||
|
"assets",
|
||
|
"compression",
|
||
|
"minification"
|
||
|
],
|
||
|
"time": "2016-11-11 18:43:20"
|
||
|
},
|
||
|
{
|
||
|
"name": "monolog/monolog",
|
||
|
"version": "1.24.0",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/Seldaek/monolog.git",
|
||
|
"reference": "bfc9ebb28f97e7a24c45bdc3f0ff482e47bb0266"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/Seldaek/monolog/zipball/bfc9ebb28f97e7a24c45bdc3f0ff482e47bb0266",
|
||
|
"reference": "bfc9ebb28f97e7a24c45bdc3f0ff482e47bb0266",
|
||
|
"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": "2018-11-05 09:00:11"
|
||
|
},
|
||
|
{
|
||
|
"name": "ocramius/package-versions",
|
||
|
"version": "1.2.0",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/Ocramius/PackageVersions.git",
|
||
|
"reference": "ad8a245decad4897cc6b432743913dad0d69753c"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/Ocramius/PackageVersions/zipball/ad8a245decad4897cc6b432743913dad0d69753c",
|
||
|
"reference": "ad8a245decad4897cc6b432743913dad0d69753c",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"composer-plugin-api": "^1.0",
|
||
|
"php": "~7.0"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"composer/composer": "^1.3",
|
||
|
"ext-zip": "*",
|
||
|
"humbug/humbug": "dev-master",
|
||
|
"phpunit/phpunit": "^6.4"
|
||
|
},
|
||
|
"type": "composer-plugin",
|
||
|
"extra": {
|
||
|
"class": "PackageVersions\\Installer",
|
||
|
"branch-alias": {
|
||
|
"dev-master": "2.0.x-dev"
|
||
|
}
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"PackageVersions\\": "src/PackageVersions"
|
||
|
}
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"MIT"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Marco Pivetta",
|
||
|
"email": "ocramius@gmail.com"
|
||
|
}
|
||
|
],
|
||
|
"description": "Composer plugin that provides efficient querying for installed package versions (no runtime IO)",
|
||
|
"time": "2017-11-24 11:07:03"
|
||
|
},
|
||
|
{
|
||
|
"name": "ocramius/proxy-manager",
|
||
|
"version": "2.0.4",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/Ocramius/ProxyManager.git",
|
||
|
"reference": "a55d08229f4f614bf335759ed0cf63378feeb2e6"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/Ocramius/ProxyManager/zipball/a55d08229f4f614bf335759ed0cf63378feeb2e6",
|
||
|
"reference": "a55d08229f4f614bf335759ed0cf63378feeb2e6",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"ocramius/package-versions": "^1.0",
|
||
|
"php": "7.0.0 - 7.0.5 || ^7.0.7",
|
||
|
"zendframework/zend-code": "3.0.0 - 3.0.2 || ^3.0.4"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"couscous/couscous": "^1.4.0",
|
||
|
"ext-phar": "*",
|
||
|
"phpbench/phpbench": "^0.11.2",
|
||
|
"phpunit/phpunit": "^5.4.6",
|
||
|
"squizlabs/php_codesniffer": "^2.6.0"
|
||
|
},
|
||
|
"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)"
|
||
|
},
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-master": "3.0.x-dev"
|
||
|
}
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-0": {
|
||
|
"ProxyManager\\": "src"
|
||
|
}
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"MIT"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Marco Pivetta",
|
||
|
"email": "ocramius@gmail.com",
|
||
|
"homepage": "http://ocramius.github.io/"
|
||
|
}
|
||
|
],
|
||
|
"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"
|
||
|
],
|
||
|
"time": "2016-11-04 15:53:15"
|
||
|
},
|
||
|
{
|
||
|
"name": "oneup/uploader-bundle",
|
||
|
"version": "1.9.2",
|
||
|
"target-dir": "Oneup/UploaderBundle",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/1up-lab/OneupUploaderBundle.git",
|
||
|
"reference": "a32bc98019abfd51531d08cc79be19f849d87b84"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/1up-lab/OneupUploaderBundle/zipball/a32bc98019abfd51531d08cc79be19f849d87b84",
|
||
|
"reference": "a32bc98019abfd51531d08cc79be19f849d87b84",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"paragonie/random_compat": "^1.1|^2.0",
|
||
|
"php": ">=5.4",
|
||
|
"symfony/asset": "^2.4|^3.0",
|
||
|
"symfony/finder": "^2.4|^3.0",
|
||
|
"symfony/framework-bundle": "^2.4|^3.0",
|
||
|
"symfony/templating": "^2.4|^3.0",
|
||
|
"symfony/translation": "^2.4|^3.0"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"amazonwebservices/aws-sdk-for-php": "1.5.*",
|
||
|
"knplabs/gaufrette": "0.2.*@dev",
|
||
|
"oneup/flysystem-bundle": "^1.2",
|
||
|
"phpunit/phpunit": "^4.4",
|
||
|
"sensio/framework-extra-bundle": "2.*|^3.0",
|
||
|
"symfony/browser-kit": "2.*|^3.0",
|
||
|
"symfony/class-loader": "2.*|^3.0",
|
||
|
"symfony/security-bundle": "2.*|^3.0",
|
||
|
"twistor/flysystem-stream-wrapper": "^1.0"
|
||
|
},
|
||
|
"suggest": {
|
||
|
"knplabs/knp-gaufrette-bundle": "0.1.*",
|
||
|
"oneup/flysystem-bundle": "^1.2",
|
||
|
"twistor/flysystem-stream-wrapper": "^1.0 (Required when using Flysystem)"
|
||
|
},
|
||
|
"type": "symfony-bundle",
|
||
|
"autoload": {
|
||
|
"psr-0": {
|
||
|
"Oneup\\UploaderBundle": ""
|
||
|
}
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"MIT"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Jim Schmid",
|
||
|
"email": "js@1up.io",
|
||
|
"homepage": "http://1up.io",
|
||
|
"role": "Developer"
|
||
|
}
|
||
|
],
|
||
|
"description": "Handles multi file uploads in Symfony2. Features included: Chunked upload, Orphans management, Gaufrette support.",
|
||
|
"homepage": "http://1up.io",
|
||
|
"keywords": [
|
||
|
"FancyUpload",
|
||
|
"FineUploader",
|
||
|
"MooUpload",
|
||
|
"Uploadify",
|
||
|
"YUI3 Uploader",
|
||
|
"blueimp",
|
||
|
"dropzone",
|
||
|
"fileupload",
|
||
|
"jQuery File Uploader",
|
||
|
"plupload",
|
||
|
"upload"
|
||
|
],
|
||
|
"time": "2017-12-18 12:41:59"
|
||
|
},
|
||
|
{
|
||
|
"name": "paragonie/random_compat",
|
||
|
"version": "v2.0.17",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/paragonie/random_compat.git",
|
||
|
"reference": "29af24f25bab834fcbb38ad2a69fa93b867e070d"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/paragonie/random_compat/zipball/29af24f25bab834fcbb38ad2a69fa93b867e070d",
|
||
|
"reference": "29af24f25bab834fcbb38ad2a69fa93b867e070d",
|
||
|
"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",
|
||
|
"polyfill",
|
||
|
"pseudorandom",
|
||
|
"random"
|
||
|
],
|
||
|
"time": "2018-07-04 16:31:37"
|
||
|
},
|
||
|
{
|
||
|
"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-06 20:24:11"
|
||
|
},
|
||
|
{
|
||
|
"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-14 16:28:37"
|
||
|
},
|
||
|
{
|
||
|
"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-28 16:06:13"
|
||
|
},
|
||
|
{
|
||
|
"name": "psr/log",
|
||
|
"version": "1.1.0",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/php-fig/log.git",
|
||
|
"reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/php-fig/log/zipball/6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd",
|
||
|
"reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd",
|
||
|
"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": "2018-11-20 15:27:04"
|
||
|
},
|
||
|
{
|
||
|
"name": "psr/simple-cache",
|
||
|
"version": "1.0.1",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/php-fig/simple-cache.git",
|
||
|
"reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
|
||
|
"reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
|
||
|
"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-10-23 01:57:42"
|
||
|
},
|
||
|
{
|
||
|
"name": "ramsey/uuid",
|
||
|
"version": "3.8.0",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/ramsey/uuid.git",
|
||
|
"reference": "d09ea80159c1929d75b3f9c60504d613aeb4a1e3"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/ramsey/uuid/zipball/d09ea80159c1929d75b3f9c60504d613aeb4a1e3",
|
||
|
"reference": "d09ea80159c1929d75b3f9c60504d613aeb4a1e3",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"paragonie/random_compat": "^1.0|^2.0|9.99.99",
|
||
|
"php": "^5.4 || ^7.0",
|
||
|
"symfony/polyfill-ctype": "^1.8"
|
||
|
},
|
||
|
"replace": {
|
||
|
"rhumsaa/uuid": "self.version"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"codeception/aspect-mock": "^1.0 | ~2.0.0",
|
||
|
"doctrine/annotations": "~1.2.0",
|
||
|
"goaop/framework": "1.0.0-alpha.2 | ^1.0 | ~2.1.0",
|
||
|
"ircmaxell/random-lib": "^1.1",
|
||
|
"jakub-onderka/php-parallel-lint": "^0.9.0",
|
||
|
"mockery/mockery": "^0.9.9",
|
||
|
"moontoast/math": "^1.1",
|
||
|
"php-mock/php-mock-phpunit": "^0.3|^1.1",
|
||
|
"phpunit/phpunit": "^4.7|^5.0|^6.5",
|
||
|
"squizlabs/php_codesniffer": "^2.3"
|
||
|
},
|
||
|
"suggest": {
|
||
|
"ext-ctype": "Provides support for PHP Ctype functions",
|
||
|
"ext-libsodium": "Provides the PECL libsodium extension for use with the SodiumRandomGenerator",
|
||
|
"ext-uuid": "Provides the PECL UUID extension for use with the PeclUuidTimeGenerator and PeclUuidRandomGenerator",
|
||
|
"ircmaxell/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
|
||
|
"moontoast/math": "Provides support for converting UUID to 128-bit integer (in string form).",
|
||
|
"ramsey/uuid-console": "A console application for generating UUIDs with ramsey/uuid",
|
||
|
"ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
|
||
|
},
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-master": "3.x-dev"
|
||
|
}
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Ramsey\\Uuid\\": "src/"
|
||
|
}
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"MIT"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Marijn Huizendveld",
|
||
|
"email": "marijn.huizendveld@gmail.com"
|
||
|
},
|
||
|
{
|
||
|
"name": "Thibaud Fabre",
|
||
|
"email": "thibaud@aztech.io"
|
||
|
},
|
||
|
{
|
||
|
"name": "Ben Ramsey",
|
||
|
"email": "ben@benramsey.com",
|
||
|
"homepage": "https://benramsey.com"
|
||
|
}
|
||
|
],
|
||
|
"description": "Formerly rhumsaa/uuid. A PHP 5.4+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).",
|
||
|
"homepage": "https://github.com/ramsey/uuid",
|
||
|
"keywords": [
|
||
|
"guid",
|
||
|
"identifier",
|
||
|
"uuid"
|
||
|
],
|
||
|
"time": "2018-07-19 23:38:55"
|
||
|
},
|
||
|
{
|
||
|
"name": "sensio/distribution-bundle",
|
||
|
"version": "v5.0.23",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/sensiolabs/SensioDistributionBundle.git",
|
||
|
"reference": "088b116a0e27faa0e1a7384dd4f3f6a9d5a8a3b6"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/sensiolabs/SensioDistributionBundle/zipball/088b116a0e27faa0e1a7384dd4f3f6a9d5a8a3b6",
|
||
|
"reference": "088b116a0e27faa0e1a7384dd4f3f6a9d5a8a3b6",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"php": ">=5.3.9",
|
||
|
"sensiolabs/security-checker": "~5.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": "2018-10-25 15:26:23"
|
||
|
},
|
||
|
{
|
||
|
"name": "sensio/framework-extra-bundle",
|
||
|
"version": "v5.2.2",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git",
|
||
|
"reference": "9ef408febe2f12e70118ef61c6515035a06c5830"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/9ef408febe2f12e70118ef61c6515035a06c5830",
|
||
|
"reference": "9ef408febe2f12e70118ef61c6515035a06c5830",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"doctrine/common": "^2.2",
|
||
|
"symfony/config": "^3.3|^4.0",
|
||
|
"symfony/dependency-injection": "^3.3|^4.0",
|
||
|
"symfony/framework-bundle": "^3.4|^4.0",
|
||
|
"symfony/http-kernel": "^3.3|^4.0"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"doctrine/doctrine-bundle": "^1.6",
|
||
|
"doctrine/orm": "^2.5",
|
||
|
"symfony/browser-kit": "^3.3|^4.0",
|
||
|
"symfony/dom-crawler": "^3.3|^4.0",
|
||
|
"symfony/expression-language": "^3.3|^4.0",
|
||
|
"symfony/finder": "^3.3|^4.0",
|
||
|
"symfony/monolog-bridge": "^3.0|^4.0",
|
||
|
"symfony/monolog-bundle": "^3.2",
|
||
|
"symfony/phpunit-bridge": "^3.3|^4.0",
|
||
|
"symfony/psr-http-message-bridge": "^0.3",
|
||
|
"symfony/security-bundle": "^3.3|^4.0",
|
||
|
"symfony/twig-bundle": "^3.3|^4.0",
|
||
|
"symfony/yaml": "^3.3|^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": "5.2.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": "2018-10-26 14:09:02"
|
||
|
},
|
||
|
{
|
||
|
"name": "sensiolabs/security-checker",
|
||
|
"version": "v5.0.1",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/sensiolabs/security-checker.git",
|
||
|
"reference": "9ea927417c949039a9cfb0d92af76fd1c538d9e9"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/sensiolabs/security-checker/zipball/9ea927417c949039a9cfb0d92af76fd1c538d9e9",
|
||
|
"reference": "9ea927417c949039a9cfb0d92af76fd1c538d9e9",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"composer/ca-bundle": "^1.0",
|
||
|
"php": ">=5.5.9",
|
||
|
"symfony/console": "~2.7|~3.0|~4.0"
|
||
|
},
|
||
|
"bin": [
|
||
|
"security-checker"
|
||
|
],
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-master": "5.0-dev"
|
||
|
}
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"SensioLabs\\Security\\": "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": "2018-10-16 10:30:44"
|
||
|
},
|
||
|
{
|
||
|
"name": "swiftmailer/swiftmailer",
|
||
|
"version": "v5.4.12",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/swiftmailer/swiftmailer.git",
|
||
|
"reference": "181b89f18a90f8925ef805f950d47a7190e9b950"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/181b89f18a90f8925ef805f950d47a7190e9b950",
|
||
|
"reference": "181b89f18a90f8925ef805f950d47a7190e9b950",
|
||
|
"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": "https://swiftmailer.symfony.com",
|
||
|
"keywords": [
|
||
|
"email",
|
||
|
"mail",
|
||
|
"mailer"
|
||
|
],
|
||
|
"time": "2018-07-31 09:26:32"
|
||
|
},
|
||
|
{
|
||
|
"name": "symfony/assetic-bundle",
|
||
|
"version": "v2.8.2",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/symfony/assetic-bundle.git",
|
||
|
"reference": "2e0a23a4874838e26de6f025e02fc63328921a4c"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/symfony/assetic-bundle/zipball/2e0a23a4874838e26de6f025e02fc63328921a4c",
|
||
|
"reference": "2e0a23a4874838e26de6f025e02fc63328921a4c",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"kriswallsmith/assetic": "~1.4",
|
||
|
"php": ">=5.3.0",
|
||
|
"symfony/console": "~2.3|~3.0",
|
||
|
"symfony/dependency-injection": "~2.3|~3.0",
|
||
|
"symfony/framework-bundle": "~2.3|~3.0",
|
||
|
"symfony/yaml": "~2.3|~3.0"
|
||
|
},
|
||
|
"conflict": {
|
||
|
"kriswallsmith/spork": "<=0.2",
|
||
|
"twig/twig": "<1.27"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"kriswallsmith/spork": "~0.3",
|
||
|
"patchwork/jsqueeze": "~1.0",
|
||
|
"symfony/class-loader": "~2.3|~3.0",
|
||
|
"symfony/css-selector": "~2.3|~3.0",
|
||
|
"symfony/dom-crawler": "~2.3|~3.0",
|
||
|
"symfony/phpunit-bridge": "~2.7|~3.0",
|
||
|
"symfony/twig-bundle": "~2.3|~3.0"
|
||
|
},
|
||
|
"suggest": {
|
||
|
"kriswallsmith/spork": "to be able to dump assets in parallel",
|
||
|
"symfony/twig-bundle": "to use the Twig integration"
|
||
|
},
|
||
|
"type": "symfony-bundle",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-master": "2.8-dev"
|
||
|
}
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Symfony\\Bundle\\AsseticBundle\\": ""
|
||
|
}
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"MIT"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Kris Wallsmith",
|
||
|
"email": "kris.wallsmith@gmail.com",
|
||
|
"homepage": "http://kriswallsmith.net/"
|
||
|
}
|
||
|
],
|
||
|
"description": "Integrates Assetic into Symfony2",
|
||
|
"homepage": "https://github.com/symfony/AsseticBundle",
|
||
|
"keywords": [
|
||
|
"assets",
|
||
|
"compression",
|
||
|
"minification"
|
||
|
],
|
||
|
"time": "2017-07-14 07:26:46"
|
||
|
},
|
||
|
{
|
||
|
"name": "symfony/monolog-bundle",
|
||
|
"version": "v3.3.1",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/symfony/monolog-bundle.git",
|
||
|
"reference": "572e143afc03419a75ab002c80a2fd99299195ff"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/572e143afc03419a75ab002c80a2fd99299195ff",
|
||
|
"reference": "572e143afc03419a75ab002c80a2fd99299195ff",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"monolog/monolog": "~1.22",
|
||
|
"php": ">=5.6",
|
||
|
"symfony/config": "~2.7|~3.3|~4.0",
|
||
|
"symfony/dependency-injection": "~2.7|~3.4.10|^4.0.10",
|
||
|
"symfony/http-kernel": "~2.7|~3.3|~4.0",
|
||
|
"symfony/monolog-bridge": "~2.7|~3.3|~4.0"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"symfony/console": "~2.7|~3.3|~4.0",
|
||
|
"symfony/phpunit-bridge": "^3.3|^4.0",
|
||
|
"symfony/yaml": "~2.7|~3.3|~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": "2018-11-04 09:58:13"
|
||
|
},
|
||
|
{
|
||
|
"name": "symfony/orm-pack",
|
||
|
"version": "v1.0.5",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/symfony/orm-pack.git",
|
||
|
"reference": "1b58f752cd917a08c9c8df020781d9c46a2275b1"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/symfony/orm-pack/zipball/1b58f752cd917a08c9c8df020781d9c46a2275b1",
|
||
|
"reference": "1b58f752cd917a08c9c8df020781d9c46a2275b1",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"doctrine/doctrine-bundle": "^1.6.10",
|
||
|
"doctrine/doctrine-migrations-bundle": "^1.3",
|
||
|
"doctrine/orm": "^2.5.11",
|
||
|
"php": "^7.0"
|
||
|
},
|
||
|
"type": "symfony-pack",
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"MIT"
|
||
|
],
|
||
|
"description": "A pack for the Doctrine ORM",
|
||
|
"time": "2017-12-12 01:47:50"
|
||
|
},
|
||
|
{
|
||
|
"name": "symfony/polyfill-apcu",
|
||
|
"version": "v1.10.0",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/symfony/polyfill-apcu.git",
|
||
|
"reference": "19e1b73bf255265ad0b568f81766ae2a3266d8d2"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/symfony/polyfill-apcu/zipball/19e1b73bf255265ad0b568f81766ae2a3266d8d2",
|
||
|
"reference": "19e1b73bf255265ad0b568f81766ae2a3266d8d2",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"php": ">=5.3.3"
|
||
|
},
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-master": "1.9-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": "2018-08-06 14:22:27"
|
||
|
},
|
||
|
{
|
||
|
"name": "symfony/polyfill-ctype",
|
||
|
"version": "v1.10.0",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/symfony/polyfill-ctype.git",
|
||
|
"reference": "e3d826245268269cd66f8326bd8bc066687b4a19"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/e3d826245268269cd66f8326bd8bc066687b4a19",
|
||
|
"reference": "e3d826245268269cd66f8326bd8bc066687b4a19",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"php": ">=5.3.3"
|
||
|
},
|
||
|
"suggest": {
|
||
|
"ext-ctype": "For best performance"
|
||
|
},
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-master": "1.9-dev"
|
||
|
}
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Symfony\\Polyfill\\Ctype\\": ""
|
||
|
},
|
||
|
"files": [
|
||
|
"bootstrap.php"
|
||
|
]
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"MIT"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Symfony Community",
|
||
|
"homepage": "https://symfony.com/contributors"
|
||
|
},
|
||
|
{
|
||
|
"name": "Gert de Pagter",
|
||
|
"email": "BackEndTea@gmail.com"
|
||
|
}
|
||
|
],
|
||
|
"description": "Symfony polyfill for ctype functions",
|
||
|
"homepage": "https://symfony.com",
|
||
|
"keywords": [
|
||
|
"compatibility",
|
||
|
"ctype",
|
||
|
"polyfill",
|
||
|
"portable"
|
||
|
],
|
||
|
"time": "2018-08-06 14:22:27"
|
||
|
},
|
||
|
{
|
||
|
"name": "symfony/polyfill-intl-icu",
|
||
|
"version": "v1.10.0",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/symfony/polyfill-intl-icu.git",
|
||
|
"reference": "f22a90256d577c7ef7efad8df1f0201663d57644"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/f22a90256d577c7ef7efad8df1f0201663d57644",
|
||
|
"reference": "f22a90256d577c7ef7efad8df1f0201663d57644",
|
||
|
"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.9-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": "2018-08-06 14:22:27"
|
||
|
},
|
||
|
{
|
||
|
"name": "symfony/polyfill-mbstring",
|
||
|
"version": "v1.10.0",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/symfony/polyfill-mbstring.git",
|
||
|
"reference": "c79c051f5b3a46be09205c73b80b346e4153e494"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/c79c051f5b3a46be09205c73b80b346e4153e494",
|
||
|
"reference": "c79c051f5b3a46be09205c73b80b346e4153e494",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"php": ">=5.3.3"
|
||
|
},
|
||
|
"suggest": {
|
||
|
"ext-mbstring": "For best performance"
|
||
|
},
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-master": "1.9-dev"
|
||
|
}
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Symfony\\Polyfill\\Mbstring\\": ""
|
||
|
},
|
||
|
"files": [
|
||
|
"bootstrap.php"
|
||
|
]
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"MIT"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Nicolas Grekas",
|
||
|
"email": "p@tchwork.com"
|
||
|
},
|
||
|
{
|
||
|
"name": "Symfony Community",
|
||
|
"homepage": "https://symfony.com/contributors"
|
||
|
}
|
||
|
],
|
||
|
"description": "Symfony polyfill for the Mbstring extension",
|
||
|
"homepage": "https://symfony.com",
|
||
|
"keywords": [
|
||
|
"compatibility",
|
||
|
"mbstring",
|
||
|
"polyfill",
|
||
|
"portable",
|
||
|
"shim"
|
||
|
],
|
||
|
"time": "2018-09-21 13:07:52"
|
||
|
},
|
||
|
{
|
||
|
"name": "symfony/polyfill-php56",
|
||
|
"version": "v1.10.0",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/symfony/polyfill-php56.git",
|
||
|
"reference": "ff208829fe1aa48ab9af356992bb7199fed551af"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/ff208829fe1aa48ab9af356992bb7199fed551af",
|
||
|
"reference": "ff208829fe1aa48ab9af356992bb7199fed551af",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"php": ">=5.3.3",
|
||
|
"symfony/polyfill-util": "~1.0"
|
||
|
},
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-master": "1.9-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": "2018-09-21 06:26:08"
|
||
|
},
|
||
|
{
|
||
|
"name": "symfony/polyfill-php70",
|
||
|
"version": "v1.10.0",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/symfony/polyfill-php70.git",
|
||
|
"reference": "6b88000cdd431cd2e940caa2cb569201f3f84224"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/6b88000cdd431cd2e940caa2cb569201f3f84224",
|
||
|
"reference": "6b88000cdd431cd2e940caa2cb569201f3f84224",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"paragonie/random_compat": "~1.0|~2.0|~9.99",
|
||
|
"php": ">=5.3.3"
|
||
|
},
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-master": "1.9-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": "2018-09-21 06:26:08"
|
||
|
},
|
||
|
{
|
||
|
"name": "symfony/polyfill-util",
|
||
|
"version": "v1.10.0",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/symfony/polyfill-util.git",
|
||
|
"reference": "3b58903eae668d348a7126f999b0da0f2f93611c"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/symfony/polyfill-util/zipball/3b58903eae668d348a7126f999b0da0f2f93611c",
|
||
|
"reference": "3b58903eae668d348a7126f999b0da0f2f93611c",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"php": ">=5.3.3"
|
||
|
},
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-master": "1.9-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": "2018-09-30 16:36:12"
|
||
|
},
|
||
|
{
|
||
|
"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-19 01:06:41"
|
||
|
},
|
||
|
{
|
||
|
"name": "symfony/symfony",
|
||
|
"version": "v3.4.19",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/symfony/symfony.git",
|
||
|
"reference": "a8ff5a534372763544031ae68c981d396ffeb43f"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/symfony/symfony/zipball/a8ff5a534372763544031ae68c981d396ffeb43f",
|
||
|
"reference": "a8ff5a534372763544031ae68c981d396ffeb43f",
|
||
|
"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-ctype": "~1.8",
|
||
|
"symfony/polyfill-intl-icu": "~1.0",
|
||
|
"symfony/polyfill-mbstring": "~1.0",
|
||
|
"symfony/polyfill-php56": "~1.0",
|
||
|
"symfony/polyfill-php70": "~1.6",
|
||
|
"twig/twig": "^1.35|^2.4.4"
|
||
|
},
|
||
|
"conflict": {
|
||
|
"phpdocumentor/reflection-docblock": "<3.0||>=3.2.0,<3.2.2",
|
||
|
"phpdocumentor/type-resolver": "<0.3.0",
|
||
|
"phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
|
||
|
},
|
||
|
"provide": {
|
||
|
"psr/cache-implementation": "1.0",
|
||
|
"psr/container-implementation": "1.0",
|
||
|
"psr/log-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/lock": "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/annotations": "~1.0",
|
||
|
"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",
|
||
|
"symfony/phpunit-bridge": "~3.4|~4.0",
|
||
|
"symfony/security-acl": "~2.8|~3.0"
|
||
|
},
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-master": "3.4-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": "2018-11-26 14:07:44"
|
||
|
},
|
||
|
{
|
||
|
"name": "tetranz/select2entity-bundle",
|
||
|
"version": "v2.9.5",
|
||
|
"target-dir": "Tetranz/Select2EntityBundle",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/tetranz/select2entity-bundle.git",
|
||
|
"reference": "c57281f4af06ca0c7e74c27fcc4bf8c95a1beaad"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/tetranz/select2entity-bundle/zipball/c57281f4af06ca0c7e74c27fcc4bf8c95a1beaad",
|
||
|
"reference": "c57281f4af06ca0c7e74c27fcc4bf8c95a1beaad",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"doctrine/orm": ">=2.4",
|
||
|
"php": ">=5.4.0"
|
||
|
},
|
||
|
"type": "symfony-bundle",
|
||
|
"extra": {
|
||
|
"branch-alias": []
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-0": {
|
||
|
"Tetranz\\Select2EntityBundle": ""
|
||
|
}
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"MIT"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Ross Keatinge",
|
||
|
"email": "tetranz@gmail.com"
|
||
|
}
|
||
|
],
|
||
|
"description": "A Symfony2 bundle that integrates Select2 as a drop-in replacement for a standard entity field on a Symfony form.",
|
||
|
"keywords": [
|
||
|
"autocomplete",
|
||
|
"select2",
|
||
|
"symfony",
|
||
|
"typeahead"
|
||
|
],
|
||
|
"time": "2018-03-05 02:52:46"
|
||
|
},
|
||
|
{
|
||
|
"name": "twig/twig",
|
||
|
"version": "v2.5.0",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/twigphp/Twig.git",
|
||
|
"reference": "6a5f676b77a90823c2d4eaf76137b771adf31323"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/twigphp/Twig/zipball/6a5f676b77a90823c2d4eaf76137b771adf31323",
|
||
|
"reference": "6a5f676b77a90823c2d4eaf76137b771adf31323",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"php": "^7.0",
|
||
|
"symfony/polyfill-ctype": "^1.8",
|
||
|
"symfony/polyfill-mbstring": "~1.0"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"psr/container": "^1.0",
|
||
|
"symfony/debug": "^2.7",
|
||
|
"symfony/phpunit-bridge": "^3.3"
|
||
|
},
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-master": "2.5-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": "https://twig.symfony.com/contributors",
|
||
|
"role": "Contributors"
|
||
|
}
|
||
|
],
|
||
|
"description": "Twig, the flexible, fast, and secure template language for PHP",
|
||
|
"homepage": "https://twig.symfony.com",
|
||
|
"keywords": [
|
||
|
"templating"
|
||
|
],
|
||
|
"time": "2018-07-13 07:18:09"
|
||
|
},
|
||
|
{
|
||
|
"name": "zendframework/zend-code",
|
||
|
"version": "3.1.0",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/zendframework/zend-code.git",
|
||
|
"reference": "2899c17f83a7207f2d7f53ec2f421204d3beea27"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/zendframework/zend-code/zipball/2899c17f83a7207f2d7f53ec2f421204d3beea27",
|
||
|
"reference": "2899c17f83a7207f2d7f53ec2f421204d3beea27",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"php": "^5.6 || 7.0.0 - 7.0.4 || ^7.0.6",
|
||
|
"zendframework/zend-eventmanager": "^2.6 || ^3.0"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"doctrine/annotations": "~1.0",
|
||
|
"ext-phar": "*",
|
||
|
"phpunit/phpunit": "^4.8.21",
|
||
|
"squizlabs/php_codesniffer": "^2.5",
|
||
|
"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": {
|
||
|
"dev-master": "3.1-dev",
|
||
|
"dev-develop": "3.2-dev"
|
||
|
}
|
||
|
},
|
||
|
"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"
|
||
|
],
|
||
|
"time": "2016-10-24 13:23:32"
|
||
|
},
|
||
|
{
|
||
|
"name": "zendframework/zend-eventmanager",
|
||
|
"version": "3.2.1",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/zendframework/zend-eventmanager.git",
|
||
|
"reference": "a5e2583a211f73604691586b8406ff7296a946dd"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/zendframework/zend-eventmanager/zipball/a5e2583a211f73604691586b8406ff7296a946dd",
|
||
|
"reference": "a5e2583a211f73604691586b8406ff7296a946dd",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"php": "^5.6 || ^7.0"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"athletic/athletic": "^0.1",
|
||
|
"container-interop/container-interop": "^1.1.0",
|
||
|
"phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2",
|
||
|
"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"
|
||
|
],
|
||
|
"time": "2018-04-25 15:33:34"
|
||
|
}
|
||
|
],
|
||
|
"packages-dev": [
|
||
|
{
|
||
|
"name": "nikic/php-parser",
|
||
|
"version": "v4.1.0",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/nikic/PHP-Parser.git",
|
||
|
"reference": "d0230c5c77a7e3cfa69446febf340978540958c0"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/d0230c5c77a7e3cfa69446febf340978540958c0",
|
||
|
"reference": "d0230c5c77a7e3cfa69446febf340978540958c0",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"ext-tokenizer": "*",
|
||
|
"php": ">=7.0"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"phpunit/phpunit": "^6.5 || ^7.0"
|
||
|
},
|
||
|
"bin": [
|
||
|
"bin/php-parse"
|
||
|
],
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-master": "4.1-dev"
|
||
|
}
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"PhpParser\\": "lib/PhpParser"
|
||
|
}
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"BSD-3-Clause"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Nikita Popov"
|
||
|
}
|
||
|
],
|
||
|
"description": "A PHP parser written in PHP",
|
||
|
"keywords": [
|
||
|
"parser",
|
||
|
"php"
|
||
|
],
|
||
|
"time": "2018-10-10 09:24:14"
|
||
|
},
|
||
|
{
|
||
|
"name": "sensio/generator-bundle",
|
||
|
"version": "v3.1.7",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/sensiolabs/SensioGeneratorBundle.git",
|
||
|
"reference": "28cbaa244bd0816fd8908b93f90380bcd7b67a65"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/sensiolabs/SensioGeneratorBundle/zipball/28cbaa244bd0816fd8908b93f90380bcd7b67a65",
|
||
|
"reference": "28cbaa244bd0816fd8908b93f90380bcd7b67a65",
|
||
|
"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-12-07 15:36:41"
|
||
|
},
|
||
|
{
|
||
|
"name": "symfony/maker-bundle",
|
||
|
"version": "v1.9.0",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/symfony/maker-bundle.git",
|
||
|
"reference": "e873047b6022a0343c9354f65d5d47b9e351dd53"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/symfony/maker-bundle/zipball/e873047b6022a0343c9354f65d5d47b9e351dd53",
|
||
|
"reference": "e873047b6022a0343c9354f65d5d47b9e351dd53",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"doctrine/inflector": "^1.2",
|
||
|
"nikic/php-parser": "^4.0",
|
||
|
"php": "^7.0.8",
|
||
|
"symfony/config": "^3.4|^4.0",
|
||
|
"symfony/console": "^3.4|^4.0",
|
||
|
"symfony/dependency-injection": "^3.4|^4.0",
|
||
|
"symfony/filesystem": "^3.4|^4.0",
|
||
|
"symfony/finder": "^3.4|^4.0",
|
||
|
"symfony/framework-bundle": "^3.4|^4.0",
|
||
|
"symfony/http-kernel": "^3.4|^4.0"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"allocine/twigcs": "^3.0",
|
||
|
"doctrine/doctrine-bundle": "^1.8",
|
||
|
"doctrine/orm": "^2.3",
|
||
|
"friendsofphp/php-cs-fixer": "^2.8",
|
||
|
"symfony/phpunit-bridge": "^3.4|^4.0",
|
||
|
"symfony/process": "^3.4|^4.0",
|
||
|
"symfony/yaml": "^3.4|^4.0"
|
||
|
},
|
||
|
"type": "symfony-bundle",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-master": "1.0-dev"
|
||
|
}
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Symfony\\Bundle\\MakerBundle\\": "src/"
|
||
|
}
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"MIT"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Symfony Community",
|
||
|
"homepage": "https://symfony.com/contributors"
|
||
|
}
|
||
|
],
|
||
|
"description": "Symfony Maker helps you create empty commands, controllers, form classes, tests and more so you can forget about writing boilerplate code.",
|
||
|
"homepage": "https://symfony.com/doc/current/bundles/SymfonyMakerBundle/index.html",
|
||
|
"keywords": [
|
||
|
"code generator",
|
||
|
"generator",
|
||
|
"scaffold",
|
||
|
"scaffolding"
|
||
|
],
|
||
|
"time": "2018-11-03 18:25:11"
|
||
|
},
|
||
|
{
|
||
|
"name": "symfony/phpunit-bridge",
|
||
|
"version": "v3.4.19",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/symfony/phpunit-bridge.git",
|
||
|
"reference": "2155067dfc73e0e77dbc26f236af17e4df552de5"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/2155067dfc73e0e77dbc26f236af17e4df552de5",
|
||
|
"reference": "2155067dfc73e0e77dbc26f236af17e4df552de5",
|
||
|
"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.4-dev"
|
||
|
},
|
||
|
"thanks": {
|
||
|
"name": "phpunit/phpunit",
|
||
|
"url": "https://github.com/sebastianbergmann/phpunit"
|
||
|
}
|
||
|
},
|
||
|
"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": "2018-11-20 16:47:12"
|
||
|
}
|
||
|
],
|
||
|
"aliases": [],
|
||
|
"minimum-stability": "stable",
|
||
|
"stability-flags": [],
|
||
|
"prefer-stable": false,
|
||
|
"prefer-lowest": false,
|
||
|
"platform": {
|
||
|
"php": ">=7"
|
||
|
},
|
||
|
"platform-dev": [],
|
||
|
"platform-overrides": {
|
||
|
"php": "7.0.30"
|
||
|
}
|
||
|
}
|