date-poll-api/composer.lock

6647 lines
239 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-10-28 15:46:39 +01:00
"content-hash": "5dd6e512329e238fbaadcc3f4d5f6217",
2019-10-24 13:06:51 +02:00
"packages": [
2020-10-28 15:46:39 +01:00
{
"name": "composer/package-versions-deprecated",
2020-11-27 16:00:29 +01:00
"version": "1.11.99.1",
2020-10-28 15:46:39 +01:00
"source": {
"type": "git",
"url": "https://github.com/composer/package-versions-deprecated.git",
2020-11-27 16:00:29 +01:00
"reference": "7413f0b55a051e89485c5cb9f765fe24bb02a7b6"
2020-10-28 15:46:39 +01:00
},
"dist": {
"type": "zip",
2020-11-27 16:00:29 +01:00
"url": "https://api.github.com/repos/composer/package-versions-deprecated/zipball/7413f0b55a051e89485c5cb9f765fe24bb02a7b6",
"reference": "7413f0b55a051e89485c5cb9f765fe24bb02a7b6",
2020-10-28 15:46:39 +01:00
"shasum": ""
},
"require": {
"composer-plugin-api": "^1.1.0 || ^2.0",
"php": "^7 || ^8"
},
"replace": {
"ocramius/package-versions": "1.11.99"
},
"require-dev": {
"composer/composer": "^1.9.3 || ^2.0@dev",
"ext-zip": "^1.13",
"phpunit/phpunit": "^6.5 || ^7"
},
"type": "composer-plugin",
"extra": {
"class": "PackageVersions\\Installer",
"branch-alias": {
"dev-master": "1.x-dev"
}
},
"autoload": {
"psr-4": {
"PackageVersions\\": "src/PackageVersions"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Marco Pivetta",
"email": "ocramius@gmail.com"
},
{
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be"
}
],
"description": "Composer plugin that provides efficient querying for installed package versions (no runtime IO)",
2020-11-27 16:00:29 +01:00
"time": "2020-11-11T10:22:58+00:00"
2020-10-28 15:46:39 +01:00
},
2019-10-24 13:06:51 +02:00
{
2019-10-25 14:13:11 +02:00
"name": "doctrine/annotations",
2020-10-28 15:46:39 +01:00
"version": "1.11.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/annotations.git",
2020-10-28 15:46:39 +01:00
"reference": "ce77a7ba1770462cd705a91a151b6c3746f9c6ad"
2019-10-24 13:06:51 +02:00
},
"dist": {
"type": "zip",
2020-10-28 15:46:39 +01:00
"url": "https://api.github.com/repos/doctrine/annotations/zipball/ce77a7ba1770462cd705a91a151b6c3746f9c6ad",
"reference": "ce77a7ba1770462cd705a91a151b6c3746f9c6ad",
2019-10-24 13:06:51 +02:00
"shasum": ""
},
"require": {
2019-10-25 14:13:11 +02:00
"doctrine/lexer": "1.*",
2020-10-28 15:46:39 +01:00
"ext-tokenizer": "*",
"php": "^7.1 || ^8.0"
2019-10-25 14:13:11 +02:00
},
"require-dev": {
"doctrine/cache": "1.*",
2020-10-28 15:46:39 +01:00
"doctrine/coding-standard": "^6.0 || ^8.1",
"phpstan/phpstan": "^0.12.20",
"phpunit/phpunit": "^7.5 || ^9.1.5"
2019-10-24 13:06:51 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-10-28 15:46:39 +01:00
"dev-master": "1.11.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",
2020-10-28 15:46:39 +01:00
"homepage": "https://www.doctrine-project.org/projects/annotations.html",
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
],
2020-10-28 15:46:39 +01:00
"time": "2020-10-26T10:28:16+00:00"
2019-10-24 13:06:51 +02:00
},
{
2019-10-25 14:13:11 +02:00
"name": "doctrine/cache",
2020-10-28 15:46:39 +01:00
"version": "1.10.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/cache.git",
2020-10-28 15:46:39 +01:00
"reference": "13e3381b25847283a91948d04640543941309727"
2019-10-24 13:06:51 +02:00
},
"dist": {
"type": "zip",
2020-10-28 15:46:39 +01:00
"url": "https://api.github.com/repos/doctrine/cache/zipball/13e3381b25847283a91948d04640543941309727",
"reference": "13e3381b25847283a91948d04640543941309727",
2019-10-24 13:06:51 +02:00
"shasum": ""
},
"require": {
2020-10-28 15:46:39 +01:00
"php": "~7.1 || ^8.0"
2019-10-25 14:13:11 +02:00
},
"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-10-28 15:46:39 +01:00
"time": "2020-07-07T18:54:01+00:00"
2019-10-24 13:06:51 +02:00
},
{
2019-10-25 14:13:11 +02:00
"name": "doctrine/collections",
2020-10-28 15:46:39 +01:00
"version": "1.6.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/collections.git",
2020-10-28 15:46:39 +01:00
"reference": "55f8b799269a1a472457bd1a41b4f379d4cfba4a"
2019-10-24 13:06:51 +02:00
},
"dist": {
"type": "zip",
2020-10-28 15:46:39 +01:00
"url": "https://api.github.com/repos/doctrine/collections/zipball/55f8b799269a1a472457bd1a41b4f379d4cfba4a",
"reference": "55f8b799269a1a472457bd1a41b4f379d4cfba4a",
2019-10-24 13:06:51 +02:00
"shasum": ""
},
"require": {
2020-10-28 15:46:39 +01:00
"php": "^7.1.3 || ^8.0"
2019-10-25 14:13:11 +02:00
},
"require-dev": {
"doctrine/coding-standard": "^6.0",
"phpstan/phpstan-shim": "^0.9.2",
"phpunit/phpunit": "^7.0",
2020-10-28 15:46:39 +01:00
"vimeo/psalm": "^3.8.1"
2019-10-24 13:06:51 +02:00
},
"type": "library",
"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-10-28 15:46:39 +01:00
"time": "2020-07-27T17:53:49+00:00"
2019-10-24 13:06:51 +02:00
},
{
2019-10-25 14:13:11 +02:00
"name": "doctrine/common",
2020-10-28 15:46:39 +01:00
"version": "2.13.3",
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-10-28 15:46:39 +01:00
"reference": "f3812c026e557892c34ef37f6ab808a6b567da7f"
2019-10-24 13:06:51 +02:00
},
"dist": {
"type": "zip",
2020-10-28 15:46:39 +01:00
"url": "https://api.github.com/repos/doctrine/common/zipball/f3812c026e557892c34ef37f6ab808a6b567da7f",
"reference": "f3812c026e557892c34ef37f6ab808a6b567da7f",
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",
2020-10-28 15:46:39 +01:00
"doctrine/persistence": "^1.3.3",
2019-10-25 14:13:11 +02:00
"doctrine/reflection": "^1.0",
2020-10-28 15:46:39 +01:00
"php": "^7.1 || ^8.0"
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-10-28 15:46:39 +01:00
"time": "2020-06-05T16:46:05+00:00"
2019-10-24 13:06:51 +02:00
},
{
2019-10-25 14:13:11 +02:00
"name": "doctrine/dbal",
2020-11-27 16:00:29 +01:00
"version": "2.12.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-11-27 16:00:29 +01:00
"reference": "adce7a954a1c2f14f85e94aed90c8489af204086"
2019-10-24 13:06:51 +02:00
},
"dist": {
"type": "zip",
2020-11-27 16:00:29 +01:00
"url": "https://api.github.com/repos/doctrine/dbal/zipball/adce7a954a1c2f14f85e94aed90c8489af204086",
"reference": "adce7a954a1c2f14f85e94aed90c8489af204086",
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": "*",
2020-10-28 15:46:39 +01:00
"php": "^7.3 || ^8"
2019-10-25 14:13:11 +02:00
},
"require-dev": {
2020-10-28 15:46:39 +01:00
"doctrine/coding-standard": "^8.1",
2019-11-05 16:31:27 +01:00
"jetbrains/phpstorm-stubs": "^2019.1",
2020-10-28 15:46:39 +01:00
"phpstan/phpstan": "^0.12.40",
"phpunit/phpunit": "^9.4",
"psalm/plugin-phpunit": "^0.10.0",
"symfony/console": "^2.0.5|^3.0|^4.0|^5.0",
"vimeo/psalm": "^3.17.2"
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": {
2020-10-28 15:46:39 +01:00
"dev-master": "4.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-11-27 16:00:29 +01:00
"time": "2020-11-14T20:26:58+00:00"
2019-10-24 13:06:51 +02:00
},
{
2019-10-25 14:13:11 +02:00
"name": "doctrine/doctrine-bundle",
2020-11-27 16:00:29 +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/DoctrineBundle.git",
2020-11-27 16:00:29 +01:00
"reference": "9e07bb1ff35d35d9ec4597b79e5d05502d7d4d43"
2019-10-24 13:06:51 +02:00
},
"dist": {
"type": "zip",
2020-11-27 16:00:29 +01:00
"url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/9e07bb1ff35d35d9ec4597b79e5d05502d7d4d43",
"reference": "9e07bb1ff35d35d9ec4597b79e5d05502d7d4d43",
2019-10-24 13:06:51 +02:00
"shasum": ""
},
"require": {
2020-10-28 15:46:39 +01:00
"doctrine/dbal": "^2.9.0|^3.0",
"doctrine/persistence": "^1.3.3|^2.0",
"doctrine/sql-formatter": "^1.0.1",
"php": "^7.1 || ^8.0",
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": {
2020-11-27 16:00:29 +01:00
"doctrine/coding-standard": "^8.0",
2019-10-25 14:13:11 +02:00
"doctrine/orm": "^2.6",
2020-01-22 12:17:49 +01:00
"ocramius/proxy-manager": "^2.1",
2020-11-27 16:00:29 +01:00
"phpunit/phpunit": "^7.5 || ^9.3",
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",
2020-11-27 16:00:29 +01:00
"twig/twig": "^1.34|^2.12|^3.0"
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-11-27 16:00:29 +01:00
"dev-master": "2.3.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-11-27 16:00:29 +01:00
"time": "2020-11-10T20:42: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-11-27 16:00:29 +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/DoctrineMigrationsBundle.git",
2020-11-27 16:00:29 +01:00
"reference": "955077b68c377310cf9538fc982be11d36ab75d4"
2019-10-24 13:06:51 +02:00
},
"dist": {
"type": "zip",
2020-11-27 16:00:29 +01:00
"url": "https://api.github.com/repos/doctrine/DoctrineMigrationsBundle/zipball/955077b68c377310cf9538fc982be11d36ab75d4",
"reference": "955077b68c377310cf9538fc982be11d36ab75d4",
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-11-27 16:00:29 +01:00
"time": "2020-11-11T09:59:06+00:00"
2019-10-24 13:06:51 +02:00
},
{
2019-10-25 14:13:11 +02:00
"name": "doctrine/event-manager",
2020-10-28 15:46:39 +01:00
"version": "1.1.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/event-manager.git",
2020-10-28 15:46:39 +01:00
"reference": "41370af6a30faa9dc0368c4a6814d596e81aba7f"
2019-10-24 13:06:51 +02:00
},
"dist": {
"type": "zip",
2020-10-28 15:46:39 +01:00
"url": "https://api.github.com/repos/doctrine/event-manager/zipball/41370af6a30faa9dc0368c4a6814d596e81aba7f",
"reference": "41370af6a30faa9dc0368c4a6814d596e81aba7f",
2019-10-24 13:06:51 +02:00
"shasum": ""
},
"require": {
2020-10-28 15:46:39 +01:00
"php": "^7.1 || ^8.0"
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-10-28 15:46:39 +01:00
"time": "2020-05-29T18:28:51+00:00"
2019-10-24 13:06:51 +02:00
},
{
2019-10-25 14:13:11 +02:00
"name": "doctrine/inflector",
2020-10-28 15:46:39 +01:00
"version": "1.4.3",
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-10-28 15:46:39 +01:00
"reference": "4650c8b30c753a76bf44fb2ed00117d6f367490c"
2019-10-24 13:06:51 +02:00
},
"dist": {
"type": "zip",
2020-10-28 15:46:39 +01:00
"url": "https://api.github.com/repos/doctrine/inflector/zipball/4650c8b30c753a76bf44fb2ed00117d6f367490c",
"reference": "4650c8b30c753a76bf44fb2ed00117d6f367490c",
2019-10-24 13:06:51 +02:00
"shasum": ""
},
"require": {
2020-10-28 15:46:39 +01:00
"php": "^7.2 || ^8.0"
2019-10-24 13:06:51 +02:00
},
"require-dev": {
2020-10-28 15:46:39 +01:00
"doctrine/coding-standard": "^7.0",
"phpstan/phpstan": "^0.11",
"phpstan/phpstan-phpunit": "^0.11",
"phpstan/phpstan-strict-rules": "^0.11",
"phpunit/phpunit": "^7.0 || ^8.0 || ^9.0"
2019-10-24 13:06:51 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-10-28 15:46:39 +01:00
"dev-master": "2.0.x-dev"
2019-10-24 13:06:51 +02:00
}
},
"autoload": {
"psr-4": {
2020-10-28 15:46:39 +01:00
"Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector",
"Doctrine\\Inflector\\": "lib/Doctrine/Inflector"
2019-10-25 14:13:11 +02:00
}
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
}
],
2020-10-28 15:46:39 +01:00
"description": "PHP Doctrine Inflector is a small library that can perform string manipulations with regard to upper/lowercase and singular/plural forms of words.",
"homepage": "https://www.doctrine-project.org/projects/inflector.html",
2019-10-24 13:06:51 +02:00
"keywords": [
2019-10-25 14:13:11 +02:00
"inflection",
2020-10-28 15:46:39 +01:00
"inflector",
"lowercase",
"manipulation",
"php",
"plural",
"singular",
"strings",
"uppercase",
"words"
],
"time": "2020-05-29T07:19:59+00:00"
2019-10-24 13:06:51 +02:00
},
{
2019-10-25 14:13:11 +02:00
"name": "doctrine/instantiator",
2020-11-27 16:00:29 +01:00
"version": "1.4.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-11-27 16:00:29 +01:00
"reference": "d56bf6102915de5702778fe20f2de3b2fe570b5b"
2019-10-24 13:06:51 +02:00
},
"dist": {
"type": "zip",
2020-11-27 16:00:29 +01:00
"url": "https://api.github.com/repos/doctrine/instantiator/zipball/d56bf6102915de5702778fe20f2de3b2fe570b5b",
"reference": "d56bf6102915de5702778fe20f2de3b2fe570b5b",
2019-10-24 13:06:51 +02:00
"shasum": ""
},
"require": {
2020-10-28 15:46:39 +01:00
"php": "^7.1 || ^8.0"
2019-10-24 13:06:51 +02:00
},
"require-dev": {
2020-11-27 16:00:29 +01:00
"doctrine/coding-standard": "^8.0",
2019-10-25 14:13:11 +02:00
"ext-pdo": "*",
"ext-phar": "*",
2020-11-27 16:00:29 +01:00
"phpbench/phpbench": "^0.13 || 1.0.0-alpha2",
"phpstan/phpstan": "^0.12",
"phpstan/phpstan-phpunit": "^0.12",
"phpunit/phpunit": "^7.0 || ^8.0 || ^9.0"
2019-10-24 13:06:51 +02:00
},
"type": "library",
"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",
2020-11-27 16:00:29 +01:00
"homepage": "https://ocramius.github.io/"
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-11-27 16:00:29 +01:00
"time": "2020-11-10T18:47:58+00:00"
2019-10-24 13:06:51 +02:00
},
{
2019-10-25 14:13:11 +02:00
"name": "doctrine/lexer",
2020-10-28 15:46:39 +01:00
"version": "1.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/lexer.git",
2020-10-28 15:46:39 +01:00
"reference": "e864bbf5904cb8f5bb334f99209b48018522f042"
2019-10-24 13:06:51 +02:00
},
"dist": {
"type": "zip",
2020-10-28 15:46:39 +01:00
"url": "https://api.github.com/repos/doctrine/lexer/zipball/e864bbf5904cb8f5bb334f99209b48018522f042",
"reference": "e864bbf5904cb8f5bb334f99209b48018522f042",
2019-10-24 13:06:51 +02:00
"shasum": ""
},
"require": {
2020-10-28 15:46:39 +01:00
"php": "^7.2 || ^8.0"
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-10-28 15:46:39 +01:00
"time": "2020-05-25T17:44:05+00:00"
2019-10-24 13:06:51 +02:00
},
{
2019-10-25 14:13:11 +02:00
"name": "doctrine/migrations",
2020-11-27 16:00:29 +01:00
"version": "2.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/migrations.git",
2020-11-27 16:00:29 +01:00
"reference": "100e85a8509b521f010901890f042e9401a3043b"
2019-10-24 13:06:51 +02:00
},
"dist": {
"type": "zip",
2020-11-27 16:00:29 +01:00
"url": "https://api.github.com/repos/doctrine/migrations/zipball/100e85a8509b521f010901890f042e9401a3043b",