1
0
mirror of https://framagit.org/tykayn/date-poll-api synced 2023-08-25 08:23:11 +02:00
date-poll-api/composer.lock

6512 lines
231 KiB
Plaintext
Raw Normal View History

2019-10-24 13:06:51 +02:00
{
"_readme": [
"This file locks the dependencies of your project to a known state",
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
2020-01-22 12:17:49 +01:00
"content-hash": "faabf0bb9999cd406634d3ab22880cdf",
2019-10-24 13:06:51 +02:00
"packages": [
{
2019-10-25 14:13:11 +02:00
"name": "doctrine/annotations",
"version": "v1.8.0",
2019-10-24 13:06:51 +02:00
"source": {
"type": "git",
2019-10-25 14:13:11 +02:00
"url": "https://github.com/doctrine/annotations.git",
"reference": "904dca4eb10715b92569fbcd79e201d5c349b6bc"
2019-10-24 13:06:51 +02:00
},
"dist": {
"type": "zip",
2019-10-25 14:13:11 +02:00
"url": "https://api.github.com/repos/doctrine/annotations/zipball/904dca4eb10715b92569fbcd79e201d5c349b6bc",
"reference": "904dca4eb10715b92569fbcd79e201d5c349b6bc",
2019-10-24 13:06:51 +02:00
"shasum": ""
},
"require": {
2019-10-25 14:13:11 +02:00
"doctrine/lexer": "1.*",
"php": "^7.1"
},
"require-dev": {
"doctrine/cache": "1.*",
"phpunit/phpunit": "^7.5"
2019-10-24 13:06:51 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-10-25 14:13:11 +02:00
"dev-master": "1.7.x-dev"
2019-10-24 13:06:51 +02:00
}
},
"autoload": {
"psr-4": {
2019-10-25 14:13:11 +02:00
"Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
2019-10-24 13:06:51 +02:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2019-10-25 14:13:11 +02:00
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
},
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
2019-10-24 13:06:51 +02:00
}
],
2019-10-25 14:13:11 +02:00
"description": "Docblock Annotations Parser",
"homepage": "http://www.doctrine-project.org",
2019-10-24 13:06:51 +02:00
"keywords": [
2019-10-25 14:13:11 +02:00
"annotations",
"docblock",
"parser"
2019-10-24 13:06:51 +02:00
],
2019-10-25 14:13:11 +02:00
"time": "2019-10-01T18:55:10+00:00"
2019-10-24 13:06:51 +02:00
},
{
2019-10-25 14:13:11 +02:00
"name": "doctrine/cache",
2020-01-22 12:17:49 +01:00
"version": "1.10.0",
2019-10-24 13:06:51 +02:00
"source": {
"type": "git",
2019-10-25 14:13:11 +02:00
"url": "https://github.com/doctrine/cache.git",
2020-01-22 12:17:49 +01:00
"reference": "382e7f4db9a12dc6c19431743a2b096041bcdd62"
2019-10-24 13:06:51 +02:00
},
"dist": {
"type": "zip",
2020-01-22 12:17:49 +01:00
"url": "https://api.github.com/repos/doctrine/cache/zipball/382e7f4db9a12dc6c19431743a2b096041bcdd62",
"reference": "382e7f4db9a12dc6c19431743a2b096041bcdd62",
2019-10-24 13:06:51 +02:00
"shasum": ""
},
"require": {
2019-10-25 14:13:11 +02:00
"php": "~7.1"
},
"conflict": {
"doctrine/common": ">2.2,<2.4"
},
"require-dev": {
"alcaeus/mongo-php-adapter": "^1.1",
2020-01-22 12:17:49 +01:00
"doctrine/coding-standard": "^6.0",
2019-10-25 14:13:11 +02:00
"mongodb/mongodb": "^1.1",
"phpunit/phpunit": "^7.0",
"predis/predis": "~1.0"
},
"suggest": {
"alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver"
2019-10-24 13:06:51 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-01-22 12:17:49 +01:00
"dev-master": "1.9.x-dev"
2019-10-24 13:06:51 +02:00
}
},
"autoload": {
"psr-4": {
2019-10-25 14:13:11 +02:00
"Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
2019-10-24 13:06:51 +02:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
2019-11-05 16:31:27 +01:00
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
2019-10-24 13:06:51 +02:00
{
2019-10-25 14:13:11 +02:00
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
},
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
2019-10-24 13:06:51 +02:00
}
],
2020-01-22 12:17:49 +01:00
"description": "PHP Doctrine Cache library is a popular cache implementation that supports many different drivers such as redis, memcache, apc, mongodb and others.",
"homepage": "https://www.doctrine-project.org/projects/cache.html",
2019-10-24 13:06:51 +02:00
"keywords": [
2020-01-22 12:17:49 +01:00
"abstraction",
"apcu",
2019-10-25 14:13:11 +02:00
"cache",
2020-01-22 12:17:49 +01:00
"caching",
"couchdb",
"memcached",
"php",
"redis",
"xcache"
2019-10-24 13:06:51 +02:00
],
2020-01-22 12:17:49 +01:00
"time": "2019-11-29T15:36:20+00:00"
2019-10-24 13:06:51 +02:00
},
{
2019-10-25 14:13:11 +02:00
"name": "doctrine/collections",
2020-01-22 12:17:49 +01:00
"version": "1.6.4",
2019-10-24 13:06:51 +02:00
"source": {
"type": "git",
2019-10-25 14:13:11 +02:00
"url": "https://github.com/doctrine/collections.git",
2020-01-22 12:17:49 +01:00
"reference": "6b1e4b2b66f6d6e49983cebfe23a21b7ccc5b0d7"
2019-10-24 13:06:51 +02:00
},
"dist": {
"type": "zip",
2020-01-22 12:17:49 +01:00
"url": "https://api.github.com/repos/doctrine/collections/zipball/6b1e4b2b66f6d6e49983cebfe23a21b7ccc5b0d7",
"reference": "6b1e4b2b66f6d6e49983cebfe23a21b7ccc5b0d7",
2019-10-24 13:06:51 +02:00
"shasum": ""
},
"require": {
2019-10-25 14:13:11 +02:00
"php": "^7.1.3"
},
"require-dev": {
"doctrine/coding-standard": "^6.0",
"phpstan/phpstan-shim": "^0.9.2",
"phpunit/phpunit": "^7.0",
"vimeo/psalm": "^3.2.2"
2019-10-24 13:06:51 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-10-25 14:13:11 +02:00
"dev-master": "1.6.x-dev"
2019-10-24 13:06:51 +02:00
}
},
"autoload": {
"psr-4": {
2019-10-25 14:13:11 +02:00
"Doctrine\\Common\\Collections\\": "lib/Doctrine/Common/Collections"
2019-10-24 13:06:51 +02:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
2020-01-22 12:17:49 +01:00
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
2019-10-24 13:06:51 +02:00
{
2019-10-25 14:13:11 +02:00
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
},
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
2019-10-24 13:06:51 +02:00
}
],
2019-10-25 14:13:11 +02:00
"description": "PHP Doctrine Collections library that adds additional functionality on top of PHP arrays.",
"homepage": "https://www.doctrine-project.org/projects/collections.html",
2019-10-24 13:06:51 +02:00
"keywords": [
2019-10-25 14:13:11 +02:00
"array",
"collections",
"iterators",
"php"
2019-10-24 13:06:51 +02:00
],
2020-01-22 12:17:49 +01:00
"time": "2019-11-13T13:07:11+00:00"
2019-10-24 13:06:51 +02:00
},
{
2019-10-25 14:13:11 +02:00
"name": "doctrine/common",
2020-01-22 12:17:49 +01:00
"version": "2.12.0",
2019-10-24 13:06:51 +02:00
"source": {
"type": "git",
2019-10-25 14:13:11 +02:00
"url": "https://github.com/doctrine/common.git",
2020-01-22 12:17:49 +01:00
"reference": "2053eafdf60c2172ee1373d1b9289ba1db7f1fc6"
2019-10-24 13:06:51 +02:00
},
"dist": {
"type": "zip",
2020-01-22 12:17:49 +01:00
"url": "https://api.github.com/repos/doctrine/common/zipball/2053eafdf60c2172ee1373d1b9289ba1db7f1fc6",
"reference": "2053eafdf60c2172ee1373d1b9289ba1db7f1fc6",
2019-10-24 13:06:51 +02:00
"shasum": ""
},
"require": {
2019-10-25 14:13:11 +02:00
"doctrine/annotations": "^1.0",
"doctrine/cache": "^1.0",
"doctrine/collections": "^1.0",
"doctrine/event-manager": "^1.0",
"doctrine/inflector": "^1.0",
"doctrine/lexer": "^1.0",
"doctrine/persistence": "^1.1",
"doctrine/reflection": "^1.0",
"php": "^7.1"
2019-10-24 13:06:51 +02:00
},
"require-dev": {
2019-10-25 14:13:11 +02:00
"doctrine/coding-standard": "^1.0",
"phpstan/phpstan": "^0.11",
"phpstan/phpstan-phpunit": "^0.11",
"phpunit/phpunit": "^7.0",
"squizlabs/php_codesniffer": "^3.0",
"symfony/phpunit-bridge": "^4.0.5"
2019-10-24 13:06:51 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-10-25 14:13:11 +02:00
"dev-master": "2.11.x-dev"
2019-10-24 13:06:51 +02:00
}
},
"autoload": {
"psr-4": {
2019-10-25 14:13:11 +02:00
"Doctrine\\Common\\": "lib/Doctrine/Common"
}
2019-10-24 13:06:51 +02:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2019-10-25 14:13:11 +02:00
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
2019-10-24 13:06:51 +02:00
},
{
2019-10-25 14:13:11 +02:00
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
},
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
},
{
"name": "Marco Pivetta",
"email": "ocramius@gmail.com"
2019-10-24 13:06:51 +02:00
}
],
2019-10-25 14:13:11 +02:00
"description": "PHP Doctrine Common project is a library that provides additional functionality that other Doctrine projects depend on such as better reflection support, persistence interfaces, proxies, event system and much more.",
"homepage": "https://www.doctrine-project.org/projects/common.html",
2019-10-24 13:06:51 +02:00
"keywords": [
2019-10-25 14:13:11 +02:00
"common",
"doctrine",
"php"
2019-10-24 13:06:51 +02:00
],
2020-01-22 12:17:49 +01:00
"time": "2020-01-10T15:49:25+00:00"
2019-10-24 13:06:51 +02:00
},
{
2019-10-25 14:13:11 +02:00
"name": "doctrine/dbal",
2020-01-22 12:17:49 +01:00
"version": "v2.10.1",
2019-10-24 13:06:51 +02:00
"source": {
"type": "git",
2019-10-25 14:13:11 +02:00
"url": "https://github.com/doctrine/dbal.git",
2020-01-22 12:17:49 +01:00
"reference": "c2b8e6e82732a64ecde1cddf9e1e06cb8556e3d8"
2019-10-24 13:06:51 +02:00
},
"dist": {
"type": "zip",
2020-01-22 12:17:49 +01:00
"url": "https://api.github.com/repos/doctrine/dbal/zipball/c2b8e6e82732a64ecde1cddf9e1e06cb8556e3d8",
"reference": "c2b8e6e82732a64ecde1cddf9e1e06cb8556e3d8",
2019-10-24 13:06:51 +02:00
"shasum": ""
},
"require": {
2019-10-25 14:13:11 +02:00
"doctrine/cache": "^1.0",
"doctrine/event-manager": "^1.0",
"ext-pdo": "*",
2019-11-05 16:31:27 +01:00
"php": "^7.2"
2019-10-25 14:13:11 +02:00
},
"require-dev": {
2019-11-05 16:31:27 +01:00
"doctrine/coding-standard": "^6.0",
"jetbrains/phpstorm-stubs": "^2019.1",
"phpstan/phpstan": "^0.11.3",
"phpunit/phpunit": "^8.4.1",
"symfony/console": "^2.0.5|^3.0|^4.0|^5.0"
2019-10-24 13:06:51 +02:00
},
"suggest": {
2019-10-25 14:13:11 +02:00
"symfony/console": "For helpful console commands such as SQL execution and import of files."
2019-10-24 13:06:51 +02:00
},
2019-10-25 14:13:11 +02:00
"bin": [
"bin/doctrine-dbal"
],
2019-10-24 13:06:51 +02:00
"type": "library",
"extra": {
"branch-alias": {
2019-11-05 16:31:27 +01:00
"dev-master": "2.10.x-dev",
2019-10-25 14:13:11 +02:00
"dev-develop": "3.0.x-dev"
2019-10-24 13:06:51 +02:00
}
},
"autoload": {
"psr-4": {
2019-10-25 14:13:11 +02:00
"Doctrine\\DBAL\\": "lib/Doctrine/DBAL"
2019-10-24 13:06:51 +02:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
2019-11-05 16:31:27 +01:00
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
2019-10-24 13:06:51 +02:00
{
2019-10-25 14:13:11 +02:00
"name": "Roman Borschel",
"email": "roman@code-factory.org"
2019-10-24 13:06:51 +02:00
},
{
2019-10-25 14:13:11 +02:00
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
2019-10-24 13:06:51 +02:00
}
],
2019-10-25 14:13:11 +02:00
"description": "Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management.",
"homepage": "https://www.doctrine-project.org/projects/dbal.html",
2019-10-24 13:06:51 +02:00
"keywords": [
2019-10-25 14:13:11 +02:00
"abstraction",
"database",
2019-11-05 16:31:27 +01:00
"db2",
2019-10-25 14:13:11 +02:00
"dbal",
2019-11-05 16:31:27 +01:00
"mariadb",
"mssql",
2019-10-25 14:13:11 +02:00
"mysql",
2019-11-05 16:31:27 +01:00
"oci8",
"oracle",
"pdo",
2019-10-25 14:13:11 +02:00
"pgsql",
2019-11-05 16:31:27 +01:00
"postgresql",
"queryobject",
"sasql",
"sql",
"sqlanywhere",
"sqlite",
"sqlserver",
"sqlsrv"
],
2020-01-22 12:17:49 +01:00
"time": "2020-01-04T12:56:21+00:00"
2019-10-24 13:06:51 +02:00
},
{
2019-10-25 14:13:11 +02:00
"name": "doctrine/doctrine-bundle",
2020-01-22 12:17:49 +01:00
"version": "2.0.7",
2019-10-24 13:06:51 +02:00
"source": {
"type": "git",
2019-10-25 14:13:11 +02:00
"url": "https://github.com/doctrine/DoctrineBundle.git",
2020-01-22 12:17:49 +01:00
"reference": "6926771140ee87a823c3b2c72602de9dda4490d3"
2019-10-24 13:06:51 +02:00
},
"dist": {
"type": "zip",
2020-01-22 12:17:49 +01:00
"url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/6926771140ee87a823c3b2c72602de9dda4490d3",
"reference": "6926771140ee87a823c3b2c72602de9dda4490d3",
2019-10-24 13:06:51 +02:00
"shasum": ""
},
"require": {
2020-01-22 12:17:49 +01:00
"doctrine/dbal": "^2.9.0",
"doctrine/persistence": "^1.3.3",
2019-10-25 14:13:11 +02:00
"jdorn/sql-formatter": "^1.2.16",
"php": "^7.1",
2020-01-22 12:17:49 +01:00
"symfony/cache": "^4.3.3|^5.0",
"symfony/config": "^4.3.3|^5.0",
"symfony/console": "^3.4.30|^4.3.3|^5.0",
"symfony/dependency-injection": "^4.3.3|^5.0",
"symfony/doctrine-bridge": "^4.3.7|^5.0",
"symfony/framework-bundle": "^3.4.30|^4.3.3|^5.0",
"symfony/service-contracts": "^1.1.1|^2.0"
2019-10-24 13:06:51 +02:00
},
"conflict": {
2019-10-25 14:13:11 +02:00
"doctrine/orm": "<2.6",
"twig/twig": "<1.34|>=2.0,<2.4"
2019-10-24 13:06:51 +02:00
},
"require-dev": {
2019-10-25 14:13:11 +02:00
"doctrine/coding-standard": "^6.0",
"doctrine/orm": "^2.6",
2020-01-22 12:17:49 +01:00
"ocramius/proxy-manager": "^2.1",
"phpunit/phpunit": "^7.5",
2019-10-25 14:13:11 +02:00
"symfony/phpunit-bridge": "^4.2",
2020-01-22 12:17:49 +01:00
"symfony/property-info": "^4.3.3|^5.0",
"symfony/proxy-manager-bridge": "^3.4|^4.3.3|^5.0",
"symfony/twig-bridge": "^3.4.30|^4.3.3|^5.0",
"symfony/validator": "^3.4.30|^4.3.3|^5.0",
"symfony/web-profiler-bundle": "^3.4.30|^4.3.3|^5.0",
"symfony/yaml": "^3.4.30|^4.3.3|^5.0",
"twig/twig": "^1.34|^2.12"
2019-10-24 13:06:51 +02:00
},
"suggest": {
2019-10-25 14:13:11 +02:00
"doctrine/orm": "The Doctrine ORM integration is optional in the bundle.",
"symfony/web-profiler-bundle": "To use the data collector."
2019-10-24 13:06:51 +02:00
},
2019-10-25 14:13:11 +02:00
"type": "symfony-bundle",
2019-10-24 13:06:51 +02:00
"extra": {
"branch-alias": {
2020-01-22 12:17:49 +01:00
"dev-master": "2.0.x-dev"
2019-10-24 13:06:51 +02:00
}
},
"autoload": {
"psr-4": {
2019-10-25 14:13:11 +02:00
"Doctrine\\Bundle\\DoctrineBundle\\": ""
}
2019-10-24 13:06:51 +02:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2020-01-22 12:17:49 +01:00
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
2019-10-24 13:06:51 +02:00
},
{
2019-10-25 14:13:11 +02:00
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
2020-01-22 12:17:49 +01:00
"name": "Symfony Community",
"homepage": "http://symfony.com/contributors"
2019-10-25 14:13:11 +02:00
},
{
2020-01-22 12:17:49 +01:00
"name": "Doctrine Project",
"homepage": "http://www.doctrine-project.org/"
2019-10-24 13:06:51 +02:00
}
],
2019-10-25 14:13:11 +02:00
"description": "Symfony DoctrineBundle",
"homepage": "http://www.doctrine-project.org",
"keywords": [
"database",
"dbal",
"orm",
"persistence"
],
2020-01-22 12:17:49 +01:00
"time": "2020-01-18T11:56:15+00:00"
2019-10-24 13:06:51 +02:00
},
{
2019-10-25 14:13:11 +02:00
"name": "doctrine/doctrine-migrations-bundle",
2020-01-22 12:17:49 +01:00
"version": "2.1.2",
2019-10-24 13:06:51 +02:00
"source": {
"type": "git",
2019-10-25 14:13:11 +02:00
"url": "https://github.com/doctrine/DoctrineMigrationsBundle.git",
2020-01-22 12:17:49 +01:00
"reference": "856437e8de96a70233e1f0cc2352fc8dd15a899d"
2019-10-24 13:06:51 +02:00
},
"dist": {
"type": "zip",
2020-01-22 12:17:49 +01:00
"url": "https://api.github.com/repos/doctrine/DoctrineMigrationsBundle/zipball/856437e8de96a70233e1f0cc2352fc8dd15a899d",
"reference": "856437e8de96a70233e1f0cc2352fc8dd15a899d",
2019-10-24 13:06:51 +02:00
"shasum": ""
},
"require": {
2020-01-22 12:17:49 +01:00
"doctrine/doctrine-bundle": "~1.0|~2.0",
"doctrine/migrations": "^2.2",
2019-10-25 14:13:11 +02:00
"php": "^7.1",
2020-01-22 12:17:49 +01:00
"symfony/framework-bundle": "~3.4|~4.0|~5.0"
2019-10-24 13:06:51 +02:00
},
"require-dev": {
2019-10-25 14:13:11 +02:00
"doctrine/coding-standard": "^5.0",
"mikey179/vfsstream": "^1.6",
"phpstan/phpstan": "^0.9.2",
"phpstan/phpstan-strict-rules": "^0.9",
2020-01-22 12:17:49 +01:00
"phpunit/phpunit": "^6.4|^7.0"
2019-10-24 13:06:51 +02:00
},
2019-10-25 14:13:11 +02:00
"type": "symfony-bundle",
2019-10-24 13:06:51 +02:00
"extra": {
"branch-alias": {
2020-01-22 12:17:49 +01:00
"dev-master": "2.1.x-dev"
2019-10-24 13:06:51 +02:00
}
},
"autoload": {
"psr-4": {
2019-10-25 14:13:11 +02:00
"Doctrine\\Bundle\\MigrationsBundle\\": ""
2020-01-22 12:17:49 +01:00
},
"exclude-from-classmap": [
"/Tests/"
]
2019-10-24 13:06:51 +02:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2020-01-22 12:17:49 +01:00
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
2019-10-24 13:06:51 +02:00
},
{
2019-10-25 14:13:11 +02:00
"name": "Doctrine Project",
"homepage": "http://www.doctrine-project.org"
},
{
2020-01-22 12:17:49 +01:00
"name": "Symfony Community",
"homepage": "http://symfony.com/contributors"
2019-10-24 13:06:51 +02:00
}
],
2019-10-25 14:13:11 +02:00
"description": "Symfony DoctrineMigrationsBundle",
"homepage": "https://www.doctrine-project.org",
"keywords": [
"dbal",
"migrations",
"schema"
],
2020-01-22 12:17:49 +01:00
"time": "2019-11-13T12:57:41+00:00"
2019-10-24 13:06:51 +02:00
},
{
2019-10-25 14:13:11 +02:00
"name": "doctrine/event-manager",
2020-01-22 12:17:49 +01:00
"version": "1.1.0",
2019-10-24 13:06:51 +02:00
"source": {
"type": "git",
2019-10-25 14:13:11 +02:00
"url": "https://github.com/doctrine/event-manager.git",
2020-01-22 12:17:49 +01:00
"reference": "629572819973f13486371cb611386eb17851e85c"
2019-10-24 13:06:51 +02:00
},
"dist": {
"type": "zip",
2020-01-22 12:17:49 +01:00
"url": "https://api.github.com/repos/doctrine/event-manager/zipball/629572819973f13486371cb611386eb17851e85c",
"reference": "629572819973f13486371cb611386eb17851e85c",
2019-10-24 13:06:51 +02:00
"shasum": ""
},
"require": {
2019-10-25 14:13:11 +02:00
"php": "^7.1"
2019-10-24 13:06:51 +02:00
},
"conflict": {
2019-10-25 14:13:11 +02:00
"doctrine/common": "<2.9@dev"
2019-10-24 13:06:51 +02:00
},
"require-dev": {
2020-01-22 12:17:49 +01:00
"doctrine/coding-standard": "^6.0",
2019-10-25 14:13:11 +02:00
"phpunit/phpunit": "^7.0"
2019-10-24 13:06:51 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-10-25 14:13:11 +02:00
"dev-master": "1.0.x-dev"
2019-10-24 13:06:51 +02:00
}
},
"autoload": {
"psr-4": {
2019-10-25 14:13:11 +02:00
"Doctrine\\Common\\": "lib/Doctrine/Common"
}
2019-10-24 13:06:51 +02:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
2020-01-22 12:17:49 +01:00
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
2019-10-24 13:06:51 +02:00
{
2019-10-25 14:13:11 +02:00
"name": "Roman Borschel",
"email": "roman@code-factory.org"
2019-10-24 13:06:51 +02:00
},
{
2019-10-25 14:13:11 +02:00
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
},
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
},
{
"name": "Marco Pivetta",
"email": "ocramius@gmail.com"
2019-10-24 13:06:51 +02:00
}
],
2020-01-22 12:17:49 +01:00
"description": "The Doctrine Event Manager is a simple PHP event system that was built to be used with the various Doctrine projects.",
2019-10-25 14:13:11 +02:00
"homepage": "https://www.doctrine-project.org/projects/event-manager.html",
"keywords": [
"event",
2020-01-22 12:17:49 +01:00
"event dispatcher",
"event manager",
"event system",
"events"
2019-10-25 14:13:11 +02:00
],
2020-01-22 12:17:49 +01:00
"time": "2019-11-10T09:48:07+00:00"
2019-10-24 13:06:51 +02:00
},
{
2019-10-25 14:13:11 +02:00
"name": "doctrine/inflector",
2020-01-22 12:17:49 +01:00
"version": "1.3.1",
2019-10-24 13:06:51 +02:00
"source": {
"type": "git",
2019-10-25 14:13:11 +02:00
"url": "https://github.com/doctrine/inflector.git",
2020-01-22 12:17:49 +01:00
"reference": "ec3a55242203ffa6a4b27c58176da97ff0a7aec1"
2019-10-24 13:06:51 +02:00
},
"dist": {
"type": "zip",
2020-01-22 12:17:49 +01:00
"url": "https://api.github.com/repos/doctrine/inflector/zipball/ec3a55242203ffa6a4b27c58176da97ff0a7aec1",
"reference": "ec3a55242203ffa6a4b27c58176da97ff0a7aec1",
2019-10-24 13:06:51 +02:00
"shasum": ""
},
"require": {
2019-10-25 14:13:11 +02:00
"php": "^7.1"
2019-10-24 13:06:51 +02:00
},
"require-dev": {
2019-10-25 14:13:11 +02:00
"phpunit/phpunit": "^6.2"
2019-10-24 13:06:51 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-10-25 14:13:11 +02:00
"dev-master": "1.3.x-dev"
2019-10-24 13:06:51 +02:00
}
},
"autoload": {
"psr-4": {
2019-10-25 14:13:11 +02:00
"Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector"
}
2019-10-24 13:06:51 +02:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
2020-01-22 12:17:49 +01:00
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
2019-10-24 13:06:51 +02:00
{
2019-10-25 14:13:11 +02:00
"name": "Roman Borschel",
"email": "roman@code-factory.org"
2019-10-24 13:06:51 +02:00
},
{
2019-10-25 14:13:11 +02:00
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
},
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
2019-10-24 13:06:51 +02:00
}
],
2019-10-25 14:13:11 +02:00
"description": "Common String Manipulations with regard to casing and singular/plural rules.",
"homepage": "http://www.doctrine-project.org",
2019-10-24 13:06:51 +02:00
"keywords": [
2019-10-25 14:13:11 +02:00
"inflection",
"pluralize",
"singularize",
"string"
2019-10-24 13:06:51 +02:00
],
2020-01-22 12:17:49 +01:00
"time": "2019-10-30T19:59:35+00:00"
2019-10-24 13:06:51 +02:00
},
{
2019-10-25 14:13:11 +02:00
"name": "doctrine/instantiator",
2020-01-22 12:17:49 +01:00
"version": "1.3.0",
2019-10-24 13:06:51 +02:00
"source": {
"type": "git",
2019-10-25 14:13:11 +02:00
"url": "https://github.com/doctrine/instantiator.git",
2020-01-22 12:17:49 +01:00
"reference": "ae466f726242e637cebdd526a7d991b9433bacf1"
2019-10-24 13:06:51 +02:00
},
"dist": {
"type": "zip",
2020-01-22 12:17:49 +01:00
"url": "https://api.github.com/repos/doctrine/instantiator/zipball/ae466f726242e637cebdd526a7d991b9433bacf1",
"reference": "ae466f726242e637cebdd526a7d991b9433bacf1",
2019-10-24 13:06:51 +02:00
"shasum": ""
},
"require": {
2019-10-25 14:13:11 +02:00
"php": "^7.1"
2019-10-24 13:06:51 +02:00
},
"require-dev": {
2019-10-25 14:13:11 +02:00
"doctrine/coding-standard": "^6.0",
"ext-pdo": "*",
"ext-phar": "*",
"phpbench/phpbench": "^0.13",
"phpstan/phpstan-phpunit": "^0.11",
"phpstan/phpstan-shim": "^0.11",
"phpunit/phpunit": "^7.0"
2019-10-24 13:06:51 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-10-25 14:13:11 +02:00
"dev-master": "1.2.x-dev"
2019-10-24 13:06:51 +02:00
}
},
"autoload": {
"psr-4": {
2019-10-25 14:13:11 +02:00
"Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
}
2019-10-24 13:06:51 +02:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2019-10-25 14:13:11 +02:00
"name": "Marco Pivetta",
"email": "ocramius@gmail.com",
"homepage": "http://ocramius.github.com/"
2019-10-24 13:06:51 +02:00
}
],
2019-10-25 14:13:11 +02:00
"description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
"homepage": "https://www.doctrine-project.org/projects/instantiator.html",
"keywords": [
"constructor",
"instantiate"
],
2020-01-22 12:17:49 +01:00
"time": "2019-10-21T16:45:58+00:00"
2019-10-24 13:06:51 +02:00
},
{
2019-10-25 14:13:11 +02:00
"name": "doctrine/lexer",
2020-01-22 12:17:49 +01:00
"version": "1.2.0",
2019-10-24 13:06:51 +02:00
"source": {
"type": "git",
2019-10-25 14:13:11 +02:00
"url": "https://github.com/doctrine/lexer.git",
2020-01-22 12:17:49 +01:00
"reference": "5242d66dbeb21a30dd8a3e66bf7a73b66e05e1f6"
2019-10-24 13:06:51 +02:00
},
"dist": {
"type": "zip",
2020-01-22 12:17:49 +01:00
"url": "https://api.github.com/repos/doctrine/lexer/zipball/5242d66dbeb21a30dd8a3e66bf7a73b66e05e1f6",
"reference": "5242d66dbeb21a30dd8a3e66bf7a73b66e05e1f6",
2019-10-24 13:06:51 +02:00
"shasum": ""
},
"require": {
2019-10-25 14:13:11 +02:00
"php": "^7.2"
2019-10-24 13:06:51 +02:00
},
2019-10-25 14:13:11 +02:00
"require-dev": {
"doctrine/coding-standard": "^6.0",
"phpstan/phpstan": "^0.11.8",
"phpunit/phpunit": "^8.2"
2019-10-24 13:06:51 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-01-22 12:17:49 +01:00
"dev-master": "1.2.x-dev"
2019-10-24 13:06:51 +02:00
}
},
"autoload": {
"psr-4": {
2019-10-25 14:13:11 +02:00
"Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer"
2019-10-24 13:06:51 +02:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2019-10-25 14:13:11 +02:00
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
2019-10-24 13:06:51 +02:00
},
{
2019-10-25 14:13:11 +02:00
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
2019-10-24 13:06:51 +02:00
}
],
2019-10-25 14:13:11 +02:00
"description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.",
"homepage": "https://www.doctrine-project.org/projects/lexer.html",
2019-10-24 13:06:51 +02:00
"keywords": [
2019-10-25 14:13:11 +02:00
"annotations",
"docblock",
"lexer",
"parser",
"php"
2019-10-24 13:06:51 +02:00
],
2020-01-22 12:17:49 +01:00
"time": "2019-10-30T14:39:59+00:00"
2019-10-24 13:06:51 +02:00
},
{
2019-10-25 14:13:11 +02:00
"name": "doctrine/migrations",
2020-01-22 12:17:49 +01:00
"version": "2.2.1",
2019-10-24 13:06:51 +02:00
"source": {
"type": "git",
2019-10-25 14:13:11 +02:00
"url": "https://github.com/doctrine/migrations.git",
2020-01-22 12:17:49 +01:00
"reference": "a3987131febeb0e9acb3c47ab0df0af004588934"
2019-10-24 13:06:51 +02:00
},
"dist": {
"type": "zip",
2020-01-22 12:17:49 +01:00
"url": "https://api.github.com/repos/doctrine/migrations/zipball/a3987131febeb0e9acb3c47ab0df0af004588934",
"reference": "a3987131febeb0e9acb3c47ab0df0af004588934",
2019-10-24 13:06:51 +02:00
"shasum": ""
},
"require": {
2019-10-25 14:13:11 +02:00
"doctrine/dbal": "^2.9",
"ocramius/package-versions": "^1.3",
"ocramius/proxy-manager": "^2.0.2",
"php": "^7.1",
2020-01-22 12:17:49 +01:00
"symfony/console": "^3.4||^4.0||^5.0",
"symfony/stopwatch": "^3.4||^4.0||^5.0"
2019-10-24 13:06:51 +02:00
},
2019-10-25 14:13:11 +02:00
"require-dev": {
"doctrine/coding-standard": "^6.0",
"doctrine/orm": "^2.6",
"ext-pdo_sqlite": "*",
"jdorn/sql-formatter": "^1.1",
"mikey179/vfsstream": "^1.6",
"phpstan/phpstan": "^0.10",
"phpstan/phpstan-deprecation-rules": "^0.10",
"phpstan/phpstan-phpunit": "^0.10",
"phpstan/phpstan-strict-rules": "^0.10",
"phpunit/phpunit": "^7.0",
2020-01-22 12:17:49 +01:00
"symfony/process": "^3.4||^4.0||^5.0",
"symfony/yaml": "^3.4||^4.0||^5.0"
2019-10-25 14:13:11 +02:00
},
"suggest": {
"jdorn/sql-formatter": "Allows to generate formatted SQL with the diff command.",
"symfony/yaml": "Allows the use of yaml for migration configuration files."
},
"bin": [
"bin/doctrine-migrations"
],
2019-10-24 13:06:51 +02:00
"type": "library",
"extra": {
"branch-alias": {
2020-01-22 12:17:49 +01:00
"dev-master": "2.2.x-dev"
2019-10-24 13:06:51 +02:00
}
},
"autoload": {
"psr-4": {
2019-10-25 14:13:11 +02:00