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.
8636 lines
315 KiB
8636 lines
315 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": "55a9c5629cbb9a8e1267680afd480682", |
|
"packages": [ |
|
{ |
|
"name": "composer/package-versions-deprecated", |
|
"version": "1.11.99.1", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/composer/package-versions-deprecated.git", |
|
"reference": "7413f0b55a051e89485c5cb9f765fe24bb02a7b6" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/composer/package-versions-deprecated/zipball/7413f0b55a051e89485c5cb9f765fe24bb02a7b6", |
|
"reference": "7413f0b55a051e89485c5cb9f765fe24bb02a7b6", |
|
"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)", |
|
"support": { |
|
"issues": "https://github.com/composer/package-versions-deprecated/issues", |
|
"source": "https://github.com/composer/package-versions-deprecated/tree/1.11.99.1" |
|
}, |
|
"funding": [ |
|
{ |
|
"url": "https://packagist.com", |
|
"type": "custom" |
|
}, |
|
{ |
|
"url": "https://github.com/composer", |
|
"type": "github" |
|
}, |
|
{ |
|
"url": "https://tidelift.com/funding/github/packagist/composer/composer", |
|
"type": "tidelift" |
|
} |
|
], |
|
"time": "2020-11-11T10:22:58+00:00" |
|
}, |
|
{ |
|
"name": "doctrine/annotations", |
|
"version": "1.13.0", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/doctrine/annotations.git", |
|
"reference": "03cb2123a67d4be806554fe670d0adc298199808" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/doctrine/annotations/zipball/03cb2123a67d4be806554fe670d0adc298199808", |
|
"reference": "03cb2123a67d4be806554fe670d0adc298199808", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"doctrine/lexer": "1.*", |
|
"ext-tokenizer": "*", |
|
"php": "^7.1 || ^8.0", |
|
"psr/cache": "^1 || ^2 || ^3" |
|
}, |
|
"require-dev": { |
|
"doctrine/cache": "^1.11 || ^2.0", |
|
"doctrine/coding-standard": "^6.0 || ^8.1", |
|
"phpstan/phpstan": "^0.12.20", |
|
"phpunit/phpunit": "^7.5 || ^9.1.5", |
|
"symfony/cache": "^4.4 || ^5.2" |
|
}, |
|
"type": "library", |
|
"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": "https://www.doctrine-project.org/projects/annotations.html", |
|
"keywords": [ |
|
"annotations", |
|
"docblock", |
|
"parser" |
|
], |
|
"support": { |
|
"issues": "https://github.com/doctrine/annotations/issues", |
|
"source": "https://github.com/doctrine/annotations/tree/1.13.0" |
|
}, |
|
"time": "2021-04-29T07:39:39+00:00" |
|
}, |
|
{ |
|
"name": "doctrine/cache", |
|
"version": "1.11.0", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/doctrine/cache.git", |
|
"reference": "a9c1b59eba5a08ca2770a76eddb88922f504e8e0" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/doctrine/cache/zipball/a9c1b59eba5a08ca2770a76eddb88922f504e8e0", |
|
"reference": "a9c1b59eba5a08ca2770a76eddb88922f504e8e0", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"php": "~7.1 || ^8.0" |
|
}, |
|
"conflict": { |
|
"doctrine/common": ">2.2,<2.4", |
|
"psr/cache": ">=3" |
|
}, |
|
"require-dev": { |
|
"alcaeus/mongo-php-adapter": "^1.1", |
|
"cache/integration-tests": "dev-master", |
|
"doctrine/coding-standard": "^8.0", |
|
"mongodb/mongodb": "^1.1", |
|
"phpunit/phpunit": "^7.0 || ^8.0 || ^9.0", |
|
"predis/predis": "~1.0", |
|
"psr/cache": "^1.0 || ^2.0", |
|
"symfony/cache": "^4.4 || ^5.2" |
|
}, |
|
"suggest": { |
|
"alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver" |
|
}, |
|
"type": "library", |
|
"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" |
|
], |
|
"support": { |
|
"issues": "https://github.com/doctrine/cache/issues", |
|
"source": "https://github.com/doctrine/cache/tree/1.11.0" |
|
}, |
|
"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%2Fcache", |
|
"type": "tidelift" |
|
} |
|
], |
|
"time": "2021-04-13T14:46:17+00:00" |
|
}, |
|
{ |
|
"name": "doctrine/collections", |
|
"version": "1.6.7", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/doctrine/collections.git", |
|
"reference": "55f8b799269a1a472457bd1a41b4f379d4cfba4a" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/doctrine/collections/zipball/55f8b799269a1a472457bd1a41b4f379d4cfba4a", |
|
"reference": "55f8b799269a1a472457bd1a41b4f379d4cfba4a", |
|
"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" |
|
], |
|
"support": { |
|
"issues": "https://github.com/doctrine/collections/issues", |
|
"source": "https://github.com/doctrine/collections/tree/1.6.7" |
|
}, |
|
"time": "2020-07-27T17:53:49+00:00" |
|
}, |
|
{ |
|
"name": "doctrine/common", |
|
"version": "3.1.2", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/doctrine/common.git", |
|
"reference": "a036d90c303f3163b5be8b8fde9b6755b2be4a3a" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/doctrine/common/zipball/a036d90c303f3163b5be8b8fde9b6755b2be4a3a", |
|
"reference": "a036d90c303f3163b5be8b8fde9b6755b2be4a3a", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"doctrine/persistence": "^2.0", |
|
"php": "^7.1 || ^8.0" |
|
}, |
|
"require-dev": { |
|
"doctrine/coding-standard": "^6.0 || ^8.0", |
|
"phpstan/phpstan": "^0.12", |
|
"phpstan/phpstan-phpunit": "^0.12", |
|
"phpunit/phpunit": "^7.5.20 || ^8.5 || ^9.0", |
|
"squizlabs/php_codesniffer": "^3.0", |
|
"symfony/phpunit-bridge": "^4.0.5", |
|
"vimeo/psalm": "^4.4" |
|
}, |
|
"type": "library", |
|
"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, proxies and much more.", |
|
"homepage": "https://www.doctrine-project.org/projects/common.html", |
|
"keywords": [ |
|
"common", |
|
"doctrine", |
|
"php" |
|
], |
|
"support": { |
|
"issues": "https://github.com/doctrine/common/issues", |
|
"source": "https://github.com/doctrine/common/tree/3.1.2" |
|
}, |
|
"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": "2021-02-10T20:18:51+00:00" |
|
}, |
|
{ |
|
"name": "doctrine/dbal", |
|
"version": "2.13.1", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/doctrine/dbal.git", |
|
"reference": "c800380457948e65bbd30ba92cc17cda108bf8c9" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/doctrine/dbal/zipball/c800380457948e65bbd30ba92cc17cda108bf8c9", |
|
"reference": "c800380457948e65bbd30ba92cc17cda108bf8c9", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"doctrine/cache": "^1.0", |
|
"doctrine/deprecations": "^0.5.3", |
|
"doctrine/event-manager": "^1.0", |
|
"ext-pdo": "*", |
|
"php": "^7.1 || ^8" |
|
}, |
|
"require-dev": { |
|
"doctrine/coding-standard": "8.2.0", |
|
"jetbrains/phpstorm-stubs": "2020.2", |
|
"phpstan/phpstan": "0.12.81", |
|
"phpunit/phpunit": "^7.5.20|^8.5|9.5.0", |
|
"squizlabs/php_codesniffer": "3.6.0", |
|
"symfony/console": "^2.0.5|^3.0|^4.0|^5.0", |
|
"vimeo/psalm": "4.6.4" |
|
}, |
|
"suggest": { |
|
"symfony/console": "For helpful console commands such as SQL execution and import of files." |
|
}, |
|
"bin": [ |
|
"bin/doctrine-dbal" |
|
], |
|
"type": "library", |
|
"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" |
|
], |
|
"support": { |
|
"issues": "https://github.com/doctrine/dbal/issues", |
|
"source": "https://github.com/doctrine/dbal/tree/2.13.1" |
|
}, |
|
"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": "2021-04-17T17:30:19+00:00" |
|
}, |
|
{ |
|
"name": "doctrine/deprecations", |
|
"version": "v0.5.3", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/doctrine/deprecations.git", |
|
"reference": "9504165960a1f83cc1480e2be1dd0a0478561314" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/doctrine/deprecations/zipball/9504165960a1f83cc1480e2be1dd0a0478561314", |
|
"reference": "9504165960a1f83cc1480e2be1dd0a0478561314", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"php": "^7.1|^8.0" |
|
}, |
|
"require-dev": { |
|
"doctrine/coding-standard": "^6.0|^7.0|^8.0", |
|
"phpunit/phpunit": "^7.0|^8.0|^9.0", |
|
"psr/log": "^1.0" |
|
}, |
|
"suggest": { |
|
"psr/log": "Allows logging deprecations via PSR-3 logger implementation" |
|
}, |
|
"type": "library", |
|
"autoload": { |
|
"psr-4": { |
|
"Doctrine\\Deprecations\\": "lib/Doctrine/Deprecations" |
|
} |
|
}, |
|
"notification-url": "https://packagist.org/downloads/", |
|
"license": [ |
|
"MIT" |
|
], |
|
"description": "A small layer on top of trigger_error(E_USER_DEPRECATED) or PSR-3 logging with options to disable all deprecations or selectively for packages.", |
|
"homepage": "https://www.doctrine-project.org/", |
|
"support": { |
|
"issues": "https://github.com/doctrine/deprecations/issues", |
|
"source": "https://github.com/doctrine/deprecations/tree/v0.5.3" |
|
}, |
|
"time": "2021-03-21T12:59:47+00:00" |
|
}, |
|
{ |
|
"name": "doctrine/doctrine-bundle", |
|
"version": "2.3.2", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/doctrine/DoctrineBundle.git", |
|
"reference": "d6b3c37804539a24ba8a7d647a6144cab2f13242" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/d6b3c37804539a24ba8a7d647a6144cab2f13242", |
|
"reference": "d6b3c37804539a24ba8a7d647a6144cab2f13242", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"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", |
|
"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.4.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": "^8.0", |
|
"doctrine/orm": "^2.6", |
|
"friendsofphp/proxy-manager-lts": "^1.0", |
|
"phpunit/phpunit": "^7.5 || ^8.0 || ^9.3", |
|
"psalm/plugin-phpunit": "^0.15.1", |
|
"psalm/plugin-symfony": "^2.2.4", |
|
"symfony/phpunit-bridge": "^5.2", |
|
"symfony/property-info": "^4.3.3|^5.0", |
|
"symfony/proxy-manager-bridge": "^3.4|^4.3.3|^5.0", |
|
"symfony/security-bundle": "^4.4|^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|^3.0", |
|
"vimeo/psalm": "^4.7" |
|
}, |
|
"suggest": { |
|
"doctrine/orm": "The Doctrine ORM integration is optional in the bundle.", |
|
"ext-pdo": "*", |
|
"symfony/web-profiler-bundle": "To use the data collector." |
|
}, |
|
"type": "symfony-bundle", |
|
"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" |
|
], |
|
"support": { |
|
"issues": "https://github.com/doctrine/DoctrineBundle/issues", |
|
"source": "https://github.com/doctrine/DoctrineBundle/tree/2.3.2" |
|
}, |
|
"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": "2021-05-06T19:21:22+00:00" |
|
}, |
|
{ |
|
"name": "doctrine/doctrine-migrations-bundle", |
|
"version": "3.1.1", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/doctrine/DoctrineMigrationsBundle.git", |
|
"reference": "91f0a5e2356029575f3038432cc188b12f9d5da5" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/doctrine/DoctrineMigrationsBundle/zipball/91f0a5e2356029575f3038432cc188b12f9d5da5", |
|
"reference": "91f0a5e2356029575f3038432cc188b12f9d5da5", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"doctrine/doctrine-bundle": "~1.0|~2.0", |
|
"doctrine/migrations": "^3.1", |
|
"php": "^7.2|^8.0", |
|
"symfony/framework-bundle": "~3.4|~4.0|~5.0" |
|
}, |
|
"require-dev": { |
|
"doctrine/coding-standard": "^8.0", |
|
"doctrine/orm": "^2.6", |
|
"doctrine/persistence": "^1.3||^2.0", |
|
"phpstan/phpstan": "^0.12", |
|
"phpstan/phpstan-deprecation-rules": "^0.12", |
|
"phpstan/phpstan-phpunit": "^0.12", |
|
"phpstan/phpstan-strict-rules": "^0.12", |
|
"phpunit/phpunit": "^7.0|^8.0|^9.0" |
|
}, |
|
"type": "symfony-bundle", |
|
"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" |
|
], |
|
"support": { |
|
"issues": "https://github.com/doctrine/DoctrineMigrationsBundle/issues", |
|
"source": "https://github.com/doctrine/DoctrineMigrationsBundle/tree/3.1.1" |
|
}, |
|
"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-migrations-bundle", |
|
"type": "tidelift" |
|
} |
|
], |
|
"time": "2021-04-10T16:48:53+00:00" |
|
}, |
|
{ |
|
"name": "doctrine/event-manager", |
|
"version": "1.1.1", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/doctrine/event-manager.git", |
|
"reference": "41370af6a30faa9dc0368c4a6814d596e81aba7f" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/doctrine/event-manager/zipball/41370af6a30faa9dc0368c4a6814d596e81aba7f", |
|
"reference": "41370af6a30faa9dc0368c4a6814d596e81aba7f", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"php": "^7.1 || ^8.0" |
|
}, |
|
"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" |
|
], |
|
"support": { |
|
"issues": "https://github.com/doctrine/event-manager/issues", |
|
"source": "https://github.com/doctrine/event-manager/tree/1.1.x" |
|
}, |
|
"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%2Fevent-manager", |
|
"type": "tidelift" |
|
} |
|
], |
|
"time": "2020-05-29T18:28:51+00:00" |
|
}, |
|
{ |
|
"name": "doctrine/inflector", |
|
"version": "2.0.3", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/doctrine/inflector.git", |
|
"reference": "9cf661f4eb38f7c881cac67c75ea9b00bf97b210" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/doctrine/inflector/zipball/9cf661f4eb38f7c881cac67c75ea9b00bf97b210", |
|
"reference": "9cf661f4eb38f7c881cac67c75ea9b00bf97b210", |
|
"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\\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" |
|
], |
|
"support": { |
|
"issues": "https://github.com/doctrine/inflector/issues", |
|
"source": "https://github.com/doctrine/inflector/tree/2.0.x" |
|
}, |
|
"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-29T15:13:26+00:00" |
|
}, |
|
{ |
|
"name": "doctrine/instantiator", |
|
"version": "1.4.0", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/doctrine/instantiator.git", |
|
"reference": "d56bf6102915de5702778fe20f2de3b2fe570b5b" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/doctrine/instantiator/zipball/d56bf6102915de5702778fe20f2de3b2fe570b5b", |
|
"reference": "d56bf6102915de5702778fe20f2de3b2fe570b5b", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"php": "^7.1 || ^8.0" |
|
}, |
|
"require-dev": { |
|
"doctrine/coding-standard": "^8.0", |
|
"ext-pdo": "*", |
|
"ext-phar": "*", |
|
"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" |
|
}, |
|
"type": "library", |
|
"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": "https://ocramius.github.io/" |
|
} |
|
], |
|
"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" |
|
], |
|
"support": { |
|
"issues": "https://github.com/doctrine/instantiator/issues", |
|
"source": "https://github.com/doctrine/instantiator/tree/1.4.0" |
|
}, |
|
"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%2Finstantiator", |
|
"type": "tidelift" |
|
} |
|
], |
|
"time": "2020-11-10T18:47: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" |
|
], |
|
"support": { |
|
"issues": "https://github.com/doctrine/lexer/issues", |
|
"source": "https://github.com/doctrine/lexer/tree/1.2.1" |
|
}, |
|
"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": "3.1.2", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/doctrine/migrations.git", |
|
"reference": "1c2780df6b58998f411e64973cfa464ba0a06e00" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/doctrine/migrations/zipball/1c2780df6b58998f411e64973cfa464ba0a06e00", |
|
"reference": "1c2780df6b58998f411e64973cfa464ba0a06e00", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"composer/package-versions-deprecated": "^1.8", |
|
"doctrine/dbal": "^2.11", |
|
"doctrine/event-manager": "^1.0", |
|
"friendsofphp/proxy-manager-lts": "^1.0", |
|
"php": "^7.2 || ^8.0", |
|
"psr/log": "^1.1.3", |
|
"symfony/console": "^3.4 || ^4.4.16 || ^5.0", |
|
"symfony/stopwatch": "^3.4 || ^4.0 || ^5.0" |
|
}, |
|
"require-dev": { |
|
"doctrine/coding-standard": "^8.0", |
|
"doctrine/orm": "^2.6", |
|
"doctrine/persistence": "^1.3 || ^2.0", |
|
"doctrine/sql-formatter": "^1.0", |
|
"ergebnis/composer-normalize": "^2.9", |
|
"ext-pdo_sqlite": "*", |
|
"phpstan/phpstan": "^0.12", |
|
"phpstan/phpstan-deprecation-rules": "^0.12", |
|
"phpstan/phpstan-phpunit": "^0.12", |
|
"phpstan/phpstan-strict-rules": "^0.12", |
|
"phpstan/phpstan-symfony": "^0.12", |
|
"phpunit/phpunit": "^8.5 || ^9.4", |
|
"symfony/process": "^3.4 || ^4.0 || ^5.0", |
|
"symfony/yaml": "^3.4 || ^4.0 || ^5.0" |
|
}, |
|
"suggest": { |
|
"doctrine/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": { |
|
"composer-normalize": { |
|
"indent-size": 4, |
|
"indent-style": "space" |
|
} |
|
}, |
|
"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" |
|
], |
|
"support": { |
|
"issues": "https://github.com/doctrine/migrations/issues", |
|
"source": "https://github.com/doctrine/migrations/tree/3.1.2" |
|
}, |
|
"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%2Fmigrations", |
|
"type": "tidelift" |
|
} |
|
], |
|
"time": "2021-04-24T12:54:34+00:00" |
|
}, |
|
{ |
|
"name": "doctrine/orm", |
|
"version": "2.8.4", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/doctrine/orm.git", |
|
"reference": "a588555ecd837b8d7e89355d9a13902e54d529c7" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/doctrine/orm/zipball/a588555ecd837b8d7e89355d9a13902e54d529c7", |
|
"reference": "a588555ecd837b8d7e89355d9a13902e54d529c7", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"composer/package-versions-deprecated": "^1.8", |
|
"doctrine/annotations": "^1.11.1", |
|
"doctrine/cache": "^1.9.1", |
|
"doctrine/collections": "^1.5", |
|
"doctrine/common": "^3.0.3", |
|
"doctrine/dbal": "^2.10.0", |
|
"doctrine/event-manager": "^1.1", |
|
"doctrine/inflector": "^1.4|^2.0", |
|
"doctrine/instantiator": "^1.3", |
|
"doctrine/lexer": "^1.0", |
|
"doctrine/persistence": "^2.0", |
|
"ext-pdo": "*", |
|
"php": "^7.2|^8.0", |
|
"symfony/console": "^3.0|^4.0|^5.0" |
|
}, |
|
"require-dev": { |
|
"doctrine/coding-standard": "^8.0", |
|
"phpstan/phpstan": "^0.12.18", |
|
"phpunit/phpunit": "^8.5|^9.4", |
|
"symfony/yaml": "^3.4|^4.0|^5.0", |
|
"vimeo/psalm": "4.1.1" |
|
}, |
|
"suggest": { |
|
"symfony/yaml": "If you want to use YAML Metadata Mapping Driver" |
|
}, |
|
"bin": [ |
|
"bin/doctrine" |
|
], |
|
"type": "library", |
|
"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" |
|
], |
|
"support": { |
|
"issues": "https://github.com/doctrine/orm/issues", |
|
"source": "https://github.com/doctrine/orm/tree/2.8.4" |
|
}, |
|
"time": "2021-04-05T18:38:36+00:00" |
|
}, |
|
{ |
|
"name": "doctrine/persistence", |
|
"version": "2.1.0", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/doctrine/persistence.git", |
|
"reference": "9899c16934053880876b920a3b8b02ed2337ac1d" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/doctrine/persistence/zipball/9899c16934053880876b920a3b8b02ed2337ac1d", |
|
"reference": "9899c16934053880876b920a3b8b02ed2337ac1d", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"doctrine/annotations": "^1.0", |
|
"doctrine/cache": "^1.0", |
|
"doctrine/collections": "^1.0", |
|
"doctrine/event-manager": "^1.0", |
|
"php": "^7.1 || ^8.0" |
|
}, |
|
"conflict": { |
|
"doctrine/common": "<2.10@dev" |
|
}, |
|
"require-dev": { |
|
"composer/package-versions-deprecated": "^1.11", |
|
"doctrine/coding-standard": "^6.0 || ^8.0", |
|
"doctrine/common": "^3.0", |
|
"phpstan/phpstan": "^0.12", |
|
"phpunit/phpunit": "^7.5.20 || ^8.0 || ^9.0", |
|
"vimeo/psalm": "^3.11" |
|
}, |
|
"type": "library", |
|
"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" |
|
], |
|
"support": { |
|
"issues": "https://github.com/doctrine/persistence/issues", |
|
"source": "https://github.com/doctrine/persistence/tree/2.1.0" |
|
}, |
|
"time": "2020-10-24T22:13:54+00:00" |
|
}, |
|
{ |
|
"name": "doctrine/sql-formatter", |
|
"version": "1.1.1", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/doctrine/sql-formatter.git", |
|
"reference": "56070bebac6e77230ed7d306ad13528e60732871" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/doctrine/sql-formatter/zipball/56070bebac6e77230ed7d306ad13528e60732871", |
|
"reference": "56070bebac6e77230ed7d306ad13528e60732871", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"php": "^7.1 || ^8.0" |
|
}, |
|
"require-dev": { |
|
"bamarni/composer-bin-plugin": "^1.4" |
|
}, |
|
"bin": [ |
|
"bin/sql-formatter" |
|
], |
|
"type": "library", |
|
"extra": { |
|
"branch-alias": { |
|
"dev-master": "1.x-dev" |
|
} |
|
}, |
|
"autoload": { |
|
"psr-4": { |
|
"Doctrine\\SqlFormatter\\": "src" |
|
} |
|
}, |
|
"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/doctrine/sql-formatter/", |
|
"keywords": [ |
|
"highlight", |
|
"sql" |
|
], |
|
"support": { |
|
"issues": "https://github.com/doctrine/sql-formatter/issues", |
|
"source": "https://github.com/doctrine/sql-formatter/tree/1.1.x" |
|
}, |
|
"time": "2020-07-30T16:57:33+00:00" |
|
}, |
|
{ |
|
"name": "dompdf/dompdf", |
|
"version": "v0.8.6", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/dompdf/dompdf.git", |
|
"reference": "db91d81866c69a42dad1d2926f61515a1e3f42c5" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/dompdf/dompdf/zipball/db91d81866c69a42dad1d2926f61515a1e3f42c5", |
|
"reference": "db91d81866c69a42dad1d2926f61515a1e3f42c5", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"ext-dom": "*", |
|
"ext-mbstring": "*", |
|
"phenx/php-font-lib": "^0.5.2", |
|
"phenx/php-svg-lib": "^0.3.3", |
|
"php": "^7.1" |
|
}, |
|
"require-dev": { |
|
"mockery/mockery": "^1.3", |
|
"phpunit/phpunit": "^7.5", |
|
"squizlabs/php_codesniffer": "^3.5" |
|
}, |
|
"suggest": { |
|
"ext-gd": "Needed to process images", |
|
"ext-gmagick": "Improves image processing performance", |
|
"ext-imagick": "Improves image processing performance", |
|
"ext-zlib": "Needed for pdf stream compression" |
|
}, |
|
"type": "library", |
|
"extra": { |
|
"branch-alias": { |
|
"dev-develop": "0.7-dev" |
|
} |
|
}, |
|
"autoload": { |
|
"psr-4": { |
|
"Dompdf\\": "src/" |
|
}, |
|
"classmap": [ |
|
"lib/" |
|
] |
|
}, |
|
"notification-url": "https://packagist.org/downloads/", |
|
"license": [ |
|
"LGPL-2.1" |
|
], |
|
"authors": [ |
|
{ |
|
"name": "Fabien Ménager", |
|
"email": "fabien.menager@gmail.com" |
|
}, |
|
{ |
|
"name": "Brian Sweeney", |
|
"email": "eclecticgeek@gmail.com" |
|
}, |
|
{ |
|
"name": "Gabriel Bull", |
|
"email": "me@gabrielbull.com" |
|
} |
|
], |
|
"description": "DOMPDF is a CSS 2.1 compliant HTML to PDF converter", |
|
"homepage": "https://github.com/dompdf/dompdf", |
|
"support": { |
|
"issues": "https://github.com/dompdf/dompdf/issues", |
|
"source": "https://github.com/dompdf/dompdf/tree/master" |
|
}, |
|
"time": "2020-08-30T22:54:22+00:00" |
|
}, |
|
{ |
|
"name": "egulias/email-validator", |
|
"version": "2.1.25", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/egulias/EmailValidator.git", |
|
"reference": "0dbf5d78455d4d6a41d186da50adc1122ec066f4" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/egulias/EmailValidator/zipball/0dbf5d78455d4d6a41d186da50adc1122ec066f4", |
|
"reference": "0dbf5d78455d4d6a41d186da50adc1122ec066f4", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"doctrine/lexer": "^1.0.1", |
|
"php": ">=5.5", |
|
"symfony/polyfill-intl-idn": "^1.10" |
|
}, |
|
"require-dev": { |
|
"dominicsayers/isemail": "^3.0.7", |
|
"phpunit/phpunit": "^4.8.36|^7.5.15", |
|
"satooshi/php-coveralls": "^1.0.1" |
|
}, |
|
"suggest": { |
|
"ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation" |
|
}, |
|
"type": "library", |
|
"extra": { |
|
"branch-alias": { |
|
"dev-master": "2.1.x-dev" |
|
} |
|
}, |
|
"autoload": { |
|
"psr-4": { |
|
"Egulias\\EmailValidator\\": "src" |
|
} |
|
}, |
|
"notification-url": "https://packagist.org/downloads/", |
|
"license": [ |
|
"MIT" |
|
], |
|
"authors": [ |
|
{ |
|
"name": "Eduardo Gulias Davis" |
|
} |
|
], |
|
"description": "A library for validating emails against several RFCs", |
|
"homepage": "https://github.com/egulias/EmailValidator", |
|
"keywords": [ |
|
"email", |
|
"emailvalidation", |
|
"emailvalidator", |
|
"validation", |
|
"validator" |
|
], |
|
"support": { |
|
"issues": "https://github.com/egulias/EmailValidator/issues", |
|
"source": "https://github.com/egulias/EmailValidator/tree/2.1.25" |
|
}, |
|
"funding": [ |
|
{ |
|
"url": "https://github.com/egulias", |
|
"type": "github" |
|
} |
|
], |
|
"time": "2020-12-29T14:50:06+00:00" |
|
}, |
|
{ |
|
"name": "friendsofphp/proxy-manager-lts", |
|
"version": "v1.0.3", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/FriendsOfPHP/proxy-manager-lts.git", |
|
"reference": "121af47c9aee9c03031bdeca3fac0540f59aa5c3" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/FriendsOfPHP/proxy-manager-lts/zipball/121af47c9aee9c03031bdeca3fac0540f59aa5c3", |
|
"reference": "121af47c9aee9c03031bdeca3fac0540f59aa5c3", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"laminas/laminas-code": "~3.4.1|^4.0", |
|
"php": ">=7.1", |
|
"symfony/filesystem": "^4.4.17|^5.0" |
|
}, |
|
"conflict": { |
|
"laminas/laminas-stdlib": "<3.2.1", |
|
"zendframework/zend-stdlib": "<3.2.1" |
|
}, |
|
"replace": { |
|
"ocramius/proxy-manager": "^2.1" |
|
}, |
|
"require-dev": { |
|
"ext-phar": "*", |
|
"symfony/phpunit-bridge": "^5.2" |
|
}, |
|
"type": "library", |
|
"extra": { |
|
"thanks": { |
|
"name": "ocramius/proxy-manager", |
|
"url": "https://github.com/Ocramius/ProxyManager" |
|
} |
|
}, |
|
"autoload": { |
|
"psr-4": { |
|
"ProxyManager\\": "src/ProxyManager" |
|
} |
|
}, |
|
"notification-url": "https://packagist.org/downloads/", |
|
"license": [ |
|
"MIT" |
|
], |
|
"authors": [ |
|
{ |
|
"name": "Marco Pivetta", |
|
"email": "ocramius@gmail.com", |
|
"homepage": "http://ocramius.github.io/" |
|
}, |
|
{ |
|
"name": "Nicolas Grekas", |
|
"email": "p@tchwork.com" |
|
} |
|
], |
|
"description": "Adding support for a wider range of PHP versions to ocramius/proxy-manager", |
|
"homepage": "https://github.com/FriendsOfPHP/proxy-manager-lts", |
|
"keywords": [ |
|
"aop", |
|
"lazy loading", |
|
"proxy", |
|
"proxy pattern", |
|
"service proxies" |
|
], |
|
"support": { |
|
"issues": "https://github.com/FriendsOfPHP/proxy-manager-lts/issues", |
|
"source": "https://github.com/FriendsOfPHP/proxy-manager-lts/tree/v1.0.3" |
|
}, |
|
"funding": [ |
|
{ |
|
"url": "https://github.com/Ocramius", |
|
"type": "github" |
|
}, |
|
{ |
|
"url": "https://tidelift.com/funding/github/packagist/ocramius/proxy-manager", |
|
"type": "tidelift" |
|
} |
|
], |
|
"time": "2021-01-14T21:52:44+00:00" |
|
}, |
|
{ |
|
"name": "laminas/laminas-code", |
|
"version": "4.3.0", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/laminas/laminas-code.git", |
|
"reference": "1beb4447f9efd26041eba7eff50614e798c353fd" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/laminas/laminas-code/zipball/1beb4447f9efd26041eba7eff50614e798c353fd", |
|
"reference": "1beb4447f9efd26041eba7eff50614e798c353fd", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"laminas/laminas-eventmanager": "^3.3", |
|
"php": "^7.4 || ~8.0.0" |
|
}, |
|
"conflict": { |
|
"phpspec/prophecy": "<1.9.0" |
|
}, |
|
"replace": { |
|
"zendframework/zend-code": "self.version" |
|
}, |
|
"require-dev": { |
|
"doctrine/annotations": "^1.10.4", |
|
"ext-phar": "*", |
|
"laminas/laminas-coding-standard": "^2.1.4", |
|
"laminas/laminas-stdlib": "^3.3.0", |
|
"phpunit/phpunit": "^9.4.2", |
|
"psalm/plugin-phpunit": "^0.14.0", |
|
"vimeo/psalm": "^4.3.1" |
|
}, |
|
"suggest": { |
|
"doctrine/annotations": "Doctrine\\Common\\Annotations >=1.0 for annotation features", |
|
"laminas/laminas-stdlib": "Laminas\\Stdlib component", |
|
"laminas/laminas-zendframework-bridge": "A bridge with Zend Framework" |
|
}, |
|
"type": "library", |
|
"autoload": { |
|
"psr-4": { |
|
"Laminas\\Code\\": "src/" |
|
} |
|
}, |
|
"notification-url": "https://packagist.org/downloads/", |
|
"license": [ |
|
"BSD-3-Clause" |
|
], |
|
"description": "Extensions to the PHP Reflection API, static code scanning, and code generation", |
|
"homepage": "https://laminas.dev", |
|
"keywords": [ |
|
"code", |
|
"laminas", |
|
"laminasframework" |
|
], |
|
"support": { |
|
"chat": "https://laminas.dev/chat", |
|
"docs": "https://docs.laminas.dev/laminas-code/", |
|
"forum": "https://discourse.laminas.dev", |
|
"issues": "https://github.com/laminas/laminas-code/issues", |
|
"rss": "https://github.com/laminas/laminas-code/releases.atom", |
|
"source": "https://github.com/laminas/laminas-code" |
|
}, |
|
"funding": [ |
|
{ |
|
"url": "https://funding.communitybridge.org/projects/laminas-project", |
|
"type": "community_bridge" |
|
} |
|
], |
|
"time": "2021-05-12T12:41:03+00:00" |
|
}, |
|
{ |
|
"name": "laminas/laminas-eventmanager", |
|
"version": "3.3.1", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/laminas/laminas-eventmanager.git", |
|
"reference": "966c859b67867b179fde1eff0cd38df51472ce4a" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/laminas/laminas-eventmanager/zipball/966c859b67867b179fde1eff0cd38df51472ce4a", |
|
"reference": "966c859b67867b179fde1eff0cd38df51472ce4a", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"laminas/laminas-zendframework-bridge": "^1.0", |
|
"php": "^7.3 || ^8.0" |
|
}, |
|
"replace": { |
|
"zendframework/zend-eventmanager": "^3.2.1" |
|
}, |
|
"require-dev": { |
|
"container-interop/container-interop": "^1.1", |
|
"laminas/laminas-coding-standard": "~1.0.0", |
|
"laminas/laminas-stdlib": "^2.7.3 || ^3.0", |
|
"phpbench/phpbench": "^0.17.1", |
|
"phpunit/phpunit": "^8.5.8" |
|
}, |
|
"suggest": { |
|
"container-interop/container-interop": "^1.1, to use the lazy listeners feature", |
|
"laminas/laminas-stdlib": "^2.7.3 || ^3.0, to use the FilterChain feature" |
|
}, |
|
"type": "library", |
|
"autoload": { |
|
"psr-4": { |
|
"Laminas\\EventManager\\": "src/" |
|
} |
|
}, |
|
"notification-url": "https://packagist.org/downloads/", |
|
"license": [ |
|
"BSD-3-Clause" |
|
], |
|
"description": "Trigger and listen to events within a PHP application", |
|
"homepage": "https://laminas.dev", |
|
"keywords": [ |
|
"event", |
|
"eventmanager", |
|
"events", |
|
"laminas" |
|
], |
|
"support": { |
|
"chat": "https://laminas.dev/chat", |
|
"docs": "https://docs.laminas.dev/laminas-eventmanager/", |
|
"forum": "https://discourse.laminas.dev", |
|
"issues": "https://github.com/laminas/laminas-eventmanager/issues", |
|
"rss": "https://github.com/laminas/laminas-eventmanager/releases.atom", |
|
"source": "https://github.com/laminas/laminas-eventmanager" |
|
}, |
|
"funding": [ |
|
{ |
|
"url": "https://funding.communitybridge.org/projects/laminas-project", |
|
"type": "community_bridge" |
|
} |
|
], |
|
"time": "2021-03-08T15:24:29+00:00" |
|
}, |
|
{ |
|
"name": "laminas/laminas-zendframework-bridge", |
|
"version": "1.2.0", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/laminas/laminas-zendframework-bridge.git", |
|
"reference": "6cccbddfcfc742eb02158d6137ca5687d92cee32" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/laminas/laminas-zendframework-bridge/zipball/6cccbddfcfc742eb02158d6137ca5687d92cee32", |
|
"reference": "6cccbddfcfc742eb02158d6137ca5687d92cee32", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"php": "^7.3 || ^8.0" |
|
}, |
|
"require-dev": { |
|
"phpunit/phpunit": "^5.7 || ^6.5 || ^7.5 || ^8.1 || ^9.3", |
|
"psalm/plugin-phpunit": "^0.15.1", |
|
"squizlabs/php_codesniffer": "^3.5", |
|
"vimeo/psalm": "^4.6" |
|
}, |
|
"type": "library", |
|
"extra": { |
|
"laminas": { |
|
"module": "Laminas\\ZendFrameworkBridge" |
|
} |
|
}, |
|
"autoload": { |
|
"files": [ |
|
"src/autoload.php" |
|
], |
|
"psr-4": { |
|
"Laminas\\ZendFrameworkBridge\\": "src//" |
|
} |
|
}, |
|
"notification-url": "https://packagist.org/downloads/", |
|
"license": [ |
|
"BSD-3-Clause" |
|
], |
|
"description": "Alias legacy ZF class names to Laminas Project equivalents.", |
|
"keywords": [ |
|
"ZendFramework", |
|
"autoloading", |
|
"laminas", |
|
"zf" |
|
], |
|
"support": { |
|
"forum": "https://discourse.laminas.dev/", |
|
"issues": "https://github.com/laminas/laminas-zendframework-bridge/issues", |
|
"rss": "https://github.com/laminas/laminas-zendframework-bridge/releases.atom", |
|
"source": "https://github.com/laminas/laminas-zendframework-bridge" |
|
}, |
|
"funding": [ |
|
{ |
|
"url": "https://funding.communitybridge.org/projects/laminas-project", |
|
"type": "community_bridge" |
|
} |
|
], |
|
"time": "2021-02-25T21:54:58+00:00" |
|
}, |
|
{ |
|
"name": "monolog/monolog", |
|
"version": "2.2.0", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/Seldaek/monolog.git", |
|
"reference": "1cb1cde8e8dd0f70cc0fe51354a59acad9302084" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/Seldaek/monolog/zipball/1cb1cde8e8dd0f70cc0fe51354a59acad9302084", |
|
"reference": "1cb1cde8e8dd0f70cc0fe51354a59acad9302084", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"php": ">=7.2", |
|
"psr/log": "^1.0.1" |
|
}, |
|
"provide": { |
|
"psr/log-implementation": "1.0.0" |
|
}, |
|
"require-dev": { |
|
"aws/aws-sdk-php": "^2.4.9 || ^3.0", |
|
"doctrine/couchdb": "~1.0@dev", |
|
"elasticsearch/elasticsearch": "^7", |
|
"graylog2/gelf-php": "^1.4.2", |
|
"mongodb/mongodb": "^1.8", |
|
"php-amqplib/php-amqplib": "~2.4", |
|
"php-console/php-console": "^3.1.3", |
|
"phpspec/prophecy": "^1.6.1", |
|
"phpstan/phpstan": "^0.12.59", |
|
"phpunit/phpunit": "^8.5", |
|
"predis/predis": "^1.1", |
|
"rollbar/rollbar": "^1.3", |
|
"ruflin/elastica": ">=0.90 <7.0.1", |
|
"swiftmailer/swiftmailer": "^5.3|^6.0" |
|
}, |
|
"suggest": { |
|
"aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB", |
|
"doctrine/couchdb": "Allow sending log messages to a CouchDB server", |
|
"elasticsearch/elasticsearch": "Allow sending log messages to an Elasticsearch server via official client", |
|
"ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)", |
|
"ext-mbstring": "Allow to work properly with unicode symbols", |
|
"ext-mongodb": "Allow sending log messages to a MongoDB server (via driver)", |
|
"graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server", |
|
"mongodb/mongodb": "Allow sending log messages to a MongoDB server (via library)", |
|
"php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib", |
|
"php-console/php-console": "Allow sending log messages to Google Chrome", |
|
"rollbar/rollbar": "Allow sending log messages to Rollbar", |
|
"ruflin/elastica": "Allow sending log messages to an Elastic Search server" |
|
}, |
|
"type": "library", |
|
"extra": { |
|
"branch-alias": { |
|
"dev-main": "2.x-dev" |
|
} |
|
}, |
|
"autoload": { |
|
"psr-4": { |
|
"Monolog\\": "src/Monolog" |
|
} |
|
}, |
|
"notification-url": "https://packagist.org/downloads/", |
|
"license": [ |
|
"MIT" |
|
], |
|
"authors": [ |
|
{ |
|
"name": "Jordi Boggiano", |
|
"email": "j.boggiano@seld.be", |
|
"homepage": "https://seld.be" |
|
} |
|
], |
|
"description": "Sends your logs to files, sockets, inboxes, databases and various web services", |
|
"homepage": "https://github.com/Seldaek/monolog", |
|
"keywords": [ |
|
"log", |
|
"logging", |
|
"psr-3" |
|
], |
|
"support": { |
|
"issues": "https://github.com/Seldaek/monolog/issues", |
|
"source": "https://github.com/Seldaek/monolog/tree/2.2.0" |
|
}, |
|
"funding": [ |
|
{ |
|
"url": "https://github.com/Seldaek", |
|
"type": "github" |
|
}, |
|
{ |
|
"url": "https://tidelift.com/funding/github/packagist/monolog/monolog", |
|
"type": "tidelift" |
|
} |
|
], |
|
"time": "2020-12-14T13:15:25+00:00" |
|
}, |
|
{ |
|
"name": "phenx/php-font-lib", |
|
"version": "0.5.2", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/PhenX/php-font-lib.git", |
|
"reference": "ca6ad461f032145fff5971b5985e5af9e7fa88d8" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/PhenX/php-font-lib/zipball/ca6ad461f032145fff5971b5985e5af9e7fa88d8", |
|
"reference": "ca6ad461f032145fff5971b5985e5af9e7fa88d8", |
|
"shasum": "" |
|
}, |
|
"require-dev": { |
|
"phpunit/phpunit": "^4.8.35 || ^5 || ^6 || ^7" |
|
}, |
|
"type": "library", |
|
"autoload": { |
|
"psr-4": { |
|
"FontLib\\": "src/FontLib" |
|
} |
|
}, |
|
"notification-url": "https://packagist.org/downloads/", |
|
"license": [ |
|
"LGPL-3.0" |
|
], |
|
"authors": [ |
|
{ |
|
"name": "Fabien Ménager", |
|
"email": "fabien.menager@gmail.com" |
|
} |
|
], |
|
"description": "A library to read, parse, export and make subsets of different types of font files.", |
|
"homepage": "https://github.com/PhenX/php-font-lib", |
|
"support": { |
|
"issues": "https://github.com/PhenX/php-font-lib/issues", |
|
"source": "https://github.com/PhenX/php-font-lib/tree/0.5.2" |
|
}, |
|
"time": "2020-03-08T15:31:32+00:00" |
|
}, |
|
{ |
|
"name": "phenx/php-svg-lib", |
|
"version": "v0.3.3", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/PhenX/php-svg-lib.git", |
|
"reference": "5fa61b65e612ce1ae15f69b3d223cb14ecc60e32" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/PhenX/php-svg-lib/zipball/5fa61b65e612ce1ae15f69b3d223cb14ecc60e32", |
|
"reference": "5fa61b65e612ce1ae15f69b3d223cb14ecc60e32", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"sabberworm/php-css-parser": "^8.3" |
|
}, |
|
"require-dev": { |
|
"phpunit/phpunit": "^5.5|^6.5" |
|
}, |
|
"type": "library", |
|
"autoload": { |
|
"psr-4": { |
|
"Svg\\": "src/Svg" |
|
} |
|
}, |
|
"notification-url": "https://packagist.org/downloads/", |
|
"license": [ |
|
"LGPL-3.0" |
|
], |
|
"authors": [ |
|
{ |
|
"name": "Fabien Ménager", |
|
"email": "fabien.menager@gmail.com" |
|
} |
|
], |
|
"description": "A library to read, parse and export to PDF SVG files.", |
|
"homepage": "https://github.com/PhenX/php-svg-lib", |
|
"support": { |
|
"issues": "https://github.com/PhenX/php-svg-lib/issues", |
|
"source": "https://github.com/PhenX/php-svg-lib/tree/master" |
|
}, |
|
"time": "2019-09-11T20:02:13+00:00" |
|
}, |
|
{ |
|
"name": "phpdocumentor/reflection-common", |
|
"version": "2.2.0", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/phpDocumentor/ReflectionCommon.git", |
|
"reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/1d01c49d4ed62f25aa84a747ad35d5a16924662b", |
|
"reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"php": "^7.2 || ^8.0" |
|
}, |
|
"type": "library", |
|
"extra": { |
|
"branch-alias": { |
|
"dev-2.x": "2.x-dev" |
|
} |
|
}, |
|
"autoload": { |
|
"psr-4": { |
|
"phpDocumentor\\Reflection\\": "src/" |
|
} |
|
}, |
|
"notification-url": "https://packagist.org/downloads/", |
|
"license": [ |
|
"MIT" |
|
], |
|
"authors": [ |
|
{ |
|
"name": "Jaap van Otterdijk", |
|
"email": "opensource@ijaap.nl" |
|
} |
|
], |
|
"description": "Common reflection classes used by phpdocumentor to reflect the code structure", |
|
"homepage": "http://www.phpdoc.org", |
|
"keywords": [ |
|
"FQSEN", |
|
"phpDocumentor", |
|
"phpdoc", |
|
"reflection", |
|
"static analysis" |
|
], |
|
"support": { |
|
"issues": "https://github.com/phpDocumentor/ReflectionCommon/issues", |
|
"source": "https://github.com/phpDocumentor/ReflectionCommon/tree/2.x" |
|
}, |
|
"time": "2020-06-27T09:03:43+00:00" |
|
}, |
|
{ |
|
"name": "phpdocumentor/reflection-docblock", |
|
"version": "5.2.2", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", |
|
"reference": "069a785b2141f5bcf49f3e353548dc1cce6df556" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/069a785b2141f5bcf49f3e353548dc1cce6df556", |
|
"reference": "069a785b2141f5bcf49f3e353548dc1cce6df556", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"ext-filter": "*", |
|
"php": "^7.2 || ^8.0", |
|
"phpdocumentor/reflection-common": "^2.2", |
|
"phpdocumentor/type-resolver": "^1.3", |
|
"webmozart/assert": "^1.9.1" |
|
}, |
|
"require-dev": { |
|
"mockery/mockery": "~1.3.2" |
|
}, |
|
"type": "library", |
|
"extra": { |
|
"branch-alias": { |
|
"dev-master": "5.x-dev" |
|
} |
|
}, |
|
"autoload": { |
|
"psr-4": { |
|
"phpDocumentor\\Reflection\\": "src" |
|
} |
|
}, |
|
"notification-url": "https://packagist.org/downloads/", |
|
"license": [ |
|
"MIT" |
|
], |
|
"authors": [ |
|
{ |
|
"name": "Mike van Riel", |
|
"email": "me@mikevanriel.com" |
|
}, |
|
{ |
|
"name": "Jaap van Otterdijk", |
|
"email": "account@ijaap.nl" |
|
} |
|
], |
|
"description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.", |
|
"support": { |
|
"issues": "https://github.com/phpDocumentor/ReflectionDocBlock/issues", |
|
"source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/master" |
|
}, |
|
"time": "2020-09-03T19:13:55+00:00" |
|
}, |
|
{ |
|
"name": "phpdocumentor/type-resolver", |
|
"version": "1.4.0", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/phpDocumentor/TypeResolver.git", |
|
"reference": "6a467b8989322d92aa1c8bf2bebcc6e5c2ba55c0" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/6a467b8989322d92aa1c8bf2bebcc6e5c2ba55c0", |
|
"reference": "6a467b8989322d92aa1c8bf2bebcc6e5c2ba55c0", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"php": "^7.2 || ^8.0", |
|
"phpdocumentor/reflection-common": "^2.0" |
|
}, |
|
"require-dev": { |
|
"ext-tokenizer": "*" |
|
}, |
|
"type": "library", |
|
"extra": { |
|
"branch-alias": { |
|
"dev-1.x": "1.x-dev" |
|
} |
|
}, |
|
"autoload": { |
|
"psr-4": { |
|
"phpDocumentor\\Reflection\\": "src" |
|
} |
|
}, |
|
"notification-url": "https://packagist.org/downloads/", |
|
"license": [ |
|
"MIT" |
|
], |
|
"authors": [ |
|
{ |
|
"name": "Mike van Riel", |
|
"email": "me@mikevanriel.com" |
|
} |
|
], |
|
"description": "A PSR-5 based resolver of Class names, Types and Structural Element Names", |
|
"support": { |
|
"issues": "https://github.com/phpDocumentor/TypeResolver/issues", |
|
"source": "https://github.com/phpDocumentor/TypeResolver/tree/1.4.0" |
|
}, |
|
"time": "2020-09-17T18:55:26+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" |
|
], |
|
"support": { |
|
"source": "https://github.com/php-fig/cache/tree/master" |
|
}, |
|
"time": "2016-08-06T20:24:11+00:00" |
|
}, |
|
{ |
|
"name": "psr/container", |
|
"version": "1.1.1", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/php-fig/container.git", |
|
"reference": "8622567409010282b7aeebe4bb841fe98b58dcaf" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/php-fig/container/zipball/8622567409010282b7aeebe4bb841fe98b58dcaf", |
|
"reference": "8622567409010282b7aeebe4bb841fe98b58dcaf", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"php": ">=7.2.0" |
|
}, |
|
"type": "library", |
|
"autoload": { |
|
"psr-4": { |
|
"Psr\\Container\\": "src/" |
|
} |
|
}, |
|
"notification-url": "https://packagist.org/downloads/", |
|
"license": [ |
|
"MIT" |
|
], |
|
"authors": [ |
|
{ |
|
"name": "PHP-FIG", |
|
"homepage": "https://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" |
|
], |
|
"support": { |
|
"issues": "https://github.com/php-fig/container/issues", |
|
"source": "https://github.com/php-fig/container/tree/1.1.1" |
|
}, |
|
"time": "2021-03-05T17:36:06+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" |
|
], |
|
"support": { |
|
"issues": "https://github.com/php-fig/event-dispatcher/issues", |
|
"source": "https://github.com/php-fig/event-dispatcher/tree/1.0.0" |
|
}, |
|
"time": "2019-01-08T18:20:26+00:00" |
|
}, |
|
{ |
|
"name": "psr/link", |
|
"version": "1.0.0", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/php-fig/link.git", |
|
"reference": "eea8e8662d5cd3ae4517c9b864493f59fca95562" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/php-fig/link/zipball/eea8e8662d5cd3ae4517c9b864493f59fca95562", |
|
"reference": "eea8e8662d5cd3ae4517c9b864493f59fca95562", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"php": ">=5.3.0" |
|
}, |
|
"type": "library", |
|
"extra": { |
|
"branch-alias": { |
|
"dev-master": "1.0.x-dev" |
|
} |
|
}, |
|
"autoload": { |
|
"psr-4": { |
|
"Psr\\Link\\": "src/" |
|
} |
|
}, |
|
"notification-url": "https://packagist.org/downloads/", |
|
"license": [ |
|
"MIT" |
|
], |
|
"authors": [ |
|
{ |
|
"name": "PHP-FIG", |
|
"homepage": "http://www.php-fig.org/" |
|
} |
|
], |
|
"description": "Common interfaces for HTTP links", |
|
"keywords": [ |
|
"http", |
|
"http-link", |
|
"link", |
|
"psr", |
|
"psr-13", |
|
"rest" |
|
], |
|
"support": { |
|
"source": "https://github.com/php-fig/link/tree/master" |
|
}, |
|
"time": "2016-10-28T16:06:13+00:00" |
|
}, |
|
{ |
|
"name": "psr/log", |
|
"version": "1.1.4", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/php-fig/log.git", |
|
"reference": "d49695b909c3b7628b6289db5479a1c204601f11" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11", |
|
"reference": "d49695b909c3b7628b6289db5479a1c204601f11", |
|
"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": "https://www.php-fig.org/" |
|
} |
|
], |
|
"description": "Common interface for logging libraries", |
|
"homepage": "https://github.com/php-fig/log", |
|
"keywords": [ |
|
"log", |
|
"psr", |
|
"psr-3" |
|
], |
|
"support": { |
|
"source": "https://github.com/php-fig/log/tree/1.1.4" |
|
}, |
|
"time": "2021-05-03T11:20:27+00:00" |
|
}, |
|
{ |
|
"name": "sabberworm/php-css-parser", |
|
"version": "8.3.1", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/sabberworm/PHP-CSS-Parser.git", |
|
"reference": "d217848e1396ef962fb1997cf3e2421acba7f796" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/sabberworm/PHP-CSS-Parser/zipball/d217848e1396ef962fb1997cf3e2421acba7f796", |
|
"reference": "d217848e1396ef962fb1997cf3e2421acba7f796", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"php": ">=5.3.2" |
|
}, |
|
"require-dev": { |
|
"codacy/coverage": "^1.4", |
|
"phpunit/phpunit": "~4.8" |
|
}, |
|
"type": "library", |
|
"autoload": { |
|
"psr-0": { |
|
"Sabberworm\\CSS": "lib/" |
|
} |
|
}, |
|
"notification-url": "https://packagist.org/downloads/", |
|
"license": [ |
|
"MIT" |
|
], |
|
"authors": [ |
|
{ |
|
"name": "Raphael Schweikert" |
|
} |
|
], |
|
"description": "Parser for CSS Files written in PHP", |
|
"homepage": "http://www.sabberworm.com/blog/2010/6/10/php-css-parser", |
|
"keywords": [ |
|
"css", |
|
"parser", |
|
"stylesheet" |
|
], |
|
"support": { |
|
"issues": "https://github.com/sabberworm/PHP-CSS-Parser/issues", |
|
"source": "https://github.com/sabberworm/PHP-CSS-Parser/tree/8.3.1" |
|
}, |
|
"time": "2020-06-01T09:10:00+00:00" |
|
}, |
|
{ |
|
"name": "sensio/framework-extra-bundle", |
|
"version": "v5.6.1", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git", |
|
"reference": "430d14c01836b77c28092883d195a43ce413ee32" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/430d14c01836b77c28092883d195a43ce413ee32", |
|
"reference": "430d14c01836b77c28092883d195a43ce413ee32", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"doctrine/annotations": "^1.0", |
|
"php": ">=7.2.5", |
|
"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", |
|
"doctrine/persistence": "<1.3" |
|
}, |
|
"require-dev": { |
|
"doctrine/dbal": "^2.10|^3.0", |
|
"doctrine/doctrine-bundle": "^1.11|^2.0", |
|
"doctrine/orm": "^2.5", |
|
"nyholm/psr7": "^1.1", |
|
"symfony/browser-kit": "^4.4|^5.0", |
|
"symfony/doctrine-bridge": "^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.4.9|^5.0.9", |
|
"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.6.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" |
|
], |
|
"support": { |
|
"issues": "https://github.com/sensiolabs/SensioFrameworkExtraBundle/issues", |
|
"source": "https://github.com/sensiolabs/SensioFrameworkExtraBundle/tree/v5.6.1" |
|
}, |
|
"time": "2020-08-25T19:10:18+00:00" |
|
}, |
|
{ |
|
"name": "symfony/apache-pack", |
|
"version": "v1.0.1", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/symfony/apache-pack.git", |
|
"reference": "3aa5818d73ad2551281fc58a75afd9ca82622e6c" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/symfony/apache-pack/zipball/3aa5818d73ad2551281fc58a75afd9ca82622e6c", |
|
"reference": "3aa5818d73ad2551281fc58a75afd9ca82622e6c", |
|
"shasum": "" |
|
}, |
|
"type": "symfony-pack", |
|
"notification-url": "https://packagist.org/downloads/", |
|
"license": [ |
|
"MIT" |
|
], |
|
"description": "A pack for Apache support in Symfony", |
|
"support": { |
|
"issues": "https://github.com/symfony/apache-pack/issues", |
|
"source": "https://github.com/symfony/apache-pack/tree/master" |
|
}, |
|
"time": "2017-12-12T01:46:35+00:00" |
|
}, |
|
{ |
|
"name": "symfony/asset", |
|
"version": "v5.1.11", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/symfony/asset.git", |
|
"reference": "54a42aa50f9359d1184bf7e954521b45ca3d5828" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/symfony/asset/zipball/54a42aa50f9359d1184bf7e954521b45ca3d5828", |
|
"reference": "54a42aa50f9359d1184bf7e954521b45ca3d5828", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"php": ">=7.2.5" |
|
}, |
|
"require-dev": { |
|
"symfony/http-client": "^4.4|^5.0", |
|
"symfony/http-foundation": "^4.4|^5.0", |
|
"symfony/http-kernel": "^4.4|^5.0" |
|
}, |
|
"suggest": { |
|
"symfony/http-foundation": "" |
|
}, |
|
"type": "library", |
|
"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": "Manages URL generation and versioning of web assets such as CSS stylesheets, JavaScript files and image files", |
|
"homepage": "https://symfony.com", |
|
"support": { |
|
"source": "https://github.com/symfony/asset/tree/v5.1.11" |
|
}, |
|
"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": "2021-01-27T10:01:46+00:00" |
|
}, |
|
{ |
|
"name": "symfony/cache", |
|
"version": "v5.2.8", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/symfony/cache.git", |
|
"reference": "c13bfc6682a669e6ba592ba3305139ebf946a811" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/symfony/cache/zipball/c13bfc6682a669e6ba592ba3305139ebf946a811", |
|
"reference": "c13bfc6682a669e6ba592ba3305139ebf946a811", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"php": ">=7.2.5", |
|
"psr/cache": "^1.0|^2.0", |
|
"psr/log": "^1.1", |
|
"symfony/cache-contracts": "^1.1.7|^2", |
|
"symfony/polyfill-php80": "^1.15", |
|
"symfony/service-contracts": "^1.1|^2", |
|
"symfony/var-exporter": "^4.4|^5.0" |
|
}, |
|
"conflict": { |
|
"doctrine/dbal": "<2.10", |
|
"symfony/dependency-injection": "<4.4", |
|
"symfony/http-kernel": "<4.4", |
|
"symfony/var-dumper": "<4.4" |
|
}, |
|
"provide": { |
|
"psr/cache-implementation": "1.0|2.0", |
|
"psr/simple-cache-implementation": "1.0", |
|
"symfony/cache-implementation": "1.0|2.0" |
|