mirror of https://github.com/wallabag/wallabag.git
Merge pull request #4569 from wallabag/dependabot/composer/dama/doctrine-test-bundle-6.3.3
Bump dama/doctrine-test-bundle from 6.3.2 to 6.3.3
This commit is contained in:
commit
e0e156c6a5
|
@ -822,16 +822,16 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "doctrine/dbal",
|
"name": "doctrine/dbal",
|
||||||
"version": "2.10.2",
|
"version": "2.10.3",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/doctrine/dbal.git",
|
"url": "https://github.com/doctrine/dbal.git",
|
||||||
"reference": "aab745e7b6b2de3b47019da81e7225e14dcfdac8"
|
"reference": "03ca23afc2ee062f5d3e32426ad37c34a4770dcf"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/doctrine/dbal/zipball/aab745e7b6b2de3b47019da81e7225e14dcfdac8",
|
"url": "https://api.github.com/repos/doctrine/dbal/zipball/03ca23afc2ee062f5d3e32426ad37c34a4770dcf",
|
||||||
"reference": "aab745e7b6b2de3b47019da81e7225e14dcfdac8",
|
"reference": "03ca23afc2ee062f5d3e32426ad37c34a4770dcf",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
|
@ -841,13 +841,14 @@
|
||||||
"php": "^7.2"
|
"php": "^7.2"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"doctrine/coding-standard": "^6.0",
|
"doctrine/coding-standard": "^8.1",
|
||||||
"jetbrains/phpstorm-stubs": "^2019.1",
|
"jetbrains/phpstorm-stubs": "^2019.1",
|
||||||
"nikic/php-parser": "^4.4",
|
"nikic/php-parser": "^4.4",
|
||||||
"phpstan/phpstan": "^0.12",
|
"phpstan/phpstan": "^0.12.40",
|
||||||
"phpunit/phpunit": "^8.4.1",
|
"phpunit/phpunit": "^8.5.5",
|
||||||
|
"psalm/plugin-phpunit": "^0.10.0",
|
||||||
"symfony/console": "^2.0.5|^3.0|^4.0|^5.0",
|
"symfony/console": "^2.0.5|^3.0|^4.0|^5.0",
|
||||||
"vimeo/psalm": "^3.11"
|
"vimeo/psalm": "^3.14.2"
|
||||||
},
|
},
|
||||||
"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."
|
||||||
|
@ -926,7 +927,7 @@
|
||||||
"type": "tidelift"
|
"type": "tidelift"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2020-04-20T17:19:26+00:00"
|
"time": "2020-09-02T01:35:42+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "doctrine/doctrine-bundle",
|
"name": "doctrine/doctrine-bundle",
|
||||||
|
@ -10952,16 +10953,16 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "dama/doctrine-test-bundle",
|
"name": "dama/doctrine-test-bundle",
|
||||||
"version": "v6.3.2",
|
"version": "v6.3.3",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/dmaicher/doctrine-test-bundle.git",
|
"url": "https://github.com/dmaicher/doctrine-test-bundle.git",
|
||||||
"reference": "06932e828b4e8ed8655b9b64ae30428e048b616e"
|
"reference": "a364cfee35acb7d37698c4749f7dd34d04646535"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/dmaicher/doctrine-test-bundle/zipball/06932e828b4e8ed8655b9b64ae30428e048b616e",
|
"url": "https://api.github.com/repos/dmaicher/doctrine-test-bundle/zipball/a364cfee35acb7d37698c4749f7dd34d04646535",
|
||||||
"reference": "06932e828b4e8ed8655b9b64ae30428e048b616e",
|
"reference": "a364cfee35acb7d37698c4749f7dd34d04646535",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
|
@ -11005,7 +11006,7 @@
|
||||||
"symfony",
|
"symfony",
|
||||||
"tests"
|
"tests"
|
||||||
],
|
],
|
||||||
"time": "2020-03-02T20:42:23+00:00"
|
"time": "2020-09-04T05:50:21+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "doctrine/data-fixtures",
|
"name": "doctrine/data-fixtures",
|
||||||
|
|
Loading…
Reference in New Issue