You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
5766 lines
203 KiB
5766 lines
203 KiB
{ |
|
"_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" |
|
], |
|
"content-hash": "60b76191cb1dfc83ea8523bd130cf5e3", |
|
"packages": [ |
|
{ |
|
"name": "doctrine/annotations", |
|
"version": "1.10.2", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/doctrine/annotations.git", |
|
"reference": "b9d758e831c70751155c698c2f7df4665314a1cb" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/doctrine/annotations/zipball/b9d758e831c70751155c698c2f7df4665314a1cb", |
|
"reference": "b9d758e831c70751155c698c2f7df4665314a1cb", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"doctrine/lexer": "1.*", |
|
"ext-tokenizer": "*", |
|
"php": "^7.1" |
|
}, |
|
"require-dev": { |
|
"doctrine/cache": "1.*", |
|
"phpunit/phpunit": "^7.5" |
|
}, |
|
"type": "library", |
|
"extra": { |
|
"branch-alias": { |
|
"dev-master": "1.9.x-dev" |
|
} |
|
}, |
|
"autoload": { |
|
"psr-4": { |
|
"Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations" |
|
} |
|
}, |
|
"notification-url": "https://packagist.org/downloads/", |
|
"license": [ |
|
"MIT" |
|
], |
|
"authors": [ |
|
{ |
|
"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" |
|
} |
|
], |
|
"description": "Docblock Annotations Parser", |
|
"homepage": "http://www.doctrine-project.org", |
|
"keywords": [ |
|
"annotations", |
|
"docblock", |
|
"parser" |
|
], |
|
"time": "2020-04-20T09:18:32+00:00" |
|
}, |
|
{ |
|
"name": "doctrine/cache", |
|
"version": "1.10.0", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/doctrine/cache.git", |
|
"reference": "382e7f4db9a12dc6c19431743a2b096041bcdd62" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/doctrine/cache/zipball/382e7f4db9a12dc6c19431743a2b096041bcdd62", |
|
"reference": "382e7f4db9a12dc6c19431743a2b096041bcdd62", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"php": "~7.1" |
|
}, |
|
"conflict": { |
|
"doctrine/common": ">2.2,<2.4" |
|
}, |
|
"require-dev": { |
|
"alcaeus/mongo-php-adapter": "^1.1", |
|
"doctrine/coding-standard": "^6.0", |
|
"mongodb/mongodb": "^1.1", |
|
"phpunit/phpunit": "^7.0", |
|
"predis/predis": "~1.0" |
|
}, |
|
"suggest": { |
|
"alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver" |
|
}, |
|
"type": "library", |
|
"extra": { |
|
"branch-alias": { |
|
"dev-master": "1.9.x-dev" |
|
} |
|
}, |
|
"autoload": { |
|
"psr-4": { |
|
"Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache" |
|
} |
|
}, |
|
"notification-url": "https://packagist.org/downloads/", |
|
"license": [ |
|
"MIT" |
|
], |
|
"authors": [ |
|
{ |
|
"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" |
|
} |
|
], |
|
"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", |
|
"keywords": [ |
|
"abstraction", |
|
"apcu", |
|
"cache", |
|
"caching", |
|
"couchdb", |
|
"memcached", |
|
"php", |
|
"redis", |
|
"xcache" |
|
], |
|
"time": "2019-11-29T15:36:20+00:00" |
|
}, |
|
{ |
|
"name": "doctrine/collections", |
|
"version": "1.6.5", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/doctrine/collections.git", |
|
"reference": "fc0206348e17e530d09463fef07ba8968406cd6d" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/doctrine/collections/zipball/fc0206348e17e530d09463fef07ba8968406cd6d", |
|
"reference": "fc0206348e17e530d09463fef07ba8968406cd6d", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"php": "^7.1.3 || ^8.0" |
|
}, |
|
"require-dev": { |
|
"doctrine/coding-standard": "^6.0", |
|
"phpstan/phpstan-shim": "^0.9.2", |
|
"phpunit/phpunit": "^7.0", |
|
"vimeo/psalm": "^3.8.1" |
|
}, |
|
"type": "library", |
|
"autoload": { |
|
"psr-4": { |
|
"Doctrine\\Common\\Collections\\": "lib/Doctrine/Common/Collections" |
|
} |
|
}, |
|
"notification-url": "https://packagist.org/downloads/", |
|
"license": [ |
|
"MIT" |
|
], |
|
"authors": [ |
|
{ |
|
"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" |
|
} |
|
], |
|
"description": "PHP Doctrine Collections library that adds additional functionality on top of PHP arrays.", |
|
"homepage": "https://www.doctrine-project.org/projects/collections.html", |
|
"keywords": [ |
|
"array", |
|
"collections", |
|
"iterators", |
|
"php" |
|
], |
|
"funding": [ |
|
{ |
|
"url": "https://www.doctrine-project.org/sponsorship.html", |
|
"type": "custom" |
|
}, |
|
{ |
|
"url": "https://www.patreon.com/phpdoctrine", |
|
"type": "patreon" |
|
}, |
|
{ |
|
"url": "https://tidelift.com/funding/github/packagist/doctrine%2Fcollections", |
|
"type": "tidelift" |
|
} |
|
], |
|
"time": "2020-05-25T19:24:35+00:00" |
|
}, |
|
{ |
|
"name": "doctrine/common", |
|
"version": "2.13.1", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/doctrine/common.git", |
|
"reference": "fb00cd761126b11d8f334c09cf5b1f3f83fefc17" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/doctrine/common/zipball/fb00cd761126b11d8f334c09cf5b1f3f83fefc17", |
|
"reference": "fb00cd761126b11d8f334c09cf5b1f3f83fefc17", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"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.3.3", |
|
"doctrine/reflection": "^1.0", |
|
"php": "^7.1 || ^8.0" |
|
}, |
|
"require-dev": { |
|
"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" |
|
}, |
|
"type": "library", |
|
"extra": { |
|
"branch-alias": { |
|
"dev-master": "2.11.x-dev" |
|
} |
|
}, |
|
"autoload": { |
|
"psr-4": { |
|
"Doctrine\\Common\\": "lib/Doctrine/Common" |
|
} |
|
}, |
|
"notification-url": "https://packagist.org/downloads/", |
|
"license": [ |
|
"MIT" |
|
], |
|
"authors": [ |
|
{ |
|
"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" |
|
}, |
|
{ |
|
"name": "Marco Pivetta", |
|
"email": "ocramius@gmail.com" |
|
} |
|
], |
|
"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", |
|
"keywords": [ |
|
"common", |
|
"doctrine", |
|
"php" |
|
], |
|
"funding": [ |
|
{ |
|
"url": "https://www.doctrine-project.org/sponsorship.html", |
|
"type": "custom" |
|
}, |
|
{ |
|
"url": "https://www.patreon.com/phpdoctrine", |
|
"type": "patreon" |
|
}, |
|
{ |
|
"url": "https://tidelift.com/funding/github/packagist/doctrine%2Fcommon", |
|
"type": "tidelift" |
|
} |
|
], |
|
"time": "2020-05-25T20:05:47+00:00" |
|
}, |
|
{ |
|
"name": "doctrine/dbal", |
|
"version": "2.10.2", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/doctrine/dbal.git", |
|
"reference": "aab745e7b6b2de3b47019da81e7225e14dcfdac8" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/doctrine/dbal/zipball/aab745e7b6b2de3b47019da81e7225e14dcfdac8", |
|
"reference": "aab745e7b6b2de3b47019da81e7225e14dcfdac8", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"doctrine/cache": "^1.0", |
|
"doctrine/event-manager": "^1.0", |
|
"ext-pdo": "*", |
|
"php": "^7.2" |
|
}, |
|
"require-dev": { |
|
"doctrine/coding-standard": "^6.0", |
|
"jetbrains/phpstorm-stubs": "^2019.1", |
|
"nikic/php-parser": "^4.4", |
|
"phpstan/phpstan": "^0.12", |
|
"phpunit/phpunit": "^8.4.1", |
|
"symfony/console": "^2.0.5|^3.0|^4.0|^5.0", |
|
"vimeo/psalm": "^3.11" |
|
}, |
|
"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.10.x-dev", |
|
"dev-develop": "3.0.x-dev" |
|
} |
|
}, |
|
"autoload": { |
|
"psr-4": { |
|
"Doctrine\\DBAL\\": "lib/Doctrine/DBAL" |
|
} |
|
}, |
|
"notification-url": "https://packagist.org/downloads/", |
|
"license": [ |
|
"MIT" |
|
], |
|
"authors": [ |
|
{ |
|
"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" |
|
} |
|
], |
|
"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", |
|
"keywords": [ |
|
"abstraction", |
|
"database", |
|
"db2", |
|
"dbal", |
|
"mariadb", |
|
"mssql", |
|
"mysql", |
|
"oci8", |
|
"oracle", |
|
"pdo", |
|
"pgsql", |
|
"postgresql", |
|
"queryobject", |
|
"sasql", |
|
"sql", |
|
"sqlanywhere", |
|
"sqlite", |
|
"sqlserver", |
|
"sqlsrv" |
|
], |
|
"funding": [ |
|
{ |
|
"url": "https://www.doctrine-project.org/sponsorship.html", |
|
"type": "custom" |
|
}, |
|
{ |
|
"url": "https://www.patreon.com/phpdoctrine", |
|
"type": "patreon" |
|
}, |
|
{ |
|
"url": "https://tidelift.com/funding/github/packagist/doctrine%2Fdbal", |
|
"type": "tidelift" |
|
} |
|
], |
|
"time": "2020-04-20T17:19:26+00:00" |
|
}, |
|
{ |
|
"name": "doctrine/doctrine-bundle", |
|
"version": "2.0.9", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/doctrine/DoctrineBundle.git", |
|
"reference": "41c94393a85bb26d580d10e24d5ab27b037dc720" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/41c94393a85bb26d580d10e24d5ab27b037dc720", |
|
"reference": "41c94393a85bb26d580d10e24d5ab27b037dc720", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"doctrine/dbal": "^2.9.0", |
|
"doctrine/persistence": "^1.3.3", |
|
"jdorn/sql-formatter": "^1.2.16", |
|
"php": "^7.1", |
|
"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" |
|
}, |
|
"conflict": { |
|
"doctrine/orm": "<2.6", |
|
"twig/twig": "<1.34|>=2.0,<2.4" |
|
}, |
|
"require-dev": { |
|
"doctrine/coding-standard": "^6.0", |
|
"doctrine/orm": "^2.6", |
|
"ocramius/proxy-manager": "^2.1", |
|
"phpunit/phpunit": "^7.5", |
|
"symfony/phpunit-bridge": "^4.2", |
|
"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" |
|
}, |
|
"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": "2.0.x-dev" |
|
} |
|
}, |
|
"autoload": { |
|
"psr-4": { |
|
"Doctrine\\Bundle\\DoctrineBundle\\": "" |
|
} |
|
}, |
|
"notification-url": "https://packagist.org/downloads/", |
|
"license": [ |
|
"MIT" |
|
], |
|
"authors": [ |
|
{ |
|
"name": "Fabien Potencier", |
|
"email": "fabien@symfony.com" |
|
}, |
|
{ |
|
"name": "Benjamin Eberlei", |
|
"email": "kontakt@beberlei.de" |
|
}, |
|
{ |
|
"name": "Symfony Community", |
|
"homepage": "http://symfony.com/contributors" |
|
}, |
|
{ |
|
"name": "Doctrine Project", |
|
"homepage": "http://www.doctrine-project.org/" |
|
} |
|
], |
|
"description": "Symfony DoctrineBundle", |
|
"homepage": "http://www.doctrine-project.org", |
|
"keywords": [ |
|
"database", |
|
"dbal", |
|
"orm", |
|
"persistence" |
|
], |
|
"funding": [ |
|
{ |
|
"url": "https://www.doctrine-project.org/sponsorship.html", |
|
"type": "custom" |
|
}, |
|
{ |
|
"url": "https://www.patreon.com/phpdoctrine", |
|
"type": "patreon" |
|
}, |
|
{ |
|
"url": "https://tidelift.com/funding/github/packagist/doctrine%2Fdoctrine-bundle", |
|
"type": "tidelift" |
|
} |
|
], |
|
"time": "2020-05-25T12:25:06+00:00" |
|
}, |
|
{ |
|
"name": "doctrine/doctrine-migrations-bundle", |
|
"version": "2.1.2", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/doctrine/DoctrineMigrationsBundle.git", |
|
"reference": "856437e8de96a70233e1f0cc2352fc8dd15a899d" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/doctrine/DoctrineMigrationsBundle/zipball/856437e8de96a70233e1f0cc2352fc8dd15a899d", |
|
"reference": "856437e8de96a70233e1f0cc2352fc8dd15a899d", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"doctrine/doctrine-bundle": "~1.0|~2.0", |
|
"doctrine/migrations": "^2.2", |
|
"php": "^7.1", |
|
"symfony/framework-bundle": "~3.4|~4.0|~5.0" |
|
}, |
|
"require-dev": { |
|
"doctrine/coding-standard": "^5.0", |
|
"mikey179/vfsstream": "^1.6", |
|
"phpstan/phpstan": "^0.9.2", |
|
"phpstan/phpstan-strict-rules": "^0.9", |
|
"phpunit/phpunit": "^6.4|^7.0" |
|
}, |
|
"type": "symfony-bundle", |
|
"extra": { |
|
"branch-alias": { |
|
"dev-master": "2.1.x-dev" |
|
} |
|
}, |
|
"autoload": { |
|
"psr-4": { |
|
"Doctrine\\Bundle\\MigrationsBundle\\": "" |
|
}, |
|
"exclude-from-classmap": [ |
|
"/Tests/" |
|
] |
|
}, |
|
"notification-url": "https://packagist.org/downloads/", |
|
"license": [ |
|
"MIT" |
|
], |
|
"authors": [ |
|
{ |
|
"name": "Fabien Potencier", |
|
"email": "fabien@symfony.com" |
|
}, |
|
{ |
|
"name": "Doctrine Project", |
|
"homepage": "http://www.doctrine-project.org" |
|
}, |
|
{ |
|
"name": "Symfony Community", |
|
"homepage": "http://symfony.com/contributors" |
|
} |
|
], |
|
"description": "Symfony DoctrineMigrationsBundle", |
|
"homepage": "https://www.doctrine-project.org", |
|
"keywords": [ |
|
"dbal", |
|
"migrations", |
|
"schema" |
|
], |
|
"time": "2019-11-13T12:57:41+00:00" |
|
}, |
|
{ |
|
"name": "doctrine/event-manager", |
|
"version": "1.1.0", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/doctrine/event-manager.git", |
|
"reference": "629572819973f13486371cb611386eb17851e85c" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/doctrine/event-manager/zipball/629572819973f13486371cb611386eb17851e85c", |
|
"reference": "629572819973f13486371cb611386eb17851e85c", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"php": "^7.1" |
|
}, |
|
"conflict": { |
|
"doctrine/common": "<2.9@dev" |
|
}, |
|
"require-dev": { |
|
"doctrine/coding-standard": "^6.0", |
|
"phpunit/phpunit": "^7.0" |
|
}, |
|
"type": "library", |
|
"extra": { |
|
"branch-alias": { |
|
"dev-master": "1.0.x-dev" |
|
} |
|
}, |
|
"autoload": { |
|
"psr-4": { |
|
"Doctrine\\Common\\": "lib/Doctrine/Common" |
|
} |
|
}, |
|
"notification-url": "https://packagist.org/downloads/", |
|
"license": [ |
|
"MIT" |
|
], |
|
"authors": [ |
|
{ |
|
"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" |
|
}, |
|
{ |
|
"name": "Marco Pivetta", |
|
"email": "ocramius@gmail.com" |
|
} |
|
], |
|
"description": "The Doctrine Event Manager is a simple PHP event system that was built to be used with the various Doctrine projects.", |
|
"homepage": "https://www.doctrine-project.org/projects/event-manager.html", |
|
"keywords": [ |
|
"event", |
|
"event dispatcher", |
|
"event manager", |
|
"event system", |
|
"events" |
|
], |
|
"time": "2019-11-10T09:48:07+00:00" |
|
}, |
|
{ |
|
"name": "doctrine/inflector", |
|
"version": "1.4.2", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/doctrine/inflector.git", |
|
"reference": "889b42b8155f2aa274596b6e0424371b1e3c51bb" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/doctrine/inflector/zipball/889b42b8155f2aa274596b6e0424371b1e3c51bb", |
|
"reference": "889b42b8155f2aa274596b6e0424371b1e3c51bb", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"php": "^7.2 || ^8.0" |
|
}, |
|
"require-dev": { |
|
"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" |
|
}, |
|
"type": "library", |
|
"extra": { |
|
"branch-alias": { |
|
"dev-master": "2.0.x-dev" |
|
} |
|
}, |
|
"autoload": { |
|
"psr-4": { |
|
"Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector", |
|
"Doctrine\\Inflector\\": "lib/Doctrine/Inflector" |
|
} |
|
}, |
|
"notification-url": "https://packagist.org/downloads/", |
|
"license": [ |
|
"MIT" |
|
], |
|
"authors": [ |
|
{ |
|
"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" |
|
} |
|
], |
|
"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", |
|
"keywords": [ |
|
"inflection", |
|
"inflector", |
|
"lowercase", |
|
"manipulation", |
|
"php", |
|
"plural", |
|
"singular", |
|
"strings", |
|
"uppercase", |
|
"words" |
|
], |
|
"funding": [ |
|
{ |
|
"url": "https://www.doctrine-project.org/sponsorship.html", |
|
"type": "custom" |
|
}, |
|
{ |
|
"url": "https://www.patreon.com/phpdoctrine", |
|
"type": "patreon" |
|
}, |
|
{ |
|
"url": "https://tidelift.com/funding/github/packagist/doctrine%2Finflector", |
|
"type": "tidelift" |
|
} |
|
], |
|
"time": "2020-05-25T20:02:40+00:00" |
|
}, |
|
{ |
|
"name": "doctrine/instantiator", |
|
"version": "1.3.0", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/doctrine/instantiator.git", |
|
"reference": "ae466f726242e637cebdd526a7d991b9433bacf1" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/doctrine/instantiator/zipball/ae466f726242e637cebdd526a7d991b9433bacf1", |
|
"reference": "ae466f726242e637cebdd526a7d991b9433bacf1", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"php": "^7.1" |
|
}, |
|
"require-dev": { |
|
"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" |
|
}, |
|
"type": "library", |
|
"extra": { |
|
"branch-alias": { |
|
"dev-master": "1.2.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://www.doctrine-project.org/projects/instantiator.html", |
|
"keywords": [ |
|
"constructor", |
|
"instantiate" |
|
], |
|
"time": "2019-10-21T16:45:58+00:00" |
|
}, |
|
{ |
|
"name": "doctrine/lexer", |
|
"version": "1.2.1", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/doctrine/lexer.git", |
|
"reference": "e864bbf5904cb8f5bb334f99209b48018522f042" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/doctrine/lexer/zipball/e864bbf5904cb8f5bb334f99209b48018522f042", |
|
"reference": "e864bbf5904cb8f5bb334f99209b48018522f042", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"php": "^7.2 || ^8.0" |
|
}, |
|
"require-dev": { |
|
"doctrine/coding-standard": "^6.0", |
|
"phpstan/phpstan": "^0.11.8", |
|
"phpunit/phpunit": "^8.2" |
|
}, |
|
"type": "library", |
|
"extra": { |
|
"branch-alias": { |
|
"dev-master": "1.2.x-dev" |
|
} |
|
}, |
|
"autoload": { |
|
"psr-4": { |
|
"Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer" |
|
} |
|
}, |
|
"notification-url": "https://packagist.org/downloads/", |
|
"license": [ |
|
"MIT" |
|
], |
|
"authors": [ |
|
{ |
|
"name": "Guilherme Blanco", |
|
"email": "guilhermeblanco@gmail.com" |
|
}, |
|
{ |
|
"name": "Roman Borschel", |
|
"email": "roman@code-factory.org" |
|
}, |
|
{ |
|
"name": "Johannes Schmitt", |
|
"email": "schmittjoh@gmail.com" |
|
} |
|
], |
|
"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", |
|
"keywords": [ |
|
"annotations", |
|
"docblock", |
|
"lexer", |
|
"parser", |
|
"php" |
|
], |
|
"funding": [ |
|
{ |
|
"url": "https://www.doctrine-project.org/sponsorship.html", |
|
"type": "custom" |
|
}, |
|
{ |
|
"url": "https://www.patreon.com/phpdoctrine", |
|
"type": "patreon" |
|
}, |
|
{ |
|
"url": "https://tidelift.com/funding/github/packagist/doctrine%2Flexer", |
|
"type": "tidelift" |
|
} |
|
], |
|
"time": "2020-05-25T17:44:05+00:00" |
|
}, |
|
{ |
|
"name": "doctrine/migrations", |
|
"version": "2.2.1", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/doctrine/migrations.git", |
|
"reference": "a3987131febeb0e9acb3c47ab0df0af004588934" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/doctrine/migrations/zipball/a3987131febeb0e9acb3c47ab0df0af004588934", |
|
"reference": "a3987131febeb0e9acb3c47ab0df0af004588934", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"doctrine/dbal": "^2.9", |
|
"ocramius/package-versions": "^1.3", |
|
"ocramius/proxy-manager": "^2.0.2", |
|
"php": "^7.1", |
|
"symfony/console": "^3.4||^4.0||^5.0", |
|
"symfony/stopwatch": "^3.4||^4.0||^5.0" |
|
}, |
|
"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", |
|
"symfony/process": "^3.4||^4.0||^5.0", |
|
"symfony/yaml": "^3.4||^4.0||^5.0" |
|
}, |
|
"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" |
|
], |
|
"type": "library", |
|
"extra": { |
|
"branch-alias": { |
|
"dev-master": "2.2.x-dev" |
|
} |
|
}, |
|
"autoload": { |
|
"psr-4": { |
|
"Doctrine\\Migrations\\": "lib/Doctrine/Migrations" |
|
} |
|
}, |
|
"notification-url": "https://packagist.org/downloads/", |
|
"license": [ |
|
"MIT" |
|
], |
|
"authors": [ |
|
{ |
|
"name": "Benjamin Eberlei", |
|
"email": "kontakt@beberlei.de" |
|
}, |
|
{ |
|
"name": "Jonathan Wage", |
|
"email": "jonwage@gmail.com" |
|
}, |
|
{ |
|
"name": "Michael Simonson", |
|
"email": "contact@mikesimonson.com" |
|
} |
|
], |
|
"description": "PHP Doctrine Migrations project offer additional functionality on top of the database abstraction layer (DBAL) for versioning your database schema and easily deploying changes to it. It is a very easy to use and a powerful tool.", |
|
"homepage": "https://www.doctrine-project.org/projects/migrations.html", |
|
"keywords": [ |
|
"database", |
|
"dbal", |
|
"migrations", |
|
"php" |
|
], |
|
"time": "2019-12-04T06:09:14+00:00" |
|
}, |
|
{ |
|
"name": "doctrine/orm", |
|
"version": "v2.7.2", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/doctrine/orm.git", |
|
"reference": "dafe298ce5d0b995ebe1746670704c0a35868a6a" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/doctrine/orm/zipball/dafe298ce5d0b995ebe1746670704c0a35868a6a", |
|
"reference": "dafe298ce5d0b995ebe1746670704c0a35868a6a", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"doctrine/annotations": "^1.8", |
|
"doctrine/cache": "^1.9.1", |
|
"doctrine/collections": "^1.5", |
|
"doctrine/common": "^2.11", |
|
"doctrine/dbal": "^2.9.3", |
|
"doctrine/event-manager": "^1.1", |
|
"doctrine/instantiator": "^1.3", |
|
"doctrine/persistence": "^1.2", |
|
"ext-pdo": "*", |
|
"ocramius/package-versions": "^1.2", |
|
"php": "^7.1", |
|
"symfony/console": "^3.0|^4.0|^5.0" |
|
}, |
|
"require-dev": { |
|
"doctrine/coding-standard": "^5.0", |
|
"phpunit/phpunit": "^7.5", |
|
"symfony/yaml": "^3.4|^4.0|^5.0" |
|
}, |
|
"suggest": { |
|
"symfony/yaml": "If you want to use YAML Metadata Mapping Driver" |
|
}, |
|
"bin": [ |
|
"bin/doctrine" |
|
], |
|
"type": "library", |
|
"extra": { |
|
"branch-alias": { |
|
"dev-master": "2.7.x-dev" |
|
} |
|
}, |
|
"autoload": { |
|
"psr-4": { |
|
"Doctrine\\ORM\\": "lib/Doctrine/ORM" |
|
} |
|
}, |
|
"notification-url": "https://packagist.org/downloads/", |
|
"license": [ |
|
"MIT" |
|
], |
|
"authors": [ |
|
{ |
|
"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": "Marco Pivetta", |
|
"email": "ocramius@gmail.com" |
|
} |
|
], |
|
"description": "Object-Relational-Mapper for PHP", |
|
"homepage": "https://www.doctrine-project.org/projects/orm.html", |
|
"keywords": [ |
|
"database", |
|
"orm" |
|
], |
|
"funding": [ |
|
{ |
|
"url": "https://www.doctrine-project.org/sponsorship.html", |
|
"type": "custom" |
|
}, |
|
{ |
|
"url": "https://www.patreon.com/phpdoctrine", |
|
"type": "patreon" |
|
}, |
|
{ |
|
"url": "https://tidelift.com/funding/github/packagist/doctrine/orm", |
|
"type": "tidelift" |
|
} |
|
], |
|
"time": "2020-03-19T06:41:02+00:00" |
|
}, |
|
{ |
|
"name": "doctrine/persistence", |
|
"version": "1.3.7", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/doctrine/persistence.git", |
|
"reference": "0af483f91bada1c9ded6c2cfd26ab7d5ab2094e0" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/doctrine/persistence/zipball/0af483f91bada1c9ded6c2cfd26ab7d5ab2094e0", |
|
"reference": "0af483f91bada1c9ded6c2cfd26ab7d5ab2094e0", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"doctrine/annotations": "^1.0", |
|
"doctrine/cache": "^1.0", |
|
"doctrine/collections": "^1.0", |
|
"doctrine/event-manager": "^1.0", |
|
"doctrine/reflection": "^1.2", |
|
"php": "^7.1" |
|
}, |
|
"conflict": { |
|
"doctrine/common": "<2.10@dev" |
|
}, |
|
"require-dev": { |
|
"doctrine/coding-standard": "^6.0", |
|
"phpstan/phpstan": "^0.11", |
|
"phpunit/phpunit": "^7.0" |
|
}, |
|
"type": "library", |
|
"extra": { |
|
"branch-alias": { |
|
"dev-master": "1.3.x-dev" |
|
} |
|
}, |
|
"autoload": { |
|
"psr-4": { |
|
"Doctrine\\Common\\": "lib/Doctrine/Common", |
|
"Doctrine\\Persistence\\": "lib/Doctrine/Persistence" |
|
} |
|
}, |
|
"notification-url": "https://packagist.org/downloads/", |
|
"license": [ |
|
"MIT" |
|
], |
|
"authors": [ |
|
{ |
|
"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" |
|
}, |
|
{ |
|
"name": "Marco Pivetta", |
|
"email": "ocramius@gmail.com" |
|
} |
|
], |
|
"description": "The Doctrine Persistence project is a set of shared interfaces and functionality that the different Doctrine object mappers share.", |
|
"homepage": "https://doctrine-project.org/projects/persistence.html", |
|
"keywords": [ |
|
"mapper", |
|
"object", |
|
"odm", |
|
"orm", |
|
"persistence" |
|
], |
|
"funding": [ |
|
{ |
|
"url": "https://www.doctrine-project.org/sponsorship.html", |
|
"type": "custom" |
|
}, |
|
{ |
|
"url": "https://www.patreon.com/phpdoctrine", |
|
"type": "patreon" |
|
}, |
|
{ |
|
"url": "https://tidelift.com/funding/github/packagist/doctrine%2Fpersistence", |
|
"type": "tidelift" |
|
} |
|
], |
|
"time": "2020-03-21T15:13:52+00:00" |
|
}, |
|
{ |
|
"name": "doctrine/reflection", |
|
"version": "1.2.1", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/doctrine/reflection.git", |
|
"reference": "55e71912dfcd824b2fdd16f2d9afe15684cfce79" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/doctrine/reflection/zipball/55e71912dfcd824b2fdd16f2d9afe15684cfce79", |
|
"reference": "55e71912dfcd824b2fdd16f2d9afe15684cfce79", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"doctrine/annotations": "^1.0", |
|
"ext-tokenizer": "*", |
|
"php": "^7.1" |
|
}, |
|
"conflict": { |
|
"doctrine/common": "<2.9" |
|
}, |
|
"require-dev": { |
|
"doctrine/coding-standard": "^5.0", |
|
"doctrine/common": "^2.10", |
|
"phpstan/phpstan": "^0.11.0", |
|
"phpstan/phpstan-phpunit": "^0.11.0", |
|
"phpunit/phpunit": "^7.0" |
|
}, |
|
"type": "library", |
|
"extra": { |
|
"branch-alias": { |
|
"dev-master": "1.2.x-dev" |
|
} |
|
}, |
|
"autoload": { |
|
"psr-4": { |
|
"Doctrine\\Common\\": "lib/Doctrine/Common" |
|
} |
|
}, |
|
"notification-url": "https://packagist.org/downloads/", |
|
"license": [ |
|
"MIT" |
|
], |
|
"authors": [ |
|
{ |
|
"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" |
|
}, |
|
{ |
|
"name": "Marco Pivetta", |
|
"email": "ocramius@gmail.com" |
|
} |
|
], |
|
"description": "The Doctrine Reflection project is a simple library used by the various Doctrine projects which adds some additional functionality on top of the reflection functionality that comes with PHP. It allows you to get the reflection information about classes, methods and properties statically.", |
|
"homepage": "https://www.doctrine-project.org/projects/reflection.html", |
|
"keywords": [ |
|
"reflection", |
|
"static" |
|
], |
|
"time": "2020-03-27T11:06:43+00:00" |
|
}, |
|
{ |
|
"name": "jdorn/sql-formatter", |
|
"version": "v1.2.17", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/jdorn/sql-formatter.git", |
|
"reference": "64990d96e0959dff8e059dfcdc1af130728d92bc" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/jdorn/sql-formatter/zipball/64990d96e0959dff8e059dfcdc1af130728d92bc", |
|
"reference": "64990d96e0959dff8e059dfcdc1af130728d92bc", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"php": ">=5.2.4" |
|
}, |
|
"require-dev": { |
|
"phpunit/phpunit": "3.7.*" |
|
}, |
|
"type": "library", |
|
"extra": { |
|
"branch-alias": { |
|
"dev-master": "1.3.x-dev" |
|
} |
|
}, |
|
"autoload": { |
|
"classmap": [ |
|
"lib" |
|
] |
|
}, |
|
"notification-url": "https://packagist.org/downloads/", |
|
"license": [ |
|
"MIT" |
|
], |
|
"authors": [ |
|
{ |
|
"name": "Jeremy Dorn", |
|
"email": "jeremy@jeremydorn.com", |
|
"homepage": "http://jeremydorn.com/" |
|
} |
|
], |
|
"description": "a PHP SQL highlighting library", |
|
"homepage": "https://github.com/jdorn/sql-formatter/", |
|
"keywords": [ |
|
"highlight", |
|
"sql" |
|
], |
|
"time": "2014-01-12T16:20:24+00:00" |
|
}, |
|
{ |
|
"name": "ocramius/package-versions", |
|
"version": "1.5.1", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/Ocramius/PackageVersions.git", |
|
"reference": "1d32342b8c1eb27353c8887c366147b4c2da673c" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/Ocramius/PackageVersions/zipball/1d32342b8c1eb27353c8887c366147b4c2da673c", |
|
"reference": "1d32342b8c1eb27353c8887c366147b4c2da673c", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"composer-plugin-api": "^1.0.0", |
|
"php": "^7.3.0" |
|
}, |
|
"require-dev": { |
|
"composer/composer": "^1.8.6", |
|
"doctrine/coding-standard": "^6.0.0", |
|
"ext-zip": "*", |
|
"infection/infection": "^0.13.4", |
|
"phpunit/phpunit": "^8.2.5", |
|
"vimeo/psalm": "^3.4.9" |
|
}, |
|
"type": "composer-plugin", |
|
"extra": { |
|
"class": "PackageVersions\\Installer", |
|
"branch-alias": { |
|
"dev-master": "1.6.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": "2019-07-17T15:49:50+00:00" |
|
}, |
|
{ |
|
"name": "ocramius/proxy-manager", |
|
"version": "2.2.3", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/Ocramius/ProxyManager.git", |
|
"reference": "4d154742e31c35137d5374c998e8f86b54db2e2f" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/Ocramius/ProxyManager/zipball/4d154742e31c35137d5374c998e8f86b54db2e2f", |
|
"reference": "4d154742e31c35137d5374c998e8f86b54db2e2f", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"ocramius/package-versions": "^1.1.3", |
|
"php": "^7.2.0", |
|
"zendframework/zend-code": "^3.3.0" |
|
}, |
|
"require-dev": { |
|
"couscous/couscous": "^1.6.1", |
|
"ext-phar": "*", |
|
"humbug/humbug": "1.0.0-RC.0@RC", |
|
"nikic/php-parser": "^3.1.1", |
|
"padraic/phpunit-accelerator": "dev-master@DEV", |
|
"phpbench/phpbench": "^0.12.2", |
|
"phpstan/phpstan": "dev-master#856eb10a81c1d27c701a83f167dc870fd8f4236a as 0.9.999", |
|
"phpstan/phpstan-phpunit": "dev-master#5629c0a1f4a9c417cb1077cf6693ad9753895761", |
|
"phpunit/phpunit": "^6.4.3", |
|
"squizlabs/php_codesniffer": "^2.9.1" |
|
}, |
|
"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": "2019-08-10T08:37:15+00:00" |
|
}, |
|
{ |
|
"name": "psr/cache", |
|
"version": "1.0.1", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/php-fig/cache.git", |
|
"reference": "d11b50ad223250cf17b86e38383413f5a6764bf8" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8", |
|
"reference": "d11b50ad223250cf17b86e38383413f5a6764bf8", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"php": ">=5.3.0" |
|
}, |
|
"type": "library", |
|
"extra": { |
|
"branch-alias": { |
|
"dev-master": "1.0.x-dev" |
|
} |
|
}, |
|
"autoload": { |
|
"psr-4": { |
|
"Psr\\Cache\\": "src/" |
|
} |
|
}, |
|
"notification-url": "https://packagist.org/downloads/", |
|
"license": [ |
|
"MIT" |
|
], |
|
"authors": [ |
|
{ |
|
"name": "PHP-FIG", |
|
"homepage": "http://www.php-fig.org/" |
|
} |
|
], |
|
"description": "Common interface for caching libraries", |
|
"keywords": [ |
|
"cache", |
|
"psr", |
|
"psr-6" |
|
], |
|
"time": "2016-08-06T20:24:11+00:00" |
|
}, |
|
{ |
|
"name": "psr/container", |
|
"version": "1.0.0", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/php-fig/container.git", |
|
"reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f", |
|
"reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"php": ">=5.3.0" |
|
}, |
|
"type": "library", |
|
"extra": { |
|
"branch-alias": { |
|
"dev-master": "1.0.x-dev" |
|
} |
|
}, |
|
"autoload": { |
|
"psr-4": { |
|
"Psr\\Container\\": "src/" |
|
} |
|
}, |
|
"notification-url": "https://packagist.org/downloads/", |
|
"license": [ |
|
"MIT" |
|
], |
|
"authors": [ |
|
{ |
|
"name": "PHP-FIG", |
|
"homepage": "http://www.php-fig.org/" |
|
} |
|
], |
|
"description": "Common Container Interface (PHP FIG PSR-11)", |
|
"homepage": "https://github.com/php-fig/container", |
|
"keywords": [ |
|
"PSR-11", |
|
"container", |
|
"container-interface", |
|
"container-interop", |
|
"psr" |
|
], |
|
"time": "2017-02-14T16:28:37+00:00" |
|
}, |
|
{ |
|
"name": "psr/event-dispatcher", |
|
"version": "1.0.0", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/php-fig/event-dispatcher.git", |
|
"reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0", |
|
"reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"php": ">=7.2.0" |
|
}, |
|
"type": "library", |
|
"extra": { |
|
"branch-alias": { |
|
"dev-master": "1.0.x-dev" |
|
} |
|
}, |
|
"autoload": { |
|
"psr-4": { |
|
"Psr\\EventDispatcher\\": "src/" |
|
} |
|
}, |
|
"notification-url": "https://packagist.org/downloads/", |
|
"license": [ |
|
"MIT" |
|
], |
|
"authors": [ |
|
{ |
|
"name": "PHP-FIG", |
|
"homepage": "http://www.php-fig.org/" |
|
} |
|
], |
|
"description": "Standard interfaces for event handling.", |
|
"keywords": [ |
|
"events", |
|
"psr", |
|
"psr-14" |
|
], |
|
"time": "2019-01-08T18:20:26+00:00" |
|
}, |
|
{ |
|
"name": "psr/log", |
|
"version": "1.1.3", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/php-fig/log.git", |
|
"reference": "0f73288fd15629204f9d42b7055f72dacbe811fc" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc", |
|
"reference": "0f73288fd15629204f9d42b7055f72dacbe811fc", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"php": ">=5.3.0" |
|
}, |
|
"type": "library", |
|
"extra": { |
|
"branch-alias": { |
|
"dev-master": "1.1.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": "2020-03-23T09:12:05+00:00" |
|
}, |
|
{ |
|
"name": "sensio/framework-extra-bundle", |
|
"version": "v5.5.5", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git", |
|
"reference": "c76bb1c5c67840ecb6d9be8e9d8d7036e375e317" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/c76bb1c5c67840ecb6d9be8e9d8d7036e375e317", |
|
"reference": "c76bb1c5c67840ecb6d9be8e9d8d7036e375e317", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"doctrine/annotations": "^1.0", |
|
"php": ">=7.1.3", |
|
"symfony/config": "^4.4|^5.0", |
|
"symfony/dependency-injection": "^4.4|^5.0", |
|
"symfony/framework-bundle": "^4.4|^5.0", |
|
"symfony/http-kernel": "^4.4|^5.0" |
|
}, |
|
"conflict": { |
|
"doctrine/doctrine-cache-bundle": "<1.3.1" |
|
}, |
|
"require-dev": { |
|
"doctrine/doctrine-bundle": "^1.11|^2.0", |
|
"doctrine/orm": "^2.5", |
|
"nyholm/psr7": "^1.1", |
|
"symfony/browser-kit": "^4.4|^5.0", |
|
"symfony/dom-crawler": "^4.4|^5.0", |
|
"symfony/expression-language": "^4.4|^5.0", |
|
"symfony/finder": "^4.4|^5.0", |
|
"symfony/monolog-bridge": "^4.0|^5.0", |
|
"symfony/monolog-bundle": "^3.2", |
|
"symfony/phpunit-bridge": "^4.3.5|^5.0", |
|
"symfony/psr-http-message-bridge": "^1.1", |
|
"symfony/security-bundle": "^4.4|^5.0", |
|
"symfony/twig-bundle": "^4.4|^5.0", |
|
"symfony/yaml": "^4.4|^5.0", |
|
"twig/twig": "^1.34|^2.4|^3.0" |
|
}, |
|
"type": "symfony-bundle", |
|
"extra": { |
|
"branch-alias": { |
|
"dev-master": "5.5.x-dev" |
|
} |
|
}, |
|
"autoload": { |
|
"psr-4": { |
|
"Sensio\\Bundle\\FrameworkExtraBundle\\": "src/" |
|
}, |
|
"exclude-from-classmap": [ |
|
"/tests/" |
|
] |
|
}, |
|
"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": "2020-05-06T12:12:33+00:00" |
|
}, |
|
{ |
|
"name": "simplepie/simplepie", |
|
"version": "1.5.5", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/simplepie/simplepie.git", |
|
"reference": "ae49e2201b6da9c808e5dac437aca356a11831b4" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/simplepie/simplepie/zipball/ae49e2201b6da9c808e5dac437aca356a11831b4", |
|
"reference": "ae49e2201b6da9c808e5dac437aca356a11831b4", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"ext-pcre": "*", |
|
"ext-xml": "*", |
|
"ext-xmlreader": "*", |
|
"php": ">=5.6.0" |
|
}, |
|
"require-dev": { |
|
"phpunit/phpunit": "~5.4.3 || ~6.5" |
|
}, |
|
"suggest": { |
|
"ext-curl": "", |
|
"ext-iconv": "", |
|
"ext-intl": "", |
|
"ext-mbstring": "", |
|
"mf2/mf2": "Microformat module that allows for parsing HTML for microformats" |
|
}, |
|
"type": "library", |
|
"autoload": { |
|
"psr-0": { |
|
"SimplePie": "library" |
|
} |
|
}, |
|
"notification-url": "https://packagist.org/downloads/", |
|
"license": [ |
|
"BSD-3-Clause" |
|
], |
|
"authors": [ |
|
{ |
|
"name": "Ryan Parman", |
|
"homepage": "http://ryanparman.com/", |
|
"role": "Creator, alumnus developer" |
|
}, |
|
{ |
|
"name": "Sam Sneddon", |
|
"homepage": "https://gsnedders.com/", |
|
"role": "Alumnus developer" |
|
}, |
|
{ |
|
"name": "Ryan McCue", |
|
"email": "me@ryanmccue.info", |
|
"homepage": "http://ryanmccue.info/", |
|
"role": "Developer" |
|
} |
|
], |
|
"description": "A simple Atom/RSS parsing library for PHP", |
|
"homepage": "http://simplepie.org/", |
|
"keywords": [ |
|
"atom", |
|
"feeds", |
|
"rss" |
|
], |
|
"time": "2020-05-01T12:23:14+00:00" |
|
}, |
|
{ |
|
"name": "symfony/asset", |
|
"version": "v5.0.8", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/symfony/asset.git", |
|
"reference": "be35f49cf2cf1c54de30bc31d2c5ff3c1d880be8" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/symfony/asset/zipball/be35f49cf2cf1c54de30bc31d2c5ff3c1d880be8", |
|
"reference": "be35f49cf2cf1c54de30bc31d2c5ff3c1d880be8", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"php": "^7.2.5" |
|
}, |
|
"require-dev": { |
|
"symfony/http-foundation": "^4.4|^5.0", |
|
"symfony/http-kernel": "^4.4|^5.0" |
|
}, |
|
"suggest": { |
|
"symfony/http-foundation": "" |
|
}, |
|
"type": "library", |
|
"extra": { |
|
"branch-alias": { |
|
"dev-master": "5.0-dev" |
|
} |
|
}, |
|
"autoload": { |
|
"psr-4": { |
|
"Symfony\\Component\\Asset\\": "" |
|
}, |
|
"exclude-from-classmap": [ |
|
"/Tests/" |
|
] |
|
}, |
|
"notification-url": "https://packagist.org/downloads/", |
|
"license": [ |
|
"MIT" |
|
], |
|
"authors": [ |
|
{ |
|
"name": "Fabien Potencier", |
|
"email": "fabien@symfony.com" |
|
}, |
|
{ |
|
"name": "Symfony Community", |
|
"homepage": "https://symfony.com/contributors" |
|
} |
|
], |
|
"description": "Symfony Asset Component", |
|
"homepage": "https://symfony.com", |
|
"funding": [ |
|
{ |
|
"url": "https://symfony.com/sponsor", |
|
"type": "custom" |
|
}, |
|
{ |
|
"url": "https://github.com/fabpot", |
|
"type": "github" |
|
}, |
|
{ |
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony", |
|
"type": "tidelift" |
|
} |
|
], |
|
"time": "2020-04-12T14:40:17+00:00" |
|
}, |
|
{ |
|
"name": "symfony/browser-kit", |
|
"version": "v5.0.8", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/symfony/browser-kit.git", |
|
"reference": "0fa03cfaf1155eedbef871eef1a64c427e624c56" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/symfony/browser-kit/zipball/0fa03cfaf1155eedbef871eef1a64c427e624c56", |
|
"reference": "0fa03cfaf1155eedbef871eef1a64c427e624c56", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"php": "^7.2.5", |
|
"symfony/dom-crawler": "^4.4|^5.0" |
|
}, |
|
"require-dev": { |
|
"symfony/css-selector": "^4.4|^5.0", |
|
"symfony/http-client": "^4.4|^5.0", |
|
"symfony/mime": "^4.4|^5.0", |
|
"symfony/process": "^4.4|^5.0" |
|
}, |
|
"suggest": { |
|
"symfony/process": "" |
|
}, |
|
"type": "library", |
|
"extra": { |
|
"branch-alias": { |
|
"dev-master": "5.0-dev" |
|
} |
|
}, |
|
"autoload": { |
|
"psr-4": { |
|
"Symfony\\Component\\BrowserKit\\": "" |
|
}, |
|
"exclude-from-classmap": [ |
|
"/Tests/" |
|
] |
|
}, |
|
"notification-url": "https://packagist.org/downloads/", |
|
"license": [ |
|
"MIT" |
|
], |
|
"authors": [ |
|
{ |
|
"name": "Fabien Potencier", |
|
"email": "fabien@symfony.com" |
|
}, |
|
{ |
|
"name": "Symfony Community", |
|
"homepage": "https://symfony.com/contributors" |
|
} |
|
], |
|
"description": "Symfony BrowserKit Component", |
|
"homepage": "https://symfony.com", |
|
"funding": [ |
|
{ |
|
"url": "https://symfony.com/sponsor", |
|
"type": "custom" |
|
}, |
|
{ |
|
"url": "https://github.com/fabpot", |
|
"type": "github" |
|
}, |
|
{ |
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony", |
|
"type": "tidelift" |
|
} |
|
], |
|
"time": "2020-03-30T11:42:42+00:00" |
|
}, |
|
{ |
|
"name": "symfony/cache", |
|
"version": "v5.0.8", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/symfony/cache.git", |
|
"reference": "0c5f5b1882dc82b255a4bdead4ed3c7738cddc04" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/symfony/cache/zipball/0c5f5b1882dc82b255a4bdead4ed3c7738cddc04", |
|
"reference": "0c5f5b1882dc82b255a4bdead4ed3c7738cddc04", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"php": "^7.2.5", |
|
"psr/cache": "~1.0", |
|
"psr/log": "~1.0", |
|
"symfony/cache-contracts": "^1.1.7|^2", |
|
"symfony/service-contracts": "^1.1|^2", |
|
"symfony/var-exporter": "^4.4|^5.0" |
|
}, |
|
"conflict": { |
|
"doctrine/dbal": "<2.5", |
|
"symfony/dependency-injection": "<4.4", |
|
"symfony/http-kernel": "<4.4", |
|
"symfony/var-dumper": "<4.4" |
|
}, |
|
"provide": { |
|
"psr/cache-implementation": "1.0", |
|
"psr/simple-cache-implementation": "1.0", |
|
"symfony/cache-implementation": "1.0" |
|
}, |
|
"require-dev": { |
|
"cache/integration-tests": "dev-master", |
|
"doctrine/cache": "~1.6", |
|
"doctrine/dbal": "~2.5", |
|
"predis/predis": "~1.1", |
|
"psr/simple-cache": "^1.0", |
|
"symfony/config": "^4.4|^5.0", |
|
"symfony/dependency-injection": "^4.4|^5.0", |
|
"symfony/var-dumper": "^4.4|^5.0" |
|
}, |
|
"type": "library", |
|
"extra": { |
|
"branch-alias": { |
|
"dev-master": "5.0-dev" |
|
} |
|
}, |
|
"autoload": { |
|
"psr-4": { |
|
"Symfony\\Component\\Cache\\": "" |
|
}, |
|
"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 Cache component with PSR-6, PSR-16, and tags", |
|
"homepage": "https://symfony.com", |
|
"keywords": [ |
|
"caching", |
|
"psr6" |
|
], |
|
"funding": [ |
|
{ |
|
"url": "https://symfony.com/sponsor", |
|
"type": "custom" |
|
}, |
|
{ |
|
"url": "https://github.com/fabpot", |
|
"type": "github" |
|
}, |
|
{ |
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony", |
|
"type": "tidelift" |
|
} |
|
], |
|
"time": "2020-04-28T17:58:55+00:00" |
|
}, |
|
{ |
|
"name": "symfony/cache-contracts", |
|
"version": "v2.0.1", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/symfony/cache-contracts.git", |
|
"reference": "23ed8bfc1a4115feca942cb5f1aacdf3dcdf3c16" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/symfony/cache-contracts/zipball/23ed8bfc1a4115feca942cb5f1aacdf3dcdf3c16", |
|
"reference": "23ed8bfc1a4115feca942cb5f1aacdf3dcdf3c16", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"php": "^7.2.5", |
|
"psr/cache": "^1.0" |
|
}, |
|
"suggest": { |
|
"symfony/cache-implementation": "" |
|
}, |
|
"type": "library", |
|
"extra": { |
|
"branch-alias": { |
|
"dev-master": "2.0-dev" |
|
} |
|
}, |
|
"autoload": { |
|
"psr-4": { |
|
"Symfony\\Contracts\\Cache\\": "" |
|
} |
|
}, |
|
"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": "Generic abstractions related to caching", |
|
"homepage": "https://symfony.com", |
|
"keywords": [ |
|
"abstractions", |
|
"contracts", |
|
"decoupling", |
|
"interfaces", |
|
"interoperability", |
|
"standards" |
|
], |
|
"time": "2019-11-18T17:27:11+00:00" |
|
}, |
|
{ |
|
"name": "symfony/config", |
|
"version": "v5.0.8", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/symfony/config.git", |
|
"reference": "db1674e1a261148429f123871f30d211992294e7" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/symfony/config/zipball/db1674e1a261148429f123871f30d211992294e7", |
|
"reference": "db1674e1a261148429f123871f30d211992294e7", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"php": "^7.2.5", |
|
"symfony/filesystem": "^4.4|^5.0", |
|
"symfony/polyfill-ctype": "~1.8" |
|
}, |
|
"conflict": { |
|
"symfony/finder": "<4.4" |
|
}, |
|
"require-dev": { |
|
"symfony/event-dispatcher": "^4.4|^5.0", |
|
"symfony/finder": "^4.4|^5.0", |
|
"symfony/messenger": "^4.4|^5.0", |
|
"symfony/service-contracts": "^1.1|^2", |
|
"symfony/yaml": "^4.4|^5.0" |
|
}, |
|
"suggest": { |
|
"symfony/yaml": "To use the yaml reference dumper" |
|
}, |
|
"type": "library", |
|
"extra": { |
|
"branch-alias": { |
|
"dev-master": "5.0-dev" |
|
} |
|
}, |
|
"autoload": { |
|
"psr-4": { |
|
"Symfony\\Component\\Config\\": "" |
|
}, |
|
"exclude-from-classmap": [ |
|
"/Tests/" |
|
] |
|
}, |
|
"notification-url": "https://packagist.org/downloads/", |
|
"license": [ |
|
"MIT" |
|
], |
|
"authors": [ |
|
{ |
|
"name": "Fabien Potencier", |
|
"email": "fabien@symfony.com" |
|
}, |
|
{ |
|
"name": "Symfony Community", |
|
"homepage": "https://symfony.com/contributors" |
|
} |
|
], |
|
"description": "Symfony Config Component", |
|
"homepage": "https://symfony.com", |
|
"funding": [ |
|
{ |
|
"url": "https://symfony.com/sponsor", |
|
"type": "custom" |
|
}, |
|
{ |
|
"url": "https://github.com/fabpot", |
|
"type": "github" |
|
}, |
|
{ |
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony", |
|
"type": "tidelift" |
|
} |
|
], |
|
"time": "2020-04-15T15:59:10+00:00" |
|
}, |
|
{ |
|
"name": "symfony/console", |
|
"version": "v5.0.8", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/symfony/console.git", |
|
"reference": "5fa1caadc8cdaa17bcfb25219f3b53fe294a9935" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/symfony/console/zipball/5fa1caadc8cdaa17bcfb25219f3b53fe294a9935", |
|
"reference": "5fa1caadc8cdaa17bcfb25219f3b53fe294a9935", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"php": "^7.2.5", |
|
"symfony/polyfill-mbstring": "~1.0", |
|
"symfony/polyfill-php73": "^1.8", |
|
"symfony/service-contracts": "^1.1|^2" |
|
}, |
|
"conflict": { |
|
"symfony/dependency-injection": "<4.4", |
|
"symfony/event-dispatcher": "<4.4", |
|
"symfony/lock": "<4.4", |
|
"symfony/process": "<4.4" |
|
}, |
|
"provide": { |
|
"psr/log-implementation": "1.0" |
|
}, |
|
"require-dev": { |
|
"psr/log": "~1.0", |
|
"symfony/config": "^4.4|^5.0", |
|
"symfony/dependency-injection": "^4.4|^5.0", |
|
"symfony/event-dispatcher": "^4.4|^5.0", |
|
"symfony/lock": "^4.4|^5.0", |
|
"symfony/process": "^4.4|^5.0", |
|
"symfony/var-dumper": "^4.4|^5.0" |
|
}, |
|
"suggest": { |
|
"psr/log": "For using the console logger", |
|
"symfony/event-dispatcher": "", |
|
"symfony/lock": "", |
|
"symfony/process": "" |
|
}, |
|
"type": "library", |
|
"extra": { |
|
"branch-alias": { |
|
"dev-master": "5.0-dev" |
|
} |
|
}, |
|
"autoload": { |
|
"psr-4": { |
|
"Symfony\\Component\\Console\\": "" |
|
}, |
|
"exclude-from-classmap": [ |
|
"/Tests/" |
|
] |
|
}, |
|
"notification-url": "https://packagist.org/downloads/", |
|
"license": [ |
|
"MIT" |
|
], |
|
"authors": [ |
|
{ |
|
"name": "Fabien Potencier", |
|
"email": "fabien@symfony.com" |
|
}, |
|
{ |
|
"name": "Symfony Community", |
|
"homepage": "https://symfony.com/contributors" |
|
} |
|
], |
|
"description": "Symfony Console Component", |
|
"homepage": "https://symfony.com", |
|
"funding": [ |
|
{ |
|
"url": "https://symfony.com/sponsor", |
|
"type": "custom" |
|
}, |
|
{ |
|
"url": "https://github.com/fabpot", |
|
"type": "github" |
|
}, |
|
{ |
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony", |
|
"type": "tidelift" |
|
} |
|
], |
|
"time": "2020-03-30T11:42:42+00:00" |
|
}, |
|
{ |
|
"name": "symfony/css-selector", |
|
"version": "v5.0.8", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/symfony/css-selector.git", |
|
"reference": "5f8d5271303dad260692ba73dfa21777d38e124e" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/symfony/css-selector/zipball/5f8d5271303dad260692ba73dfa21777d38e124e", |
|
"reference": "5f8d5271303dad260692ba73dfa21777d38e124e", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"php": "^7.2.5" |
|
}, |
|
"type": "library", |
|
"extra": { |
|
"branch-alias": { |
|
"dev-master": "5.0-dev" |
|
} |
|
}, |
|
"autoload": { |
|
"psr-4": { |
|
"Symfony\\Component\\CssSelector\\": "" |
|
}, |
|
"exclude-from-classmap": [ |
|
"/Tests/" |
|
] |
|
}, |
|
"notification-url": "https://packagist.org/downloads/", |
|
"license": [ |
|
"MIT" |
|
], |
|
"authors": [ |
|
{ |
|
"name": "Fabien Potencier", |
|
"email": "fabien@symfony.com" |
|
}, |
|
{ |
|
"name": "Jean-François Simon", |
|
"email": "jeanfrancois.simon@sensiolabs.com" |
|
}, |
|
{ |
|
"name": "Symfony Community", |
|
"homepage": "https://symfony.com/contributors" |
|
} |
|
], |
|
"description": "Symfony CssSelector Component", |
|
"homepage": "https://symfony.com", |
|
"funding": [ |
|
{ |
|
"url": "https://symfony.com/sponsor", |
|
"type": "custom" |
|
}, |
|
{ |
|
"url": "https://github.com/fabpot", |
|
"type": "github" |
|
}, |
|
{ |
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony", |
|
"type": "tidelift" |
|
} |
|
], |
|
"time": "2020-03-27T16:56:45+00:00" |
|
}, |
|
{ |
|
"name": "symfony/dependency-injection", |
|
"version": "v5.0.8", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/symfony/dependency-injection.git", |
|
"reference": "92d8b3bd896a87cdd8aba0a3dd041bc072e8cfba" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/symfony/dependency-injection/zipball/92d8b3bd896a87cdd8aba0a3dd041bc072e8cfba", |
|
"reference": "92d8b3bd896a87cdd8aba0a3dd041bc072e8cfba", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"php": "^7.2.5", |
|
"psr/container": "^1.0", |
|
"symfony/service-contracts": "^1.1.6|^2" |
|
}, |
|
"conflict": { |
|
"symfony/config": "<5.0", |
|
"symfony/finder": "<4.4", |
|
"symfony/proxy-manager-bridge": "<4.4", |
|
"symfony/yaml": "<4.4" |
|
}, |
|
"provide": { |
|
"psr/container-implementation": "1.0", |
|
"symfony/service-implementation": "1.0" |
|
}, |
|
"require-dev": { |
|
"symfony/config": "^5.0", |
|
"symfony/expression-language": "^4.4|^5.0", |
|
"symfony/yaml": "^4.4|^5.0" |
|
}, |
|
"suggest": { |
|
"symfony/config": "", |
|
"symfony/expression-language": "For using expressions in service container configuration", |
|
"symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required", |
|
"symfony/proxy-manager-bridge": "Generate service proxies to lazy load them", |
|
"symfony/yaml": "" |
|
}, |
|
"type": "library", |
|
"extra": { |
|
"branch-alias": { |
|
"dev-master": "5.0-dev" |
|
} |
|
}, |
|
"autoload": { |
|
"psr-4": { |
|
"Symfony\\Component\\DependencyInjection\\": "" |
|
}, |
|
"exclude-from-classmap": [ |
|
"/Tests/" |
|
] |
|
}, |
|
"notification-url": "https://packagist.org/downloads/", |
|
"license": [ |
|
"MIT" |
|
], |
|
"authors": [ |
|
{ |
|
"name": "Fabien Potencier", |
|
"email": "fabien@symfony.com" |
|
}, |
|
{ |
|
"name": "Symfony Community", |
|
"homepage": "https://symfony.com/contributors" |
|
} |
|
], |
|
"description": "Symfony DependencyInjection Component", |
|
"homepage": "https://symfony.com", |
|
"funding": [ |
|
{ |
|
"url": "https://symfony.com/sponsor", |
|
"type": "custom" |
|
}, |
|
{ |
|
"url": "https://github.com/fabpot", |
|
"type": "github" |
|
}, |
|
{ |
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony", |
|
"type": "tidelift" |
|
} |
|
], |
|
"time": "2020-04-28T17:58:55+00:00" |
|
}, |
|
{ |
|
"name": "symfony/doctrine-bridge", |
|
"version": "v5.0.8", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/symfony/doctrine-bridge.git", |
|
"reference": "013f4ce1a10c6aad81c4ad14466e49d802417f4f" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/symfony/doctrine-bridge/zipball/013f4ce1a10c6aad81c4ad14466e49d802417f4f", |
|
"reference": "013f4ce1a10c6aad81c4ad14466e49d802417f4f", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"doctrine/event-manager": "~1.0", |
|
"doctrine/persistence": "^1.3", |
|
"php": "^7.2.5", |
|
"symfony/polyfill-ctype": "~1.8", |
|
"symfony/polyfill-mbstring": "~1.0", |
|
"symfony/service-contracts": "^1.1|^2" |
|
}, |
|
"conflict": { |
|
"phpunit/phpunit": "<5.4.3", |
|
"symfony/dependency-injection": "<4.4", |
|
"symfony/form": "<5", |
|
"symfony/http-kernel": "<5", |
|
"symfony/messenger": "<4.4", |
|
"symfony/property-info": "<5", |
|
"symfony/security-bundle": "<5", |
|
"symfony/security-core": "<5", |
|
"symfony/validator": "<5.0.2" |
|
}, |
|
"require-dev": { |
|
"doctrine/annotations": "~1.7", |
|
"doctrine/cache": "~1.6", |
|
"doctrine/collections": "~1.0", |
|
"doctrine/data-fixtures": "1.0.*", |
|
"doctrine/dbal": "~2.4", |
|
"doctrine/orm": "^2.6.3", |
|
"doctrine/reflection": "~1.0", |
|
"symfony/config": "^4.4|^5.0", |
|
"symfony/dependency-injection": "^4.4|^5.0", |
|
"symfony/expression-language": "^4.4|^5.0", |
|
"symfony/form": "^5.0", |
|
"symfony/http-kernel": "^5.0", |
|
"symfony/messenger": "^4.4|^5.0", |
|
"symfony/property-access": "^4.4|^5.0", |
|
"symfony/property-info": "^5.0", |
|
"symfony/proxy-manager-bridge": "^4.4|^5.0", |
|
"symfony/security-core": "^5.0", |
|
"symfony/stopwatch": "^4.4|^5.0", |
|
"symfony/translation": "^4.4|^5.0", |
|
"symfony/validator": "^5.0.2", |
|
"symfony/var-dumper": "^4.4|^5.0" |
|
}, |
|
"suggest": { |
|
"doctrine/data-fixtures": "", |
|
"doctrine/dbal": "", |
|
"doctrine/orm": "", |
|
"symfony/form": "", |
|
"symfony/property-info": "", |
|
"symfony/validator": "" |
|
}, |
|
"type": "symfony-bridge", |
|
"extra": { |
|
"branch-alias": { |
|
"dev-master": "5.0-dev" |
|
} |
|
}, |
|
"autoload": { |
|
"psr-4": { |
|
"Symfony\\Bridge\\Doctrine\\": "" |
|
}, |
|
"exclude-from-classmap": [ |
|
"/Tests/" |
|
] |
|
}, |
|
"notification-url": "https://packagist.org/downloads/", |
|
"license": [ |
|
"MIT" |
|
], |
|
"authors": [ |
|
{ |
|
"name": "Fabien Potencier", |
|
"email": "fabien@symfony.com" |
|
}, |
|
{ |
|
"name": "Symfony Community", |
|
"homepage": "https://symfony.com/contributors" |
|
} |
|
], |
|
"description": "Symfony Doctrine Bridge", |
|
"homepage": "https://symfony.com", |
|
"funding": [ |
|
{ |
|
"url": "https://symfony.com/sponsor", |
|
"type": "custom" |
|
}, |
|
{ |
|
"url": "https://github.com/fabpot", |
|
"type": "github" |
|
}, |
|
{ |
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony", |
|
"type": "tidelift" |
|
} |
|
], |
|
"time": "2020-04-12T16:45:47+00:00" |
|
}, |
|
{ |
|
"name": "symfony/dom-crawler", |
|
"version": "v5.0.8", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/symfony/dom-crawler.git", |
|
"reference": "892311d23066844a267ac1a903d8a9d79968a1a7" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/symfony/dom-crawler/zipball/892311d23066844a267ac1a903d8a9d79968a1a7", |
|
"reference": "892311d23066844a267ac1a903d8a9d79968a1a7", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"php": "^7.2.5", |
|
"symfony/polyfill-ctype": "~1.8", |
|
"symfony/polyfill-mbstring": "~1.0" |
|
}, |
|
"conflict": { |
|
"masterminds/html5": "<2.6" |
|
}, |
|
"require-dev": { |
|
"masterminds/html5": "^2.6", |
|
"symfony/css-selector": "^4.4|^5.0" |
|
}, |
|
"suggest": { |
|
"symfony/css-selector": "" |
|
}, |
|
"type": "library", |
|
"extra": { |
|
"branch-alias": { |
|
"dev-master": "5.0-dev" |
|
} |
|
}, |
|
"autoload": { |
|
"psr-4": { |
|
"Symfony\\Component\\DomCrawler\\": "" |
|
}, |
|
"exclude-from-classmap": [ |
|
"/Tests/" |
|
] |
|
}, |
|
"notification-url": "https://packagist.org/downloads/", |
|
"license": [ |
|
"MIT" |
|
], |
|
"authors": [ |
|
{ |
|
"name": "Fabien Potencier", |
|
"email": "fabien@symfony.com" |
|
}, |
|
{ |
|
"name": "Symfony Community", |
|
"homepage": "https://symfony.com/contributors" |
|
} |
|
], |
|
"description": "Symfony DomCrawler Component", |
|
"homepage": "https://symfony.com", |
|
"funding": [ |
|
{ |
|
"url": "https://symfony.com/sponsor", |
|
"type": "custom" |
|
}, |
|
{ |
|
"url": "https://github.com/fabpot", |
|
"type": "github" |
|
}, |
|
{ |
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony", |
|
"type": "tidelift" |
|
} |
|
], |
|
"time": "2020-03-30T11:42:42+00:00" |
|
}, |
|
{ |
|
"name": "symfony/dotenv", |
|
"version": "v5.0.8", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/symfony/dotenv.git", |
|
"reference": "28658ee990ea643c8111bac242d6ee5f3a15ef72" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/symfony/dotenv/zipball/28658ee990ea643c8111bac242d6ee5f3a15ef72", |
|
"reference": "28658ee990ea643c8111bac242d6ee5f3a15ef72", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"php": "^7.2.5" |
|
}, |
|
"require-dev": { |
|
"symfony/process": "^4.4|^5.0" |
|
}, |
|
"type": "library", |
|
"extra": { |
|
"branch-alias": { |
|
"dev-master": "5.0-dev" |
|
} |
|
}, |
|
"autoload": { |
|
"psr-4": { |
|
"Symfony\\Component\\Dotenv\\": "" |
|
}, |
|
"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": "Registers environment variables from a .env file", |
|
"homepage": "https://symfony.com", |
|
"keywords": [ |
|
"dotenv", |
|
"env", |
|
"environment" |
|
], |
|
"funding": [ |
|
{ |
|
"url": "https://symfony.com/sponsor", |
|
"type": "custom" |
|
}, |
|
{ |
|
"url": "https://github.com/fabpot", |
|
"type": "github" |
|
}, |
|
{ |
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony", |
|
"type": "tidelift" |
|
} |
|
], |
|
"time": "2020-03-27T16:56:45+00:00" |
|
}, |
|
{ |
|
"name": "symfony/error-handler", |
|
"version": "v5.0.8", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/symfony/error-handler.git", |
|
"reference": "949ffc17c3ac3a9f8e6232220e2da33913c04ea4" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/symfony/error-handler/zipball/949ffc17c3ac3a9f8e6232220e2da33913c04ea4", |
|
"reference": "949ffc17c3ac3a9f8e6232220e2da33913c04ea4", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"php": "^7.2.5", |
|
"psr/log": "^1.0", |
|
"symfony/var-dumper": "^4.4|^5.0" |
|
}, |
|
"require-dev": { |
|
"symfony/http-kernel": "^4.4|^5.0", |
|
"symfony/serializer": "^4.4|^5.0" |
|
}, |
|
"type": "library", |
|
"extra": { |
|
"branch-alias": { |
|
"dev-master": "5.0-dev" |
|
} |
|
}, |
|
"autoload": { |
|
"psr-4": { |
|
"Symfony\\Component\\ErrorHandler\\": "" |
|
}, |
|
"exclude-from-classmap": [ |
|
"/Tests/" |
|
] |
|
}, |
|
"notification-url": "https://packagist.org/downloads/", |
|
"license": [ |
|
"MIT" |
|
], |
|
"authors": [ |
|
{ |
|
"name": "Fabien Potencier", |
|
"email": "fabien@symfony.com" |
|
}, |
|
{ |
|
"name": "Symfony Community", |
|
"homepage": "https://symfony.com/contributors" |
|
} |
|
], |
|
"description": "Symfony ErrorHandler Component", |
|
"homepage": "https://symfony.com", |
|
"funding": [ |
|
{ |
|
"url": "https://symfony.com/sponsor", |
|
"type": "custom" |
|
}, |
|
{ |
|
"url": "https://github.com/fabpot", |
|