2022-07-11 19:27:00 +02:00
{
"_readme" : [
"This file locks the dependencies of your project to a known state" ,
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies" ,
"This file is @generated automatically"
] ,
2023-09-26 12:41:43 +02:00
"content-hash" : "8942280d644ad12ad231a983130d904a" ,
2022-07-11 19:27:00 +02:00
"packages" : [
{
"name" : "brick/math" ,
2023-04-25 15:02:54 +02:00
"version" : "0.11.0" ,
2022-07-11 19:27:00 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/brick/math.git" ,
2023-04-25 15:02:54 +02:00
"reference" : "0ad82ce168c82ba30d1c01ec86116ab52f589478"
2022-07-11 19:27:00 +02:00
} ,
"dist" : {
"type" : "zip" ,
2023-04-25 15:02:54 +02:00
"url" : "https://api.github.com/repos/brick/math/zipball/0ad82ce168c82ba30d1c01ec86116ab52f589478" ,
"reference" : "0ad82ce168c82ba30d1c01ec86116ab52f589478" ,
2022-07-11 19:27:00 +02:00
"shasum" : ""
} ,
"require" : {
2023-04-25 15:02:54 +02:00
"php" : "^8.0"
2022-07-11 19:27:00 +02:00
} ,
"require-dev" : {
"php-coveralls/php-coveralls" : "^2.2" ,
2023-03-30 18:08:02 +02:00
"phpunit/phpunit" : "^9.0" ,
2023-04-25 15:02:54 +02:00
"vimeo/psalm" : "5.0.0"
2022-07-11 19:27:00 +02:00
} ,
"type" : "library" ,
"autoload" : {
"psr-4" : {
"Brick\\Math\\" : "src/"
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"description" : "Arbitrary-precision arithmetic library" ,
"keywords" : [
"Arbitrary-precision" ,
"BigInteger" ,
"BigRational" ,
"arithmetic" ,
"bigdecimal" ,
"bignum" ,
"brick" ,
"math"
] ,
"support" : {
"issues" : "https://github.com/brick/math/issues" ,
2023-04-25 15:02:54 +02:00
"source" : "https://github.com/brick/math/tree/0.11.0"
2022-07-11 19:27:00 +02:00
} ,
"funding" : [
{
"url" : "https://github.com/BenMorel" ,
"type" : "github"
}
] ,
2023-04-25 15:02:54 +02:00
"time" : "2023-01-15T23:15:59+00:00"
2022-07-11 19:27:00 +02:00
} ,
{
"name" : "champs-libres/async-uploader-bundle" ,
"version" : "dev-sf4" ,
"source" : {
"type" : "git" ,
"url" : "https://gitlab.com/champs-libres/public/async-upload-bundle.git" ,
"reference" : "25ea27682064a3a87e85c00a7e6d30943fa653af"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://gitlab.com/api/v4/projects/champs-libres%2Fpublic%2Fasync-upload-bundle/repository/archive.zip?sha=25ea27682064a3a87e85c00a7e6d30943fa653af" ,
"reference" : "25ea27682064a3a87e85c00a7e6d30943fa653af" ,
"shasum" : ""
} ,
"require" : {
"php-opencloud/openstack" : "^3.0"
} ,
"require-dev" : {
"phpunit/phpunit" : "^6.2"
} ,
"type" : "library" ,
"autoload" : {
"psr-4" : {
"ChampsLibres\\AsyncUploaderBundle\\" : "."
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "Julien Fastré" ,
"email" : "julien.fastre@champs-libres.coop"
}
] ,
"description" : "Upload file from browser to openstack swift or amazon s3 (later) using temp-url middleware." ,
"support" : {
"issues" : "https://gitlab.com/champs-libres/public/async-upload-bundle/-/issues" ,
"source" : "https://gitlab.com/champs-libres/public/async-upload-bundle/-/tree/sf4"
} ,
"time" : "2022-03-16T23:06:26+00:00"
} ,
{
"name" : "champs-libres/wopi-bundle" ,
"version" : "dev-master" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/Champs-Libres/wopi-bundle.git" ,
2023-02-01 12:46:15 +01:00
"reference" : "702368f2f1b1deb002fcc3fadab80a53cdb523db"
2022-07-11 19:27:00 +02:00
} ,
"dist" : {
"type" : "zip" ,
2023-02-01 12:46:15 +01:00
"url" : "https://api.github.com/repos/Champs-Libres/wopi-bundle/zipball/702368f2f1b1deb002fcc3fadab80a53cdb523db" ,
"reference" : "702368f2f1b1deb002fcc3fadab80a53cdb523db" ,
2022-07-11 19:27:00 +02:00
"shasum" : ""
} ,
"require" : {
"champs-libres/wopi-lib" : "dev-master" ,
"ext-json" : "*" ,
"ext-mbstring" : "*" ,
"loophp/psr-http-message-bridge-bundle" : "^1" ,
"php" : ">= 7.4" ,
"symfony/expression-language" : ">= 4.4" ,
"symfony/framework-bundle" : ">= 4.4" ,
"symfony/http-client" : ">= 4.4" ,
"symfony/security-core" : ">= 4.4"
} ,
"require-dev" : {
"drupol/php-conventions" : "^5.0" ,
"friends-of-phpspec/phpspec-code-coverage" : "^6.1" ,
"nyholm/psr7" : "^1.4" ,
2023-01-07 21:11:01 +01:00
"phpspec/phpspec" : "^7.1" ,
"phpspec/prophecy" : "^1.16" ,
"phpspec/prophecy-phpunit" : "^2.0" ,
"phpunit/phpunit" : "^9.5" ,
"symfony/phpunit-bridge" : "^6.2"
2022-07-11 19:27:00 +02:00
} ,
"default-branch" : true ,
"type" : "symfony-bundle" ,
"autoload" : {
"psr-4" : {
"ChampsLibres\\WopiBundle\\" : "src/"
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"description" : "A bundle providing routes and glue code between Symfony and a WOPI connector." ,
"homepage" : "http://github.com/champs-libres/wopi-bundle" ,
"keywords" : [
"symfony-bundle" ,
"wopi"
] ,
"support" : {
"issues" : "https://github.com/Champs-Libres/wopi-bundle/issues" ,
"source" : "https://github.com/Champs-Libres/wopi-bundle/tree/master"
} ,
2023-02-01 12:46:15 +01:00
"time" : "2023-01-19T21:29:50+00:00"
2022-07-11 19:27:00 +02:00
} ,
{
"name" : "champs-libres/wopi-lib" ,
"version" : "dev-master" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/Champs-Libres/wopi-lib.git" ,
2023-01-13 21:09:41 +01:00
"reference" : "922e68dd1b1f769c7c0386e3b5f93fc64258cc0f"
2022-07-11 19:27:00 +02:00
} ,
"dist" : {
"type" : "zip" ,
2023-01-13 21:09:41 +01:00
"url" : "https://api.github.com/repos/Champs-Libres/wopi-lib/zipball/922e68dd1b1f769c7c0386e3b5f93fc64258cc0f" ,
"reference" : "922e68dd1b1f769c7c0386e3b5f93fc64258cc0f" ,
2022-07-11 19:27:00 +02:00
"shasum" : ""
} ,
"require" : {
"ext-json" : "*" ,
"ext-openssl" : "*" ,
"ext-simplexml" : "*" ,
"loophp/psr17" : "^1.0" ,
"php" : ">= 7.4" ,
"phpseclib/phpseclib" : "^3.0" ,
"psr/cache" : "^1.0 || ^2.0 || ^3.0" ,
"psr/http-client" : "^1.0" ,
"psr/http-client-implementation" : "^1" ,
"psr/http-factory" : "^1.0.1" ,
"psr/http-factory-implementation" : "^1" ,
"psr/http-message" : "^1.0" ,
"psr/http-message-implementation" : "^1"
} ,
"require-dev" : {
"drupol/php-conventions" : "^5.0" ,
"friends-of-phpspec/phpspec-code-coverage" : "^6.1" ,
"nyholm/psr7" : "^1.4" ,
"phpspec/phpspec" : "^7.1" ,
"symfony/http-client" : "^5.3"
} ,
"default-branch" : true ,
"type" : "library" ,
"autoload" : {
"psr-4" : {
"ChampsLibres\\WopiLib\\" : "src/"
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"description" : "A standard and framework agnostic PHP library to facilitate the implementation of the WOPI protocol." ,
"homepage" : "http://github.com/champs-libres/wopi-lib" ,
"keywords" : [
"wopi"
] ,
"support" : {
"docs" : "https://github.com/champs-libres/wopi-lib" ,
"issues" : "https://github.com/champs-libres/wopi-lib/issues" ,
"source" : "https://github.com/champs-libres/wopi-lib"
} ,
2023-01-13 21:09:41 +01:00
"time" : "2023-01-10T20:26:46+00:00"
2022-07-11 19:27:00 +02:00
} ,
{
"name" : "chill-project/chill-bundles" ,
2023-09-26 12:41:43 +02:00
"version" : "2.6.3" ,
2022-07-11 19:27:00 +02:00
"source" : {
"type" : "git" ,
"url" : "git@gitlab.com:Chill-Projet/chill-bundles.git" ,
2023-09-26 12:41:43 +02:00
"reference" : "b7119a273350675c9c40429b63ba15185eaff075"
2022-07-11 19:27:00 +02:00
} ,
"dist" : {
"type" : "zip" ,
2023-09-26 12:41:43 +02:00
"url" : "https://gitlab.com/api/v4/projects/Chill-Projet%2Fchill-bundles/repository/archive.zip?sha=b7119a273350675c9c40429b63ba15185eaff075" ,
"reference" : "b7119a273350675c9c40429b63ba15185eaff075" ,
2022-07-11 19:27:00 +02:00
"shasum" : ""
} ,
"require" : {
"champs-libres/async-uploader-bundle" : "dev-sf4#d57134aee8e504a83c902ff0cf9f8d36ac418290" ,
2023-01-07 21:11:01 +01:00
"champs-libres/wopi-bundle" : "dev-master@dev" ,
"champs-libres/wopi-lib" : "dev-master@dev" ,
2022-07-11 19:27:00 +02:00
"doctrine/doctrine-bundle" : "^2.1" ,
"doctrine/doctrine-migrations-bundle" : "^3.0" ,
2023-01-07 21:11:01 +01:00
"doctrine/orm" : "^2.13.0" ,
2022-07-11 19:27:00 +02:00
"erusev/parsedown" : "^1.7" ,
2023-01-07 21:11:01 +01:00
"ext-json" : "*" ,
"ext-openssl" : "*" ,
"ext-redis" : "*" ,
2022-07-11 19:27:00 +02:00
"graylog2/gelf-php" : "^1.5" ,
"knplabs/knp-menu-bundle" : "^3.0" ,
"knplabs/knp-time-bundle" : "^1.12" ,
2022-12-24 15:40:18 +01:00
"knpuniversity/oauth2-client-bundle" : "^2.10" ,
2022-07-11 19:27:00 +02:00
"league/csv" : "^9.7.1" ,
2023-01-07 21:11:01 +01:00
"lexik/jwt-authentication-bundle" : "^2.16" ,
2022-07-11 19:27:00 +02:00
"nyholm/psr7" : "^1.4" ,
"ocramius/package-versions" : "^1.10 || ^2" ,
"odolbeau/phone-number-bundle" : "^3.6" ,
2022-12-24 15:40:18 +01:00
"ovh/ovh" : "^3.0" ,
2023-03-30 18:08:02 +02:00
"php" : "^7.4|^8.2" ,
2022-07-11 19:27:00 +02:00
"phpoffice/phpspreadsheet" : "^1.16" ,
"ramsey/uuid-doctrine" : "^1.7" ,
"sensio/framework-extra-bundle" : "^5.5" ,
"spomky-labs/base64url" : "^2.0" ,
"symfony/browser-kit" : "^4.4" ,
2023-09-26 12:41:43 +02:00
"symfony/clock" : "^6.2" ,
2022-07-11 19:27:00 +02:00
"symfony/css-selector" : "^4.4" ,
"symfony/expression-language" : "^4.4" ,
"symfony/form" : "^4.4" ,
"symfony/framework-bundle" : "^4.4" ,
2023-01-07 21:11:01 +01:00
"symfony/http-client" : "^4.4 || ^5" ,
2022-07-11 19:27:00 +02:00
"symfony/http-foundation" : "^4.4" ,
"symfony/intl" : "^4.4" ,
"symfony/mailer" : "^5.4" ,
2022-12-24 15:40:18 +01:00
"symfony/messenger" : "^5.4" ,
2022-07-11 19:27:00 +02:00
"symfony/mime" : "^5.4" ,
"symfony/monolog-bundle" : "^3.5" ,
"symfony/security-bundle" : "^4.4" ,
"symfony/serializer" : "^5.3" ,
"symfony/templating" : "^4.4" ,
"symfony/translation" : "^4.4" ,
"symfony/twig-bundle" : "^4.4" ,
"symfony/validator" : "^4.4" ,
"symfony/webpack-encore-bundle" : "^1.11" ,
"symfony/workflow" : "^4.4" ,
"symfony/yaml" : "^4.4" ,
2022-12-24 15:40:18 +01:00
"thenetworg/oauth2-azure" : "^2.0" ,
2022-07-11 19:27:00 +02:00
"twig/extra-bundle" : "^3.0" ,
"twig/intl-extra" : "^3.0" ,
"twig/markdown-extra" : "^3.3" ,
"twig/string-extra" : "^3.3" ,
"twig/twig" : "^3.0"
} ,
"conflict" : {
"symfony/symfony" : "*"
} ,
"require-dev" : {
"doctrine/doctrine-fixtures-bundle" : "^3.3" ,
"fakerphp/faker" : "^1.13" ,
2023-03-30 18:08:02 +02:00
"jangregor/phpstan-prophecy" : "^1.0" ,
2022-07-11 19:27:00 +02:00
"nelmio/alice" : "^3.8" ,
2023-09-26 12:41:43 +02:00
"nikic/php-parser" : "^4.15" ,
2022-07-11 19:27:00 +02:00
"phpspec/prophecy-phpunit" : "^2.0" ,
2023-03-30 18:08:02 +02:00
"phpstan/extension-installer" : "^1.2" ,
"phpstan/phpstan" : "^1.9" ,
"phpstan/phpstan-deprecation-rules" : "^1.1" ,
2022-07-11 19:27:00 +02:00
"phpstan/phpstan-strict-rules" : "^1.0" ,
"phpunit/phpunit" : ">= 7.5" ,
2023-03-30 18:08:02 +02:00
"psalm/plugin-phpunit" : "^0.18.4" ,
"psalm/plugin-symfony" : "^4.0.2" ,
2023-04-25 15:02:54 +02:00
"rector/rector" : "^0.15.23" ,
2022-07-11 19:27:00 +02:00
"symfony/debug-bundle" : "^5.1" ,
"symfony/dotenv" : "^4.4" ,
"symfony/maker-bundle" : "^1.20" ,
"symfony/phpunit-bridge" : "^4.4" ,
"symfony/stopwatch" : "^4.4" ,
2023-03-30 18:08:02 +02:00
"symfony/var-dumper" : "^4.4" ,
"vimeo/psalm" : "^4.30.0"
2022-07-11 19:27:00 +02:00
} ,
"type" : "library" ,
"autoload" : {
"psr-4" : {
"Chill\\MainBundle\\" : "src/Bundle/ChillMainBundle" ,
"Chill\\TaskBundle\\" : "src/Bundle/ChillTaskBundle" ,
"Chill\\WopiBundle\\" : "src/Bundle/ChillWopiBundle/src" ,
"Chill\\EventBundle\\" : "src/Bundle/ChillEventBundle" ,
"Chill\\BudgetBundle\\" : "src/Bundle/ChillBudgetBundle" ,
"Chill\\PersonBundle\\" : "src/Bundle/ChillPersonBundle" ,
"Chill\\ReportBundle\\" : "src/Bundle/ChillReportBundle" ,
2023-09-26 12:41:43 +02:00
"Chill\\Utils\\Rector\\" : "utils/rector/src" ,
2022-07-11 19:27:00 +02:00
"Chill\\ActivityBundle\\" : "src/Bundle/ChillActivityBundle" ,
"Chill\\CalendarBundle\\" : "src/Bundle/ChillCalendarBundle" ,
"Chill\\DocStoreBundle\\" : "src/Bundle/ChillDocStoreBundle" ,
"Chill\\ThirdPartyBundle\\" : "src/Bundle/ChillThirdPartyBundle" ,
"Chill\\CustomFieldsBundle\\" : "src/Bundle/ChillCustomFieldsBundle" ,
"Chill\\DocGeneratorBundle\\" : "src/Bundle/ChillDocGeneratorBundle" ,
"Chill\\FamilyMemberBundle\\" : "src/Bundle/ChillFamilyMemberBundle" ,
"Chill\\AsideActivityBundle\\" : "src/Bundle/ChillAsideActivityBundle/src"
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"AGPL-3.0-only"
] ,
"description" : "Most used bundles for chill-project" ,
"keywords" : [
"chill" ,
"social worker"
] ,
2023-09-26 12:41:43 +02:00
"time" : "2023-09-19T07:47:33+00:00"
2022-07-11 19:27:00 +02:00
} ,
{
"name" : "composer/package-versions-deprecated" ,
"version" : "1.11.99.5" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/composer/package-versions-deprecated.git" ,
"reference" : "b4f54f74ef3453349c24a845d22392cd31e65f1d"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/composer/package-versions-deprecated/zipball/b4f54f74ef3453349c24a845d22392cd31e65f1d" ,
"reference" : "b4f54f74ef3453349c24a845d22392cd31e65f1d" ,
"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.5"
} ,
"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" : "2022-01-17T14:14:24+00:00"
} ,
{
"name" : "doctrine/annotations" ,
2023-03-30 18:08:02 +02:00
"version" : "1.14.3" ,
2022-07-11 19:27:00 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/doctrine/annotations.git" ,
2023-03-30 18:08:02 +02:00
"reference" : "fb0d71a7393298a7b232cbf4c8b1f73f3ec3d5af"
2022-07-11 19:27:00 +02:00
} ,
"dist" : {
"type" : "zip" ,
2023-03-30 18:08:02 +02:00
"url" : "https://api.github.com/repos/doctrine/annotations/zipball/fb0d71a7393298a7b232cbf4c8b1f73f3ec3d5af" ,
"reference" : "fb0d71a7393298a7b232cbf4c8b1f73f3ec3d5af" ,
2022-07-11 19:27:00 +02:00
"shasum" : ""
} ,
"require" : {
2022-12-24 15:40:18 +01:00
"doctrine/lexer" : "^1 || ^2" ,
2022-07-11 19:27:00 +02:00
"ext-tokenizer" : "*" ,
"php" : "^7.1 || ^8.0" ,
"psr/cache" : "^1 || ^2 || ^3"
} ,
"require-dev" : {
"doctrine/cache" : "^1.11 || ^2.0" ,
2022-12-24 15:40:18 +01:00
"doctrine/coding-standard" : "^9 || ^10" ,
"phpstan/phpstan" : "~1.4.10 || ^1.8.0" ,
"phpunit/phpunit" : "^7.5 || ^8.5 || ^9.5" ,
"symfony/cache" : "^4.4 || ^5.4 || ^6" ,
2022-07-11 19:27:00 +02:00
"vimeo/psalm" : "^4.10"
} ,
2022-12-24 15:40:18 +01:00
"suggest" : {
"php" : "PHP 8.0 or higher comes with attributes, a native replacement for annotations"
} ,
2022-07-11 19:27:00 +02:00
"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" ,
2023-03-30 18:08:02 +02:00
"source" : "https://github.com/doctrine/annotations/tree/1.14.3"
2022-07-11 19:27:00 +02:00
} ,
2023-03-30 18:08:02 +02:00
"time" : "2023-02-01T09:20:38+00:00"
2022-07-11 19:27:00 +02:00
} ,
{
"name" : "doctrine/cache" ,
"version" : "2.2.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/doctrine/cache.git" ,
"reference" : "1ca8f21980e770095a31456042471a57bc4c68fb"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/doctrine/cache/zipball/1ca8f21980e770095a31456042471a57bc4c68fb" ,
"reference" : "1ca8f21980e770095a31456042471a57bc4c68fb" ,
"shasum" : ""
} ,
"require" : {
"php" : "~7.1 || ^8.0"
} ,
"conflict" : {
"doctrine/common" : ">2.2,<2.4"
} ,
"require-dev" : {
"cache/integration-tests" : "dev-master" ,
"doctrine/coding-standard" : "^9" ,
"phpunit/phpunit" : "^7.5 || ^8.5 || ^9.5" ,
"psr/cache" : "^1.0 || ^2.0 || ^3.0" ,
"symfony/cache" : "^4.4 || ^5.4 || ^6" ,
"symfony/var-exporter" : "^4.4 || ^5.4 || ^6"
} ,
"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/2.2.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" : "2022-05-20T20:07:39+00:00"
} ,
{
"name" : "doctrine/collections" ,
2023-09-26 12:41:43 +02:00
"version" : "2.1.3" ,
2022-07-11 19:27:00 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/doctrine/collections.git" ,
2023-09-26 12:41:43 +02:00
"reference" : "3023e150f90a38843856147b58190aa8b46cc155"
2022-07-11 19:27:00 +02:00
} ,
"dist" : {
"type" : "zip" ,
2023-09-26 12:41:43 +02:00
"url" : "https://api.github.com/repos/doctrine/collections/zipball/3023e150f90a38843856147b58190aa8b46cc155" ,
"reference" : "3023e150f90a38843856147b58190aa8b46cc155" ,
2022-07-11 19:27:00 +02:00
"shasum" : ""
} ,
"require" : {
2023-03-30 18:08:02 +02:00
"doctrine/deprecations" : "^1" ,
"php" : "^8.1"
2022-07-11 19:27:00 +02:00
} ,
"require-dev" : {
2023-03-30 18:08:02 +02:00
"doctrine/coding-standard" : "^10.0" ,
"ext-json" : "*" ,
"phpstan/phpstan" : "^1.8" ,
"phpstan/phpstan-phpunit" : "^1.0" ,
"phpunit/phpunit" : "^9.5" ,
2023-09-26 12:41:43 +02:00
"vimeo/psalm" : "^5.11"
2022-07-11 19:27:00 +02:00
} ,
"type" : "library" ,
"autoload" : {
"psr-4" : {
2023-03-30 18:08:02 +02:00
"Doctrine\\Common\\Collections\\" : "src"
2022-07-11 19:27:00 +02:00
}
} ,
"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" ,
2023-09-26 12:41:43 +02:00
"source" : "https://github.com/doctrine/collections/tree/2.1.3"
2022-07-11 19:27:00 +02:00
} ,
2023-03-30 18:08:02 +02:00
"funding" : [
{
"url" : "https://www.doctrine-project.org/sponsorship.html" ,
"type" : "custom"
} ,
{
"url" : "https://www.patreon.com/phpdoctrine" ,
"type" : "patreon"
} ,
{
"url" : "https://tidelift.com/funding/github/packagist/doctrine%2Fcollections" ,
"type" : "tidelift"
}
] ,
2023-09-26 12:41:43 +02:00
"time" : "2023-07-06T15:15:36+00:00"
2022-07-11 19:27:00 +02:00
} ,
{
"name" : "doctrine/common" ,
2022-10-10 14:09:15 +02:00
"version" : "3.4.3" ,
2022-07-11 19:27:00 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/doctrine/common.git" ,
2022-10-10 14:09:15 +02:00
"reference" : "8b5e5650391f851ed58910b3e3d48a71062eeced"
2022-07-11 19:27:00 +02:00
} ,
"dist" : {
"type" : "zip" ,
2022-10-10 14:09:15 +02:00
"url" : "https://api.github.com/repos/doctrine/common/zipball/8b5e5650391f851ed58910b3e3d48a71062eeced" ,
"reference" : "8b5e5650391f851ed58910b3e3d48a71062eeced" ,
2022-07-11 19:27:00 +02:00
"shasum" : ""
} ,
"require" : {
"doctrine/persistence" : "^2.0 || ^3.0" ,
"php" : "^7.1 || ^8.0"
} ,
"require-dev" : {
2022-10-10 14:09:15 +02:00
"doctrine/coding-standard" : "^9.0 || ^10.0" ,
"doctrine/collections" : "^1" ,
2022-07-11 19:27:00 +02:00
"phpstan/phpstan" : "^1.4.1" ,
"phpstan/phpstan-phpunit" : "^1" ,
"phpunit/phpunit" : "^7.5.20 || ^8.5 || ^9.0" ,
"squizlabs/php_codesniffer" : "^3.0" ,
2022-10-10 14:09:15 +02:00
"symfony/phpunit-bridge" : "^6.1" ,
2022-07-11 19:27:00 +02:00
"vimeo/psalm" : "^4.4"
} ,
"type" : "library" ,
"autoload" : {
"psr-4" : {
2022-10-10 14:09:15 +02:00
"Doctrine\\Common\\" : "src"
2022-07-11 19:27:00 +02:00
}
} ,
"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" ,
2022-10-10 14:09:15 +02:00
"source" : "https://github.com/doctrine/common/tree/3.4.3"
2022-07-11 19:27:00 +02:00
} ,
"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"
}
] ,
2022-10-10 14:09:15 +02:00
"time" : "2022-10-09T11:47:59+00:00"
2022-07-11 19:27:00 +02:00
} ,
{
"name" : "doctrine/dbal" ,
2023-09-26 12:41:43 +02:00
"version" : "3.6.7" ,
2022-07-11 19:27:00 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/doctrine/dbal.git" ,
2023-09-26 12:41:43 +02:00
"reference" : "8e0e268052b4a8974cb00215bb2892787021614f"
2022-07-11 19:27:00 +02:00
} ,
"dist" : {
"type" : "zip" ,
2023-09-26 12:41:43 +02:00
"url" : "https://api.github.com/repos/doctrine/dbal/zipball/8e0e268052b4a8974cb00215bb2892787021614f" ,
"reference" : "8e0e268052b4a8974cb00215bb2892787021614f" ,
2022-07-11 19:27:00 +02:00
"shasum" : ""
} ,
"require" : {
"composer-runtime-api" : "^2" ,
"doctrine/cache" : "^1.11|^2.0" ,
"doctrine/deprecations" : "^0.5.3|^1" ,
2022-12-24 15:40:18 +01:00
"doctrine/event-manager" : "^1|^2" ,
2022-10-10 14:09:15 +02:00
"php" : "^7.4 || ^8.0" ,
2022-07-11 19:27:00 +02:00
"psr/cache" : "^1|^2|^3" ,
"psr/log" : "^1|^2|^3"
} ,
"require-dev" : {
2023-09-26 12:41:43 +02:00
"doctrine/coding-standard" : "12.0.0" ,
2023-03-30 18:08:02 +02:00
"fig/log-test" : "^1" ,
2023-09-26 12:41:43 +02:00
"jetbrains/phpstorm-stubs" : "2023.1" ,
"phpstan/phpstan" : "1.10.34" ,
2023-03-30 18:08:02 +02:00
"phpstan/phpstan-strict-rules" : "^1.5" ,
2023-09-26 12:41:43 +02:00
"phpunit/phpunit" : "9.6.12" ,
2022-12-24 15:40:18 +01:00
"psalm/plugin-phpunit" : "0.18.4" ,
2023-09-26 12:41:43 +02:00
"slevomat/coding-standard" : "8.13.1" ,
2023-03-30 18:08:02 +02:00
"squizlabs/php_codesniffer" : "3.7.2" ,
2022-10-10 14:09:15 +02:00
"symfony/cache" : "^5.4|^6.0" ,
"symfony/console" : "^4.4|^5.4|^6.0" ,
2022-12-24 15:40:18 +01:00
"vimeo/psalm" : "4.30.0"
2022-07-11 19:27:00 +02:00
} ,
"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\\" : "src"
}
} ,
"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" ,
"sqlite" ,
"sqlserver" ,
"sqlsrv"
] ,
"support" : {
"issues" : "https://github.com/doctrine/dbal/issues" ,
2023-09-26 12:41:43 +02:00
"source" : "https://github.com/doctrine/dbal/tree/3.6.7"
2022-07-11 19:27:00 +02:00
} ,
"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"
}
] ,
2023-09-26 12:41:43 +02:00
"time" : "2023-09-19T20:15:41+00:00"
2022-07-11 19:27:00 +02:00
} ,
{
"name" : "doctrine/deprecations" ,
2023-09-26 12:41:43 +02:00
"version" : "v1.1.1" ,
2022-07-11 19:27:00 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/doctrine/deprecations.git" ,
2023-09-26 12:41:43 +02:00
"reference" : "612a3ee5ab0d5dd97b7cf3874a6efe24325efac3"
2022-07-11 19:27:00 +02:00
} ,
"dist" : {
"type" : "zip" ,
2023-09-26 12:41:43 +02:00
"url" : "https://api.github.com/repos/doctrine/deprecations/zipball/612a3ee5ab0d5dd97b7cf3874a6efe24325efac3" ,
"reference" : "612a3ee5ab0d5dd97b7cf3874a6efe24325efac3" ,
2022-07-11 19:27:00 +02:00
"shasum" : ""
} ,
"require" : {
2023-09-26 12:41:43 +02:00
"php" : "^7.1 || ^8.0"
2022-07-11 19:27:00 +02:00
} ,
"require-dev" : {
"doctrine/coding-standard" : "^9" ,
2023-09-26 12:41:43 +02:00
"phpstan/phpstan" : "1.4.10 || 1.10.15" ,
"phpstan/phpstan-phpunit" : "^1.0" ,
"phpunit/phpunit" : "^7.5 || ^8.5 || ^9.5" ,
"psalm/plugin-phpunit" : "0.18.4" ,
"psr/log" : "^1 || ^2 || ^3" ,
"vimeo/psalm" : "4.30.0 || 5.12.0"
2022-07-11 19:27:00 +02:00
} ,
"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" ,
2023-09-26 12:41:43 +02:00
"source" : "https://github.com/doctrine/deprecations/tree/v1.1.1"
2022-07-11 19:27:00 +02:00
} ,
2023-09-26 12:41:43 +02:00
"time" : "2023-06-03T09:27:29+00:00"
2022-07-11 19:27:00 +02:00
} ,
{
"name" : "doctrine/doctrine-bundle" ,
2022-12-24 15:40:18 +01:00
"version" : "2.7.2" ,
2022-07-11 19:27:00 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/doctrine/DoctrineBundle.git" ,
2022-12-24 15:40:18 +01:00
"reference" : "22d53b2c5ad03929628fb4a928b01135585b7179"
2022-07-11 19:27:00 +02:00
} ,
"dist" : {
"type" : "zip" ,
2022-12-24 15:40:18 +01:00
"url" : "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/22d53b2c5ad03929628fb4a928b01135585b7179" ,
"reference" : "22d53b2c5ad03929628fb4a928b01135585b7179" ,
2022-07-11 19:27:00 +02:00
"shasum" : ""
} ,
"require" : {
"doctrine/annotations" : "^1" ,
"doctrine/cache" : "^1.11 || ^2.0" ,
2022-12-24 15:40:18 +01:00
"doctrine/dbal" : "^2.13.1 || ^3.3.2" ,
"doctrine/persistence" : "^2.2 || ^3" ,
2022-07-11 19:27:00 +02:00
"doctrine/sql-formatter" : "^1.0.1" ,
"php" : "^7.1 || ^8.0" ,
2022-12-24 15:40:18 +01:00
"symfony/cache" : "^4.4 || ^5.4 || ^6.0" ,
"symfony/config" : "^4.4.3 || ^5.4 || ^6.0" ,
"symfony/console" : "^4.4 || ^5.4 || ^6.0" ,
"symfony/dependency-injection" : "^4.4.18 || ^5.4 || ^6.0" ,
"symfony/deprecation-contracts" : "^2.1 || ^3" ,
"symfony/doctrine-bridge" : "^4.4.22 || ^5.4 || ^6.0" ,
"symfony/framework-bundle" : "^4.4 || ^5.4 || ^6.0" ,
"symfony/service-contracts" : "^1.1.1 || ^2.0 || ^3"
2022-07-11 19:27:00 +02:00
} ,
"conflict" : {
2022-12-24 15:40:18 +01:00
"doctrine/orm" : "<2.11 || >=3.0" ,
"twig/twig" : "<1.34 || >=2.0,<2.4"
2022-07-11 19:27:00 +02:00
} ,
"require-dev" : {
"doctrine/coding-standard" : "^9.0" ,
"doctrine/orm" : "^2.11 || ^3.0" ,
"friendsofphp/proxy-manager-lts" : "^1.0" ,
"phpunit/phpunit" : "^7.5 || ^8.0 || ^9.3 || ^10.0" ,
"psalm/plugin-phpunit" : "^0.16.1" ,
"psalm/plugin-symfony" : "^3" ,
2022-12-24 15:40:18 +01:00
"psr/log" : "^1.1.4 || ^2.0 || ^3.0" ,
"symfony/phpunit-bridge" : "^6.1" ,
"symfony/property-info" : "^4.4 || ^5.4 || ^6.0" ,
"symfony/proxy-manager-bridge" : "^4.4 || ^5.4 || ^6.0" ,
"symfony/security-bundle" : "^4.4 || ^5.4 || ^6.0" ,
"symfony/twig-bridge" : "^4.4 || ^5.4 || ^6.0" ,
"symfony/validator" : "^4.4 || ^5.4 || ^6.0" ,
"symfony/web-profiler-bundle" : "^4.4 || ^5.4 || ^6.0" ,
"symfony/yaml" : "^4.4 || ^5.4 || ^6.0" ,
"twig/twig" : "^1.34 || ^2.12 || ^3.0" ,
2022-07-11 19:27:00 +02:00
"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" : "https://symfony.com/contributors"
} ,
{
"name" : "Doctrine Project" ,
"homepage" : "https://www.doctrine-project.org/"
}
] ,
"description" : "Symfony DoctrineBundle" ,
"homepage" : "https://www.doctrine-project.org" ,
"keywords" : [
"database" ,
"dbal" ,
"orm" ,
"persistence"
] ,
"support" : {
"issues" : "https://github.com/doctrine/DoctrineBundle/issues" ,
2022-12-24 15:40:18 +01:00
"source" : "https://github.com/doctrine/DoctrineBundle/tree/2.7.2"
2022-07-11 19:27:00 +02:00
} ,
"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"
}
] ,
2022-12-24 15:40:18 +01:00
"time" : "2022-12-07T12:07:11+00:00"
2022-07-11 19:27:00 +02:00
} ,
{
"name" : "doctrine/doctrine-migrations-bundle" ,
2023-09-26 12:41:43 +02:00
"version" : "3.2.4" ,
2022-07-11 19:27:00 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/doctrine/DoctrineMigrationsBundle.git" ,
2023-09-26 12:41:43 +02:00
"reference" : "94e6b0fe1a50901d52f59dbb9b4b0737718b2c1e"
2022-07-11 19:27:00 +02:00
} ,
"dist" : {
"type" : "zip" ,
2023-09-26 12:41:43 +02:00
"url" : "https://api.github.com/repos/doctrine/DoctrineMigrationsBundle/zipball/94e6b0fe1a50901d52f59dbb9b4b0737718b2c1e" ,
"reference" : "94e6b0fe1a50901d52f59dbb9b4b0737718b2c1e" ,
2022-07-11 19:27:00 +02:00
"shasum" : ""
} ,
"require" : {
"doctrine/doctrine-bundle" : "~1.0|~2.0" ,
"doctrine/migrations" : "^3.2" ,
"php" : "^7.2|^8.0" ,
"symfony/framework-bundle" : "~3.4|~4.0|~5.0|~6.0"
} ,
"require-dev" : {
2023-09-26 12:41:43 +02:00
"doctrine/coding-standard" : "^9" ,
2022-07-11 19:27:00 +02:00
"doctrine/orm" : "^2.6" ,
"doctrine/persistence" : "^1.3||^2.0" ,
2023-09-26 12:41:43 +02:00
"phpstan/phpstan" : "^1.4" ,
"phpstan/phpstan-deprecation-rules" : "^1" ,
"phpstan/phpstan-phpunit" : "^1" ,
"phpstan/phpstan-strict-rules" : "^1.1" ,
"phpunit/phpunit" : "^8.5|^9.5" ,
"vimeo/psalm" : "^4.22"
2022-07-11 19:27:00 +02:00
} ,
"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" : "https://www.doctrine-project.org"
} ,
{
"name" : "Symfony Community" ,
"homepage" : "https://symfony.com/contributors"
}
] ,
"description" : "Symfony DoctrineMigrationsBundle" ,
"homepage" : "https://www.doctrine-project.org" ,
"keywords" : [
"dbal" ,
"migrations" ,
"schema"
] ,
"support" : {
"issues" : "https://github.com/doctrine/DoctrineMigrationsBundle/issues" ,
2023-09-26 12:41:43 +02:00
"source" : "https://github.com/doctrine/DoctrineMigrationsBundle/tree/3.2.4"
2022-07-11 19:27:00 +02:00
} ,
"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"
}
] ,
2023-09-26 12:41:43 +02:00
"time" : "2023-06-02T08:19:26+00:00"
2022-07-11 19:27:00 +02:00
} ,
{
"name" : "doctrine/event-manager" ,
2022-12-24 15:40:18 +01:00
"version" : "1.2.0" ,
2022-07-11 19:27:00 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/doctrine/event-manager.git" ,
2022-12-24 15:40:18 +01:00
"reference" : "95aa4cb529f1e96576f3fda9f5705ada4056a520"
2022-07-11 19:27:00 +02:00
} ,
"dist" : {
"type" : "zip" ,
2022-12-24 15:40:18 +01:00
"url" : "https://api.github.com/repos/doctrine/event-manager/zipball/95aa4cb529f1e96576f3fda9f5705ada4056a520" ,
"reference" : "95aa4cb529f1e96576f3fda9f5705ada4056a520" ,
2022-07-11 19:27:00 +02:00
"shasum" : ""
} ,
"require" : {
2022-12-24 15:40:18 +01:00
"doctrine/deprecations" : "^0.5.3 || ^1" ,
2022-07-11 19:27:00 +02:00
"php" : "^7.1 || ^8.0"
} ,
"conflict" : {
2022-10-10 14:09:15 +02:00
"doctrine/common" : "<2.9"
2022-07-11 19:27:00 +02:00
} ,
"require-dev" : {
2022-12-24 15:40:18 +01:00
"doctrine/coding-standard" : "^9 || ^10" ,
"phpstan/phpstan" : "~1.4.10 || ^1.8.8" ,
2022-10-10 14:09:15 +02:00
"phpunit/phpunit" : "^7.5 || ^8.5 || ^9.5" ,
2022-12-24 15:40:18 +01:00
"vimeo/psalm" : "^4.24"
2022-07-11 19:27:00 +02:00
} ,
"type" : "library" ,
"autoload" : {
"psr-4" : {
2022-12-24 15:40:18 +01:00
"Doctrine\\Common\\" : "src"
2022-07-11 19:27:00 +02:00
}
} ,
"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" ,
2022-12-24 15:40:18 +01:00
"source" : "https://github.com/doctrine/event-manager/tree/1.2.0"
2022-07-11 19:27:00 +02:00
} ,
"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"
}
] ,
2022-12-24 15:40:18 +01:00
"time" : "2022-10-12T20:51:15+00:00"
2022-07-11 19:27:00 +02:00
} ,
{
"name" : "doctrine/inflector" ,
2023-09-26 12:41:43 +02:00
"version" : "2.0.8" ,
2022-07-11 19:27:00 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/doctrine/inflector.git" ,
2023-09-26 12:41:43 +02:00
"reference" : "f9301a5b2fb1216b2b08f02ba04dc45423db6bff"
2022-07-11 19:27:00 +02:00
} ,
"dist" : {
"type" : "zip" ,
2023-09-26 12:41:43 +02:00
"url" : "https://api.github.com/repos/doctrine/inflector/zipball/f9301a5b2fb1216b2b08f02ba04dc45423db6bff" ,
"reference" : "f9301a5b2fb1216b2b08f02ba04dc45423db6bff" ,
2022-07-11 19:27:00 +02:00
"shasum" : ""
} ,
"require" : {
"php" : "^7.2 || ^8.0"
} ,
"require-dev" : {
2023-09-26 12:41:43 +02:00
"doctrine/coding-standard" : "^11.0" ,
2022-10-10 14:09:15 +02:00
"phpstan/phpstan" : "^1.8" ,
"phpstan/phpstan-phpunit" : "^1.1" ,
"phpstan/phpstan-strict-rules" : "^1.3" ,
"phpunit/phpunit" : "^8.5 || ^9.5" ,
2023-09-26 12:41:43 +02:00
"vimeo/psalm" : "^4.25 || ^5.4"
2022-07-11 19:27:00 +02:00
} ,
"type" : "library" ,
"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" ,
2023-09-26 12:41:43 +02:00
"source" : "https://github.com/doctrine/inflector/tree/2.0.8"
2022-07-11 19:27:00 +02:00
} ,
"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"
}
] ,
2023-09-26 12:41:43 +02:00
"time" : "2023-06-16T13:40:37+00:00"
2022-07-11 19:27:00 +02:00
} ,
{
"name" : "doctrine/instantiator" ,
2023-09-26 12:41:43 +02:00
"version" : "2.0.0" ,
2022-07-11 19:27:00 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/doctrine/instantiator.git" ,
2023-09-26 12:41:43 +02:00
"reference" : "c6222283fa3f4ac679f8b9ced9a4e23f163e80d0"
2022-07-11 19:27:00 +02:00
} ,
"dist" : {
"type" : "zip" ,
2023-09-26 12:41:43 +02:00
"url" : "https://api.github.com/repos/doctrine/instantiator/zipball/c6222283fa3f4ac679f8b9ced9a4e23f163e80d0" ,
"reference" : "c6222283fa3f4ac679f8b9ced9a4e23f163e80d0" ,
2022-07-11 19:27:00 +02:00
"shasum" : ""
} ,
"require" : {
2023-09-26 12:41:43 +02:00
"php" : "^8.1"
2022-07-11 19:27:00 +02:00
} ,
"require-dev" : {
2023-09-26 12:41:43 +02:00
"doctrine/coding-standard" : "^11" ,
2022-07-11 19:27:00 +02:00
"ext-pdo" : "*" ,
"ext-phar" : "*" ,
2023-09-26 12:41:43 +02:00
"phpbench/phpbench" : "^1.2" ,
"phpstan/phpstan" : "^1.9.4" ,
"phpstan/phpstan-phpunit" : "^1.3" ,
"phpunit/phpunit" : "^9.5.27" ,
"vimeo/psalm" : "^5.4"
2022-07-11 19:27:00 +02:00
} ,
"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" ,
2023-09-26 12:41:43 +02:00
"source" : "https://github.com/doctrine/instantiator/tree/2.0.0"
2022-07-11 19:27:00 +02:00
} ,
"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"
}
] ,
2023-09-26 12:41:43 +02:00
"time" : "2022-12-30T00:23:10+00:00"
2022-07-11 19:27:00 +02:00
} ,
{
"name" : "doctrine/lexer" ,
2023-01-07 21:11:01 +01:00
"version" : "2.1.0" ,
2022-07-11 19:27:00 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/doctrine/lexer.git" ,
2023-01-07 21:11:01 +01:00
"reference" : "39ab8fcf5a51ce4b85ca97c7a7d033eb12831124"
2022-07-11 19:27:00 +02:00
} ,
"dist" : {
"type" : "zip" ,
2023-01-07 21:11:01 +01:00
"url" : "https://api.github.com/repos/doctrine/lexer/zipball/39ab8fcf5a51ce4b85ca97c7a7d033eb12831124" ,
"reference" : "39ab8fcf5a51ce4b85ca97c7a7d033eb12831124" ,
2022-07-11 19:27:00 +02:00
"shasum" : ""
} ,
"require" : {
2023-01-07 21:11:01 +01:00
"doctrine/deprecations" : "^1.0" ,
2022-07-11 19:27:00 +02:00
"php" : "^7.1 || ^8.0"
} ,
"require-dev" : {
2023-01-07 21:11:01 +01:00
"doctrine/coding-standard" : "^9 || ^10" ,
2022-07-11 19:27:00 +02:00
"phpstan/phpstan" : "^1.3" ,
"phpunit/phpunit" : "^7.5 || ^8.5 || ^9.5" ,
2023-01-07 21:11:01 +01:00
"psalm/plugin-phpunit" : "^0.18.3" ,
"vimeo/psalm" : "^4.11 || ^5.0"
2022-07-11 19:27:00 +02:00
} ,
"type" : "library" ,
"autoload" : {
"psr-4" : {
2023-01-07 21:11:01 +01:00
"Doctrine\\Common\\Lexer\\" : "src"
2022-07-11 19:27:00 +02:00
}
} ,
"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" ,
2023-01-07 21:11:01 +01:00
"source" : "https://github.com/doctrine/lexer/tree/2.1.0"
2022-07-11 19:27:00 +02:00
} ,
"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"
}
] ,
2023-01-07 21:11:01 +01:00
"time" : "2022-12-14T08:49:07+00:00"
2022-07-11 19:27:00 +02:00
} ,
{
"name" : "doctrine/migrations" ,
2023-03-30 18:08:02 +02:00
"version" : "3.6.0" ,
2022-07-11 19:27:00 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/doctrine/migrations.git" ,
2023-03-30 18:08:02 +02:00
"reference" : "e542ad8bcd606d7a18d0875babb8a6d963c9c059"
2022-07-11 19:27:00 +02:00
} ,
"dist" : {
"type" : "zip" ,
2023-03-30 18:08:02 +02:00
"url" : "https://api.github.com/repos/doctrine/migrations/zipball/e542ad8bcd606d7a18d0875babb8a6d963c9c059" ,
"reference" : "e542ad8bcd606d7a18d0875babb8a6d963c9c059" ,
2022-07-11 19:27:00 +02:00
"shasum" : ""
} ,
"require" : {
"composer-runtime-api" : "^2" ,
2023-01-13 21:09:41 +01:00
"doctrine/dbal" : "^3.5.1" ,
2022-07-11 19:27:00 +02:00
"doctrine/deprecations" : "^0.5.3 || ^1" ,
2023-02-01 12:46:15 +01:00
"doctrine/event-manager" : "^1.2 || ^2.0" ,
2023-03-30 18:08:02 +02:00
"php" : "^8.1" ,
2022-07-11 19:27:00 +02:00
"psr/log" : "^1.1.3 || ^2 || ^3" ,
"symfony/console" : "^4.4.16 || ^5.4 || ^6.0" ,
2023-03-30 18:08:02 +02:00
"symfony/stopwatch" : "^4.4 || ^5.4 || ^6.0" ,
"symfony/var-exporter" : "^6.2"
2022-07-11 19:27:00 +02:00
} ,
"conflict" : {
"doctrine/orm" : "<2.12"
} ,
"require-dev" : {
"doctrine/coding-standard" : "^9" ,
2023-01-13 21:09:41 +01:00
"doctrine/orm" : "^2.13" ,
2022-07-11 19:27:00 +02:00
"doctrine/persistence" : "^2 || ^3" ,
"doctrine/sql-formatter" : "^1.0" ,
"ext-pdo_sqlite" : "*" ,
"phpstan/phpstan" : "^1.5" ,
"phpstan/phpstan-deprecation-rules" : "^1" ,
"phpstan/phpstan-phpunit" : "^1.1" ,
"phpstan/phpstan-strict-rules" : "^1.1" ,
"phpstan/phpstan-symfony" : "^1.1" ,
2023-03-30 18:08:02 +02:00
"phpunit/phpunit" : "^9.5.24" ,
2022-07-11 19:27:00 +02:00
"symfony/cache" : "^4.4 || ^5.4 || ^6.0" ,
"symfony/process" : "^4.4 || ^5.4 || ^6.0" ,
"symfony/yaml" : "^4.4 || ^5.4 || ^6.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" ,
"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" ,
2023-03-30 18:08:02 +02:00
"source" : "https://github.com/doctrine/migrations/tree/3.6.0"
2022-07-11 19:27:00 +02:00
} ,
"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"
}
] ,
2023-03-30 18:08:02 +02:00
"time" : "2023-02-15T18:49:46+00:00"
2022-07-11 19:27:00 +02:00
} ,
{
"name" : "doctrine/orm" ,
2023-09-26 12:41:43 +02:00
"version" : "2.16.2" ,
2022-07-11 19:27:00 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/doctrine/orm.git" ,
2023-09-26 12:41:43 +02:00
"reference" : "17500f56eaa930f5cd14d765bc2cd851c7d37cc0"
2022-07-11 19:27:00 +02:00
} ,
"dist" : {
"type" : "zip" ,
2023-09-26 12:41:43 +02:00
"url" : "https://api.github.com/repos/doctrine/orm/zipball/17500f56eaa930f5cd14d765bc2cd851c7d37cc0" ,
"reference" : "17500f56eaa930f5cd14d765bc2cd851c7d37cc0" ,
2022-07-11 19:27:00 +02:00
"shasum" : ""
} ,
"require" : {
"composer-runtime-api" : "^2" ,
"doctrine/cache" : "^1.12.1 || ^2.1.1" ,
2023-09-26 12:41:43 +02:00
"doctrine/collections" : "^1.5 || ^2.1" ,
2022-07-11 19:27:00 +02:00
"doctrine/common" : "^3.0.3" ,
"doctrine/dbal" : "^2.13.1 || ^3.2" ,
"doctrine/deprecations" : "^0.5.3 || ^1" ,
2022-12-24 15:40:18 +01:00
"doctrine/event-manager" : "^1.2 || ^2" ,
2022-07-11 19:27:00 +02:00
"doctrine/inflector" : "^1.4 || ^2.0" ,
2023-09-26 12:41:43 +02:00
"doctrine/instantiator" : "^1.3 || ^2" ,
"doctrine/lexer" : "^2" ,
2022-07-11 19:27:00 +02:00
"doctrine/persistence" : "^2.4 || ^3" ,
"ext-ctype" : "*" ,
"php" : "^7.1 || ^8.0" ,
"psr/cache" : "^1 || ^2 || ^3" ,
2022-12-24 15:40:18 +01:00
"symfony/console" : "^4.2 || ^5.0 || ^6.0" ,
2022-07-11 19:27:00 +02:00
"symfony/polyfill-php72" : "^1.23" ,
"symfony/polyfill-php80" : "^1.16"
} ,
"conflict" : {
2022-12-24 15:40:18 +01:00
"doctrine/annotations" : "<1.13 || >= 3.0"
2022-07-11 19:27:00 +02:00
} ,
"require-dev" : {
2022-12-24 15:40:18 +01:00
"doctrine/annotations" : "^1.13 || ^2" ,
2023-09-26 12:41:43 +02:00
"doctrine/coding-standard" : "^9.0.2 || ^12.0" ,
2022-07-11 19:27:00 +02:00
"phpbench/phpbench" : "^0.16.10 || ^1.0" ,
2023-09-26 12:41:43 +02:00
"phpstan/phpstan" : "~1.4.10 || 1.10.28" ,
2023-04-25 15:02:54 +02:00
"phpunit/phpunit" : "^7.5 || ^8.5 || ^9.6" ,
2022-07-11 19:27:00 +02:00
"psr/log" : "^1 || ^2 || ^3" ,
2023-04-25 15:02:54 +02:00
"squizlabs/php_codesniffer" : "3.7.2" ,
2022-07-11 19:27:00 +02:00
"symfony/cache" : "^4.4 || ^5.4 || ^6.0" ,
2022-12-24 15:40:18 +01:00
"symfony/var-exporter" : "^4.4 || ^5.4 || ^6.2" ,
2022-07-11 19:27:00 +02:00
"symfony/yaml" : "^3.4 || ^4.0 || ^5.0 || ^6.0" ,
2023-09-26 12:41:43 +02:00
"vimeo/psalm" : "4.30.0 || 5.14.1"
2022-07-11 19:27:00 +02:00
} ,
"suggest" : {
2022-10-10 14:09:15 +02:00
"ext-dom" : "Provides support for XSD validation for XML mapping files" ,
2022-07-11 19:27:00 +02:00
"symfony/cache" : "Provides cache support for Setup Tool with doctrine/cache 2.0" ,
"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" ,
2023-09-26 12:41:43 +02:00
"source" : "https://github.com/doctrine/orm/tree/2.16.2"
2022-07-11 19:27:00 +02:00
} ,
2023-09-26 12:41:43 +02:00
"time" : "2023-08-27T18:21:56+00:00"
2022-07-11 19:27:00 +02:00
} ,
{
"name" : "doctrine/persistence" ,
2023-09-26 12:41:43 +02:00
"version" : "3.2.0" ,
2022-07-11 19:27:00 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/doctrine/persistence.git" ,
2023-09-26 12:41:43 +02:00
"reference" : "63fee8c33bef740db6730eb2a750cd3da6495603"
2022-07-11 19:27:00 +02:00
} ,
"dist" : {
"type" : "zip" ,
2023-09-26 12:41:43 +02:00
"url" : "https://api.github.com/repos/doctrine/persistence/zipball/63fee8c33bef740db6730eb2a750cd3da6495603" ,
"reference" : "63fee8c33bef740db6730eb2a750cd3da6495603" ,
2022-07-11 19:27:00 +02:00
"shasum" : ""
} ,
"require" : {
2022-12-24 15:40:18 +01:00
"doctrine/event-manager" : "^1 || ^2" ,
2022-07-11 19:27:00 +02:00
"php" : "^7.2 || ^8.0" ,
"psr/cache" : "^1.0 || ^2.0 || ^3.0"
} ,
"conflict" : {
"doctrine/common" : "<2.10"
} ,
"require-dev" : {
"composer/package-versions-deprecated" : "^1.11" ,
2022-12-24 15:40:18 +01:00
"doctrine/coding-standard" : "^11" ,
2022-07-11 19:27:00 +02:00
"doctrine/common" : "^3.0" ,
2022-12-24 15:40:18 +01:00
"phpstan/phpstan" : "1.9.4" ,
2022-07-11 19:27:00 +02:00
"phpstan/phpstan-phpunit" : "^1" ,
"phpstan/phpstan-strict-rules" : "^1.1" ,
"phpunit/phpunit" : "^8.5 || ^9.5" ,
"symfony/cache" : "^4.4 || ^5.4 || ^6.0" ,
2022-12-24 15:40:18 +01:00
"vimeo/psalm" : "4.30.0 || 5.3.0"
2022-07-11 19:27:00 +02:00
} ,
"type" : "library" ,
"autoload" : {
"psr-4" : {
"Doctrine\\Persistence\\" : "src/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://www.doctrine-project.org/projects/persistence.html" ,
"keywords" : [
"mapper" ,
"object" ,
"odm" ,
"orm" ,
"persistence"
] ,
"support" : {
"issues" : "https://github.com/doctrine/persistence/issues" ,
2023-09-26 12:41:43 +02:00
"source" : "https://github.com/doctrine/persistence/tree/3.2.0"
2022-07-11 19:27:00 +02:00
} ,
"funding" : [
{
"url" : "https://www.doctrine-project.org/sponsorship.html" ,
"type" : "custom"
} ,
{
"url" : "https://www.patreon.com/phpdoctrine" ,
"type" : "patreon"
} ,
{
"url" : "https://tidelift.com/funding/github/packagist/doctrine%2Fpersistence" ,
"type" : "tidelift"
}
] ,
2023-09-26 12:41:43 +02:00
"time" : "2023-05-17T18:32:04+00:00"
2022-07-11 19:27:00 +02:00
} ,
{
"name" : "doctrine/sql-formatter" ,
"version" : "1.1.3" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/doctrine/sql-formatter.git" ,
"reference" : "25a06c7bf4c6b8218f47928654252863ffc890a5"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/doctrine/sql-formatter/zipball/25a06c7bf4c6b8218f47928654252863ffc890a5" ,
"reference" : "25a06c7bf4c6b8218f47928654252863ffc890a5" ,
"shasum" : ""
} ,
"require" : {
"php" : "^7.1 || ^8.0"
} ,
"require-dev" : {
"bamarni/composer-bin-plugin" : "^1.4"
} ,
"bin" : [
"bin/sql-formatter"
] ,
"type" : "library" ,
"autoload" : {
"psr-4" : {
"Doctrine\\SqlFormatter\\" : "src"
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "Jeremy Dorn" ,
"email" : "jeremy@jeremydorn.com" ,
"homepage" : "https://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.3"
} ,
"time" : "2022-05-23T21:33:49+00:00"
} ,
{
"name" : "egulias/email-validator" ,
2023-04-25 15:02:54 +02:00
"version" : "4.0.1" ,
2022-07-11 19:27:00 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/egulias/EmailValidator.git" ,
2023-04-25 15:02:54 +02:00
"reference" : "3a85486b709bc384dae8eb78fb2eec649bdb64ff"
2022-07-11 19:27:00 +02:00
} ,
"dist" : {
"type" : "zip" ,
2023-04-25 15:02:54 +02:00
"url" : "https://api.github.com/repos/egulias/EmailValidator/zipball/3a85486b709bc384dae8eb78fb2eec649bdb64ff" ,
"reference" : "3a85486b709bc384dae8eb78fb2eec649bdb64ff" ,
2022-07-11 19:27:00 +02:00
"shasum" : ""
} ,
"require" : {
2023-04-25 15:02:54 +02:00
"doctrine/lexer" : "^2.0 || ^3.0" ,
"php" : ">=8.1" ,
"symfony/polyfill-intl-idn" : "^1.26"
2022-07-11 19:27:00 +02:00
} ,
"require-dev" : {
2023-04-25 15:02:54 +02:00
"phpunit/phpunit" : "^9.5.27" ,
"vimeo/psalm" : "^4.30"
2022-07-11 19:27:00 +02:00
} ,
"suggest" : {
"ext-intl" : "PHP Internationalization Libraries are required to use the SpoofChecking validation"
} ,
"type" : "library" ,
"extra" : {
"branch-alias" : {
2023-04-25 15:02:54 +02:00
"dev-master" : "4.0.x-dev"
2022-07-11 19:27:00 +02:00
}
} ,
"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" ,
2023-04-25 15:02:54 +02:00
"source" : "https://github.com/egulias/EmailValidator/tree/4.0.1"
2022-07-11 19:27:00 +02:00
} ,
"funding" : [
{
"url" : "https://github.com/egulias" ,
"type" : "github"
}
] ,
2023-04-25 15:02:54 +02:00
"time" : "2023-01-14T14:17:03+00:00"
2022-07-11 19:27:00 +02:00
} ,
{
"name" : "erusev/parsedown" ,
"version" : "1.7.4" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/erusev/parsedown.git" ,
"reference" : "cb17b6477dfff935958ba01325f2e8a2bfa6dab3"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/erusev/parsedown/zipball/cb17b6477dfff935958ba01325f2e8a2bfa6dab3" ,
"reference" : "cb17b6477dfff935958ba01325f2e8a2bfa6dab3" ,
"shasum" : ""
} ,
"require" : {
"ext-mbstring" : "*" ,
"php" : ">=5.3.0"
} ,
"require-dev" : {
"phpunit/phpunit" : "^4.8.35"
} ,
"type" : "library" ,
"autoload" : {
"psr-0" : {
"Parsedown" : ""
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "Emanuil Rusev" ,
"email" : "hello@erusev.com" ,
"homepage" : "http://erusev.com"
}
] ,
"description" : "Parser for Markdown." ,
"homepage" : "http://parsedown.org" ,
"keywords" : [
"markdown" ,
"parser"
] ,
"support" : {
"issues" : "https://github.com/erusev/parsedown/issues" ,
"source" : "https://github.com/erusev/parsedown/tree/1.7.x"
} ,
"time" : "2019-12-30T22:54:17+00:00"
} ,
{
"name" : "ezyang/htmlpurifier" ,
2022-10-10 14:09:15 +02:00
"version" : "v4.16.0" ,
2022-07-11 19:27:00 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/ezyang/htmlpurifier.git" ,
2022-10-10 14:09:15 +02:00
"reference" : "523407fb06eb9e5f3d59889b3978d5bfe94299c8"
2022-07-11 19:27:00 +02:00
} ,
"dist" : {
"type" : "zip" ,
2022-10-10 14:09:15 +02:00
"url" : "https://api.github.com/repos/ezyang/htmlpurifier/zipball/523407fb06eb9e5f3d59889b3978d5bfe94299c8" ,
"reference" : "523407fb06eb9e5f3d59889b3978d5bfe94299c8" ,
2022-07-11 19:27:00 +02:00
"shasum" : ""
} ,
"require" : {
2022-10-10 14:09:15 +02:00
"php" : "~5.6.0 || ~7.0.0 || ~7.1.0 || ~7.2.0 || ~7.3.0 || ~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0"
} ,
"require-dev" : {
"cerdic/css-tidy" : "^1.7 || ^2.0" ,
"simpletest/simpletest" : "dev-master"
} ,
"suggest" : {
"cerdic/css-tidy" : "If you want to use the filter 'Filter.ExtractStyleBlocks'." ,
"ext-bcmath" : "Used for unit conversion and imagecrash protection" ,
"ext-iconv" : "Converts text to and from non-UTF-8 encodings" ,
"ext-tidy" : "Used for pretty-printing HTML"
2022-07-11 19:27:00 +02:00
} ,
"type" : "library" ,
"autoload" : {
"files" : [
"library/HTMLPurifier.composer.php"
] ,
"psr-0" : {
"HTMLPurifier" : "library/"
} ,
"exclude-from-classmap" : [
"/library/HTMLPurifier/Language/"
]
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"LGPL-2.1-or-later"
] ,
"authors" : [
{
"name" : "Edward Z. Yang" ,
"email" : "admin@htmlpurifier.org" ,
"homepage" : "http://ezyang.com"
}
] ,
"description" : "Standards compliant HTML filter written in PHP" ,
"homepage" : "http://htmlpurifier.org/" ,
"keywords" : [
"html"
] ,
"support" : {
"issues" : "https://github.com/ezyang/htmlpurifier/issues" ,
2022-10-10 14:09:15 +02:00
"source" : "https://github.com/ezyang/htmlpurifier/tree/v4.16.0"
2022-07-11 19:27:00 +02:00
} ,
2022-10-10 14:09:15 +02:00
"time" : "2022-09-18T07:06:19+00:00"
2022-07-11 19:27:00 +02:00
} ,
{
"name" : "fakerphp/faker" ,
2023-09-26 12:41:43 +02:00
"version" : "v1.23.0" ,
2022-07-11 19:27:00 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/FakerPHP/Faker.git" ,
2023-09-26 12:41:43 +02:00
"reference" : "e3daa170d00fde61ea7719ef47bb09bb8f1d9b01"
2022-07-11 19:27:00 +02:00
} ,
"dist" : {
"type" : "zip" ,
2023-09-26 12:41:43 +02:00
"url" : "https://api.github.com/repos/FakerPHP/Faker/zipball/e3daa170d00fde61ea7719ef47bb09bb8f1d9b01" ,
"reference" : "e3daa170d00fde61ea7719ef47bb09bb8f1d9b01" ,
2022-07-11 19:27:00 +02:00
"shasum" : ""
} ,
"require" : {
2022-12-24 15:40:18 +01:00
"php" : "^7.4 || ^8.0" ,
2022-07-11 19:27:00 +02:00
"psr/container" : "^1.0 || ^2.0" ,
"symfony/deprecation-contracts" : "^2.2 || ^3.0"
} ,
"conflict" : {
"fzaninotto/faker" : "*"
} ,
"require-dev" : {
"bamarni/composer-bin-plugin" : "^1.4.1" ,
"doctrine/persistence" : "^1.3 || ^2.0" ,
"ext-intl" : "*" ,
2022-12-24 15:40:18 +01:00
"phpunit/phpunit" : "^9.5.26" ,
"symfony/phpunit-bridge" : "^5.4.16"
2022-07-11 19:27:00 +02:00
} ,
"suggest" : {
"doctrine/orm" : "Required to use Faker\\ORM\\Doctrine" ,
"ext-curl" : "Required by Faker\\Provider\\Image to download images." ,
"ext-dom" : "Required by Faker\\Provider\\HtmlLorem for generating random HTML." ,
"ext-iconv" : "Required by Faker\\Provider\\ru_RU\\Text::realText() for generating real Russian text." ,
"ext-mbstring" : "Required for multibyte Unicode string functionality."
} ,
"type" : "library" ,
"extra" : {
"branch-alias" : {
2022-12-24 15:40:18 +01:00
"dev-main" : "v1.21-dev"
2022-07-11 19:27:00 +02:00
}
} ,
"autoload" : {
"psr-4" : {
"Faker\\" : "src/Faker/"
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "François Zaninotto"
}
] ,
"description" : "Faker is a PHP library that generates fake data for you." ,
"keywords" : [
"data" ,
"faker" ,
"fixtures"
] ,
"support" : {
"issues" : "https://github.com/FakerPHP/Faker/issues" ,
2023-09-26 12:41:43 +02:00
"source" : "https://github.com/FakerPHP/Faker/tree/v1.23.0"
2022-12-24 15:40:18 +01:00
} ,
2023-09-26 12:41:43 +02:00
"time" : "2023-06-12T08:44:38+00:00"
2022-12-24 15:40:18 +01:00
} ,
{
"name" : "firebase/php-jwt" ,
2023-09-26 12:41:43 +02:00
"version" : "v6.7.0" ,
2022-12-24 15:40:18 +01:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/firebase/php-jwt.git" ,
2023-09-26 12:41:43 +02:00
"reference" : "71278f20b0a623389beefe87a641d03948a38870"
2022-12-24 15:40:18 +01:00
} ,
"dist" : {
"type" : "zip" ,
2023-09-26 12:41:43 +02:00
"url" : "https://api.github.com/repos/firebase/php-jwt/zipball/71278f20b0a623389beefe87a641d03948a38870" ,
"reference" : "71278f20b0a623389beefe87a641d03948a38870" ,
2022-12-24 15:40:18 +01:00
"shasum" : ""
} ,
"require" : {
2023-09-26 12:41:43 +02:00
"php" : "^7.4||^8.0"
2022-12-24 15:40:18 +01:00
} ,
"require-dev" : {
"guzzlehttp/guzzle" : "^6.5||^7.4" ,
2023-09-26 12:41:43 +02:00
"phpspec/prophecy-phpunit" : "^2.0" ,
"phpunit/phpunit" : "^9.5" ,
2022-12-24 15:40:18 +01:00
"psr/cache" : "^1.0||^2.0" ,
"psr/http-client" : "^1.0" ,
"psr/http-factory" : "^1.0"
} ,
"suggest" : {
2023-03-30 18:08:02 +02:00
"ext-sodium" : "Support EdDSA (Ed25519) signatures" ,
2022-12-24 15:40:18 +01:00
"paragonie/sodium_compat" : "Support EdDSA (Ed25519) signatures when libsodium is not present"
} ,
"type" : "library" ,
"autoload" : {
"psr-4" : {
"Firebase\\JWT\\" : "src"
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"BSD-3-Clause"
] ,
"authors" : [
{
"name" : "Neuman Vong" ,
"email" : "neuman+pear@twilio.com" ,
"role" : "Developer"
} ,
{
"name" : "Anant Narayanan" ,
"email" : "anant@php.net" ,
"role" : "Developer"
}
] ,
"description" : "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec." ,
"homepage" : "https://github.com/firebase/php-jwt" ,
"keywords" : [
"jwt" ,
"php"
] ,
"support" : {
"issues" : "https://github.com/firebase/php-jwt/issues" ,
2023-09-26 12:41:43 +02:00
"source" : "https://github.com/firebase/php-jwt/tree/v6.7.0"
2022-07-11 19:27:00 +02:00
} ,
2023-09-26 12:41:43 +02:00
"time" : "2023-06-14T15:29:26+00:00"
2022-07-11 19:27:00 +02:00
} ,
{
"name" : "giggsey/libphonenumber-for-php" ,
2023-09-26 12:41:43 +02:00
"version" : "8.13.21" ,
2022-07-11 19:27:00 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/giggsey/libphonenumber-for-php.git" ,
2023-09-26 12:41:43 +02:00
"reference" : "f21468b182b4e1983496fb0b8cb6a948d521f374"
2022-07-11 19:27:00 +02:00
} ,
"dist" : {
"type" : "zip" ,
2023-09-26 12:41:43 +02:00
"url" : "https://api.github.com/repos/giggsey/libphonenumber-for-php/zipball/f21468b182b4e1983496fb0b8cb6a948d521f374" ,
"reference" : "f21468b182b4e1983496fb0b8cb6a948d521f374" ,
2022-07-11 19:27:00 +02:00
"shasum" : ""
} ,
"require" : {
"giggsey/locale" : "^1.7|^2.0" ,
"php" : ">=5.3.2" ,
"symfony/polyfill-mbstring" : "^1.17"
} ,
"require-dev" : {
"pear/pear-core-minimal" : "^1.9" ,
"pear/pear_exception" : "^1.0" ,
"pear/versioncontrol_git" : "^0.5" ,
"phing/phing" : "^2.7" ,
"php-coveralls/php-coveralls" : "^1.0|^2.0" ,
"symfony/console" : "^2.8|^3.0|^v4.4|^v5.2" ,
"symfony/phpunit-bridge" : "^4.2 || ^5"
} ,
"type" : "library" ,
"extra" : {
"branch-alias" : {
"dev-master" : "8.x-dev"
}
} ,
"autoload" : {
"psr-4" : {
"libphonenumber\\" : "src/"
} ,
"exclude-from-classmap" : [
"/src/data/" ,
"/src/carrier/data/" ,
"/src/geocoding/data/" ,
"/src/timezone/data/"
]
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"Apache-2.0"
] ,
"authors" : [
{
"name" : "Joshua Gigg" ,
"email" : "giggsey@gmail.com" ,
"homepage" : "https://giggsey.com/"
}
] ,
"description" : "PHP Port of Google's libphonenumber" ,
"homepage" : "https://github.com/giggsey/libphonenumber-for-php" ,
"keywords" : [
"geocoding" ,
"geolocation" ,
"libphonenumber" ,
"mobile" ,
"phonenumber" ,
"validation"
] ,
"support" : {
"issues" : "https://github.com/giggsey/libphonenumber-for-php/issues" ,
"source" : "https://github.com/giggsey/libphonenumber-for-php"
} ,
2023-09-26 12:41:43 +02:00
"time" : "2023-09-20T12:06:46+00:00"
2022-07-11 19:27:00 +02:00
} ,
{
"name" : "giggsey/locale" ,
2023-04-25 15:02:54 +02:00
"version" : "2.4" ,
2022-07-11 19:27:00 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/giggsey/Locale.git" ,
2023-04-25 15:02:54 +02:00
"reference" : "a6b33dfc9e8949b7e28133c4628b29cd9f1850bb"
2022-07-11 19:27:00 +02:00
} ,
"dist" : {
"type" : "zip" ,
2023-04-25 15:02:54 +02:00
"url" : "https://api.github.com/repos/giggsey/Locale/zipball/a6b33dfc9e8949b7e28133c4628b29cd9f1850bb" ,
"reference" : "a6b33dfc9e8949b7e28133c4628b29cd9f1850bb" ,
2022-07-11 19:27:00 +02:00
"shasum" : ""
} ,
"require" : {
"php" : ">=7.2"
} ,
"require-dev" : {
"ext-json" : "*" ,
"pear/pear-core-minimal" : "^1.9" ,
"pear/pear_exception" : "^1.0" ,
"pear/versioncontrol_git" : "^0.5" ,
"phing/phing" : "^2.7" ,
"php-coveralls/php-coveralls" : "^2.0" ,
"phpunit/phpunit" : "^8.5|^9.5" ,
2022-12-24 15:40:18 +01:00
"symfony/console" : "^5.0|^6.0" ,
"symfony/filesystem" : "^5.0|^6.0" ,
"symfony/finder" : "^5.0|^6.0" ,
"symfony/process" : "^5.0|^6.0"
2022-07-11 19:27:00 +02:00
} ,
"type" : "library" ,
"autoload" : {
"psr-4" : {
"Giggsey\\Locale\\" : "src/"
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "Joshua Gigg" ,
"email" : "giggsey@gmail.com" ,
"homepage" : "https://giggsey.com/"
}
] ,
"description" : "Locale functions required by libphonenumber-for-php" ,
"support" : {
"issues" : "https://github.com/giggsey/Locale/issues" ,
2023-04-25 15:02:54 +02:00
"source" : "https://github.com/giggsey/Locale/tree/2.4"
2022-07-11 19:27:00 +02:00
} ,
2023-04-25 15:02:54 +02:00
"time" : "2023-04-13T07:40:58+00:00"
2022-07-11 19:27:00 +02:00
} ,
{
"name" : "graylog2/gelf-php" ,
"version" : "1.7.1" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/bzikarsky/gelf-php.git" ,
"reference" : "8dceab86227c184725479cc36ab5cae4da940f6e"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/bzikarsky/gelf-php/zipball/8dceab86227c184725479cc36ab5cae4da940f6e" ,
"reference" : "8dceab86227c184725479cc36ab5cae4da940f6e" ,
"shasum" : ""
} ,
"require" : {
"paragonie/constant_time_encoding" : "^1|^2" ,
"php" : ">=5.6" ,
"psr/log" : "^1.0|^2.0"
} ,
"provide" : {
"psr/log-implementation" : "~1.0"
} ,
"require-dev" : {
"phpunit/phpunit" : "^5.7|^6.5|^7.5" ,
"squizlabs/php_codesniffer" : "^3.3"
} ,
"type" : "library" ,
"extra" : {
"branch-alias" : {
"dev-master" : "1.4.x-dev"
}
} ,
"autoload" : {
"psr-4" : {
"Gelf\\" : "src/Gelf"
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "Benjamin Zikarsky" ,
"email" : "benjamin@zikarsky.de"
} ,
{
"name" : "gelf-php contributors" ,
"homepage" : "https://github.com/bzikarsky/gelf-php/contributors"
}
] ,
"description" : "A php implementation to send log-messages to a GELF compatible backend like Graylog2." ,
"support" : {
"issues" : "https://github.com/bzikarsky/gelf-php/issues" ,
"source" : "https://github.com/bzikarsky/gelf-php/tree/1.7.1"
} ,
"time" : "2021-08-20T09:39:08+00:00"
} ,
{
"name" : "guzzlehttp/guzzle" ,
2023-09-26 12:41:43 +02:00
"version" : "7.8.0" ,
2022-07-11 19:27:00 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/guzzle/guzzle.git" ,
2023-09-26 12:41:43 +02:00
"reference" : "1110f66a6530a40fe7aea0378fe608ee2b2248f9"
2022-07-11 19:27:00 +02:00
} ,
"dist" : {
"type" : "zip" ,
2023-09-26 12:41:43 +02:00
"url" : "https://api.github.com/repos/guzzle/guzzle/zipball/1110f66a6530a40fe7aea0378fe608ee2b2248f9" ,
"reference" : "1110f66a6530a40fe7aea0378fe608ee2b2248f9" ,
2022-07-11 19:27:00 +02:00
"shasum" : ""
} ,
"require" : {
"ext-json" : "*" ,
2023-09-26 12:41:43 +02:00
"guzzlehttp/promises" : "^1.5.3 || ^2.0.1" ,
"guzzlehttp/psr7" : "^1.9.1 || ^2.5.1" ,
2022-07-11 19:27:00 +02:00
"php" : "^7.2.5 || ^8.0" ,
"psr/http-client" : "^1.0" ,
"symfony/deprecation-contracts" : "^2.2 || ^3.0"
} ,
"provide" : {
"psr/http-client-implementation" : "1.0"
} ,
"require-dev" : {
2022-10-10 14:09:15 +02:00
"bamarni/composer-bin-plugin" : "^1.8.1" ,
2022-07-11 19:27:00 +02:00
"ext-curl" : "*" ,
2023-09-26 12:41:43 +02:00
"php-http/client-integration-tests" : "dev-master#2c025848417c1135031fdf9c728ee53d0a7ceaee as 3.0.999" ,
"php-http/message-factory" : "^1.1" ,
2022-10-10 14:09:15 +02:00
"phpunit/phpunit" : "^8.5.29 || ^9.5.23" ,
2022-07-11 19:27:00 +02:00
"psr/log" : "^1.1 || ^2.0 || ^3.0"
} ,
"suggest" : {
"ext-curl" : "Required for CURL handler support" ,
"ext-intl" : "Required for Internationalized Domain Name (IDN) support" ,
"psr/log" : "Required for using the Log middleware"
} ,
"type" : "library" ,
"extra" : {
2022-10-10 14:09:15 +02:00
"bamarni-bin" : {
"bin-links" : true ,
"forward-command" : false
2022-07-11 19:27:00 +02:00
}
} ,
"autoload" : {
"files" : [
"src/functions_include.php"
] ,
"psr-4" : {
"GuzzleHttp\\" : "src/"
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "Graham Campbell" ,
"email" : "hello@gjcampbell.co.uk" ,
"homepage" : "https://github.com/GrahamCampbell"
} ,
{
"name" : "Michael Dowling" ,
"email" : "mtdowling@gmail.com" ,
"homepage" : "https://github.com/mtdowling"
} ,
{
"name" : "Jeremy Lindblom" ,
"email" : "jeremeamia@gmail.com" ,
"homepage" : "https://github.com/jeremeamia"
} ,
{
"name" : "George Mponos" ,
"email" : "gmponos@gmail.com" ,
"homepage" : "https://github.com/gmponos"
} ,
{
"name" : "Tobias Nyholm" ,
"email" : "tobias.nyholm@gmail.com" ,
"homepage" : "https://github.com/Nyholm"
} ,
{
"name" : "Márk Sági-Kazár" ,
"email" : "mark.sagikazar@gmail.com" ,
"homepage" : "https://github.com/sagikazarmark"
} ,
{
"name" : "Tobias Schultze" ,
"email" : "webmaster@tubo-world.de" ,
"homepage" : "https://github.com/Tobion"
}
] ,
"description" : "Guzzle is a PHP HTTP client library" ,
"keywords" : [
"client" ,
"curl" ,
"framework" ,
"http" ,
"http client" ,
"psr-18" ,
"psr-7" ,
"rest" ,
"web service"
] ,
"support" : {
"issues" : "https://github.com/guzzle/guzzle/issues" ,
2023-09-26 12:41:43 +02:00
"source" : "https://github.com/guzzle/guzzle/tree/7.8.0"
2022-07-11 19:27:00 +02:00
} ,
"funding" : [
{
"url" : "https://github.com/GrahamCampbell" ,
"type" : "github"
} ,
{
"url" : "https://github.com/Nyholm" ,
"type" : "github"
} ,
{
"url" : "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle" ,
"type" : "tidelift"
}
] ,
2023-09-26 12:41:43 +02:00
"time" : "2023-08-27T10:20:53+00:00"
2022-07-11 19:27:00 +02:00
} ,
{
"name" : "guzzlehttp/promises" ,
2023-09-26 12:41:43 +02:00
"version" : "2.0.1" ,
2022-07-11 19:27:00 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/guzzle/promises.git" ,
2023-09-26 12:41:43 +02:00
"reference" : "111166291a0f8130081195ac4556a5587d7f1b5d"
2022-07-11 19:27:00 +02:00
} ,
"dist" : {
"type" : "zip" ,
2023-09-26 12:41:43 +02:00
"url" : "https://api.github.com/repos/guzzle/promises/zipball/111166291a0f8130081195ac4556a5587d7f1b5d" ,
"reference" : "111166291a0f8130081195ac4556a5587d7f1b5d" ,
2022-07-11 19:27:00 +02:00
"shasum" : ""
} ,
"require" : {
2023-09-26 12:41:43 +02:00
"php" : "^7.2.5 || ^8.0"
2022-07-11 19:27:00 +02:00
} ,
"require-dev" : {
2023-09-26 12:41:43 +02:00
"bamarni/composer-bin-plugin" : "^1.8.1" ,
"phpunit/phpunit" : "^8.5.29 || ^9.5.23"
2022-07-11 19:27:00 +02:00
} ,
"type" : "library" ,
"extra" : {
2023-09-26 12:41:43 +02:00
"bamarni-bin" : {
"bin-links" : true ,
"forward-command" : false
2022-07-11 19:27:00 +02:00
}
} ,
"autoload" : {
"psr-4" : {
"GuzzleHttp\\Promise\\" : "src/"
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "Graham Campbell" ,
"email" : "hello@gjcampbell.co.uk" ,
"homepage" : "https://github.com/GrahamCampbell"
} ,
{
"name" : "Michael Dowling" ,
"email" : "mtdowling@gmail.com" ,
"homepage" : "https://github.com/mtdowling"
} ,
{
"name" : "Tobias Nyholm" ,
"email" : "tobias.nyholm@gmail.com" ,
"homepage" : "https://github.com/Nyholm"
} ,
{
"name" : "Tobias Schultze" ,
"email" : "webmaster@tubo-world.de" ,
"homepage" : "https://github.com/Tobion"
}
] ,
"description" : "Guzzle promises library" ,
"keywords" : [
"promise"
] ,
"support" : {
"issues" : "https://github.com/guzzle/promises/issues" ,
2023-09-26 12:41:43 +02:00
"source" : "https://github.com/guzzle/promises/tree/2.0.1"
2022-07-11 19:27:00 +02:00
} ,
"funding" : [
{
"url" : "https://github.com/GrahamCampbell" ,
"type" : "github"
} ,
{
"url" : "https://github.com/Nyholm" ,
"type" : "github"
} ,
{
"url" : "https://tidelift.com/funding/github/packagist/guzzlehttp/promises" ,
"type" : "tidelift"
}
] ,
2023-09-26 12:41:43 +02:00
"time" : "2023-08-03T15:11:55+00:00"
2022-07-11 19:27:00 +02:00
} ,
{
"name" : "guzzlehttp/psr7" ,
2023-09-26 12:41:43 +02:00
"version" : "2.6.1" ,
2022-07-11 19:27:00 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/guzzle/psr7.git" ,
2023-09-26 12:41:43 +02:00
"reference" : "be45764272e8873c72dbe3d2edcfdfcc3bc9f727"
2022-07-11 19:27:00 +02:00
} ,
"dist" : {
"type" : "zip" ,
2023-09-26 12:41:43 +02:00
"url" : "https://api.github.com/repos/guzzle/psr7/zipball/be45764272e8873c72dbe3d2edcfdfcc3bc9f727" ,
"reference" : "be45764272e8873c72dbe3d2edcfdfcc3bc9f727" ,
2022-07-11 19:27:00 +02:00
"shasum" : ""
} ,
"require" : {
"php" : "^7.2.5 || ^8.0" ,
"psr/http-factory" : "^1.0" ,
2023-04-25 15:02:54 +02:00
"psr/http-message" : "^1.1 || ^2.0" ,
2022-07-11 19:27:00 +02:00
"ralouphie/getallheaders" : "^3.0"
} ,
"provide" : {
"psr/http-factory-implementation" : "1.0" ,
"psr/http-message-implementation" : "1.0"
} ,
"require-dev" : {
2022-10-10 14:09:15 +02:00
"bamarni/composer-bin-plugin" : "^1.8.1" ,
2022-07-11 19:27:00 +02:00
"http-interop/http-factory-tests" : "^0.9" ,
2022-10-10 14:09:15 +02:00
"phpunit/phpunit" : "^8.5.29 || ^9.5.23"
2022-07-11 19:27:00 +02:00
} ,
"suggest" : {
"laminas/laminas-httphandlerrunner" : "Emit PSR-7 responses"
} ,
"type" : "library" ,
"extra" : {
2022-10-10 14:09:15 +02:00
"bamarni-bin" : {
"bin-links" : true ,
"forward-command" : false
2022-07-11 19:27:00 +02:00
}
} ,
"autoload" : {
"psr-4" : {
"GuzzleHttp\\Psr7\\" : "src/"
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "Graham Campbell" ,
"email" : "hello@gjcampbell.co.uk" ,
"homepage" : "https://github.com/GrahamCampbell"
} ,
{
"name" : "Michael Dowling" ,
"email" : "mtdowling@gmail.com" ,
"homepage" : "https://github.com/mtdowling"
} ,
{
"name" : "George Mponos" ,
"email" : "gmponos@gmail.com" ,
"homepage" : "https://github.com/gmponos"
} ,
{
"name" : "Tobias Nyholm" ,
"email" : "tobias.nyholm@gmail.com" ,
"homepage" : "https://github.com/Nyholm"
} ,
{
"name" : "Márk Sági-Kazár" ,
"email" : "mark.sagikazar@gmail.com" ,
"homepage" : "https://github.com/sagikazarmark"
} ,
{
"name" : "Tobias Schultze" ,
"email" : "webmaster@tubo-world.de" ,
"homepage" : "https://github.com/Tobion"
} ,
{
"name" : "Márk Sági-Kazár" ,
"email" : "mark.sagikazar@gmail.com" ,
"homepage" : "https://sagikazarmark.hu"
}
] ,
"description" : "PSR-7 message implementation that also provides common utility methods" ,
"keywords" : [
"http" ,
"message" ,
"psr-7" ,
"request" ,
"response" ,
"stream" ,
"uri" ,
"url"
] ,
"support" : {
"issues" : "https://github.com/guzzle/psr7/issues" ,
2023-09-26 12:41:43 +02:00
"source" : "https://github.com/guzzle/psr7/tree/2.6.1"
2022-07-11 19:27:00 +02:00
} ,
"funding" : [
{
"url" : "https://github.com/GrahamCampbell" ,
"type" : "github"
} ,
{
"url" : "https://github.com/Nyholm" ,
"type" : "github"
} ,
{
"url" : "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7" ,
"type" : "tidelift"
}
] ,
2023-09-26 12:41:43 +02:00
"time" : "2023-08-27T10:13:57+00:00"
2022-07-11 19:27:00 +02:00
} ,
{
"name" : "guzzlehttp/uri-template" ,
2023-09-26 12:41:43 +02:00
"version" : "v1.0.2" ,
2022-07-11 19:27:00 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/guzzle/uri-template.git" ,
2023-09-26 12:41:43 +02:00
"reference" : "61bf437fc2197f587f6857d3ff903a24f1731b5d"
2022-07-11 19:27:00 +02:00
} ,
"dist" : {
"type" : "zip" ,
2023-09-26 12:41:43 +02:00
"url" : "https://api.github.com/repos/guzzle/uri-template/zipball/61bf437fc2197f587f6857d3ff903a24f1731b5d" ,
"reference" : "61bf437fc2197f587f6857d3ff903a24f1731b5d" ,
2022-07-11 19:27:00 +02:00
"shasum" : ""
} ,
"require" : {
2023-04-25 15:02:54 +02:00
"php" : "^7.2.5 || ^8.0" ,
2022-07-11 19:27:00 +02:00
"symfony/polyfill-php80" : "^1.17"
} ,
"require-dev" : {
2023-09-26 12:41:43 +02:00
"bamarni/composer-bin-plugin" : "^1.8.1" ,
2023-04-25 15:02:54 +02:00
"phpunit/phpunit" : "^8.5.19 || ^9.5.8" ,
2022-07-11 19:27:00 +02:00
"uri-template/tests" : "1.0.0"
} ,
"type" : "library" ,
"autoload" : {
"psr-4" : {
"GuzzleHttp\\UriTemplate\\" : "src"
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
2023-04-25 15:02:54 +02:00
{
"name" : "Graham Campbell" ,
"email" : "hello@gjcampbell.co.uk" ,
"homepage" : "https://github.com/GrahamCampbell"
} ,
{
"name" : "Michael Dowling" ,
"email" : "mtdowling@gmail.com" ,
"homepage" : "https://github.com/mtdowling"
} ,
2022-07-11 19:27:00 +02:00
{
"name" : "George Mponos" ,
"email" : "gmponos@gmail.com" ,
2023-04-25 15:02:54 +02:00
"homepage" : "https://github.com/gmponos"
} ,
{
"name" : "Tobias Nyholm" ,
"email" : "tobias.nyholm@gmail.com" ,
"homepage" : "https://github.com/Nyholm"
2022-07-11 19:27:00 +02:00
}
] ,
"description" : "A polyfill class for uri_template of PHP" ,
"keywords" : [
"guzzlehttp" ,
"uri-template"
] ,
"support" : {
"issues" : "https://github.com/guzzle/uri-template/issues" ,
2023-09-26 12:41:43 +02:00
"source" : "https://github.com/guzzle/uri-template/tree/v1.0.2"
2022-07-11 19:27:00 +02:00
} ,
"funding" : [
{
"url" : "https://github.com/GrahamCampbell" ,
"type" : "github"
} ,
{
2023-04-25 15:02:54 +02:00
"url" : "https://github.com/Nyholm" ,
2022-07-11 19:27:00 +02:00
"type" : "github"
2023-04-25 15:02:54 +02:00
} ,
{
"url" : "https://tidelift.com/funding/github/packagist/guzzlehttp/uri-template" ,
"type" : "tidelift"
2022-07-11 19:27:00 +02:00
}
] ,
2023-09-26 12:41:43 +02:00
"time" : "2023-08-27T10:19:19+00:00"
2022-07-11 19:27:00 +02:00
} ,
{
"name" : "justinrainbow/json-schema" ,
"version" : "5.2.12" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/justinrainbow/json-schema.git" ,
"reference" : "ad87d5a5ca981228e0e205c2bc7dfb8e24559b60"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/justinrainbow/json-schema/zipball/ad87d5a5ca981228e0e205c2bc7dfb8e24559b60" ,
"reference" : "ad87d5a5ca981228e0e205c2bc7dfb8e24559b60" ,
"shasum" : ""
} ,
"require" : {
"php" : ">=5.3.3"
} ,
"require-dev" : {
"friendsofphp/php-cs-fixer" : "~2.2.20||~2.15.1" ,
"json-schema/json-schema-test-suite" : "1.2.0" ,
"phpunit/phpunit" : "^4.8.35"
} ,
"bin" : [
"bin/validate-json"
] ,
"type" : "library" ,
"extra" : {
"branch-alias" : {
"dev-master" : "5.0.x-dev"
}
} ,
"autoload" : {
"psr-4" : {
"JsonSchema\\" : "src/JsonSchema/"
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "Bruno Prieto Reis" ,
"email" : "bruno.p.reis@gmail.com"
} ,
{
"name" : "Justin Rainbow" ,
"email" : "justin.rainbow@gmail.com"
} ,
{
"name" : "Igor Wiedler" ,
"email" : "igor@wiedler.ch"
} ,
{
"name" : "Robert Schönthal" ,
"email" : "seroscho@googlemail.com"
}
] ,
"description" : "A library to validate a json schema." ,
"homepage" : "https://github.com/justinrainbow/json-schema" ,
"keywords" : [
"json" ,
"schema"
] ,
"support" : {
"issues" : "https://github.com/justinrainbow/json-schema/issues" ,
"source" : "https://github.com/justinrainbow/json-schema/tree/5.2.12"
} ,
"time" : "2022-04-13T08:02:27+00:00"
} ,
{
"name" : "knplabs/knp-menu" ,
2023-09-26 12:41:43 +02:00
"version" : "v3.4.0" ,
2022-07-11 19:27:00 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/KnpLabs/KnpMenu.git" ,
2023-09-26 12:41:43 +02:00
"reference" : "bf7d89a7ef406fd2ec1aae6f30f722e844bf6d31"
2022-07-11 19:27:00 +02:00
} ,
"dist" : {
"type" : "zip" ,
2023-09-26 12:41:43 +02:00
"url" : "https://api.github.com/repos/KnpLabs/KnpMenu/zipball/bf7d89a7ef406fd2ec1aae6f30f722e844bf6d31" ,
"reference" : "bf7d89a7ef406fd2ec1aae6f30f722e844bf6d31" ,
2022-07-11 19:27:00 +02:00
"shasum" : ""
} ,
"require" : {
2023-09-26 12:41:43 +02:00
"php" : "^8.0"
2022-07-11 19:27:00 +02:00
} ,
"conflict" : {
2023-09-26 12:41:43 +02:00
"twig/twig" : "<1.42.3 || >=2,<2.9"
2022-07-11 19:27:00 +02:00
} ,
"require-dev" : {
2023-09-26 12:41:43 +02:00
"phpstan/phpstan" : "^1.10" ,
"phpunit/phpunit" : "^9.6" ,
2022-07-11 19:27:00 +02:00
"psr/container" : "^1.0" ,
2023-09-26 12:41:43 +02:00
"symfony/http-foundation" : "^5.4 || ^6.0" ,
"symfony/phpunit-bridge" : "^6.2" ,
"symfony/routing" : "^5.4 || ^6.0" ,
"twig/twig" : "^2.9 || ^3.0"
2022-07-11 19:27:00 +02:00
} ,
"suggest" : {
"twig/twig" : "for the TwigRenderer and the integration with your templates"
} ,
"type" : "library" ,
"extra" : {
"branch-alias" : {
2023-09-26 12:41:43 +02:00
"dev-master" : "3.x-dev"
2022-07-11 19:27:00 +02:00
}
} ,
"autoload" : {
"psr-4" : {
"Knp\\Menu\\" : "src/Knp/Menu"
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "KnpLabs" ,
"homepage" : "https://knplabs.com"
} ,
{
"name" : "Christophe Coevoet" ,
"email" : "stof@notk.org"
} ,
{
"name" : "The Community" ,
"homepage" : "https://github.com/KnpLabs/KnpMenu/contributors"
}
] ,
"description" : "An object oriented menu library" ,
"homepage" : "https://knplabs.com" ,
"keywords" : [
"menu" ,
"tree"
] ,
"support" : {
"issues" : "https://github.com/KnpLabs/KnpMenu/issues" ,
2023-09-26 12:41:43 +02:00
"source" : "https://github.com/KnpLabs/KnpMenu/tree/v3.4.0"
2022-07-11 19:27:00 +02:00
} ,
2023-09-26 12:41:43 +02:00
"time" : "2023-05-17T18:48:46+00:00"
2022-07-11 19:27:00 +02:00
} ,
{
"name" : "knplabs/knp-menu-bundle" ,
"version" : "v3.2.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/KnpLabs/KnpMenuBundle.git" ,
"reference" : "a0b4224f872d74ae939589eb1ccf0e11291370a9"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/KnpLabs/KnpMenuBundle/zipball/a0b4224f872d74ae939589eb1ccf0e11291370a9" ,
"reference" : "a0b4224f872d74ae939589eb1ccf0e11291370a9" ,
"shasum" : ""
} ,
"require" : {
"knplabs/knp-menu" : "^3.1" ,
"php" : "^7.2 || ^8.0" ,
"symfony/framework-bundle" : "^3.4 | ^4.4 | ^5.0 | ^6.0"
} ,
"require-dev" : {
"phpunit/phpunit" : "^8.5 | ^9.5" ,
"symfony/expression-language" : "^3.4 | ^4.4 | ^5.0 | ^6.0" ,
"symfony/phpunit-bridge" : "^5.2 | ^6.0" ,
"symfony/templating" : "^3.4 | ^4.4 | ^5.0 | ^6.0"
} ,
"type" : "symfony-bundle" ,
"extra" : {
"branch-alias" : {
"dev-master" : "3.x-dev"
}
} ,
"autoload" : {
"psr-4" : {
"Knp\\Bundle\\MenuBundle\\" : "src"
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "Knplabs" ,
"homepage" : "http://knplabs.com"
} ,
{
"name" : "Christophe Coevoet" ,
"email" : "stof@notk.org"
} ,
{
"name" : "Symfony Community" ,
"homepage" : "https://github.com/KnpLabs/KnpMenuBundle/contributors"
}
] ,
"description" : "This bundle provides an integration of the KnpMenu library" ,
"keywords" : [
"menu"
] ,
"support" : {
"issues" : "https://github.com/KnpLabs/KnpMenuBundle/issues" ,
"source" : "https://github.com/KnpLabs/KnpMenuBundle/tree/v3.2.0"
} ,
"time" : "2021-10-24T07:53:34+00:00"
} ,
{
"name" : "knplabs/knp-time-bundle" ,
"version" : "v1.19.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/KnpLabs/KnpTimeBundle.git" ,
"reference" : "56e4d154bcd14c1b67c0d1defa1e7d00d27430e3"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/KnpLabs/KnpTimeBundle/zipball/56e4d154bcd14c1b67c0d1defa1e7d00d27430e3" ,
"reference" : "56e4d154bcd14c1b67c0d1defa1e7d00d27430e3" ,
"shasum" : ""
} ,
"require" : {
"php" : ">=7.2.5" ,
"symfony/config" : "^4.3|^5.0|^6.0" ,
"symfony/dependency-injection" : "^4.3|^5.0|^6.0" ,
"symfony/translation" : "^4.3|^5.0|^6.0"
} ,
"conflict" : {
"phpunit/phpunit" : "<8.0"
} ,
"require-dev" : {
"symfony/framework-bundle" : "^4.3|^5.0|^6.0" ,
"symfony/phpunit-bridge" : "^5.2|^6.0" ,
"symfony/templating" : "^4.3|^5.0|^6.0" ,
"symfony/twig-bundle" : "^4.3|^5.0|^6.0"
} ,
"suggest" : {
"symfony/twig-bundle" : "to use the Twig `time_diff()` function or `|ago` filter"
} ,
"type" : "symfony-bundle" ,
"extra" : {
"branch-alias" : {
"dev-master" : "1.1.x-dev"
}
} ,
"autoload" : {
"psr-4" : {
"Knp\\Bundle\\TimeBundle\\" : ""
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "KnpLabs Team" ,
"homepage" : "http://knplabs.com"
} ,
{
"name" : "Symfony Community" ,
"homepage" : "http://github.com/KnpLabs/KnpTimeBundle/contributors"
}
] ,
"description" : "Making your dates look sensible and descriptive" ,
"homepage" : "http://github.com/KnpLabs/KnpTimeBundle" ,
"keywords" : [
"bundle" ,
"date" ,
"descriptive time" ,
"knp" ,
"knplabs" ,
"time"
] ,
"support" : {
"issues" : "https://github.com/KnpLabs/KnpTimeBundle/issues" ,
"source" : "https://github.com/KnpLabs/KnpTimeBundle/tree/v1.19.0"
} ,
"time" : "2022-05-10T00:14:22+00:00"
} ,
2022-12-24 15:40:18 +01:00
{
"name" : "knpuniversity/oauth2-client-bundle" ,
2023-09-26 12:41:43 +02:00
"version" : "v2.15.0" ,
2022-12-24 15:40:18 +01:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/knpuniversity/oauth2-client-bundle.git" ,
2023-09-26 12:41:43 +02:00
"reference" : "9df0736d02eb20b953ec8e9986743611747d9ed9"
2022-12-24 15:40:18 +01:00
} ,
"dist" : {
"type" : "zip" ,
2023-09-26 12:41:43 +02:00
"url" : "https://api.github.com/repos/knpuniversity/oauth2-client-bundle/zipball/9df0736d02eb20b953ec8e9986743611747d9ed9" ,
"reference" : "9df0736d02eb20b953ec8e9986743611747d9ed9" ,
2022-12-24 15:40:18 +01:00
"shasum" : ""
} ,
"require" : {
"league/oauth2-client" : "^2.0" ,
2023-03-30 18:08:02 +02:00
"php" : ">=7.4" ,
2022-12-24 15:40:18 +01:00
"symfony/dependency-injection" : "^4.4|^5.0|^6.0" ,
"symfony/framework-bundle" : "^4.4|^5.0|^6.0" ,
"symfony/http-foundation" : "^4.4|^5.0|^6.0" ,
"symfony/routing" : "^4.4|^5.0|^6.0"
} ,
"require-dev" : {
"league/oauth2-facebook" : "^1.1|^2.0" ,
"phpstan/phpstan" : "^0.12" ,
"symfony/phpunit-bridge" : "^5.3.1|^6.0" ,
"symfony/security-guard" : "^4.4|^5.0|^6.0" ,
"symfony/yaml" : "^4.4|^5.0|^6.0"
} ,
"suggest" : {
"symfony/security-guard" : "For integration with Symfony's Guard Security layer"
} ,
"type" : "symfony-bundle" ,
"autoload" : {
"psr-4" : {
"KnpU\\OAuth2ClientBundle\\" : "src/"
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "Ryan Weaver" ,
"email" : "ryan@symfonycasts.com"
}
] ,
"description" : "Integration with league/oauth2-client to provide services" ,
"homepage" : "https://symfonycasts.com" ,
"keywords" : [
"oauth" ,
"oauth2"
] ,
"support" : {
"issues" : "https://github.com/knpuniversity/oauth2-client-bundle/issues" ,
2023-09-26 12:41:43 +02:00
"source" : "https://github.com/knpuniversity/oauth2-client-bundle/tree/v2.15.0"
2022-12-24 15:40:18 +01:00
} ,
2023-09-26 12:41:43 +02:00
"time" : "2023-05-03T16:44:38+00:00"
2022-07-11 19:27:00 +02:00
} ,
{
"name" : "laminas/laminas-escaper" ,
2022-10-10 14:09:15 +02:00
"version" : "2.12.0" ,
2022-07-11 19:27:00 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/laminas/laminas-escaper.git" ,
2022-10-10 14:09:15 +02:00
"reference" : "ee7a4c37bf3d0e8c03635d5bddb5bb3184ead490"
2022-07-11 19:27:00 +02:00
} ,
"dist" : {
"type" : "zip" ,
2022-10-10 14:09:15 +02:00
"url" : "https://api.github.com/repos/laminas/laminas-escaper/zipball/ee7a4c37bf3d0e8c03635d5bddb5bb3184ead490" ,
"reference" : "ee7a4c37bf3d0e8c03635d5bddb5bb3184ead490" ,
2022-07-11 19:27:00 +02:00
"shasum" : ""
} ,
"require" : {
"ext-ctype" : "*" ,
"ext-mbstring" : "*" ,
2022-10-10 14:09:15 +02:00
"php" : "^7.4 || ~8.0.0 || ~8.1.0 || ~8.2.0"
2022-07-11 19:27:00 +02:00
} ,
"conflict" : {
"zendframework/zend-escaper" : "*"
} ,
"require-dev" : {
"infection/infection" : "^0.26.6" ,
2022-10-10 14:09:15 +02:00
"laminas/laminas-coding-standard" : "~2.4.0" ,
2022-07-11 19:27:00 +02:00
"maglnet/composer-require-checker" : "^3.8.0" ,
"phpunit/phpunit" : "^9.5.18" ,
2022-10-10 14:09:15 +02:00
"psalm/plugin-phpunit" : "^0.17.0" ,
2022-07-11 19:27:00 +02:00
"vimeo/psalm" : "^4.22.0"
} ,
"type" : "library" ,
"autoload" : {
"psr-4" : {
"Laminas\\Escaper\\" : "src/"
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"BSD-3-Clause"
] ,
"description" : "Securely and safely escape HTML, HTML attributes, JavaScript, CSS, and URLs" ,
"homepage" : "https://laminas.dev" ,
"keywords" : [
"escaper" ,
"laminas"
] ,
"support" : {
"chat" : "https://laminas.dev/chat" ,
"docs" : "https://docs.laminas.dev/laminas-escaper/" ,
"forum" : "https://discourse.laminas.dev" ,
"issues" : "https://github.com/laminas/laminas-escaper/issues" ,
"rss" : "https://github.com/laminas/laminas-escaper/releases.atom" ,
"source" : "https://github.com/laminas/laminas-escaper"
} ,
"funding" : [
{
"url" : "https://funding.communitybridge.org/projects/laminas-project" ,
"type" : "community_bridge"
}
] ,
2022-10-10 14:09:15 +02:00
"time" : "2022-10-10T10:11:09+00:00"
2022-07-11 19:27:00 +02:00
} ,
2023-01-07 21:11:01 +01:00
{
"name" : "lcobucci/clock" ,
2023-03-30 18:08:02 +02:00
"version" : "3.1.0" ,
2023-01-07 21:11:01 +01:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/lcobucci/clock.git" ,
2023-03-30 18:08:02 +02:00
"reference" : "30a854ceb22bd87d83a7a4563b3f6312453945fc"
2023-01-07 21:11:01 +01:00
} ,
"dist" : {
"type" : "zip" ,
2023-03-30 18:08:02 +02:00
"url" : "https://api.github.com/repos/lcobucci/clock/zipball/30a854ceb22bd87d83a7a4563b3f6312453945fc" ,
"reference" : "30a854ceb22bd87d83a7a4563b3f6312453945fc" ,
2023-01-07 21:11:01 +01:00
"shasum" : ""
} ,
"require" : {
2023-03-30 18:08:02 +02:00
"php" : "~8.2.0" ,
"psr/clock" : "^1.0"
} ,
"provide" : {
"psr/clock-implementation" : "1.0"
2023-01-07 21:11:01 +01:00
} ,
"require-dev" : {
2023-03-30 18:08:02 +02:00
"infection/infection" : "^0.26" ,
"lcobucci/coding-standard" : "^10.0.0" ,
"phpstan/extension-installer" : "^1.2" ,
"phpstan/phpstan" : "^1.10.7" ,
"phpstan/phpstan-deprecation-rules" : "^1.1.3" ,
"phpstan/phpstan-phpunit" : "^1.3.10" ,
"phpstan/phpstan-strict-rules" : "^1.5.0" ,
"phpunit/phpunit" : "^10.0.17"
2023-01-07 21:11:01 +01:00
} ,
"type" : "library" ,
"autoload" : {
"psr-4" : {
"Lcobucci\\Clock\\" : "src"
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "Luís Cobucci" ,
"email" : "lcobucci@gmail.com"
}
] ,
"description" : "Yet another clock abstraction" ,
"support" : {
"issues" : "https://github.com/lcobucci/clock/issues" ,
2023-03-30 18:08:02 +02:00
"source" : "https://github.com/lcobucci/clock/tree/3.1.0"
2023-01-07 21:11:01 +01:00
} ,
"funding" : [
{
"url" : "https://github.com/lcobucci" ,
"type" : "github"
} ,
{
"url" : "https://www.patreon.com/lcobucci" ,
"type" : "patreon"
}
] ,
2023-03-30 18:08:02 +02:00
"time" : "2023-03-20T19:12:25+00:00"
2023-01-07 21:11:01 +01:00
} ,
{
"name" : "lcobucci/jwt" ,
2023-09-26 12:41:43 +02:00
"version" : "5.0.0" ,
2023-01-07 21:11:01 +01:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/lcobucci/jwt.git" ,
2023-09-26 12:41:43 +02:00
"reference" : "47bdb0e0b5d00c2f89ebe33e7e384c77e84e7c34"
2023-01-07 21:11:01 +01:00
} ,
"dist" : {
"type" : "zip" ,
2023-09-26 12:41:43 +02:00
"url" : "https://api.github.com/repos/lcobucci/jwt/zipball/47bdb0e0b5d00c2f89ebe33e7e384c77e84e7c34" ,
"reference" : "47bdb0e0b5d00c2f89ebe33e7e384c77e84e7c34" ,
2023-01-07 21:11:01 +01:00
"shasum" : ""
} ,
"require" : {
"ext-hash" : "*" ,
"ext-json" : "*" ,
"ext-openssl" : "*" ,
"ext-sodium" : "*" ,
2023-09-26 12:41:43 +02:00
"php" : "~8.1.0 || ~8.2.0" ,
"psr/clock" : "^1.0"
2023-01-07 21:11:01 +01:00
} ,
"require-dev" : {
2023-09-26 12:41:43 +02:00
"infection/infection" : "^0.26.19" ,
"lcobucci/clock" : "^3.0" ,
"lcobucci/coding-standard" : "^9.0" ,
"phpbench/phpbench" : "^1.2.8" ,
"phpstan/extension-installer" : "^1.2" ,
"phpstan/phpstan" : "^1.10.3" ,
"phpstan/phpstan-deprecation-rules" : "^1.1.2" ,
"phpstan/phpstan-phpunit" : "^1.3.8" ,
"phpstan/phpstan-strict-rules" : "^1.5.0" ,
"phpunit/phpunit" : "^10.0.12"
} ,
"suggest" : {
"lcobucci/clock" : ">= 3.0"
2023-01-07 21:11:01 +01:00
} ,
"type" : "library" ,
"autoload" : {
"psr-4" : {
"Lcobucci\\JWT\\" : "src"
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"BSD-3-Clause"
] ,
"authors" : [
{
"name" : "Luís Cobucci" ,
"email" : "lcobucci@gmail.com" ,
"role" : "Developer"
}
] ,
"description" : "A simple library to work with JSON Web Token and JSON Web Signature" ,
"keywords" : [
"JWS" ,
"jwt"
] ,
"support" : {
"issues" : "https://github.com/lcobucci/jwt/issues" ,
2023-09-26 12:41:43 +02:00
"source" : "https://github.com/lcobucci/jwt/tree/5.0.0"
2023-01-07 21:11:01 +01:00
} ,
"funding" : [
{
"url" : "https://github.com/lcobucci" ,
"type" : "github"
} ,
{
"url" : "https://www.patreon.com/lcobucci" ,
"type" : "patreon"
}
] ,
2023-09-26 12:41:43 +02:00
"time" : "2023-02-25T21:35:16+00:00"
2023-01-07 21:11:01 +01:00
} ,
2022-07-11 19:27:00 +02:00
{
"name" : "league/csv" ,
2023-09-26 12:41:43 +02:00
"version" : "9.11.0" ,
2022-07-11 19:27:00 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/thephpleague/csv.git" ,
2023-09-26 12:41:43 +02:00
"reference" : "33149c4bea4949aa4fa3d03fb11ed28682168b39"
2022-07-11 19:27:00 +02:00
} ,
"dist" : {
"type" : "zip" ,
2023-09-26 12:41:43 +02:00
"url" : "https://api.github.com/repos/thephpleague/csv/zipball/33149c4bea4949aa4fa3d03fb11ed28682168b39" ,
"reference" : "33149c4bea4949aa4fa3d03fb11ed28682168b39" ,
2022-07-11 19:27:00 +02:00
"shasum" : ""
} ,
"require" : {
"ext-json" : "*" ,
"ext-mbstring" : "*" ,
2023-03-30 18:08:02 +02:00
"php" : "^8.1.2"
2022-07-11 19:27:00 +02:00
} ,
"require-dev" : {
2023-09-26 12:41:43 +02:00
"doctrine/collections" : "^2.1.3" ,
2022-07-11 19:27:00 +02:00
"ext-dom" : "*" ,
2023-03-30 18:08:02 +02:00
"ext-xdebug" : "*" ,
2023-09-26 12:41:43 +02:00
"friendsofphp/php-cs-fixer" : "^v3.22.0" ,
"phpbench/phpbench" : "^1.2.14" ,
"phpstan/phpstan" : "^1.10.26" ,
"phpstan/phpstan-deprecation-rules" : "^1.1.3" ,
"phpstan/phpstan-phpunit" : "^1.3.13" ,
"phpstan/phpstan-strict-rules" : "^1.5.1" ,
"phpunit/phpunit" : "^10.3.1" ,
"symfony/var-dumper" : "^6.3.3"
2022-07-11 19:27:00 +02:00
} ,
"suggest" : {
2023-03-30 18:08:02 +02:00
"ext-dom" : "Required to use the XMLConverter and the HTMLConverter classes" ,
2022-07-11 19:27:00 +02:00
"ext-iconv" : "Needed to ease transcoding CSV using iconv stream filters"
} ,
"type" : "library" ,
"extra" : {
"branch-alias" : {
"dev-master" : "9.x-dev"
}
} ,
"autoload" : {
"files" : [
"src/functions_include.php"
] ,
"psr-4" : {
"League\\Csv\\" : "src"
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "Ignace Nyamagana Butera" ,
"email" : "nyamsprod@gmail.com" ,
"homepage" : "https://github.com/nyamsprod/" ,
"role" : "Developer"
}
] ,
"description" : "CSV data manipulation made easy in PHP" ,
"homepage" : "https://csv.thephpleague.com" ,
"keywords" : [
"convert" ,
"csv" ,
"export" ,
"filter" ,
"import" ,
"read" ,
"transform" ,
"write"
] ,
"support" : {
"docs" : "https://csv.thephpleague.com" ,
"issues" : "https://github.com/thephpleague/csv/issues" ,
"rss" : "https://github.com/thephpleague/csv/releases.atom" ,
"source" : "https://github.com/thephpleague/csv"
} ,
"funding" : [
{
"url" : "https://github.com/sponsors/nyamsprod" ,
"type" : "github"
}
] ,
2023-09-26 12:41:43 +02:00
"time" : "2023-09-23T10:09:54+00:00"
2022-07-11 19:27:00 +02:00
} ,
2022-12-24 15:40:18 +01:00
{
"name" : "league/oauth2-client" ,
2023-04-25 15:02:54 +02:00
"version" : "2.7.0" ,
2022-12-24 15:40:18 +01:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/thephpleague/oauth2-client.git" ,
2023-04-25 15:02:54 +02:00
"reference" : "160d6274b03562ebeb55ed18399281d8118b76c8"
2022-12-24 15:40:18 +01:00
} ,
"dist" : {
"type" : "zip" ,
2023-04-25 15:02:54 +02:00
"url" : "https://api.github.com/repos/thephpleague/oauth2-client/zipball/160d6274b03562ebeb55ed18399281d8118b76c8" ,
"reference" : "160d6274b03562ebeb55ed18399281d8118b76c8" ,
2022-12-24 15:40:18 +01:00
"shasum" : ""
} ,
"require" : {
"guzzlehttp/guzzle" : "^6.0 || ^7.0" ,
"paragonie/random_compat" : "^1 || ^2 || ^9.99" ,
"php" : "^5.6 || ^7.0 || ^8.0"
} ,
"require-dev" : {
"mockery/mockery" : "^1.3.5" ,
"php-parallel-lint/php-parallel-lint" : "^1.3.1" ,
"phpunit/phpunit" : "^5.7 || ^6.0 || ^9.5" ,
"squizlabs/php_codesniffer" : "^2.3 || ^3.0"
} ,
"type" : "library" ,
"extra" : {
"branch-alias" : {
"dev-2.x" : "2.0.x-dev"
}
} ,
"autoload" : {
"psr-4" : {
"League\\OAuth2\\Client\\" : "src/"
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "Alex Bilbie" ,
"email" : "hello@alexbilbie.com" ,
"homepage" : "http://www.alexbilbie.com" ,
"role" : "Developer"
} ,
{
"name" : "Woody Gilk" ,
"homepage" : "https://github.com/shadowhand" ,
"role" : "Contributor"
}
] ,
"description" : "OAuth 2.0 Client Library" ,
"keywords" : [
"Authentication" ,
"SSO" ,
"authorization" ,
"identity" ,
"idp" ,
"oauth" ,
"oauth2" ,
"single sign on"
] ,
"support" : {
"issues" : "https://github.com/thephpleague/oauth2-client/issues" ,
2023-04-25 15:02:54 +02:00
"source" : "https://github.com/thephpleague/oauth2-client/tree/2.7.0"
2022-12-24 15:40:18 +01:00
} ,
2023-04-25 15:02:54 +02:00
"time" : "2023-04-16T18:19:15+00:00"
2022-12-24 15:40:18 +01:00
} ,
2023-01-07 21:11:01 +01:00
{
"name" : "lexik/jwt-authentication-bundle" ,
2023-09-26 12:41:43 +02:00
"version" : "v2.19.1" ,
2023-01-07 21:11:01 +01:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/lexik/LexikJWTAuthenticationBundle.git" ,
2023-09-26 12:41:43 +02:00
"reference" : "2db3658bcb7902b63f09f23ebbefa77a94d3f55d"
2023-01-07 21:11:01 +01:00
} ,
"dist" : {
"type" : "zip" ,
2023-09-26 12:41:43 +02:00
"url" : "https://api.github.com/repos/lexik/LexikJWTAuthenticationBundle/zipball/2db3658bcb7902b63f09f23ebbefa77a94d3f55d" ,
"reference" : "2db3658bcb7902b63f09f23ebbefa77a94d3f55d" ,
2023-01-07 21:11:01 +01:00
"shasum" : ""
} ,
"require" : {
"ext-openssl" : "*" ,
2023-09-26 12:41:43 +02:00
"lcobucci/clock" : "^1.2|^2.0|^3.0" ,
"lcobucci/jwt" : "^3.4|^4.1|^5.0" ,
2023-01-07 21:11:01 +01:00
"namshi/jose" : "^7.2" ,
"php" : ">=7.1" ,
"symfony/config" : "^4.4|^5.3|^6.0" ,
"symfony/dependency-injection" : "^4.4|^5.3|^6.0" ,
"symfony/deprecation-contracts" : "^2.4|^3.0" ,
"symfony/event-dispatcher" : "^4.4|^5.3|^6.0" ,
"symfony/http-foundation" : "^4.4|^5.3|^6.0" ,
"symfony/http-kernel" : "^4.4|^5.3|^6.0" ,
"symfony/property-access" : "^4.4|^5.3|^6.0" ,
"symfony/security-bundle" : "^4.4|^5.3|^6.0" ,
"symfony/translation-contracts" : "^1.0|^2.0|^3.0"
} ,
"conflict" : {
"symfony/console" : "<4.4"
} ,
"require-dev" : {
2023-03-30 18:08:02 +02:00
"symfony/browser-kit" : "^5.4|^6.0" ,
2023-01-07 21:11:01 +01:00
"symfony/console" : "^4.4|^5.3|^6.0" ,
2023-03-30 18:08:02 +02:00
"symfony/dom-crawler" : "^5.4|^6.0" ,
2023-01-07 21:11:01 +01:00
"symfony/filesystem" : "^4.4|^5.3|^6.0" ,
"symfony/framework-bundle" : "^4.4|^5.3|^6.0" ,
"symfony/phpunit-bridge" : "^4.4|^5.3|^6.0" ,
"symfony/security-guard" : "^4.4|^5.3" ,
"symfony/var-dumper" : "^4.4|^5.3|^6.0" ,
"symfony/yaml" : "^4.4|^5.3|^6.0"
} ,
"suggest" : {
"gesdinet/jwt-refresh-token-bundle" : "Implements a refresh token system over Json Web Tokens in Symfony" ,
"spomky-labs/lexik-jose-bridge" : "Provides a JWT Token encoder with encryption support"
} ,
"type" : "symfony-bundle" ,
"autoload" : {
"psr-4" : {
"Lexik\\Bundle\\JWTAuthenticationBundle\\" : ""
} ,
"exclude-from-classmap" : [
"/Tests/"
]
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "Jeremy Barthe" ,
"email" : "j.barthe@lexik.fr" ,
"homepage" : "https://github.com/jeremyb"
} ,
{
"name" : "Nicolas Cabot" ,
"email" : "n.cabot@lexik.fr" ,
"homepage" : "https://github.com/slashfan"
} ,
{
"name" : "Cedric Girard" ,
"email" : "c.girard@lexik.fr" ,
"homepage" : "https://github.com/cedric-g"
} ,
{
"name" : "Dev Lexik" ,
"email" : "dev@lexik.fr" ,
"homepage" : "https://github.com/lexik"
} ,
{
"name" : "Robin Chalas" ,
"email" : "robin.chalas@gmail.com" ,
"homepage" : "https://github.com/chalasr"
} ,
{
"name" : "Lexik Community" ,
"homepage" : "https://github.com/lexik/LexikJWTAuthenticationBundle/graphs/contributors"
}
] ,
"description" : "This bundle provides JWT authentication for your Symfony REST API" ,
"homepage" : "https://github.com/lexik/LexikJWTAuthenticationBundle" ,
"keywords" : [
"Authentication" ,
"JWS" ,
"api" ,
"bundle" ,
"jwt" ,
"rest" ,
"symfony"
] ,
"support" : {
"issues" : "https://github.com/lexik/LexikJWTAuthenticationBundle/issues" ,
2023-09-26 12:41:43 +02:00
"source" : "https://github.com/lexik/LexikJWTAuthenticationBundle/tree/v2.19.1"
2023-01-07 21:11:01 +01:00
} ,
"funding" : [
{
"url" : "https://github.com/chalasr" ,
"type" : "github"
} ,
{
"url" : "https://tidelift.com/funding/github/packagist/lexik/jwt-authentication-bundle" ,
"type" : "tidelift"
}
] ,
2023-09-26 12:41:43 +02:00
"time" : "2023-07-04T01:04:21+00:00"
2023-01-07 21:11:01 +01:00
} ,
2022-07-11 19:27:00 +02:00
{
"name" : "loophp/psr-http-message-bridge-bundle" ,
"version" : "1.0.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/loophp/psr-http-message-bridge-bundle.git" ,
"reference" : "ae719550b3919846cd1d8c072a5b1d98e4925180"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/loophp/psr-http-message-bridge-bundle/zipball/ae719550b3919846cd1d8c072a5b1d98e4925180" ,
"reference" : "ae719550b3919846cd1d8c072a5b1d98e4925180" ,
"shasum" : ""
} ,
"require" : {
"php" : ">= 7.3" ,
"symfony/psr-http-message-bridge" : "^1 || ^2"
} ,
"require-dev" : {
"drupol/php-conventions" : "^5" ,
"friends-of-phpspec/phpspec-code-coverage" : "^6" ,
"infection/infection" : "^0.23" ,
"infection/phpspec-adapter" : "^0.1.1" ,
"phpspec/phpspec" : "^7.1" ,
"symfony/framework-bundle" : "^5.3" ,
"symfony/http-kernel" : "^5.1.6"
} ,
"type" : "symfony-bundle" ,
"autoload" : {
"psr-4" : {
"loophp\\PsrHttpMessageBridgeBundle\\" : "src/"
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "Pol Dellaiera" ,
"email" : "pol.dellaiera@protonmail.com"
}
] ,
"description" : "Register symfony/psr-http-message-bridge classes in your Symfony application." ,
"homepage" : "http://github.com/loophp/psr-http-message-bridge-bundle" ,
"keywords" : [
"http" ,
"psr-17" ,
"psr-7" ,
"psr-http-message-bridge" ,
"symfony-bundle"
] ,
"support" : {
"issues" : "https://github.com/loophp/psr-http-message-bridge-bundle/issues" ,
"source" : "https://github.com/loophp/psr-http-message-bridge-bundle/tree/1.0.0"
} ,
"funding" : [
{
"url" : "https://www.paypal.me/drupol" ,
"type" : "custom"
} ,
{
"url" : "https://github.com/drupol" ,
"type" : "github"
}
] ,
"time" : "2021-07-21T20:28:53+00:00"
} ,
{
"name" : "loophp/psr17" ,
2023-09-26 12:41:43 +02:00
"version" : "1.0.5" ,
2022-07-11 19:27:00 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/loophp/psr17.git" ,
2023-09-26 12:41:43 +02:00
"reference" : "641f2464af9d581b1cdbe1a5a1f5e98db98d3a6e"
2022-07-11 19:27:00 +02:00
} ,
"dist" : {
"type" : "zip" ,
2023-09-26 12:41:43 +02:00
"url" : "https://api.github.com/repos/loophp/psr17/zipball/641f2464af9d581b1cdbe1a5a1f5e98db98d3a6e" ,
"reference" : "641f2464af9d581b1cdbe1a5a1f5e98db98d3a6e" ,
2022-07-11 19:27:00 +02:00
"shasum" : ""
} ,
"require" : {
"php" : ">= 7.4" ,
"psr/http-factory" : "^1.0" ,
2023-09-26 12:41:43 +02:00
"psr/http-factory-implementation" : "^1.0" ,
"psr/http-message" : "^1.0 || ^2.0" ,
"psr/http-message-implementation" : "^1.0"
2022-07-11 19:27:00 +02:00
} ,
"require-dev" : {
"drupol/php-conventions" : "^5" ,
2022-10-10 14:09:15 +02:00
"ext-pcov" : "*" ,
2022-07-11 19:27:00 +02:00
"friends-of-phpspec/phpspec-code-coverage" : "^6" ,
2023-09-26 12:41:43 +02:00
"infection/infection" : "^0.23 || ^0.24 || ^0.26" ,
"infection/phpspec-adapter" : "^0.1.1 || ^0.2.0" ,
"nyholm/psr7" : "^1.8" ,
2022-07-11 19:27:00 +02:00
"phpspec/phpspec" : "^7.1"
} ,
"suggest" : {
"nyholm/psr7" : "A super lightweight PSR-7 implementation"
} ,
"type" : "library" ,
"autoload" : {
"psr-4" : {
"loophp\\psr17\\" : "src/"
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "Pol Dellaiera" ,
"email" : "pol.dellaiera@protonmail.com"
}
] ,
"description" : "Provides a PSR17 synthetic implementation." ,
"homepage" : "http://github.com/loophp/psr17" ,
"keywords" : [
"factory" ,
"psr-17"
] ,
"support" : {
"docs" : "https://github.com/loophp/psr17" ,
"issues" : "https://github.com/loophp/psr17/issues" ,
"source" : "https://github.com/loophp/psr17"
} ,
"funding" : [
{
"url" : "https://github.com/drupol" ,
"type" : "github"
}
] ,
2023-09-26 12:41:43 +02:00
"time" : "2023-05-04T18:41:45+00:00"
2022-07-11 19:27:00 +02:00
} ,
{
"name" : "maennchen/zipstream-php" ,
2023-09-26 12:41:43 +02:00
"version" : "3.1.0" ,
2022-07-11 19:27:00 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/maennchen/ZipStream-PHP.git" ,
2023-09-26 12:41:43 +02:00
"reference" : "b8174494eda667f7d13876b4a7bfef0f62a7c0d1"
2022-07-11 19:27:00 +02:00
} ,
"dist" : {
"type" : "zip" ,
2023-09-26 12:41:43 +02:00
"url" : "https://api.github.com/repos/maennchen/ZipStream-PHP/zipball/b8174494eda667f7d13876b4a7bfef0f62a7c0d1" ,
"reference" : "b8174494eda667f7d13876b4a7bfef0f62a7c0d1" ,
2022-07-11 19:27:00 +02:00
"shasum" : ""
} ,
"require" : {
2023-03-30 18:08:02 +02:00
"ext-mbstring" : "*" ,
2023-09-26 12:41:43 +02:00
"ext-zlib" : "*" ,
"php-64bit" : "^8.1"
2022-07-11 19:27:00 +02:00
} ,
"require-dev" : {
"ext-zip" : "*" ,
2023-09-26 12:41:43 +02:00
"friendsofphp/php-cs-fixer" : "^3.16" ,
"guzzlehttp/guzzle" : "^7.5" ,
2022-07-11 19:27:00 +02:00
"mikey179/vfsstream" : "^1.6" ,
2023-09-26 12:41:43 +02:00
"php-coveralls/php-coveralls" : "^2.5" ,
"phpunit/phpunit" : "^10.0" ,
2023-03-30 18:08:02 +02:00
"vimeo/psalm" : "^5.0"
2022-07-11 19:27:00 +02:00
} ,
2023-09-26 12:41:43 +02:00
"suggest" : {
"guzzlehttp/psr7" : "^2.4" ,
"psr/http-message" : "^2.0"
} ,
2022-07-11 19:27:00 +02:00
"type" : "library" ,
"autoload" : {
"psr-4" : {
"ZipStream\\" : "src/"
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "Paul Duncan" ,
"email" : "pabs@pablotron.org"
} ,
{
"name" : "Jonatan Männchen" ,
"email" : "jonatan@maennchen.ch"
} ,
{
"name" : "Jesse Donat" ,
"email" : "donatj@gmail.com"
} ,
{
"name" : "András Kolesár" ,
"email" : "kolesar@kolesar.hu"
}
] ,
"description" : "ZipStream is a library for dynamically streaming dynamic zip files from PHP without writing to the disk at all on the server." ,
"keywords" : [
"stream" ,
"zip"
] ,
"support" : {
"issues" : "https://github.com/maennchen/ZipStream-PHP/issues" ,
2023-09-26 12:41:43 +02:00
"source" : "https://github.com/maennchen/ZipStream-PHP/tree/3.1.0"
2022-07-11 19:27:00 +02:00
} ,
"funding" : [
2022-12-24 15:40:18 +01:00
{
"url" : "https://github.com/maennchen" ,
"type" : "github"
} ,
2022-07-11 19:27:00 +02:00
{
"url" : "https://opencollective.com/zipstream" ,
"type" : "open_collective"
}
] ,
2023-09-26 12:41:43 +02:00
"time" : "2023-06-21T14:59:35+00:00"
2022-07-11 19:27:00 +02:00
} ,
{
"name" : "markbaker/complex" ,
2022-12-24 15:40:18 +01:00
"version" : "3.0.2" ,
2022-07-11 19:27:00 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/MarkBaker/PHPComplex.git" ,
2022-12-24 15:40:18 +01:00
"reference" : "95c56caa1cf5c766ad6d65b6344b807c1e8405b9"
2022-07-11 19:27:00 +02:00
} ,
"dist" : {
"type" : "zip" ,
2022-12-24 15:40:18 +01:00
"url" : "https://api.github.com/repos/MarkBaker/PHPComplex/zipball/95c56caa1cf5c766ad6d65b6344b807c1e8405b9" ,
"reference" : "95c56caa1cf5c766ad6d65b6344b807c1e8405b9" ,
2022-07-11 19:27:00 +02:00
"shasum" : ""
} ,
"require" : {
"php" : "^7.2 || ^8.0"
} ,
"require-dev" : {
2022-12-24 15:40:18 +01:00
"dealerdirect/phpcodesniffer-composer-installer" : "dev-master" ,
"phpcompatibility/php-compatibility" : "^9.3" ,
"phpunit/phpunit" : "^7.0 || ^8.0 || ^9.0" ,
"squizlabs/php_codesniffer" : "^3.7"
2022-07-11 19:27:00 +02:00
} ,
"type" : "library" ,
"autoload" : {
"psr-4" : {
"Complex\\" : "classes/src/"
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "Mark Baker" ,
"email" : "mark@lange.demon.co.uk"
}
] ,
"description" : "PHP Class for working with complex numbers" ,
"homepage" : "https://github.com/MarkBaker/PHPComplex" ,
"keywords" : [
"complex" ,
"mathematics"
] ,
"support" : {
"issues" : "https://github.com/MarkBaker/PHPComplex/issues" ,
2022-12-24 15:40:18 +01:00
"source" : "https://github.com/MarkBaker/PHPComplex/tree/3.0.2"
2022-07-11 19:27:00 +02:00
} ,
2022-12-24 15:40:18 +01:00
"time" : "2022-12-06T16:21:08+00:00"
2022-07-11 19:27:00 +02:00
} ,
{
"name" : "markbaker/matrix" ,
2022-12-24 15:40:18 +01:00
"version" : "3.0.1" ,
2022-07-11 19:27:00 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/MarkBaker/PHPMatrix.git" ,
2022-12-24 15:40:18 +01:00
"reference" : "728434227fe21be27ff6d86621a1b13107a2562c"
2022-07-11 19:27:00 +02:00
} ,
"dist" : {
"type" : "zip" ,
2022-12-24 15:40:18 +01:00
"url" : "https://api.github.com/repos/MarkBaker/PHPMatrix/zipball/728434227fe21be27ff6d86621a1b13107a2562c" ,
"reference" : "728434227fe21be27ff6d86621a1b13107a2562c" ,
2022-07-11 19:27:00 +02:00
"shasum" : ""
} ,
"require" : {
"php" : "^7.1 || ^8.0"
} ,
"require-dev" : {
2022-12-24 15:40:18 +01:00
"dealerdirect/phpcodesniffer-composer-installer" : "dev-master" ,
"phpcompatibility/php-compatibility" : "^9.3" ,
2022-07-11 19:27:00 +02:00
"phpdocumentor/phpdocumentor" : "2.*" ,
"phploc/phploc" : "^4.0" ,
"phpmd/phpmd" : "2.*" ,
2022-12-24 15:40:18 +01:00
"phpunit/phpunit" : "^7.0 || ^8.0 || ^9.0" ,
2022-07-11 19:27:00 +02:00
"sebastian/phpcpd" : "^4.0" ,
2022-12-24 15:40:18 +01:00
"squizlabs/php_codesniffer" : "^3.7"
2022-07-11 19:27:00 +02:00
} ,
"type" : "library" ,
"autoload" : {
"psr-4" : {
"Matrix\\" : "classes/src/"
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "Mark Baker" ,
"email" : "mark@demon-angel.eu"
}
] ,
"description" : "PHP Class for working with matrices" ,
"homepage" : "https://github.com/MarkBaker/PHPMatrix" ,
"keywords" : [
"mathematics" ,
"matrix" ,
"vector"
] ,
"support" : {
"issues" : "https://github.com/MarkBaker/PHPMatrix/issues" ,
2022-12-24 15:40:18 +01:00
"source" : "https://github.com/MarkBaker/PHPMatrix/tree/3.0.1"
2022-07-11 19:27:00 +02:00
} ,
2022-12-24 15:40:18 +01:00
"time" : "2022-12-02T22:17:43+00:00"
2022-07-11 19:27:00 +02:00
} ,
{
"name" : "monolog/monolog" ,
2023-03-30 18:08:02 +02:00
"version" : "2.9.1" ,
2022-07-11 19:27:00 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/Seldaek/monolog.git" ,
2023-03-30 18:08:02 +02:00
"reference" : "f259e2b15fb95494c83f52d3caad003bbf5ffaa1"
2022-07-11 19:27:00 +02:00
} ,
"dist" : {
"type" : "zip" ,
2023-03-30 18:08:02 +02:00
"url" : "https://api.github.com/repos/Seldaek/monolog/zipball/f259e2b15fb95494c83f52d3caad003bbf5ffaa1" ,
"reference" : "f259e2b15fb95494c83f52d3caad003bbf5ffaa1" ,
2022-07-11 19:27:00 +02:00
"shasum" : ""
} ,
"require" : {
"php" : ">=7.2" ,
"psr/log" : "^1.0.1 || ^2.0 || ^3.0"
} ,
"provide" : {
"psr/log-implementation" : "1.0.0 || 2.0.0 || 3.0.0"
} ,
"require-dev" : {
"aws/aws-sdk-php" : "^2.4.9 || ^3.0" ,
"doctrine/couchdb" : "~1.0@dev" ,
"elasticsearch/elasticsearch" : "^7 || ^8" ,
"ext-json" : "*" ,
2023-03-30 18:08:02 +02:00
"graylog2/gelf-php" : "^1.4.2 || ^2@dev" ,
2022-07-11 19:27:00 +02:00
"guzzlehttp/guzzle" : "^7.4" ,
"guzzlehttp/psr7" : "^2.2" ,
"mongodb/mongodb" : "^1.8" ,
"php-amqplib/php-amqplib" : "~2.4 || ^3" ,
"phpspec/prophecy" : "^1.15" ,
"phpstan/phpstan" : "^0.12.91" ,
"phpunit/phpunit" : "^8.5.14" ,
2022-10-10 14:09:15 +02:00
"predis/predis" : "^1.1 || ^2.0" ,
2022-07-11 19:27:00 +02:00
"rollbar/rollbar" : "^1.3 || ^2 || ^3" ,
"ruflin/elastica" : "^7" ,
"swiftmailer/swiftmailer" : "^5.3|^6.0" ,
"symfony/mailer" : "^5.4 || ^6" ,
"symfony/mime" : "^5.4 || ^6"
} ,
"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-curl" : "Required to send log messages using the IFTTTHandler, the LogglyHandler, the SendGridHandler, the SlackWebhookHandler or the TelegramBotHandler" ,
"ext-mbstring" : "Allow to work properly with unicode symbols" ,
"ext-mongodb" : "Allow sending log messages to a MongoDB server (via driver)" ,
"ext-openssl" : "Required to send log messages using SSL" ,
"ext-sockets" : "Allow sending log messages to a Syslog server (via UDP 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" ,
"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" ,
2023-03-30 18:08:02 +02:00
"source" : "https://github.com/Seldaek/monolog/tree/2.9.1"
2022-07-11 19:27:00 +02:00
} ,
"funding" : [
{
"url" : "https://github.com/Seldaek" ,
"type" : "github"
} ,
{
"url" : "https://tidelift.com/funding/github/packagist/monolog/monolog" ,
"type" : "tidelift"
}
] ,
2023-03-30 18:08:02 +02:00
"time" : "2023-02-06T13:44:46+00:00"
2022-07-11 19:27:00 +02:00
} ,
{
"name" : "myclabs/deep-copy" ,
2023-03-30 18:08:02 +02:00
"version" : "1.11.1" ,
2022-07-11 19:27:00 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/myclabs/DeepCopy.git" ,
2023-03-30 18:08:02 +02:00
"reference" : "7284c22080590fb39f2ffa3e9057f10a4ddd0e0c"
2022-07-11 19:27:00 +02:00
} ,
"dist" : {
"type" : "zip" ,
2023-03-30 18:08:02 +02:00
"url" : "https://api.github.com/repos/myclabs/DeepCopy/zipball/7284c22080590fb39f2ffa3e9057f10a4ddd0e0c" ,
"reference" : "7284c22080590fb39f2ffa3e9057f10a4ddd0e0c" ,
2022-07-11 19:27:00 +02:00
"shasum" : ""
} ,
"require" : {
"php" : "^7.1 || ^8.0"
} ,
"conflict" : {
"doctrine/collections" : "<1.6.8" ,
"doctrine/common" : "<2.13.3 || >=3,<3.2.2"
} ,
"require-dev" : {
"doctrine/collections" : "^1.6.8" ,
"doctrine/common" : "^2.13.3 || ^3.2.2" ,
"phpunit/phpunit" : "^7.5.20 || ^8.5.23 || ^9.5.13"
} ,
"type" : "library" ,
"autoload" : {
"files" : [
"src/DeepCopy/deep_copy.php"
] ,
"psr-4" : {
"DeepCopy\\" : "src/DeepCopy/"
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"description" : "Create deep copies (clones) of your objects" ,
"keywords" : [
"clone" ,
"copy" ,
"duplicate" ,
"object" ,
"object graph"
] ,
"support" : {
"issues" : "https://github.com/myclabs/DeepCopy/issues" ,
2023-03-30 18:08:02 +02:00
"source" : "https://github.com/myclabs/DeepCopy/tree/1.11.1"
2022-07-11 19:27:00 +02:00
} ,
"funding" : [
{
"url" : "https://tidelift.com/funding/github/packagist/myclabs/deep-copy" ,
"type" : "tidelift"
}
] ,
2023-03-30 18:08:02 +02:00
"time" : "2023-03-08T13:26:56+00:00"
2022-07-11 19:27:00 +02:00
} ,
2023-01-07 21:11:01 +01:00
{
"name" : "namshi/jose" ,
"version" : "7.2.3" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/namshi/jose.git" ,
"reference" : "89a24d7eb3040e285dd5925fcad992378b82bcff"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/namshi/jose/zipball/89a24d7eb3040e285dd5925fcad992378b82bcff" ,
"reference" : "89a24d7eb3040e285dd5925fcad992378b82bcff" ,
"shasum" : ""
} ,
"require" : {
"ext-date" : "*" ,
"ext-hash" : "*" ,
"ext-json" : "*" ,
"ext-pcre" : "*" ,
"ext-spl" : "*" ,
"php" : ">=5.5" ,
"symfony/polyfill-php56" : "^1.0"
} ,
"require-dev" : {
"phpseclib/phpseclib" : "^2.0" ,
"phpunit/phpunit" : "^4.5|^5.0" ,
"satooshi/php-coveralls" : "^1.0"
} ,
"suggest" : {
"ext-openssl" : "Allows to use OpenSSL as crypto engine." ,
"phpseclib/phpseclib" : "Allows to use Phpseclib as crypto engine, use version ^2.0."
} ,
"type" : "library" ,
"autoload" : {
"psr-4" : {
"Namshi\\JOSE\\" : "src/Namshi/JOSE/"
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "Alessandro Nadalin" ,
"email" : "alessandro.nadalin@gmail.com"
} ,
{
"name" : "Alessandro Cinelli (cirpo)" ,
"email" : "alessandro.cinelli@gmail.com"
}
] ,
"description" : "JSON Object Signing and Encryption library for PHP." ,
"keywords" : [
"JSON Web Signature" ,
"JSON Web Token" ,
"JWS" ,
"json" ,
"jwt" ,
"token"
] ,
"support" : {
"issues" : "https://github.com/namshi/jose/issues" ,
"source" : "https://github.com/namshi/jose/tree/master"
} ,
"time" : "2016-12-05T07:27:31+00:00"
} ,
2022-07-11 19:27:00 +02:00
{
"name" : "nelmio/alice" ,
2023-03-30 18:08:02 +02:00
"version" : "v3.10.0" ,
2022-07-11 19:27:00 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/nelmio/alice.git" ,
2023-03-30 18:08:02 +02:00
"reference" : "e8646698ad50fea75551a14a43c0757814e09cea"
2022-07-11 19:27:00 +02:00
} ,
"dist" : {
"type" : "zip" ,
2023-03-30 18:08:02 +02:00
"url" : "https://api.github.com/repos/nelmio/alice/zipball/e8646698ad50fea75551a14a43c0757814e09cea" ,
"reference" : "e8646698ad50fea75551a14a43c0757814e09cea" ,
2022-07-11 19:27:00 +02:00
"shasum" : ""
} ,
"require" : {
"fakerphp/faker" : "^1.10" ,
"myclabs/deep-copy" : "^1.10" ,
2023-03-30 18:08:02 +02:00
"php" : "^8.0" ,
2022-07-11 19:27:00 +02:00
"sebastian/comparator" : "^3.0 || ^4.0" ,
2023-03-30 18:08:02 +02:00
"symfony/property-access" : "^4.4 || ^5.4 || ^6.0" ,
"symfony/yaml" : "^4.4 || ^5.4 || ^6.0"
2022-07-11 19:27:00 +02:00
} ,
"conflict" : {
"symfony/framework-bundle" : "<4.4 || >=5.0.0,<5.2.0"
} ,
"require-dev" : {
"bamarni/composer-bin-plugin" : "^1.4.1" ,
"phpspec/prophecy" : "^1.6" ,
"phpspec/prophecy-phpunit" : "^2.0" ,
"phpunit/phpunit" : "^9.3" ,
2023-03-30 18:08:02 +02:00
"symfony/config" : "^4.4 || ^5.4 || ^6.0" ,
"symfony/dependency-injection" : "^4.4 || ^5.4 || ^6.0" ,
"symfony/finder" : "^4.4 || ^5.4 || ^6.0" ,
"symfony/http-kernel" : "^4.4 || ^5.4 || ^6.0" ,
"symfony/phpunit-bridge" : "^5.4 || ^6.0" ,
"symfony/var-dumper" : "^4.4 || ^5.4 || ^6.0"
2022-07-11 19:27:00 +02:00
} ,
"suggest" : {
"theofidry/alice-data-fixtures" : "Wrapper for Alice to provide a persistence layer."
} ,
"type" : "library" ,
"extra" : {
"bamarni-bin" : {
"bin-links" : false
} ,
"branch-alias" : {
"dev-master" : "3.x-dev"
}
} ,
"autoload" : {
"files" : [
"src/deep_clone.php"
] ,
"psr-4" : {
"Nelmio\\Alice\\" : "src"
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "Jordi Boggiano" ,
"email" : "j.boggiano@seld.be"
} ,
{
"name" : "Tim Shelburne" ,
"email" : "shelburt02@gmail.com"
} ,
{
"name" : "Théo FIDRY" ,
"email" : "theo.fidry@gmail.com"
}
] ,
"description" : "Expressive fixtures generator" ,
"keywords" : [
"Fixture" ,
"data" ,
"faker" ,
"test"
] ,
"support" : {
"issues" : "https://github.com/nelmio/alice/issues" ,
2023-03-30 18:08:02 +02:00
"source" : "https://github.com/nelmio/alice/tree/v3.10.0"
2022-07-11 19:27:00 +02:00
} ,
"funding" : [
{
"url" : "https://github.com/theofidry" ,
"type" : "github"
}
] ,
2023-03-30 18:08:02 +02:00
"time" : "2021-12-10T08:07:10+00:00"
2022-07-11 19:27:00 +02:00
} ,
{
"name" : "nyholm/psr7" ,
2023-09-26 12:41:43 +02:00
"version" : "1.8.0" ,
2022-07-11 19:27:00 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/Nyholm/psr7.git" ,
2023-09-26 12:41:43 +02:00
"reference" : "3cb4d163b58589e47b35103e8e5e6a6a475b47be"
2022-07-11 19:27:00 +02:00
} ,
"dist" : {
"type" : "zip" ,
2023-09-26 12:41:43 +02:00
"url" : "https://api.github.com/repos/Nyholm/psr7/zipball/3cb4d163b58589e47b35103e8e5e6a6a475b47be" ,
"reference" : "3cb4d163b58589e47b35103e8e5e6a6a475b47be" ,
2022-07-11 19:27:00 +02:00
"shasum" : ""
} ,
"require" : {
2023-04-25 15:02:54 +02:00
"php" : ">=7.2" ,
2022-07-11 19:27:00 +02:00
"psr/http-factory" : "^1.0" ,
2023-04-25 15:02:54 +02:00
"psr/http-message" : "^1.1 || ^2.0"
2022-07-11 19:27:00 +02:00
} ,
"provide" : {
2023-04-25 15:02:54 +02:00
"php-http/message-factory-implementation" : "1.0" ,
2022-07-11 19:27:00 +02:00
"psr/http-factory-implementation" : "1.0" ,
"psr/http-message-implementation" : "1.0"
} ,
"require-dev" : {
"http-interop/http-factory-tests" : "^0.9" ,
2023-09-26 12:41:43 +02:00
"php-http/message-factory" : "^1.0" ,
"php-http/psr7-integration-tests" : "^1.0" ,
"phpunit/phpunit" : "^7.5 || ^8.5 || ^9.4" ,
2022-07-11 19:27:00 +02:00
"symfony/error-handler" : "^4.4"
} ,
"type" : "library" ,
"extra" : {
"branch-alias" : {
2023-09-26 12:41:43 +02:00
"dev-master" : "1.8-dev"
2022-07-11 19:27:00 +02:00
}
} ,
"autoload" : {
"psr-4" : {
"Nyholm\\Psr7\\" : "src/"
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "Tobias Nyholm" ,
"email" : "tobias.nyholm@gmail.com"
} ,
{
"name" : "Martijn van der Ven" ,
"email" : "martijn@vanderven.se"
}
] ,
"description" : "A fast PHP7 implementation of PSR-7" ,
"homepage" : "https://tnyholm.se" ,
"keywords" : [
"psr-17" ,
"psr-7"
] ,
"support" : {
"issues" : "https://github.com/Nyholm/psr7/issues" ,
2023-09-26 12:41:43 +02:00
"source" : "https://github.com/Nyholm/psr7/tree/1.8.0"
2022-07-11 19:27:00 +02:00
} ,
"funding" : [
{
"url" : "https://github.com/Zegnat" ,
"type" : "github"
} ,
{
"url" : "https://github.com/nyholm" ,
"type" : "github"
}
] ,
2023-09-26 12:41:43 +02:00
"time" : "2023-05-02T11:26:24+00:00"
2022-07-11 19:27:00 +02:00
} ,
{
"name" : "odolbeau/phone-number-bundle" ,
2023-09-26 12:41:43 +02:00
"version" : "v3.9.2" ,
2022-07-11 19:27:00 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/odolbeau/phone-number-bundle.git" ,
2023-09-26 12:41:43 +02:00
"reference" : "1564f190551bc275904687facb2af7590d5888d8"
2022-07-11 19:27:00 +02:00
} ,
"dist" : {
"type" : "zip" ,
2023-09-26 12:41:43 +02:00
"url" : "https://api.github.com/repos/odolbeau/phone-number-bundle/zipball/1564f190551bc275904687facb2af7590d5888d8" ,
"reference" : "1564f190551bc275904687facb2af7590d5888d8" ,
2022-07-11 19:27:00 +02:00
"shasum" : ""
} ,
"require" : {
"giggsey/libphonenumber-for-php" : "^8.0" ,
"php" : ">=7.4" ,
"symfony/framework-bundle" : "^4.4|^5.3|^6.0" ,
"symfony/intl" : "^4.4|^5.3|^6.0"
} ,
"conflict" : {
"symfony/serializer" : "6.0.0"
} ,
"replace" : {
"misd/phone-number-bundle" : "self.version"
} ,
"require-dev" : {
"doctrine/doctrine-bundle" : "^1.12|^2.0" ,
"phpspec/prophecy-phpunit" : "^2.0" ,
"phpunit/phpunit" : "^9.5" ,
"symfony/form" : "^4.4|^5.3|^6.0" ,
2023-09-26 12:41:43 +02:00
"symfony/phpunit-bridge" : "^6.2" ,
2022-07-11 19:27:00 +02:00
"symfony/property-access" : "^4.4|^5.3|^6.0" ,
"symfony/serializer" : "^4.4|^5.3|^6.0.1" ,
"symfony/twig-bundle" : "^4.4|^5.3|^6.0" ,
"symfony/validator" : "^4.4|^5.3|^6.0"
} ,
"suggest" : {
"doctrine/doctrine-bundle" : "Add a DBAL mapping type" ,
"symfony/form" : "Add a data transformer" ,
"symfony/property-access" : "Choose a path in the validation constraint" ,
"symfony/serializer" : "Serialize/deserialize phone numbers using Symfony library" ,
"symfony/twig-bundle" : "Format phone numbers in Twig templates" ,
"symfony/validator" : "Add a validation constraint"
} ,
"type" : "symfony-bundle" ,
"extra" : {
"branch-alias" : {
"dev-master" : "3.6.x-dev"
}
} ,
"autoload" : {
"psr-4" : {
"Misd\\PhoneNumberBundle\\" : "src/"
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"description" : "Integrates libphonenumber into your Symfony application" ,
"homepage" : "https://github.com/odolbeau/phone-number-bundle" ,
"keywords" : [
"bundle" ,
"libphonenumber" ,
"phone-number" ,
"phonenumber" ,
"telephone number"
] ,
"support" : {
"issues" : "https://github.com/odolbeau/phone-number-bundle/issues" ,
2023-09-26 12:41:43 +02:00
"source" : "https://github.com/odolbeau/phone-number-bundle/tree/v3.9.2"
2022-07-11 19:27:00 +02:00
} ,
2023-09-26 12:41:43 +02:00
"time" : "2023-07-06T18:41:41+00:00"
2022-12-24 15:40:18 +01:00
} ,
{
"name" : "ovh/ovh" ,
2023-04-25 15:02:54 +02:00
"version" : "v3.2.0" ,
2022-12-24 15:40:18 +01:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/ovh/php-ovh.git" ,
2023-04-25 15:02:54 +02:00
"reference" : "9a29f720d03f0a8cae642ba5c97f51d100144c57"
2022-12-24 15:40:18 +01:00
} ,
"dist" : {
"type" : "zip" ,
2023-04-25 15:02:54 +02:00
"url" : "https://api.github.com/repos/ovh/php-ovh/zipball/9a29f720d03f0a8cae642ba5c97f51d100144c57" ,
"reference" : "9a29f720d03f0a8cae642ba5c97f51d100144c57" ,
2022-12-24 15:40:18 +01:00
"shasum" : ""
} ,
"require" : {
"ext-json" : "*" ,
"guzzlehttp/guzzle" : "^6.0||^7.0" ,
"php" : ">=7.4"
} ,
"require-dev" : {
2023-04-25 15:02:54 +02:00
"php-parallel-lint/php-parallel-lint" : "^1.3.1" ,
"phpdocumentor/shim" : "^3" ,
2022-12-24 15:40:18 +01:00
"phpunit/phpunit" : "^9.5" ,
2023-04-25 15:02:54 +02:00
"squizlabs/php_codesniffer" : "^3.6"
2022-12-24 15:40:18 +01:00
} ,
"type" : "library" ,
"autoload" : {
"psr-4" : {
"Ovh\\" : "src/"
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"BSD-3-Clause"
] ,
2023-04-25 15:02:54 +02:00
"description" : "Wrapper for OVHcloud APIs" ,
"keywords" : [
"api" ,
"authorisation" ,
"authorization" ,
"client" ,
"ovh" ,
"ovhcloud"
] ,
2022-12-24 15:40:18 +01:00
"support" : {
"issues" : "https://github.com/ovh/php-ovh/issues" ,
2023-04-25 15:02:54 +02:00
"source" : "https://github.com/ovh/php-ovh/tree/v3.2.0"
2022-12-24 15:40:18 +01:00
} ,
2023-04-25 15:02:54 +02:00
"time" : "2023-04-07T08:09:14+00:00"
2022-07-11 19:27:00 +02:00
} ,
{
"name" : "paragonie/constant_time_encoding" ,
"version" : "v2.6.3" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/paragonie/constant_time_encoding.git" ,
"reference" : "58c3f47f650c94ec05a151692652a868995d2938"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/58c3f47f650c94ec05a151692652a868995d2938" ,
"reference" : "58c3f47f650c94ec05a151692652a868995d2938" ,
"shasum" : ""
} ,
"require" : {
"php" : "^7|^8"
} ,
"require-dev" : {
"phpunit/phpunit" : "^6|^7|^8|^9" ,
"vimeo/psalm" : "^1|^2|^3|^4"
} ,
"type" : "library" ,
"autoload" : {
"psr-4" : {
"ParagonIE\\ConstantTime\\" : "src/"
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "Paragon Initiative Enterprises" ,
"email" : "security@paragonie.com" ,
"homepage" : "https://paragonie.com" ,
"role" : "Maintainer"
} ,
{
"name" : "Steve 'Sc00bz' Thomas" ,
"email" : "steve@tobtu.com" ,
"homepage" : "https://www.tobtu.com" ,
"role" : "Original Developer"
}
] ,
"description" : "Constant-time Implementations of RFC 4648 Encoding (Base-64, Base-32, Base-16)" ,
"keywords" : [
"base16" ,
"base32" ,
"base32_decode" ,
"base32_encode" ,
"base64" ,
"base64_decode" ,
"base64_encode" ,
"bin2hex" ,
"encoding" ,
"hex" ,
"hex2bin" ,
"rfc4648"
] ,
"support" : {
"email" : "info@paragonie.com" ,
"issues" : "https://github.com/paragonie/constant_time_encoding/issues" ,
"source" : "https://github.com/paragonie/constant_time_encoding"
} ,
"time" : "2022-06-14T06:56:20+00:00"
} ,
{
"name" : "paragonie/random_compat" ,
"version" : "v9.99.100" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/paragonie/random_compat.git" ,
"reference" : "996434e5492cb4c3edcb9168db6fbb1359ef965a"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/paragonie/random_compat/zipball/996434e5492cb4c3edcb9168db6fbb1359ef965a" ,
"reference" : "996434e5492cb4c3edcb9168db6fbb1359ef965a" ,
"shasum" : ""
} ,
"require" : {
"php" : ">= 7"
} ,
"require-dev" : {
"phpunit/phpunit" : "4.*|5.*" ,
"vimeo/psalm" : "^1"
} ,
"suggest" : {
"ext-libsodium" : "Provides a modern crypto API that can be used to generate random bytes."
} ,
"type" : "library" ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "Paragon Initiative Enterprises" ,
"email" : "security@paragonie.com" ,
"homepage" : "https://paragonie.com"
}
] ,
"description" : "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7" ,
"keywords" : [
"csprng" ,
"polyfill" ,
"pseudorandom" ,
"random"
] ,
"support" : {
"email" : "info@paragonie.com" ,
"issues" : "https://github.com/paragonie/random_compat/issues" ,
"source" : "https://github.com/paragonie/random_compat"
} ,
"time" : "2020-10-15T08:29:30+00:00"
} ,
{
"name" : "php-opencloud/openstack" ,
2023-09-26 12:41:43 +02:00
"version" : "v3.3.0" ,
2022-07-11 19:27:00 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/php-opencloud/openstack.git" ,
2023-09-26 12:41:43 +02:00
"reference" : "42e66d8b274d50f629697d6e9d8a4d80e3bfa1f4"
2022-07-11 19:27:00 +02:00
} ,
"dist" : {
"type" : "zip" ,
2023-09-26 12:41:43 +02:00
"url" : "https://api.github.com/repos/php-opencloud/openstack/zipball/42e66d8b274d50f629697d6e9d8a4d80e3bfa1f4" ,
"reference" : "42e66d8b274d50f629697d6e9d8a4d80e3bfa1f4" ,
2022-07-11 19:27:00 +02:00
"shasum" : ""
} ,
"require" : {
"guzzlehttp/guzzle" : "^7.0" ,
2023-04-25 15:02:54 +02:00
"guzzlehttp/uri-template" : "^0.2|^1.0" ,
2022-07-11 19:27:00 +02:00
"justinrainbow/json-schema" : "^5.2" ,
"php" : "^7.2.5|^8.0"
} ,
"require-dev" : {
"friendsofphp/php-cs-fixer" : "^2.18" ,
"php-coveralls/php-coveralls" : "^2.0" ,
"php-parallel-lint/php-parallel-lint" : "^1.2" ,
2023-09-26 12:41:43 +02:00
"phpspec/prophecy" : "^1.17" ,
2022-07-11 19:27:00 +02:00
"phpunit/phpunit" : "^8.0" ,
"psr/log" : "^1.0"
} ,
"type" : "library" ,
"extra" : {
"branch-alias" : {
"dev-master" : "3.0-dev"
}
} ,
"autoload" : {
"psr-4" : {
"OpenStack\\" : "src/"
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"Apache-2.0"
] ,
"authors" : [
{
"name" : "Jamie Hannaford" ,
"email" : "jamie.hannaford@rackspace.com" ,
"homepage" : "https://github.com/jamiehannaford"
} ,
{
"name" : "Ha Phan" ,
"email" : "thanhha.work@gmail.com" ,
"homepage" : "https://github.com/haphan"
}
] ,
"description" : "PHP SDK for OpenStack APIs. Supports BlockStorage, Compute, Identity, Images, Networking and Metric Gnocchi" ,
"homepage" : "https://github.com/php-opencloud/openstack" ,
"keywords" : [
"Openstack" ,
"api" ,
"php" ,
"sdk"
] ,
"support" : {
"issues" : "https://github.com/php-opencloud/openstack/issues" ,
2023-09-26 12:41:43 +02:00
"source" : "https://github.com/php-opencloud/openstack/tree/v3.3.0"
2022-07-11 19:27:00 +02:00
} ,
2023-09-26 12:41:43 +02:00
"time" : "2023-09-25T18:30:00+00:00"
2022-07-11 19:27:00 +02:00
} ,
{
"name" : "phpoffice/phpspreadsheet" ,
2023-09-26 12:41:43 +02:00
"version" : "1.29.0" ,
2022-07-11 19:27:00 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/PHPOffice/PhpSpreadsheet.git" ,
2023-09-26 12:41:43 +02:00
"reference" : "fde2ccf55eaef7e86021ff1acce26479160a0fa0"
2022-07-11 19:27:00 +02:00
} ,
"dist" : {
"type" : "zip" ,
2023-09-26 12:41:43 +02:00
"url" : "https://api.github.com/repos/PHPOffice/PhpSpreadsheet/zipball/fde2ccf55eaef7e86021ff1acce26479160a0fa0" ,
"reference" : "fde2ccf55eaef7e86021ff1acce26479160a0fa0" ,
2022-07-11 19:27:00 +02:00
"shasum" : ""
} ,
"require" : {
"ext-ctype" : "*" ,
"ext-dom" : "*" ,
"ext-fileinfo" : "*" ,
"ext-gd" : "*" ,
"ext-iconv" : "*" ,
"ext-libxml" : "*" ,
"ext-mbstring" : "*" ,
"ext-simplexml" : "*" ,
"ext-xml" : "*" ,
"ext-xmlreader" : "*" ,
"ext-xmlwriter" : "*" ,
"ext-zip" : "*" ,
"ext-zlib" : "*" ,
2022-10-10 14:09:15 +02:00
"ezyang/htmlpurifier" : "^4.15" ,
2023-09-26 12:41:43 +02:00
"maennchen/zipstream-php" : "^2.1 || ^3.0" ,
2022-07-11 19:27:00 +02:00
"markbaker/complex" : "^3.0" ,
"markbaker/matrix" : "^3.0" ,
2022-12-24 15:40:18 +01:00
"php" : "^7.4 || ^8.0" ,
2022-07-11 19:27:00 +02:00
"psr/http-client" : "^1.0" ,
"psr/http-factory" : "^1.0" ,
2022-10-10 14:09:15 +02:00
"psr/simple-cache" : "^1.0 || ^2.0 || ^3.0"
2022-07-11 19:27:00 +02:00
} ,
"require-dev" : {
2023-03-30 18:08:02 +02:00
"dealerdirect/phpcodesniffer-composer-installer" : "dev-main" ,
2022-07-11 19:27:00 +02:00
"dompdf/dompdf" : "^1.0 || ^2.0" ,
"friendsofphp/php-cs-fixer" : "^3.2" ,
2023-09-26 12:41:43 +02:00
"mitoteam/jpgraph" : "^10.3" ,
2022-12-24 15:40:18 +01:00
"mpdf/mpdf" : "^8.1.1" ,
2022-07-11 19:27:00 +02:00
"phpcompatibility/php-compatibility" : "^9.3" ,
"phpstan/phpstan" : "^1.1" ,
"phpstan/phpstan-phpunit" : "^1.0" ,
2023-09-26 12:41:43 +02:00
"phpunit/phpunit" : "^8.5 || ^9.0 || ^10.0" ,
2022-07-11 19:27:00 +02:00
"squizlabs/php_codesniffer" : "^3.7" ,
2022-12-24 15:40:18 +01:00
"tecnickcom/tcpdf" : "^6.5"
2022-07-11 19:27:00 +02:00
} ,
"suggest" : {
2022-10-10 14:09:15 +02:00
"dompdf/dompdf" : "Option for rendering PDF with PDF Writer" ,
"ext-intl" : "PHP Internationalization Functions" ,
"mitoteam/jpgraph" : "Option for rendering charts, or including charts with PDF or HTML Writers" ,
2022-07-11 19:27:00 +02:00
"mpdf/mpdf" : "Option for rendering PDF with PDF Writer" ,
2022-10-10 14:09:15 +02:00
"tecnickcom/tcpdf" : "Option for rendering PDF with PDF Writer"
2022-07-11 19:27:00 +02:00
} ,
"type" : "library" ,
"autoload" : {
"psr-4" : {
"PhpOffice\\PhpSpreadsheet\\" : "src/PhpSpreadsheet"
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "Maarten Balliauw" ,
"homepage" : "https://blog.maartenballiauw.be"
} ,
{
"name" : "Mark Baker" ,
"homepage" : "https://markbakeruk.net"
} ,
{
"name" : "Franck Lefevre" ,
"homepage" : "https://rootslabs.net"
} ,
{
"name" : "Erik Tilt"
} ,
{
"name" : "Adrien Crivelli"
}
] ,
"description" : "PHPSpreadsheet - Read, Create and Write Spreadsheet documents in PHP - Spreadsheet engine" ,
"homepage" : "https://github.com/PHPOffice/PhpSpreadsheet" ,
"keywords" : [
"OpenXML" ,
"excel" ,
"gnumeric" ,
"ods" ,
"php" ,
"spreadsheet" ,
"xls" ,
"xlsx"
] ,
"support" : {
"issues" : "https://github.com/PHPOffice/PhpSpreadsheet/issues" ,
2023-09-26 12:41:43 +02:00
"source" : "https://github.com/PHPOffice/PhpSpreadsheet/tree/1.29.0"
2022-07-11 19:27:00 +02:00
} ,
2023-09-26 12:41:43 +02:00
"time" : "2023-06-14T22:48:31+00:00"
2022-07-11 19:27:00 +02:00
} ,
{
"name" : "phpoffice/phpword" ,
"version" : "0.18.3" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/PHPOffice/PHPWord.git" ,
"reference" : "be0190cd5d8f95b4be08d5853b107aa4e352759a"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/PHPOffice/PHPWord/zipball/be0190cd5d8f95b4be08d5853b107aa4e352759a" ,
"reference" : "be0190cd5d8f95b4be08d5853b107aa4e352759a" ,
"shasum" : ""
} ,
"require" : {
"ext-xml" : "*" ,
"laminas/laminas-escaper" : "^2.2" ,
"php" : "^5.3.3 || ^7.0 || ^8.0"
} ,
"require-dev" : {
"dompdf/dompdf" : "0.8.* || 1.0.*" ,
"ext-gd" : "*" ,
"ext-zip" : "*" ,
"friendsofphp/php-cs-fixer" : "^2.2" ,
"mpdf/mpdf" : "5.7.4 || 6.* || 7.* || 8.*" ,
"php-coveralls/php-coveralls" : "1.1.0 || ^2.0" ,
"phploc/phploc" : "2.* || 3.* || 4.* || 5.* || 6.* || 7.*" ,
"phpmd/phpmd" : "2.*" ,
"phpunit/phpunit" : "^4.8.36 || ^7.0" ,
"squizlabs/php_codesniffer" : "^2.9 || ^3.5" ,
"tecnickcom/tcpdf" : "6.*"
} ,
"suggest" : {
"dompdf/dompdf" : "Allows writing PDF" ,
"ext-gd2" : "Allows adding images" ,
"ext-xmlwriter" : "Allows writing OOXML and ODF" ,
"ext-xsl" : "Allows applying XSL style sheet to headers, to main document part, and to footers of an OOXML template" ,
"ext-zip" : "Allows writing OOXML and ODF"
} ,
"type" : "library" ,
"extra" : {
"branch-alias" : {
"dev-develop" : "0.19-dev"
}
} ,
"autoload" : {
"psr-4" : {
"PhpOffice\\PhpWord\\" : "src/PhpWord"
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"LGPL-3.0"
] ,
"authors" : [
{
"name" : "Mark Baker"
} ,
{
"name" : "Gabriel Bull" ,
"email" : "me@gabrielbull.com" ,
"homepage" : "http://gabrielbull.com/"
} ,
{
"name" : "Franck Lefevre" ,
"homepage" : "https://rootslabs.net/blog/"
} ,
{
"name" : "Ivan Lanin" ,
"homepage" : "http://ivan.lanin.org"
} ,
{
"name" : "Roman Syroeshko" ,
"homepage" : "http://ru.linkedin.com/pub/roman-syroeshko/34/a53/994/"
} ,
{
"name" : "Antoine de Troostembergh"
}
] ,
"description" : "PHPWord - A pure PHP library for reading and writing word processing documents (OOXML, ODF, RTF, HTML, PDF)" ,
"homepage" : "http://phpoffice.github.io" ,
"keywords" : [
"ISO IEC 29500" ,
"OOXML" ,
"Office Open XML" ,
"OpenDocument" ,
"OpenXML" ,
"PhpOffice" ,
"PhpWord" ,
"Rich Text Format" ,
"WordprocessingML" ,
"doc" ,
"docx" ,
"html" ,
"odf" ,
"odt" ,
"office" ,
"pdf" ,
"php" ,
"reader" ,
"rtf" ,
"template" ,
"template processor" ,
"word" ,
"writer"
] ,
"support" : {
"issues" : "https://github.com/PHPOffice/PHPWord/issues" ,
"source" : "https://github.com/PHPOffice/PHPWord/tree/0.18.3"
} ,
"time" : "2022-02-17T15:40:03+00:00"
} ,
{
"name" : "phpseclib/phpseclib" ,
2023-09-26 12:41:43 +02:00
"version" : "3.0.23" ,
2022-07-11 19:27:00 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/phpseclib/phpseclib.git" ,
2023-09-26 12:41:43 +02:00
"reference" : "866cc78fbd82462ffd880e3f65692afe928bed50"
2022-07-11 19:27:00 +02:00
} ,
"dist" : {
"type" : "zip" ,
2023-09-26 12:41:43 +02:00
"url" : "https://api.github.com/repos/phpseclib/phpseclib/zipball/866cc78fbd82462ffd880e3f65692afe928bed50" ,
"reference" : "866cc78fbd82462ffd880e3f65692afe928bed50" ,
2022-07-11 19:27:00 +02:00
"shasum" : ""
} ,
"require" : {
"paragonie/constant_time_encoding" : "^1|^2" ,
"paragonie/random_compat" : "^1.4|^2.0|^9.99.99" ,
"php" : ">=5.6.1"
} ,
"require-dev" : {
"phpunit/phpunit" : "*"
} ,
"suggest" : {
2022-10-10 14:09:15 +02:00
"ext-dom" : "Install the DOM extension to load XML formatted public keys." ,
2022-07-11 19:27:00 +02:00
"ext-gmp" : "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations." ,
"ext-libsodium" : "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension." ,
"ext-mcrypt" : "Install the Mcrypt extension in order to speed up a few other cryptographic operations." ,
"ext-openssl" : "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations."
} ,
"type" : "library" ,
"autoload" : {
"files" : [
"phpseclib/bootstrap.php"
] ,
"psr-4" : {
"phpseclib3\\" : "phpseclib/"
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "Jim Wigginton" ,
"email" : "terrafrost@php.net" ,
"role" : "Lead Developer"
} ,
{
"name" : "Patrick Monnerat" ,
"email" : "pm@datasphere.ch" ,
"role" : "Developer"
} ,
{
"name" : "Andreas Fischer" ,
"email" : "bantu@phpbb.com" ,
"role" : "Developer"
} ,
{
"name" : "Hans-Jürgen Petrich" ,
"email" : "petrich@tronic-media.com" ,
"role" : "Developer"
} ,
{
"name" : "Graham Campbell" ,
"email" : "graham@alt-three.com" ,
"role" : "Developer"
}
] ,
"description" : "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc." ,
"homepage" : "http://phpseclib.sourceforge.net" ,
"keywords" : [
"BigInteger" ,
"aes" ,
"asn.1" ,
"asn1" ,
"blowfish" ,
"crypto" ,
"cryptography" ,
"encryption" ,
"rsa" ,
"security" ,
"sftp" ,
"signature" ,
"signing" ,
"ssh" ,
"twofish" ,
"x.509" ,
"x509"
] ,
"support" : {
"issues" : "https://github.com/phpseclib/phpseclib/issues" ,
2023-09-26 12:41:43 +02:00
"source" : "https://github.com/phpseclib/phpseclib/tree/3.0.23"
2022-07-11 19:27:00 +02:00
} ,
"funding" : [
{
"url" : "https://github.com/terrafrost" ,
"type" : "github"
} ,
{
"url" : "https://www.patreon.com/phpseclib" ,
"type" : "patreon"
} ,
{
"url" : "https://tidelift.com/funding/github/packagist/phpseclib/phpseclib" ,
"type" : "tidelift"
}
] ,
2023-09-26 12:41:43 +02:00
"time" : "2023-09-18T17:22:01+00:00"
2022-07-11 19:27:00 +02:00
} ,
{
"name" : "phpstan/phpstan" ,
2023-09-26 12:41:43 +02:00
"version" : "1.10.35" ,
2022-07-11 19:27:00 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/phpstan/phpstan.git" ,
2023-09-26 12:41:43 +02:00
"reference" : "e730e5facb75ffe09dfb229795e8c01a459f26c3"
2022-07-11 19:27:00 +02:00
} ,
"dist" : {
"type" : "zip" ,
2023-09-26 12:41:43 +02:00
"url" : "https://api.github.com/repos/phpstan/phpstan/zipball/e730e5facb75ffe09dfb229795e8c01a459f26c3" ,
"reference" : "e730e5facb75ffe09dfb229795e8c01a459f26c3" ,
2022-07-11 19:27:00 +02:00
"shasum" : ""
} ,
"require" : {
"php" : "^7.2|^8.0"
} ,
"conflict" : {
"phpstan/phpstan-shim" : "*"
} ,
"bin" : [
"phpstan" ,
"phpstan.phar"
] ,
"type" : "library" ,
"autoload" : {
"files" : [
"bootstrap.php"
]
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"description" : "PHPStan - PHP Static Analysis Tool" ,
2022-10-10 14:09:15 +02:00
"keywords" : [
"dev" ,
"static analysis"
] ,
2022-07-11 19:27:00 +02:00
"support" : {
2023-03-30 18:08:02 +02:00
"docs" : "https://phpstan.org/user-guide/getting-started" ,
"forum" : "https://github.com/phpstan/phpstan/discussions" ,
2022-07-11 19:27:00 +02:00
"issues" : "https://github.com/phpstan/phpstan/issues" ,
2023-03-30 18:08:02 +02:00
"security" : "https://github.com/phpstan/phpstan/security/policy" ,
"source" : "https://github.com/phpstan/phpstan-src"
2022-07-11 19:27:00 +02:00
} ,
"funding" : [
{
"url" : "https://github.com/ondrejmirtes" ,
"type" : "github"
} ,
{
"url" : "https://github.com/phpstan" ,
"type" : "github"
} ,
{
"url" : "https://tidelift.com/funding/github/packagist/phpstan/phpstan" ,
"type" : "tidelift"
}
] ,
2023-09-26 12:41:43 +02:00
"time" : "2023-09-19T15:27:56+00:00"
2022-07-11 19:27:00 +02:00
} ,
{
"name" : "psr/cache" ,
2023-03-30 18:08:02 +02:00
"version" : "2.0.0" ,
2022-07-11 19:27:00 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/php-fig/cache.git" ,
2023-03-30 18:08:02 +02:00
"reference" : "213f9dbc5b9bfbc4f8db86d2838dc968752ce13b"
2022-07-11 19:27:00 +02:00
} ,
"dist" : {
"type" : "zip" ,
2023-03-30 18:08:02 +02:00
"url" : "https://api.github.com/repos/php-fig/cache/zipball/213f9dbc5b9bfbc4f8db86d2838dc968752ce13b" ,
"reference" : "213f9dbc5b9bfbc4f8db86d2838dc968752ce13b" ,
2022-07-11 19:27:00 +02:00
"shasum" : ""
} ,
"require" : {
2023-03-30 18:08:02 +02:00
"php" : ">=8.0.0"
2022-07-11 19:27:00 +02:00
} ,
"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" ,
2023-03-30 18:08:02 +02:00
"homepage" : "https://www.php-fig.org/"
2022-07-11 19:27:00 +02:00
}
] ,
"description" : "Common interface for caching libraries" ,
"keywords" : [
"cache" ,
"psr" ,
"psr-6"
] ,
"support" : {
2023-03-30 18:08:02 +02:00
"source" : "https://github.com/php-fig/cache/tree/2.0.0"
2022-07-11 19:27:00 +02:00
} ,
2023-03-30 18:08:02 +02:00
"time" : "2021-02-03T23:23:37+00:00"
} ,
{
"name" : "psr/clock" ,
"version" : "1.0.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/php-fig/clock.git" ,
"reference" : "e41a24703d4560fd0acb709162f73b8adfc3aa0d"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/php-fig/clock/zipball/e41a24703d4560fd0acb709162f73b8adfc3aa0d" ,
"reference" : "e41a24703d4560fd0acb709162f73b8adfc3aa0d" ,
"shasum" : ""
} ,
"require" : {
"php" : "^7.0 || ^8.0"
} ,
"type" : "library" ,
"autoload" : {
"psr-4" : {
"Psr\\Clock\\" : "src/"
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "PHP-FIG" ,
"homepage" : "https://www.php-fig.org/"
}
] ,
"description" : "Common interface for reading the clock." ,
"homepage" : "https://github.com/php-fig/clock" ,
"keywords" : [
"clock" ,
"now" ,
"psr" ,
"psr-20" ,
"time"
] ,
"support" : {
"issues" : "https://github.com/php-fig/clock/issues" ,
"source" : "https://github.com/php-fig/clock/tree/1.0.0"
} ,
"time" : "2022-11-25T14:36:26+00:00"
2022-07-11 19:27:00 +02:00
} ,
{
"name" : "psr/container" ,
"version" : "1.1.2" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/php-fig/container.git" ,
"reference" : "513e0666f7216c7459170d56df27dfcefe1689ea"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/php-fig/container/zipball/513e0666f7216c7459170d56df27dfcefe1689ea" ,
"reference" : "513e0666f7216c7459170d56df27dfcefe1689ea" ,
"shasum" : ""
} ,
"require" : {
"php" : ">=7.4.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.2"
} ,
"time" : "2021-11-05T16:50:12+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/http-client" ,
2023-09-26 12:41:43 +02:00
"version" : "1.0.3" ,
2022-07-11 19:27:00 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/php-fig/http-client.git" ,
2023-09-26 12:41:43 +02:00
"reference" : "bb5906edc1c324c9a05aa0873d40117941e5fa90"
2022-07-11 19:27:00 +02:00
} ,
"dist" : {
"type" : "zip" ,
2023-09-26 12:41:43 +02:00
"url" : "https://api.github.com/repos/php-fig/http-client/zipball/bb5906edc1c324c9a05aa0873d40117941e5fa90" ,
"reference" : "bb5906edc1c324c9a05aa0873d40117941e5fa90" ,
2022-07-11 19:27:00 +02:00
"shasum" : ""
} ,
"require" : {
"php" : "^7.0 || ^8.0" ,
2023-04-25 15:02:54 +02:00
"psr/http-message" : "^1.0 || ^2.0"
2022-07-11 19:27:00 +02:00
} ,
"type" : "library" ,
"extra" : {
"branch-alias" : {
"dev-master" : "1.0.x-dev"
}
} ,
"autoload" : {
"psr-4" : {
"Psr\\Http\\Client\\" : "src/"
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "PHP-FIG" ,
2023-04-25 15:02:54 +02:00
"homepage" : "https://www.php-fig.org/"
2022-07-11 19:27:00 +02:00
}
] ,
"description" : "Common interface for HTTP clients" ,
"homepage" : "https://github.com/php-fig/http-client" ,
"keywords" : [
"http" ,
"http-client" ,
"psr" ,
"psr-18"
] ,
"support" : {
2023-09-26 12:41:43 +02:00
"source" : "https://github.com/php-fig/http-client"
2022-07-11 19:27:00 +02:00
} ,
2023-09-26 12:41:43 +02:00
"time" : "2023-09-23T14:17:50+00:00"
2022-07-11 19:27:00 +02:00
} ,
{
"name" : "psr/http-factory" ,
2023-04-25 15:02:54 +02:00
"version" : "1.0.2" ,
2022-07-11 19:27:00 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/php-fig/http-factory.git" ,
2023-04-25 15:02:54 +02:00
"reference" : "e616d01114759c4c489f93b099585439f795fe35"
2022-07-11 19:27:00 +02:00
} ,
"dist" : {
"type" : "zip" ,
2023-04-25 15:02:54 +02:00
"url" : "https://api.github.com/repos/php-fig/http-factory/zipball/e616d01114759c4c489f93b099585439f795fe35" ,
"reference" : "e616d01114759c4c489f93b099585439f795fe35" ,
2022-07-11 19:27:00 +02:00
"shasum" : ""
} ,
"require" : {
"php" : ">=7.0.0" ,
2023-04-25 15:02:54 +02:00
"psr/http-message" : "^1.0 || ^2.0"
2022-07-11 19:27:00 +02:00
} ,
"type" : "library" ,
"extra" : {
"branch-alias" : {
"dev-master" : "1.0.x-dev"
}
} ,
"autoload" : {
"psr-4" : {
"Psr\\Http\\Message\\" : "src/"
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "PHP-FIG" ,
2023-04-25 15:02:54 +02:00
"homepage" : "https://www.php-fig.org/"
2022-07-11 19:27:00 +02:00
}
] ,
"description" : "Common interfaces for PSR-7 HTTP message factories" ,
"keywords" : [
"factory" ,
"http" ,
"message" ,
"psr" ,
"psr-17" ,
"psr-7" ,
"request" ,
"response"
] ,
"support" : {
2023-04-25 15:02:54 +02:00
"source" : "https://github.com/php-fig/http-factory/tree/1.0.2"
2022-07-11 19:27:00 +02:00
} ,
2023-04-25 15:02:54 +02:00
"time" : "2023-04-10T20:10:41+00:00"
2022-07-11 19:27:00 +02:00
} ,
{
"name" : "psr/http-message" ,
2023-04-25 15:02:54 +02:00
"version" : "1.1" ,
2022-07-11 19:27:00 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/php-fig/http-message.git" ,
2023-04-25 15:02:54 +02:00
"reference" : "cb6ce4845ce34a8ad9e68117c10ee90a29919eba"
2022-07-11 19:27:00 +02:00
} ,
"dist" : {
"type" : "zip" ,
2023-04-25 15:02:54 +02:00
"url" : "https://api.github.com/repos/php-fig/http-message/zipball/cb6ce4845ce34a8ad9e68117c10ee90a29919eba" ,
"reference" : "cb6ce4845ce34a8ad9e68117c10ee90a29919eba" ,