Bump doctrine/dbal from 3.1.1 to 3.1.4
Bumps [doctrine/dbal](https://github.com/doctrine/dbal) from 3.1.1 to 3.1.4. - [Release notes](https://github.com/doctrine/dbal/releases) - [Commits](https://github.com/doctrine/dbal/compare/3.1.1...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
be693d64d1
commit
3c8e803492
|
@ -8,16 +8,16 @@
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "composer/package-versions-deprecated",
|
"name": "composer/package-versions-deprecated",
|
||||||
"version": "1.11.99.2",
|
"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": "c6522afe5540d5fc46675043d3ed5a45a740b27c"
|
"reference": "b174585d1fe49ceed21928a945138948cb394600"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/composer/package-versions-deprecated/zipball/c6522afe5540d5fc46675043d3ed5a45a740b27c",
|
"url": "https://api.github.com/repos/composer/package-versions-deprecated/zipball/b174585d1fe49ceed21928a945138948cb394600",
|
||||||
"reference": "c6522afe5540d5fc46675043d3ed5a45a740b27c",
|
"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.2"
|
"source": "https://github.com/composer/package-versions-deprecated/tree/1.11.99.4"
|
||||||
},
|
},
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
|
@ -77,28 +77,27 @@
|
||||||
"type": "tidelift"
|
"type": "tidelift"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2021-05-24T07:46:03+00:00"
|
"time": "2021-09-13T08:41:34+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "doctrine/cache",
|
"name": "doctrine/cache",
|
||||||
"version": "2.0.3",
|
"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": "c9622c6820d3ede1e2315a6a377ea1076e421d88"
|
"reference": "331b4d5dbaeab3827976273e9356b3b453c300ce"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/doctrine/cache/zipball/c9622c6820d3ede1e2315a6a377ea1076e421d88",
|
"url": "https://api.github.com/repos/doctrine/cache/zipball/331b4d5dbaeab3827976273e9356b3b453c300ce",
|
||||||
"reference": "c9622c6820d3ede1e2315a6a377ea1076e421d88",
|
"reference": "331b4d5dbaeab3827976273e9356b3b453c300ce",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"php": "~7.1 || ^8.0"
|
"php": "~7.1 || ^8.0"
|
||||||
},
|
},
|
||||||
"conflict": {
|
"conflict": {
|
||||||
"doctrine/common": ">2.2,<2.4",
|
"doctrine/common": ">2.2,<2.4"
|
||||||
"psr/cache": ">=3"
|
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"alcaeus/mongo-php-adapter": "^1.1",
|
"alcaeus/mongo-php-adapter": "^1.1",
|
||||||
|
@ -107,8 +106,9 @@
|
||||||
"mongodb/mongodb": "^1.1",
|
"mongodb/mongodb": "^1.1",
|
||||||
"phpunit/phpunit": "^7.0 || ^8.0 || ^9.0",
|
"phpunit/phpunit": "^7.0 || ^8.0 || ^9.0",
|
||||||
"predis/predis": "~1.0",
|
"predis/predis": "~1.0",
|
||||||
"psr/cache": "^1.0 || ^2.0",
|
"psr/cache": "^1.0 || ^2.0 || ^3.0",
|
||||||
"symfony/cache": "^4.4 || ^5.2"
|
"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"
|
||||||
|
@ -160,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/2.0.3"
|
"source": "https://github.com/doctrine/cache/tree/2.1.1"
|
||||||
},
|
},
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
|
@ -176,20 +176,20 @@
|
||||||
"type": "tidelift"
|
"type": "tidelift"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2021-05-25T09:43:04+00:00"
|
"time": "2021-07-17T14:49:29+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "doctrine/dbal",
|
"name": "doctrine/dbal",
|
||||||
"version": "3.1.1",
|
"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": "8e0fde2b90e3f61361013d1e928621beeea07bc0"
|
"reference": "821b4f01a36ce63ed36c090ea74767b72db367e9"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/doctrine/dbal/zipball/8e0fde2b90e3f61361013d1e928621beeea07bc0",
|
"url": "https://api.github.com/repos/doctrine/dbal/zipball/821b4f01a36ce63ed36c090ea74767b72db367e9",
|
||||||
"reference": "8e0fde2b90e3f61361013d1e928621beeea07bc0",
|
"reference": "821b4f01a36ce63ed36c090ea74767b72db367e9",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
|
@ -201,15 +201,15 @@
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"doctrine/coding-standard": "9.0.0",
|
"doctrine/coding-standard": "9.0.0",
|
||||||
"jetbrains/phpstorm-stubs": "2020.2",
|
"jetbrains/phpstorm-stubs": "2021.1",
|
||||||
"phpstan/phpstan": "0.12.81",
|
"phpstan/phpstan": "1.1.1",
|
||||||
"phpstan/phpstan-strict-rules": "^0.12.2",
|
"phpstan/phpstan-strict-rules": "^1",
|
||||||
"phpunit/phpunit": "9.5.5",
|
"phpunit/phpunit": "9.5.10",
|
||||||
"psalm/plugin-phpunit": "0.13.0",
|
"psalm/plugin-phpunit": "0.16.1",
|
||||||
"squizlabs/php_codesniffer": "3.6.0",
|
"squizlabs/php_codesniffer": "3.6.1",
|
||||||
"symfony/cache": "^5.2|^6.0",
|
"symfony/cache": "^5.2|^6.0",
|
||||||
"symfony/console": "^2.0.5|^3.0|^4.0|^5.0|^6.0",
|
"symfony/console": "^2.0.5|^3.0|^4.0|^5.0|^6.0",
|
||||||
"vimeo/psalm": "4.6.4"
|
"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."
|
||||||
|
@ -269,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.1.1"
|
"source": "https://github.com/doctrine/dbal/tree/3.1.4"
|
||||||
},
|
},
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
|
@ -285,7 +285,7 @@
|
||||||
"type": "tidelift"
|
"type": "tidelift"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2021-06-19T17:59:55+00:00"
|
"time": "2021-11-15T16:44:33+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "doctrine/deprecations",
|
"name": "doctrine/deprecations",
|
||||||
|
@ -6666,5 +6666,5 @@
|
||||||
"ext-xml": "*"
|
"ext-xml": "*"
|
||||||
},
|
},
|
||||||
"platform-dev": [],
|
"platform-dev": [],
|
||||||
"plugin-api-version": "2.0.0"
|
"plugin-api-version": "2.1.0"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue