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.
7618 lines
279 KiB
7618 lines
279 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": "682b7694b3126ace6a8951fae3fbf436", |
|
"packages": [ |
|
{ |
|
"name": "behat/transliterator", |
|
"version": "v1.3.0", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/Behat/Transliterator.git", |
|
"reference": "3c4ec1d77c3d05caa1f0bf8fb3aae4845005c7fc" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/Behat/Transliterator/zipball/3c4ec1d77c3d05caa1f0bf8fb3aae4845005c7fc", |
|
"reference": "3c4ec1d77c3d05caa1f0bf8fb3aae4845005c7fc", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"php": ">=5.3.3" |
|
}, |
|
"require-dev": { |
|
"chuyskywalker/rolling-curl": "^3.1", |
|
"php-yaoi/php-yaoi": "^1.0", |
|
"phpunit/phpunit": "^4.8.36|^6.3" |
|
}, |
|
"type": "library", |
|
"extra": { |
|
"branch-alias": { |
|
"dev-master": "1.2-dev" |
|
} |
|
}, |
|
"autoload": { |
|
"psr-4": { |
|
"Behat\\Transliterator\\": "src/Behat/Transliterator" |
|
} |
|
}, |
|
"notification-url": "https://packagist.org/downloads/", |
|
"license": [ |
|
"Artistic-1.0" |
|
], |
|
"description": "String transliterator", |
|
"keywords": [ |
|
"i18n", |
|
"slug", |
|
"transliterator" |
|
], |
|
"support": { |
|
"issues": "https://github.com/Behat/Transliterator/issues", |
|
"source": "https://github.com/Behat/Transliterator/tree/v1.3.0" |
|
}, |
|
"time": "2020-01-14T16:39:13+00:00" |
|
}, |
|
{ |
|
"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.1", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/doctrine/annotations.git", |
|
"reference": "e6e7b7d5b45a2f2abc5460cc6396480b2b1d321f" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/doctrine/annotations/zipball/e6e7b7d5b45a2f2abc5460cc6396480b2b1d321f", |
|
"reference": "e6e7b7d5b45a2f2abc5460cc6396480b2b1d321f", |
|
"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 || ^8.0 || ^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.1" |
|
}, |
|
"time": "2021-05-16T18:07:53+00:00" |
|
}, |
|
{ |
|
"name": "doctrine/cache", |
|
"version": "1.11.2", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/doctrine/cache.git", |
|
"reference": "9c53086695937c50c47936ed86d96150ffbcf60d" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/doctrine/cache/zipball/9c53086695937c50c47936ed86d96150ffbcf60d", |
|
"reference": "9c53086695937c50c47936ed86d96150ffbcf60d", |
|
"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.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%2Fcache", |
|
"type": "tidelift" |
|
} |
|
], |
|
"time": "2021-05-20T14:57:29+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.5", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/doctrine/orm.git", |
|
"reference": "a6577b89a2b028b79550ef58d9f272debdd75da4" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/doctrine/orm/zipball/a6577b89a2b028b79550ef58d9f272debdd75da4", |
|
"reference": "a6577b89a2b028b79550ef58d9f272debdd75da4", |
|
"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.2", |
|
"ext-pdo": "*", |
|
"php": "^7.2|^8.0", |
|
"symfony/console": "^3.0|^4.0|^5.0|^6.0" |
|
}, |
|
"require-dev": { |
|
"doctrine/coding-standard": "^9.0", |
|
"phpstan/phpstan": "^0.12.83", |
|
"phpunit/phpunit": "^8.5|^9.4", |
|
"squizlabs/php_codesniffer": "3.6.0", |
|
"symfony/yaml": "^3.4|^4.0|^5.0|^6.0", |
|
"vimeo/psalm": "4.7.0" |
|
}, |
|
"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.5" |
|
}, |
|
"time": "2021-05-20T05:58:49+00:00" |
|
}, |
|
{ |
|
"name": "doctrine/persistence", |
|
"version": "2.2.1", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/doctrine/persistence.git", |
|
"reference": "d138f3ab5f761055cab1054070377cfd3222e368" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/doctrine/persistence/zipball/d138f3ab5f761055cab1054070377cfd3222e368", |
|
"reference": "d138f3ab5f761055cab1054070377cfd3222e368", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"doctrine/annotations": "^1.0", |
|
"doctrine/cache": "^1.11 || ^2.0", |
|
"doctrine/collections": "^1.0", |
|
"doctrine/deprecations": "^0.5.3", |
|
"doctrine/event-manager": "^1.0", |
|
"php": "^7.1 || ^8.0", |
|
"psr/cache": "^1.0|^2.0|^3.0" |
|
}, |
|
"conflict": { |
|
"doctrine/common": "<2.10@dev" |
|
}, |
|
"require-dev": { |
|
"composer/package-versions-deprecated": "^1.11", |
|
"doctrine/coding-standard": "^6.0 || ^9.0", |
|
"doctrine/common": "^3.0", |
|
"phpstan/phpstan": "0.12.84", |
|
"phpunit/phpunit": "^7.5.20 || ^8.0 || ^9.0", |
|
"symfony/cache": "^4.4|^5.0", |
|
"vimeo/psalm": "4.7.0" |
|
}, |
|
"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.2.1" |
|
}, |
|
"time": "2021-05-19T07:07:01+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": "egulias/email-validator", |
|
"version": "3.1.1", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/egulias/EmailValidator.git", |
|
"reference": "c81f18a3efb941d8c4d2e025f6183b5c6d697307" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/egulias/EmailValidator/zipball/c81f18a3efb941d8c4d2e025f6183b5c6d697307", |
|
"reference": "c81f18a3efb941d8c4d2e025f6183b5c6d697307", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"doctrine/lexer": "^1.2", |
|
"php": ">=7.2", |
|
"symfony/polyfill-intl-idn": "^1.15" |
|
}, |
|
"require-dev": { |
|
"php-coveralls/php-coveralls": "^2.2", |
|
"phpunit/phpunit": "^8.5.8|^9.3.3", |
|
"vimeo/psalm": "^4" |
|
}, |
|
"suggest": { |
|
"ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation" |
|
}, |
|
"type": "library", |
|
"extra": { |
|
"branch-alias": { |
|
"dev-master": "3.0.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/3.1.1" |
|
}, |
|
"funding": [ |
|
{ |
|
"url": "https://github.com/egulias", |
|
"type": "github" |
|
} |
|
], |
|
"time": "2021-04-01T18:37:14+00:00" |
|
}, |
|
{ |
|
"name": "friendsofphp/proxy-manager-lts", |
|
"version": "v1.0.4", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/FriendsOfPHP/proxy-manager-lts.git", |
|
"reference": "587bfddfd9847c1d0417c4cf07d1dbf19aa6d136" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/FriendsOfPHP/proxy-manager-lts/zipball/587bfddfd9847c1d0417c4cf07d1dbf19aa6d136", |
|
"reference": "587bfddfd9847c1d0417c4cf07d1dbf19aa6d136", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"laminas/laminas-code": "~3.4.1|^4.0", |
|
"php": ">=7.1", |
|
"symfony/filesystem": "^4.4.17|^5.0|^6.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|^6.0" |
|
}, |
|
"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.4" |
|
}, |
|
"funding": [ |
|
{ |
|
"url": "https://github.com/Ocramius", |
|
"type": "github" |
|
}, |
|
{ |
|
"url": "https://tidelift.com/funding/github/packagist/ocramius/proxy-manager", |
|
"type": "tidelift" |
|
} |
|
], |
|
"time": "2021-05-19T14:35:49+00:00" |
|
}, |
|
{ |
|
"name": "friendsofsymfony/rest-bundle", |
|
"version": "3.0.5", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/FriendsOfSymfony/FOSRestBundle.git", |
|
"reference": "8779ceebf715d1c60bd10286fce9d32ed03c484a" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/FriendsOfSymfony/FOSRestBundle/zipball/8779ceebf715d1c60bd10286fce9d32ed03c484a", |
|
"reference": "8779ceebf715d1c60bd10286fce9d32ed03c484a", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"php": "^7.2|^8.0", |
|
"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/framework-bundle": "^4.4.1|^5.0", |
|
"symfony/http-foundation": "^4.4|^5.0", |
|
"symfony/http-kernel": "^4.4|^5.0", |
|
"symfony/security-core": "^3.4|^4.3|^5.0", |
|
"willdurand/jsonp-callback-validator": "^1.0", |
|
"willdurand/negotiation": "^2.0|^3.0" |
|
}, |
|
"conflict": { |
|
"doctrine/inflector": "1.4.0", |
|
"jms/serializer": "<1.13.0", |
|
"jms/serializer-bundle": "<2.4.3|3.0.0", |
|
"sensio/framework-extra-bundle": "<5.2.3", |
|
"symfony/error-handler": "<4.4.1" |
|
}, |
|
"require-dev": { |
|
"friendsofphp/php-cs-fixer": "^2.0", |
|
"jms/serializer": "^1.13|^2.0|^3.0", |
|
"jms/serializer-bundle": "^2.4.3|^3.0.1", |
|
"phpoption/phpoption": "^1.1", |
|
"psr/http-message": "^1.0", |
|
"sensio/framework-extra-bundle": "^5.2.3", |
|
"symfony/asset": "^4.4|^5.0", |
|
"symfony/browser-kit": "^4.4|^5.0", |
|
"symfony/css-selector": "^4.4|^5.0", |
|
"symfony/expression-language": "^4.4|^5.0", |
|
"symfony/form": "^4.4|^5.0", |
|
"symfony/mime": "^4.4|^5.0", |
|
"symfony/phpunit-bridge": "^5.2", |
|
"symfony/security-bundle": "^4.4|^5.0", |
|
"symfony/serializer": "^4.4|^5.0", |
|
"symfony/twig-bundle": "^4.4|^5.0", |
|
"symfony/validator": "^4.4|^5.0", |
|
"symfony/web-profiler-bundle": "^4.4|^5.0", |
|
"symfony/yaml": "^4.4|^5.0" |
|
}, |
|
"suggest": { |
|
"jms/serializer-bundle": "Add support for advanced serialization capabilities, recommended, requires ^2.0|^3.0", |
|
"sensio/framework-extra-bundle": "Add support for the request body converter and the view response listener, requires ^3.0", |
|
"symfony/serializer": "Add support for basic serialization capabilities and xml decoding, requires ^2.7|^3.0", |
|
"symfony/validator": "Add support for validation capabilities in the ParamFetcher, requires ^2.7|^3.0" |
|
}, |
|
"type": "symfony-bundle", |
|
"extra": { |
|
"branch-alias": { |
|
"3.x-dev": "3.1-dev" |
|
} |
|
}, |
|
"autoload": { |
|
"psr-4": { |
|
"FOS\\RestBundle\\": "" |
|
}, |
|
"exclude-from-classmap": [ |
|
"Resources/", |
|
"Tests/" |
|
] |
|
}, |
|
"notification-url": "https://packagist.org/downloads/", |
|
"license": [ |
|
"MIT" |
|
], |
|
"authors": [ |
|
{ |
|
"name": "Lukas Kahwe Smith", |
|
"email": "smith@pooteeweet.org" |
|
}, |
|
{ |
|
"name": "Konstantin Kudryashov", |
|
"email": "ever.zet@gmail.com" |
|
}, |
|
{ |
|
"name": "FriendsOfSymfony Community", |
|
"homepage": "https://github.com/friendsofsymfony/FOSRestBundle/contributors" |
|
} |
|
], |
|
"description": "This Bundle provides various tools to rapidly develop RESTful API's with Symfony", |
|
"homepage": "http://friendsofsymfony.github.com", |
|
"keywords": [ |
|
"rest" |
|
], |
|
"support": { |
|
"issues": "https://github.com/FriendsOfSymfony/FOSRestBundle/issues", |
|
"source": "https://github.com/FriendsOfSymfony/FOSRestBundle/tree/3.0.5" |
|
}, |
|
"time": "2021-01-02T11:26:24+00:00" |
|
}, |
|
{ |
|
"name": "gedmo/doctrine-extensions", |
|
"version": "v3.0.5", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/doctrine-extensions/DoctrineExtensions.git", |
|
"reference": "f956c3c4d0c0ffdc5dd879288073772e439b6c1a" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/doctrine-extensions/DoctrineExtensions/zipball/f956c3c4d0c0ffdc5dd879288073772e439b6c1a", |
|
"reference": "f956c3c4d0c0ffdc5dd879288073772e439b6c1a", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"behat/transliterator": "~1.2", |
|
"doctrine/annotations": "^1.2", |
|
"doctrine/cache": "^1.0", |
|
"doctrine/collections": "^1.0", |
|
"doctrine/common": "^2.13 || ^3.0", |
|
"doctrine/event-manager": "^1.0", |
|
"php": "^7.2 || ^8.0" |
|
}, |
|
"conflict": { |
|
"doctrine/mongodb": "<1.3", |
|
"doctrine/mongodb-odm": "<2.0", |
|
"sebastian/comparator": "<2.0" |
|
}, |
|
"provide": { |
|
"ext-mongo": "1.6.12" |
|
}, |
|
"require-dev": { |
|
"alcaeus/mongo-php-adapter": "^1.1", |
|
"doctrine/doctrine-bundle": "^2.3", |
|
"doctrine/mongodb-odm": "^2.0", |
|
"doctrine/orm": "^2.6.3", |
|
"friendsofphp/php-cs-fixer": "^2.16", |
|
"phpunit/phpunit": "^8.5", |
|
"symfony/yaml": "^4.1" |
|
}, |
|
"suggest": { |
|
"doctrine/mongodb-odm": "to use the extensions with the MongoDB ODM", |
|
"doctrine/orm": "to use the extensions with the ORM" |
|
}, |
|
"type": "library", |
|
"extra": { |
|
"branch-alias": { |
|
"dev-master": "3.0-dev" |
|
} |
|
}, |
|
"autoload": { |
|
"psr-4": { |
|
"Gedmo\\": "src/" |
|
} |
|
}, |
|
"notification-url": "https://packagist.org/downloads/", |
|
"license": [ |
|
"MIT" |
|
], |
|
"authors": [ |
|
{ |
|
"name": "Gediminas Morkevicius", |
|
"email": "gediminas.morkevicius@gmail.com" |
|
}, |
|
{ |
|
"name": "Gustavo Falco", |
|
"email": "comfortablynumb84@gmail.com" |
|
}, |
|
{ |
|
"name": "David Buchmann", |
|
"email": "david@liip.ch" |
|
} |
|
], |
|
"description": "Doctrine2 behavioral extensions", |
|
"homepage": "http://gediminasm.org/", |
|
"keywords": [ |
|
"Blameable", |
|
"behaviors", |
|
"doctrine2", |
|
"extensions", |
|
"gedmo", |
|
"loggable", |
|
"nestedset", |
|
"sluggable", |
|
"sortable", |
|
"timestampable", |
|
"translatable", |
|
"tree", |
|
"uploadable" |
|
], |
|
"support": { |
|
"email": "gediminas.morkevicius@gmail.com", |
|
"issues": "https://github.com/doctrine-extensions/DoctrineExtensions/issues", |
|
"source": "https://github.com/doctrine-extensions/DoctrineExtensions/tree/v3.0.5", |
|
"wiki": "https://github.com/Atlantic18/DoctrineExtensions/tree/main/doc" |
|
}, |
|
"time": "2021-04-23T09:16:01+00:00" |
|
}, |
|
{ |
|
"name": "jms/metadata", |
|
"version": "2.5.0", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/schmittjoh/metadata.git", |
|
"reference": "b5c52549807b2d855b3d7e36ec164c00eb547338" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/schmittjoh/metadata/zipball/b5c52549807b2d855b3d7e36ec164c00eb547338", |
|
"reference": "b5c52549807b2d855b3d7e36ec164c00eb547338", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"php": "^7.2|^8.0" |
|
}, |
|
"require-dev": { |
|
"doctrine/cache": "^1.0", |
|
"doctrine/coding-standard": "^8.0", |
|
"mikey179/vfsstream": "^1.6.7", |
|
"phpunit/phpunit": "^8.5|^9.0", |
|
"psr/container": "^1.0", |
|
"symfony/cache": "^3.1|^4.0|^5.0", |
|
"symfony/dependency-injection": "^3.1|^4.0|^5.0" |
|
}, |
|
"type": "library", |
|
"extra": { |
|
"branch-alias": { |
|
"dev-master": "2.x-dev" |
|
} |
|
}, |
|
"autoload": { |
|
"psr-4": { |
|
"Metadata\\": "src/" |
|
} |
|
}, |
|
"notification-url": "https://packagist.org/downloads/", |
|
"license": [ |
|
"MIT" |
|
], |
|
"authors": [ |
|
{ |
|
"name": "Johannes M. Schmitt", |
|
"email": "schmittjoh@gmail.com" |
|
}, |
|
{ |
|
"name": "Asmir Mustafic", |
|
"email": "goetas@gmail.com" |
|
} |
|
], |
|
"description": "Class/method/property metadata management in PHP", |
|
"keywords": [ |
|
"annotations", |
|
"metadata", |
|
"xml", |
|
"yaml" |
|
], |
|
"support": { |
|
"issues": "https://github.com/schmittjoh/metadata/issues", |
|
"source": "https://github.com/schmittjoh/metadata/tree/2.5.0" |
|
}, |
|
"time": "2021-03-07T19:20:09+00:00" |
|
}, |
|
{ |
|
"name": "jms/serializer", |
|
"version": "3.12.3", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/schmittjoh/serializer.git", |
|
"reference": "f908d17afd08f0aab9c083322022682b41483c5b" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/schmittjoh/serializer/zipball/f908d17afd08f0aab9c083322022682b41483c5b", |
|
"reference": "f908d17afd08f0aab9c083322022682b41483c5b", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"doctrine/annotations": "^1.0", |
|
"doctrine/instantiator": "^1.0.3", |
|
"doctrine/lexer": "^1.1", |
|
"jms/metadata": "^2.0", |
|
"php": "^7.2||^8.0", |
|
"phpstan/phpdoc-parser": "^0.4 || ^0.5" |
|
}, |
|
"require-dev": { |
|
"doctrine/coding-standard": "^8.1", |
|
"doctrine/orm": "~2.1", |
|
"doctrine/persistence": "^1.3.3|^2.0|^3.0", |
|
"doctrine/phpcr-odm": "^1.3|^2.0", |
|
"ext-pdo_sqlite": "*", |
|
"jackalope/jackalope-doctrine-dbal": "^1.1.5", |
|
"ocramius/proxy-manager": "^1.0|^2.0", |
|
"phpstan/phpstan": "^0.12.65", |
|
"phpunit/phpunit": "^8.0||^9.0", |
|
"psr/container": "^1.0", |
|
"symfony/dependency-injection": "^3.0|^4.0|^5.0", |
|
"symfony/expression-language": "^3.0|^4.0|^5.0", |
|
"symfony/filesystem": "^3.0|^4.0|^5.0", |
|
"symfony/form": "^3.0|^4.0|^5.0", |
|
"symfony/translation": "^3.0|^4.0|^5.0", |
|
"symfony/validator": "^3.1.9|^4.0|^5.0", |
|
"symfony/yaml": "^3.3|^4.0|^5.0", |
|
"twig/twig": "~1.34|~2.4|^3.0" |
|
}, |
|
"suggest": { |
|
"doctrine/cache": "Required if you like to use cache functionality.", |
|
"doctrine/collections": "Required if you like to use doctrine collection types as ArrayCollection.", |
|
"symfony/yaml": "Required if you'd like to use the YAML metadata format." |
|
}, |
|
"type": "library", |
|
"extra": { |
|
"branch-alias": { |
|
"dev-master": "3.12-dev" |
|
} |
|
}, |
|
"autoload": { |
|
"psr-4": { |
|
"JMS\\Serializer\\": "src/" |
|
} |
|
}, |
|
"notification-url": "https://packagist.org/downloads/", |
|
"license": [ |
|
"MIT" |
|
], |
|
"authors": [ |
|
{ |
|
"name": "Johannes M. Schmitt", |
|
"email": "schmittjoh@gmail.com" |
|
}, |
|
{ |
|
"name": "Asmir Mustafic", |
|
"email": "goetas@gmail.com" |
|
} |
|
], |
|
"description": "Library for (de-)serializing data of any complexity; supports XML, JSON, and YAML.", |
|
"homepage": "http://jmsyst.com/libs/serializer", |
|
"keywords": [ |
|
"deserialization", |
|
"jaxb", |
|
"json", |
|
"serialization", |
|
"xml" |
|
], |
|
"support": { |
|
"issues": "https://github.com/schmittjoh/serializer/issues", |
|
"source": "https://github.com/schmittjoh/serializer/tree/3.12.3" |
|
}, |
|
"funding": [ |
|
{ |
|
"url": "https://github.com/goetas", |
|
"type": "github" |
|
} |
|
], |
|
"time": "2021-04-25T11:03:24+00:00" |
|
}, |
|
{ |
|
"name": "jms/serializer-bundle", |
|
"version": "3.9.1", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/schmittjoh/JMSSerializerBundle.git", |
|
"reference": "2fbf2385668dd715d030567fd41e181bbf41fb42" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/schmittjoh/JMSSerializerBundle/zipball/2fbf2385668dd715d030567fd41e181bbf41fb42", |
|
"reference": "2fbf2385668dd715d030567fd41e181bbf41fb42", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"jms/metadata": "^2.5", |
|
"jms/serializer": "^3.0", |
|
"php": "^7.2 || ^8.0", |
|
"symfony/dependency-injection": "^3.3 || ^4.0 || ^5.0", |
|
"symfony/framework-bundle": "^3.0 || ^4.0 || ^5.0" |
|
}, |
|
"require-dev": { |
|
"doctrine/coding-standard": "^8.1", |
|
"doctrine/orm": "^2.4", |
|
"phpunit/phpunit": "^8.0 || ^9.0", |
|
"symfony/expression-language": "^3.0 || ^4.0 || ^5.0", |
|
"symfony/finder": "^3.0 || ^4.0 || ^5.0", |
|
"symfony/form": "^3.0 || ^4.0 || ^5.0", |
|
"symfony/stopwatch": "^3.0 || ^4.0 || ^5.0", |
|
"symfony/twig-bundle": "*", |
|
"symfony/validator": "^3.0 || ^4.0 || ^5.0", |
|
"symfony/yaml": "^3.0 || ^4.0 || ^5.0" |
|
}, |
|
"suggest": { |
|
"jms/di-extra-bundle": "Required to get lazy loading (de)serialization visitors, ^1.3", |
|
"symfony/expression-language": "Required for opcache preloading, ^3.0 || ^4.0 || ^5.0", |
|
"symfony/finder": "Required for cache warmup, supported versions ^3.0|^4.0" |
|
}, |
|
"type": "symfony-bundle", |
|
"extra": { |
|
"branch-alias": { |
|
"dev-master": "3.9-dev" |
|
} |
|
}, |
|
"autoload": { |
|
"psr-4": { |
|
"JMS\\SerializerBundle\\": "" |
|
}, |
|
"exclude-from-classmap": [ |
|
"/Tests/" |
|
] |
|
}, |
|
"notification-url": "https://packagist.org/downloads/", |
|
"license": [ |
|
"MIT" |
|
], |
|
"authors": [ |
|
{ |
|
"name": "Johannes M. Schmitt", |
|
"email": "schmittjoh@gmail.com" |
|
}, |
|
{ |
|
"name": "Asmir Mustafic", |
|
"email": "goetas@gmail.com" |
|
} |
|
], |
|
"description": "Allows you to easily serialize, and deserialize data of any complexity", |
|
"homepage": "http://jmsyst.com/bundles/JMSSerializerBundle", |
|
"keywords": [ |
|
"deserialization", |
|
"json", |
|
"serialization", |
|
"xml" |
|
], |
|
"support": { |
|
"issues": "https://github.com/schmittjoh/JMSSerializerBundle/issues", |
|
"source": "https://github.com/schmittjoh/JMSSerializerBundle/tree/3.9.1" |
|
}, |
|
"funding": [ |
|
{ |
|
"url": "https://github.com/goetas", |
|
"type": "github" |
|
} |
|
], |
|
"time": "2021-03-23T12:21:23+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": "nelmio/api-doc-bundle", |
|
"version": "v4.3.0", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/nelmio/NelmioApiDocBundle.git", |
|
"reference": "40dfcf418475998c6541431711b5476b249627d3" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/nelmio/NelmioApiDocBundle/zipball/40dfcf418475998c6541431711b5476b249627d3", |
|
"reference": "40dfcf418475998c6541431711b5476b249627d3", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"doctrine/annotations": "^1.11", |
|
"ext-json": "*", |
|
"php": ">=7.1.3", |
|
"phpdocumentor/reflection-docblock": "^3.1|^4.4|^5.0", |
|
"psr/cache": "^1.0|^2.0|^3.0", |
|
"psr/container": "^1.0", |
|
"psr/log": "^1.0", |
|
"symfony/config": "^4.4|^5.0", |
|
"symfony/console": "^4.4|^5.0", |
|
"symfony/dependency-injection": "^4.4|^5.0", |
|
"symfony/framework-bundle": "^4.4|^5.0", |
|
"symfony/http-foundation": "^4.4|^5.0", |
|
"symfony/http-kernel": "^4.4|^5.0", |
|
"symfony/options-resolver": "^4.4|^5.0", |
|
"symfony/routing": "^4.4|^5.0", |
|
"zircote/swagger-php": "^3.0" |
|
}, |
|
"conflict": { |
|
"symfony/framework-bundle": "4.2.7" |
|
}, |
|
"require-dev": { |
|
"api-platform/core": "^2.4", |
|
"friendsofsymfony/rest-bundle": "^2.8|^3.0", |
|
"jms/serializer": "^1.14|^3.0", |
|
"jms/serializer-bundle": "^2.3|^3.0", |
|
"sensio/framework-extra-bundle": "^4.4|^5.0|^6.0", |
|
"symfony/asset": "^4.4|^5.0", |
|
"symfony/browser-kit": "^4.4|^5.0", |
|
"symfony/cache": "^4.4|^5.0", |
|
"symfony/dom-crawler": "^4.4|^5.0", |
|
"symfony/form": "^4.4|^5.0", |
|
"symfony/phpunit-bridge": "^5.2", |
|
"symfony/property-access": "^4.4|^5.0", |
|
"symfony/property-info": "^4.4|^5.0", |
|
"symfony/serializer": "^4.4|^5.0", |
|
"symfony/stopwatch": "^4.4|^5.0", |
|
"symfony/templating": "^4.4|^5.0", |
|
"symfony/twig-bundle": "^4.4|^5.0", |
|
"symfony/validator": "^4.4|^5.0", |
|
"willdurand/hateoas-bundle": "^1.0|^2.0" |
|
}, |
|
"suggest": { |
|
"api-platform/core": "For using an API oriented framework.", |
|
"friendsofsymfony/rest-bundle": "For using the parameters annotations.", |
|
"jms/serializer-bundle": "For describing your models.", |
|
"symfony/asset": "For using the Swagger UI.", |
|
"symfony/cache": "For using a PSR-6 compatible cache implementation with the API doc generator.", |
|
"symfony/form": "For describing your form type models.", |
|
"symfony/monolog-bundle": "For using a PSR-3 compatible logger implementation with the API PHP describer.", |
|
"symfony/property-info": "For describing your models.", |
|
"symfony/serializer": "For describing your models.", |
|
"symfony/validator": "For describing the validation constraints in your models.", |
|
"twig/twig-bundle": "For using the Swagger UI.", |
|
"willdurand/hateoas-bundle": "For extracting HATEOAS metadata." |
|
}, |
|
"type": "symfony-bundle", |
|
"extra": { |
|
"branch-alias": { |
|
"dev-master": "4.x-dev" |
|
} |
|
}, |
|
"autoload": { |
|
"psr-4": { |
|
"Nelmio\\ApiDocBundle\\": "" |
|
}, |
|
"exclude-from-classmap": [ |
|
"Tests/" |
|
] |
|
}, |
|
"notification-url": "https://packagist.org/downloads/", |
|
"license": [ |
|
"MIT" |
|
], |
|
"authors": [ |
|
{ |
|
"name": "Nelmio", |
|
"homepage": "http://nelm.io" |
|
}, |
|
{ |
|
"name": "Symfony Community", |
|
"homepage": "https://github.com/nelmio/NelmioApiDocBundle/contributors" |
|
} |
|
], |
|
"description": "Generates documentation for your REST API from annotations", |
|
"keywords": [ |
|
"api", |
|
"doc", |
|
"documentation", |
|
"rest" |
|
], |
|
"support": { |
|
"issues": "https://github.com/nelmio/NelmioApiDocBundle/issues", |
|
"source": "https://github.com/nelmio/NelmioApiDocBundle/tree/v4.3.0" |
|
}, |
|
"time": "2021-06-07T17:09:58+00:00" |
|
}, |
|
{ |
|
"name": "nelmio/cors-bundle", |
|
"version": "2.1.1", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/nelmio/NelmioCorsBundle.git", |
|
"reference": "0b964b665016dfb61dd0fd2bb8c24afb1ae45a93" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/nelmio/NelmioCorsBundle/zipball/0b964b665016dfb61dd0fd2bb8c24afb1ae45a93", |
|
"reference": "0b964b665016dfb61dd0fd2bb8c24afb1ae45a93", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"symfony/framework-bundle": "^4.3 || ^5.0" |
|
}, |
|
"require-dev": { |
|
"mockery/mockery": "^1.2", |
|
"symfony/phpunit-bridge": "^4.3 || ^5.0" |
|
}, |
|
"type": "symfony-bundle", |
|
"extra": { |
|
"branch-alias": { |
|
"dev-master": "2.0.x-dev" |
|
} |
|
}, |
|
"autoload": { |
|
"psr-4": { |
|
"Nelmio\\CorsBundle\\": "" |
|
}, |
|
"exclude-from-classmap": [ |
|
"/Tests/" |
|
] |
|
}, |
|
"notification-url": "https://packagist.org/downloads/", |
|
"license": [ |
|
"MIT" |
|
], |
|
"authors": [ |
|
{ |
|
"name": "Nelmio", |
|
"homepage": "http://nelm.io" |
|
}, |
|
{ |
|
"name": "Symfony Community", |
|
"homepage": "https://github.com/nelmio/NelmioCorsBundle/contributors" |
|
} |
|
], |
|
"description": "Adds CORS (Cross-Origin Resource Sharing) headers support in your Symfony application", |
|
"keywords": [ |
|
"api", |
|
"cors", |
|
"crossdomain" |
|
], |
|
"support": { |
|
"issues": "https://github.com/nelmio/NelmioCorsBundle/issues", |
|
"source": "https://github.com/nelmio/NelmioCorsBundle/tree/2.1.1" |
|
}, |
|
"time": "2021-04-20T08:27:05+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": "phpstan/phpdoc-parser", |
|
"version": "0.5.4", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/phpstan/phpdoc-parser.git", |
|
"reference": "e352d065af1ae9b41c12d1dfd309e90f7b1f55c9" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/e352d065af1ae9b41c12d1dfd309e90f7b1f55c9", |
|
"reference": "e352d065af1ae9b41c12d1dfd309e90f7b1f55c9", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"php": "^7.1 || ^8.0" |
|
}, |
|
"require-dev": { |
|
"phing/phing": "^2.16.3", |
|
"php-parallel-lint/php-parallel-lint": "^1.2", |
|
"phpstan/extension-installer": "^1.0", |
|
"phpstan/phpstan": "^0.12.60", |
|
"phpstan/phpstan-strict-rules": "^0.12.5", |
|
"phpunit/phpunit": "^7.5.20", |
|
"symfony/process": "^5.2" |
|
}, |
|
"type": "library", |
|
"extra": { |
|
"branch-alias": { |
|
"dev-master": "0.5-dev" |
|
} |
|
}, |
|
"autoload": { |
|
"psr-4": { |
|
"PHPStan\\PhpDocParser\\": [ |
|
"src/" |
|
] |
|
} |
|
}, |
|
"notification-url": "https://packagist.org/downloads/", |
|
"license": [ |
|
"MIT" |
|
], |
|
"description": "PHPDoc parser with support for nullable, intersection and generic types", |
|
"support": { |
|
"issues": "https://github.com/phpstan/phpdoc-parser/issues", |
|
"source": "https://github.com/phpstan/phpdoc-parser/tree/0.5.4" |
|
}, |
|
"time": "2021-04-03T14:46:19+00:00" |
|
}, |
|
{ |
|
"name": "psr/cache", |
|
"version": "2.0.0", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/php-fig/cache.git", |
|
"reference": "213f9dbc5b9bfbc4f8db86d2838dc968752ce13b" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/php-fig/cache/zipball/213f9dbc5b9bfbc4f8db86d2838dc968752ce13b", |
|
"reference": "213f9dbc5b9bfbc4f8db86d2838dc968752ce13b", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"php": ">=8.0.0" |
|
}, |
|
"type": "library", |
|
"extra": { |
|
"branch-alias": { |
|
"dev-master": "1.0.x-dev" |
|
} |
|
}, |
|
"autoload": { |
|
"psr-4": { |
|
"Psr\\Cache\\": "src/" |
|
} |
|
}, |
|
"n |