2022-07-11 17:27:00 +00: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-11-19 20:08:44 +00:00
"content-hash": "475e1100742e41538de610f4657eca6e",
2022-07-11 17:27:00 +00:00
"packages": [
{
"name": "brick/math",
2023-04-25 13:02:54 +00:00
"version": "0.11.0",
2022-07-11 17:27:00 +00:00
"source": {
"type": "git",
"url": "https://github.com/brick/math.git",
2023-04-25 13:02:54 +00:00
"reference": "0ad82ce168c82ba30d1c01ec86116ab52f589478"
2022-07-11 17:27:00 +00:00
},
"dist": {
"type": "zip",
2023-04-25 13:02:54 +00:00
"url": "https://api.github.com/repos/brick/math/zipball/0ad82ce168c82ba30d1c01ec86116ab52f589478",
"reference": "0ad82ce168c82ba30d1c01ec86116ab52f589478",
2022-07-11 17:27:00 +00:00
"shasum": ""
},
"require": {
2023-04-25 13:02:54 +00:00
"php": "^8.0"
2022-07-11 17:27:00 +00:00
},
"require-dev": {
"php-coveralls/php-coveralls": "^2.2",
2023-03-30 16:08:02 +00:00
"phpunit/phpunit": "^9.0",
2023-04-25 13:02:54 +00:00
"vimeo/psalm": "5.0.0"
2022-07-11 17:27:00 +00: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 13:02:54 +00:00
"source": "https://github.com/brick/math/tree/0.11.0"
2022-07-11 17:27:00 +00:00
},
"funding": [
{
"url": "https://github.com/BenMorel",
"type": "github"
}
],
2023-04-25 13:02:54 +00:00
"time": "2023-01-15T23:15:59+00:00"
2022-07-11 17:27:00 +00: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 11:46:15 +00:00
"reference": "702368f2f1b1deb002fcc3fadab80a53cdb523db"
2022-07-11 17:27:00 +00:00
},
"dist": {
"type": "zip",
2023-02-01 11:46:15 +00:00
"url": "https://api.github.com/repos/Champs-Libres/wopi-bundle/zipball/702368f2f1b1deb002fcc3fadab80a53cdb523db",
"reference": "702368f2f1b1deb002fcc3fadab80a53cdb523db",
2022-07-11 17:27:00 +00: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 20:11:01 +00: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 17:27:00 +00: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 11:46:15 +00:00
"time": "2023-01-19T21:29:50+00:00"
2022-07-11 17:27:00 +00:00
},
{
"name": "champs-libres/wopi-lib",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/Champs-Libres/wopi-lib.git",
2023-01-13 20:09:41 +00:00
"reference": "922e68dd1b1f769c7c0386e3b5f93fc64258cc0f"
2022-07-11 17:27:00 +00:00
},
"dist": {
"type": "zip",
2023-01-13 20:09:41 +00:00
"url": "https://api.github.com/repos/Champs-Libres/wopi-lib/zipball/922e68dd1b1f769c7c0386e3b5f93fc64258cc0f",
"reference": "922e68dd1b1f769c7c0386e3b5f93fc64258cc0f",
2022-07-11 17:27:00 +00: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 20:09:41 +00:00
"time": "2023-01-10T20:26:46+00:00"
2022-07-11 17:27:00 +00:00
},
{
"name": "chill-project/chill-bundles",
2023-11-19 20:08:44 +00:00
"version": "2.12.1",
2022-07-11 17:27:00 +00:00
"source": {
"type": "git",
"url": "git@gitlab.com:Chill-Projet/chill-bundles.git",
2023-11-19 20:08:44 +00:00
"reference": "ff344dbb0c3fbbe37fbf13ed7ec2c74150d38943"
2022-07-11 17:27:00 +00:00
},
"dist": {
"type": "zip",
2023-11-19 20:08:44 +00:00
"url": "https://gitlab.com/api/v4/projects/Chill-Projet%2Fchill-bundles/repository/archive.zip?sha=ff344dbb0c3fbbe37fbf13ed7ec2c74150d38943",
"reference": "ff344dbb0c3fbbe37fbf13ed7ec2c74150d38943",
2022-07-11 17:27:00 +00:00
"shasum": ""
},
"require": {
"champs-libres/async-uploader-bundle": "dev-sf4#d57134aee8e504a83c902ff0cf9f8d36ac418290",
2023-01-07 20:11:01 +00:00
"champs-libres/wopi-bundle": "dev-master@dev",
"champs-libres/wopi-lib": "dev-master@dev",
2022-07-11 17:27:00 +00:00
"doctrine/doctrine-bundle": "^2.1",
"doctrine/doctrine-migrations-bundle": "^3.0",
2023-01-07 20:11:01 +00:00
"doctrine/orm": "^2.13.0",
2022-07-11 17:27:00 +00:00
"erusev/parsedown": "^1.7",
2023-01-07 20:11:01 +00:00
"ext-json": "*",
"ext-openssl": "*",
"ext-redis": "*",
2022-07-11 17:27:00 +00:00
"graylog2/gelf-php": "^1.5",
"knplabs/knp-menu-bundle": "^3.0",
"knplabs/knp-time-bundle": "^1.12",
2022-12-24 14:40:18 +00:00
"knpuniversity/oauth2-client-bundle": "^2.10",
2022-07-11 17:27:00 +00:00
"league/csv": "^9.7.1",
2023-01-07 20:11:01 +00:00
"lexik/jwt-authentication-bundle": "^2.16",
2022-07-11 17:27:00 +00:00
"nyholm/psr7": "^1.4",
"ocramius/package-versions": "^1.10 || ^2",
"odolbeau/phone-number-bundle": "^3.6",
2022-12-24 14:40:18 +00:00
"ovh/ovh": "^3.0",
2023-10-17 14:22:42 +00:00
"php": "^8.2",
2022-07-11 17:27:00 +00: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 10:41:43 +00:00
"symfony/clock": "^6.2",
2022-07-11 17:27:00 +00:00
"symfony/css-selector": "^4.4",
"symfony/expression-language": "^4.4",
"symfony/form": "^4.4",
"symfony/framework-bundle": "^4.4",
2023-01-07 20:11:01 +00:00
"symfony/http-client": "^4.4 || ^5",
2022-07-11 17:27:00 +00:00
"symfony/http-foundation": "^4.4",
"symfony/intl": "^4.4",
"symfony/mailer": "^5.4",
2022-12-24 14:40:18 +00:00
"symfony/messenger": "^5.4",
2022-07-11 17:27:00 +00:00
"symfony/mime": "^5.4",
"symfony/monolog-bundle": "^3.5",
"symfony/security-bundle": "^4.4",
"symfony/serializer": "^5.3",
"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 14:40:18 +00:00
"thenetworg/oauth2-azure": "^2.0",
2022-07-11 17:27:00 +00: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 16:08:02 +00:00
"jangregor/phpstan-prophecy": "^1.0",
2022-07-11 17:27:00 +00:00
"nelmio/alice": "^3.8",
2023-09-26 10:41:43 +00:00
"nikic/php-parser": "^4.15",
2022-07-11 17:27:00 +00:00
"phpspec/prophecy-phpunit": "^2.0",
2023-03-30 16:08:02 +00:00
"phpstan/extension-installer": "^1.2",
"phpstan/phpstan": "^1.9",
"phpstan/phpstan-deprecation-rules": "^1.1",
2022-07-11 17:27:00 +00:00
"phpstan/phpstan-strict-rules": "^1.0",
"phpunit/phpunit": ">= 7.5",
2023-03-30 16:08:02 +00:00
"psalm/plugin-phpunit": "^0.18.4",
"psalm/plugin-symfony": "^4.0.2",
2023-10-17 14:22:42 +00:00
"rector/rector": "^0.17.7",
2022-07-11 17:27:00 +00: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 16:08:02 +00:00
"symfony/var-dumper": "^4.4",
"vimeo/psalm": "^4.30.0"
2022-07-11 17:27:00 +00: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 10:41:43 +00:00
"Chill\\Utils\\Rector\\": "utils/rector/src",
2022-07-11 17:27:00 +00: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\\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-11-19 20:08:44 +00:00
"time": "2023-11-16T10:07:34+00:00"
2022-07-11 17:27:00 +00: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 16:08:02 +00:00
"version": "1.14.3",
2022-07-11 17:27:00 +00:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/annotations.git",
2023-03-30 16:08:02 +00:00
"reference": "fb0d71a7393298a7b232cbf4c8b1f73f3ec3d5af"
2022-07-11 17:27:00 +00:00
},
"dist": {
"type": "zip",
2023-03-30 16:08:02 +00:00
"url": "https://api.github.com/repos/doctrine/annotations/zipball/fb0d71a7393298a7b232cbf4c8b1f73f3ec3d5af",
"reference": "fb0d71a7393298a7b232cbf4c8b1f73f3ec3d5af",
2022-07-11 17:27:00 +00:00
"shasum": ""
},
"require": {
2022-12-24 14:40:18 +00:00
"doctrine/lexer": "^1 || ^2",
2022-07-11 17:27:00 +00:00
"ext-tokenizer": "*",
"php": "^7.1 || ^8.0",
"psr/cache": "^1 || ^2 || ^3"
},
"require-dev": {
"doctrine/cache": "^1.11 || ^2.0",
2022-12-24 14:40:18 +00: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 17:27:00 +00:00
"vimeo/psalm": "^4.10"
},
2022-12-24 14:40:18 +00:00
"suggest": {
"php": "PHP 8.0 or higher comes with attributes, a native replacement for annotations"
},
2022-07-11 17:27:00 +00: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 16:08:02 +00:00
"source": "https://github.com/doctrine/annotations/tree/1.14.3"
2022-07-11 17:27:00 +00:00
},
2023-03-30 16:08:02 +00:00
"time": "2023-02-01T09:20:38+00:00"
2022-07-11 17:27:00 +00: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-10-17 14:22:42 +00:00
"version": "2.1.4",
2022-07-11 17:27:00 +00:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/collections.git",
2023-10-17 14:22:42 +00:00
"reference": "72328a11443a0de79967104ad36ba7b30bded134"
2022-07-11 17:27:00 +00:00
},
"dist": {
"type": "zip",
2023-10-17 14:22:42 +00:00
"url": "https://api.github.com/repos/doctrine/collections/zipball/72328a11443a0de79967104ad36ba7b30bded134",
"reference": "72328a11443a0de79967104ad36ba7b30bded134",
2022-07-11 17:27:00 +00:00
"shasum": ""
},
"require": {
2023-03-30 16:08:02 +00:00
"doctrine/deprecations": "^1",
"php": "^8.1"
2022-07-11 17:27:00 +00:00
},
"require-dev": {
2023-10-17 14:22:42 +00:00
"doctrine/coding-standard": "^12",
2023-03-30 16:08:02 +00:00
"ext-json": "*",
"phpstan/phpstan": "^1.8",
"phpstan/phpstan-phpunit": "^1.0",
"phpunit/phpunit": "^9.5",
2023-09-26 10:41:43 +00:00
"vimeo/psalm": "^5.11"
2022-07-11 17:27:00 +00:00
},
"type": "library",
"autoload": {
"psr-4": {
2023-03-30 16:08:02 +00:00
"Doctrine\\Common\\Collections\\": "src"
2022-07-11 17:27:00 +00: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-10-17 14:22:42 +00:00
"source": "https://github.com/doctrine/collections/tree/2.1.4"
2022-07-11 17:27:00 +00:00
},
2023-03-30 16:08:02 +00: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-10-17 14:22:42 +00:00
"time": "2023-10-03T09:22:33+00:00"
2022-07-11 17:27:00 +00:00
},
{
"name": "doctrine/common",
2022-10-10 12:09:15 +00:00
"version": "3.4.3",
2022-07-11 17:27:00 +00:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/common.git",
2022-10-10 12:09:15 +00:00
"reference": "8b5e5650391f851ed58910b3e3d48a71062eeced"
2022-07-11 17:27:00 +00:00
},
"dist": {
"type": "zip",
2022-10-10 12:09:15 +00:00
"url": "https://api.github.com/repos/doctrine/common/zipball/8b5e5650391f851ed58910b3e3d48a71062eeced",
"reference": "8b5e5650391f851ed58910b3e3d48a71062eeced",
2022-07-11 17:27:00 +00:00
"shasum": ""
},
"require": {
"doctrine/persistence": "^2.0 || ^3.0",
"php": "^7.1 || ^8.0"
},
"require-dev": {
2022-10-10 12:09:15 +00:00
"doctrine/coding-standard": "^9.0 || ^10.0",
"doctrine/collections": "^1",
2022-07-11 17:27:00 +00: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 12:09:15 +00:00
"symfony/phpunit-bridge": "^6.1",
2022-07-11 17:27:00 +00:00
"vimeo/psalm": "^4.4"
},
"type": "library",
"autoload": {
"psr-4": {
2022-10-10 12:09:15 +00:00
"Doctrine\\Common\\": "src"
2022-07-11 17:27:00 +00: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 12:09:15 +00:00
"source": "https://github.com/doctrine/common/tree/3.4.3"
2022-07-11 17:27:00 +00: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 12:09:15 +00:00
"time": "2022-10-09T11:47:59+00:00"
2022-07-11 17:27:00 +00:00
},
{
"name": "doctrine/dbal",
2023-11-19 20:01:57 +00:00
"version": "3.7.2",
2022-07-11 17:27:00 +00:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/dbal.git",
2023-11-19 20:01:57 +00:00
"reference": "0ac3c270590e54910715e9a1a044cc368df282b2"
2022-07-11 17:27:00 +00:00
},
"dist": {
"type": "zip",
2023-11-19 20:01:57 +00:00
"url": "https://api.github.com/repos/doctrine/dbal/zipball/0ac3c270590e54910715e9a1a044cc368df282b2",
"reference": "0ac3c270590e54910715e9a1a044cc368df282b2",
2022-07-11 17:27:00 +00:00
"shasum": ""
},
"require": {
"composer-runtime-api": "^2",
"doctrine/cache": "^1.11|^2.0",
"doctrine/deprecations": "^0.5.3|^1",
2022-12-24 14:40:18 +00:00
"doctrine/event-manager": "^1|^2",
2022-10-10 12:09:15 +00:00
"php": "^7.4 || ^8.0",
2022-07-11 17:27:00 +00:00
"psr/cache": "^1|^2|^3",
"psr/log": "^1|^2|^3"
},
"require-dev": {
2023-09-26 10:41:43 +00:00
"doctrine/coding-standard": "12.0.0",
2023-03-30 16:08:02 +00:00
"fig/log-test": "^1",
2023-09-26 10:41:43 +00:00
"jetbrains/phpstorm-stubs": "2023.1",
2023-11-19 20:01:57 +00:00
"phpstan/phpstan": "1.10.42",
2023-03-30 16:08:02 +00:00
"phpstan/phpstan-strict-rules": "^1.5",
2023-10-17 14:22:42 +00:00
"phpunit/phpunit": "9.6.13",
2022-12-24 14:40:18 +00:00
"psalm/plugin-phpunit": "0.18.4",
2023-09-26 10:41:43 +00:00
"slevomat/coding-standard": "8.13.1",
2023-03-30 16:08:02 +00:00
"squizlabs/php_codesniffer": "3.7.2",
2022-10-10 12:09:15 +00:00
"symfony/cache": "^5.4|^6.0",
"symfony/console": "^4.4|^5.4|^6.0",
2022-12-24 14:40:18 +00:00
"vimeo/psalm": "4.30.0"
2022-07-11 17:27:00 +00: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-11-19 20:01:57 +00:00
"source": "https://github.com/doctrine/dbal/tree/3.7.2"
2022-07-11 17:27:00 +00: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-11-19 20:01:57 +00:00
"time": "2023-11-19T08:06:58+00:00"
2022-07-11 17:27:00 +00:00
},
{
"name": "doctrine/deprecations",
2023-10-17 14:22:42 +00:00
"version": "1.1.2",
2022-07-11 17:27:00 +00:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/deprecations.git",
2023-10-17 14:22:42 +00:00
"reference": "4f2d4f2836e7ec4e7a8625e75c6aa916004db931"
2022-07-11 17:27:00 +00:00
},
"dist": {
"type": "zip",
2023-10-17 14:22:42 +00:00
"url": "https://api.github.com/repos/doctrine/deprecations/zipball/4f2d4f2836e7ec4e7a8625e75c6aa916004db931",
"reference": "4f2d4f2836e7ec4e7a8625e75c6aa916004db931",
2022-07-11 17:27:00 +00:00
"shasum": ""
},
"require": {
2023-09-26 10:41:43 +00:00
"php": "^7.1 || ^8.0"
2022-07-11 17:27:00 +00:00
},
"require-dev": {
"doctrine/coding-standard": "^9",
2023-09-26 10:41:43 +00: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 17:27:00 +00: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-10-17 14:22:42 +00:00
"source": "https://github.com/doctrine/deprecations/tree/1.1.2"
2022-07-11 17:27:00 +00:00
},
2023-10-17 14:22:42 +00:00
"time": "2023-09-27T20:04:15+00:00"
2022-07-11 17:27:00 +00:00
},
{
"name": "doctrine/doctrine-bundle",
2022-12-24 14:40:18 +00:00
"version": "2.7.2",
2022-07-11 17:27:00 +00:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/DoctrineBundle.git",
2022-12-24 14:40:18 +00:00
"reference": "22d53b2c5ad03929628fb4a928b01135585b7179"
2022-07-11 17:27:00 +00:00
},
"dist": {
"type": "zip",
2022-12-24 14:40:18 +00:00
"url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/22d53b2c5ad03929628fb4a928b01135585b7179",
"reference": "22d53b2c5ad03929628fb4a928b01135585b7179",
2022-07-11 17:27:00 +00:00
"shasum": ""
},
"require": {
"doctrine/annotations": "^1",
"doctrine/cache": "^1.11 || ^2.0",
2022-12-24 14:40:18 +00:00
"doctrine/dbal": "^2.13.1 || ^3.3.2",
"doctrine/persistence": "^2.2 || ^3",
2022-07-11 17:27:00 +00:00
"doctrine/sql-formatter": "^1.0.1",
"php": "^7.1 || ^8.0",
2022-12-24 14:40:18 +00: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 17:27:00 +00:00
},
"conflict": {
2022-12-24 14:40:18 +00:00
"doctrine/orm": "<2.11 || >=3.0",
"twig/twig": "<1.34 || >=2.0,<2.4"
2022-07-11 17:27:00 +00: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 14:40:18 +00: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 17:27:00 +00: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 14:40:18 +00:00
"source": "https://github.com/doctrine/DoctrineBundle/tree/2.7.2"
2022-07-11 17:27:00 +00: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 14:40:18 +00:00
"time": "2022-12-07T12:07:11+00:00"
2022-07-11 17:27:00 +00:00
},
{
"name": "doctrine/doctrine-migrations-bundle",
2023-11-19 20:01:57 +00:00
"version": "3.2.5",
2022-07-11 17:27:00 +00:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/DoctrineMigrationsBundle.git",
2023-11-19 20:01:57 +00:00
"reference": "90be4395597432a05ae9aad5e6fe490622226a77"
2022-07-11 17:27:00 +00:00
},
"dist": {
"type": "zip",
2023-11-19 20:01:57 +00:00
"url": "https://api.github.com/repos/doctrine/DoctrineMigrationsBundle/zipball/90be4395597432a05ae9aad5e6fe490622226a77",
"reference": "90be4395597432a05ae9aad5e6fe490622226a77",
2022-07-11 17:27:00 +00:00
"shasum": ""
},