mirror of
https://codeberg.org/demostf/api.git
synced 2026-06-03 18:04:08 +02:00
Bump doctrine/dbal from 3.0.0 to 3.1.4
Bumps [doctrine/dbal](https://github.com/doctrine/dbal) from 3.0.0 to 3.1.4. - [Release notes](https://github.com/doctrine/dbal/releases) - [Commits](https://github.com/doctrine/dbal/compare/3.0.0...3.1.4) --- updated-dependencies: - dependency-name: doctrine/dbal dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
9c61c483fb
commit
bce803164c
1 changed files with 81 additions and 41 deletions
122
composer.lock
generated
122
composer.lock
generated
|
|
@ -8,16 +8,16 @@
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "composer/package-versions-deprecated",
|
"name": "composer/package-versions-deprecated",
|
||||||
"version": "1.11.99.1",
|
"version": "1.11.99.4",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/composer/package-versions-deprecated.git",
|
"url": "https://github.com/composer/package-versions-deprecated.git",
|
||||||
"reference": "7413f0b55a051e89485c5cb9f765fe24bb02a7b6"
|
"reference": "b174585d1fe49ceed21928a945138948cb394600"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/composer/package-versions-deprecated/zipball/7413f0b55a051e89485c5cb9f765fe24bb02a7b6",
|
"url": "https://api.github.com/repos/composer/package-versions-deprecated/zipball/b174585d1fe49ceed21928a945138948cb394600",
|
||||||
"reference": "7413f0b55a051e89485c5cb9f765fe24bb02a7b6",
|
"reference": "b174585d1fe49ceed21928a945138948cb394600",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
|
|
@ -61,7 +61,7 @@
|
||||||
"description": "Composer plugin that provides efficient querying for installed package versions (no runtime IO)",
|
"description": "Composer plugin that provides efficient querying for installed package versions (no runtime IO)",
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/composer/package-versions-deprecated/issues",
|
"issues": "https://github.com/composer/package-versions-deprecated/issues",
|
||||||
"source": "https://github.com/composer/package-versions-deprecated/tree/1.11.99.1"
|
"source": "https://github.com/composer/package-versions-deprecated/tree/1.11.99.4"
|
||||||
},
|
},
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
|
|
@ -77,20 +77,20 @@
|
||||||
"type": "tidelift"
|
"type": "tidelift"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2020-11-11T10:22:58+00:00"
|
"time": "2021-09-13T08:41:34+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "doctrine/cache",
|
"name": "doctrine/cache",
|
||||||
"version": "1.10.2",
|
"version": "2.1.1",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/doctrine/cache.git",
|
"url": "https://github.com/doctrine/cache.git",
|
||||||
"reference": "13e3381b25847283a91948d04640543941309727"
|
"reference": "331b4d5dbaeab3827976273e9356b3b453c300ce"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/doctrine/cache/zipball/13e3381b25847283a91948d04640543941309727",
|
"url": "https://api.github.com/repos/doctrine/cache/zipball/331b4d5dbaeab3827976273e9356b3b453c300ce",
|
||||||
"reference": "13e3381b25847283a91948d04640543941309727",
|
"reference": "331b4d5dbaeab3827976273e9356b3b453c300ce",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
|
|
@ -101,20 +101,19 @@
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"alcaeus/mongo-php-adapter": "^1.1",
|
"alcaeus/mongo-php-adapter": "^1.1",
|
||||||
"doctrine/coding-standard": "^6.0",
|
"cache/integration-tests": "dev-master",
|
||||||
|
"doctrine/coding-standard": "^8.0",
|
||||||
"mongodb/mongodb": "^1.1",
|
"mongodb/mongodb": "^1.1",
|
||||||
"phpunit/phpunit": "^7.0",
|
"phpunit/phpunit": "^7.0 || ^8.0 || ^9.0",
|
||||||
"predis/predis": "~1.0"
|
"predis/predis": "~1.0",
|
||||||
|
"psr/cache": "^1.0 || ^2.0 || ^3.0",
|
||||||
|
"symfony/cache": "^4.4 || ^5.2 || ^6.0@dev",
|
||||||
|
"symfony/var-exporter": "^4.4 || ^5.2 || ^6.0@dev"
|
||||||
},
|
},
|
||||||
"suggest": {
|
"suggest": {
|
||||||
"alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver"
|
"alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver"
|
||||||
},
|
},
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"extra": {
|
|
||||||
"branch-alias": {
|
|
||||||
"dev-master": "1.9.x-dev"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-4": {
|
"psr-4": {
|
||||||
"Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
|
"Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
|
||||||
|
|
@ -161,7 +160,7 @@
|
||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/doctrine/cache/issues",
|
"issues": "https://github.com/doctrine/cache/issues",
|
||||||
"source": "https://github.com/doctrine/cache/tree/1.10.x"
|
"source": "https://github.com/doctrine/cache/tree/2.1.1"
|
||||||
},
|
},
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
|
|
@ -177,37 +176,40 @@
|
||||||
"type": "tidelift"
|
"type": "tidelift"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2020-07-07T18:54:01+00:00"
|
"time": "2021-07-17T14:49:29+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "doctrine/dbal",
|
"name": "doctrine/dbal",
|
||||||
"version": "3.0.0",
|
"version": "3.1.4",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/doctrine/dbal.git",
|
"url": "https://github.com/doctrine/dbal.git",
|
||||||
"reference": "ee6d1260d5cc20ec506455a585945d7bdb98662c"
|
"reference": "821b4f01a36ce63ed36c090ea74767b72db367e9"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/doctrine/dbal/zipball/ee6d1260d5cc20ec506455a585945d7bdb98662c",
|
"url": "https://api.github.com/repos/doctrine/dbal/zipball/821b4f01a36ce63ed36c090ea74767b72db367e9",
|
||||||
"reference": "ee6d1260d5cc20ec506455a585945d7bdb98662c",
|
"reference": "821b4f01a36ce63ed36c090ea74767b72db367e9",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"composer/package-versions-deprecated": "^1.11.99",
|
"composer/package-versions-deprecated": "^1.11.99",
|
||||||
"doctrine/cache": "^1.0",
|
"doctrine/cache": "^1.0|^2.0",
|
||||||
|
"doctrine/deprecations": "^0.5.3",
|
||||||
"doctrine/event-manager": "^1.0",
|
"doctrine/event-manager": "^1.0",
|
||||||
"php": "^7.3 || ^8.0"
|
"php": "^7.3 || ^8.0"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"doctrine/coding-standard": "^8.1",
|
"doctrine/coding-standard": "9.0.0",
|
||||||
"jetbrains/phpstorm-stubs": "^2019.1",
|
"jetbrains/phpstorm-stubs": "2021.1",
|
||||||
"phpstan/phpstan": "^0.12.40",
|
"phpstan/phpstan": "1.1.1",
|
||||||
"phpstan/phpstan-strict-rules": "^0.12.2",
|
"phpstan/phpstan-strict-rules": "^1",
|
||||||
"phpunit/phpunit": "^9.4",
|
"phpunit/phpunit": "9.5.10",
|
||||||
"psalm/plugin-phpunit": "^0.10.0",
|
"psalm/plugin-phpunit": "0.16.1",
|
||||||
"symfony/console": "^2.0.5|^3.0|^4.0|^5.0",
|
"squizlabs/php_codesniffer": "3.6.1",
|
||||||
"vimeo/psalm": "^3.17.2"
|
"symfony/cache": "^5.2|^6.0",
|
||||||
|
"symfony/console": "^2.0.5|^3.0|^4.0|^5.0|^6.0",
|
||||||
|
"vimeo/psalm": "4.12.0"
|
||||||
},
|
},
|
||||||
"suggest": {
|
"suggest": {
|
||||||
"symfony/console": "For helpful console commands such as SQL execution and import of files."
|
"symfony/console": "For helpful console commands such as SQL execution and import of files."
|
||||||
|
|
@ -216,11 +218,6 @@
|
||||||
"bin/doctrine-dbal"
|
"bin/doctrine-dbal"
|
||||||
],
|
],
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"extra": {
|
|
||||||
"branch-alias": {
|
|
||||||
"dev-master": "4.0.x-dev"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-4": {
|
"psr-4": {
|
||||||
"Doctrine\\DBAL\\": "src"
|
"Doctrine\\DBAL\\": "src"
|
||||||
|
|
@ -272,7 +269,7 @@
|
||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/doctrine/dbal/issues",
|
"issues": "https://github.com/doctrine/dbal/issues",
|
||||||
"source": "https://github.com/doctrine/dbal/tree/3.0.0"
|
"source": "https://github.com/doctrine/dbal/tree/3.1.4"
|
||||||
},
|
},
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
|
|
@ -288,7 +285,50 @@
|
||||||
"type": "tidelift"
|
"type": "tidelift"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2020-11-15T18:20:41+00:00"
|
"time": "2021-11-15T16:44:33+00:00"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "doctrine/deprecations",
|
||||||
|
"version": "v0.5.3",
|
||||||
|
"source": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://github.com/doctrine/deprecations.git",
|
||||||
|
"reference": "9504165960a1f83cc1480e2be1dd0a0478561314"
|
||||||
|
},
|
||||||
|
"dist": {
|
||||||
|
"type": "zip",
|
||||||
|
"url": "https://api.github.com/repos/doctrine/deprecations/zipball/9504165960a1f83cc1480e2be1dd0a0478561314",
|
||||||
|
"reference": "9504165960a1f83cc1480e2be1dd0a0478561314",
|
||||||
|
"shasum": ""
|
||||||
|
},
|
||||||
|
"require": {
|
||||||
|
"php": "^7.1|^8.0"
|
||||||
|
},
|
||||||
|
"require-dev": {
|
||||||
|
"doctrine/coding-standard": "^6.0|^7.0|^8.0",
|
||||||
|
"phpunit/phpunit": "^7.0|^8.0|^9.0",
|
||||||
|
"psr/log": "^1.0"
|
||||||
|
},
|
||||||
|
"suggest": {
|
||||||
|
"psr/log": "Allows logging deprecations via PSR-3 logger implementation"
|
||||||
|
},
|
||||||
|
"type": "library",
|
||||||
|
"autoload": {
|
||||||
|
"psr-4": {
|
||||||
|
"Doctrine\\Deprecations\\": "lib/Doctrine/Deprecations"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"notification-url": "https://packagist.org/downloads/",
|
||||||
|
"license": [
|
||||||
|
"MIT"
|
||||||
|
],
|
||||||
|
"description": "A small layer on top of trigger_error(E_USER_DEPRECATED) or PSR-3 logging with options to disable all deprecations or selectively for packages.",
|
||||||
|
"homepage": "https://www.doctrine-project.org/",
|
||||||
|
"support": {
|
||||||
|
"issues": "https://github.com/doctrine/deprecations/issues",
|
||||||
|
"source": "https://github.com/doctrine/deprecations/tree/v0.5.3"
|
||||||
|
},
|
||||||
|
"time": "2021-03-21T12:59:47+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "doctrine/event-manager",
|
"name": "doctrine/event-manager",
|
||||||
|
|
@ -5289,5 +5329,5 @@
|
||||||
"ext-apcu": "*"
|
"ext-apcu": "*"
|
||||||
},
|
},
|
||||||
"platform-dev": [],
|
"platform-dev": [],
|
||||||
"plugin-api-version": "2.0.0"
|
"plugin-api-version": "2.1.0"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue