mirror of
https://github.com/wallabag/wallabag.git
synced 2024-12-17 13:16:28 +00:00
Merge pull request #4706 from wallabag/dependabot/composer/dama/doctrine-test-bundle-6.4.0
Bump dama/doctrine-test-bundle from 6.3.3 to 6.4.0
This commit is contained in:
commit
fff4c29591
1 changed files with 11 additions and 9 deletions
20
composer.lock
generated
20
composer.lock
generated
|
@ -10848,29 +10848,31 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "dama/doctrine-test-bundle",
|
"name": "dama/doctrine-test-bundle",
|
||||||
"version": "v6.3.3",
|
"version": "v6.4.0",
|
||||||
"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": "a364cfee35acb7d37698c4749f7dd34d04646535"
|
"reference": "ada40c684d212e6911d70ae5ba5a0536607df567"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/dmaicher/doctrine-test-bundle/zipball/a364cfee35acb7d37698c4749f7dd34d04646535",
|
"url": "https://api.github.com/repos/dmaicher/doctrine-test-bundle/zipball/ada40c684d212e6911d70ae5ba5a0536607df567",
|
||||||
"reference": "a364cfee35acb7d37698c4749f7dd34d04646535",
|
"reference": "ada40c684d212e6911d70ae5ba5a0536607df567",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"doctrine/dbal": "^2.9,>=2.9.3",
|
"doctrine/dbal": "^2.9,>=2.9.3",
|
||||||
"doctrine/doctrine-bundle": "^1.11 || ^2.0",
|
"doctrine/doctrine-bundle": "^1.11 || ^2.0",
|
||||||
"php": "^7.1",
|
"php": "^7.1 || ^8.0",
|
||||||
"symfony/framework-bundle": "^3.4 || ^4.3 || ^5.0"
|
"symfony/framework-bundle": "^3.4 || ^4.4 || ^5.1"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
|
"behat/behat": "^3.0",
|
||||||
"phpstan/phpstan": "^0.12",
|
"phpstan/phpstan": "^0.12",
|
||||||
"phpunit/phpunit": "^7.0 || ^8.0 || ^9.0",
|
"phpunit/phpunit": "^7.0 || ^8.0 || ^9.0",
|
||||||
"symfony/phpunit-bridge": "^4.3 || ^5.0",
|
"symfony/phpunit-bridge": "^5.1",
|
||||||
"symfony/yaml": "^3.4 || ^4.3 || ^5.0"
|
"symfony/process": "^3.4 || ^4.4 || ^5.1",
|
||||||
|
"symfony/yaml": "^3.4 || ^4.4 || ^5.1"
|
||||||
},
|
},
|
||||||
"type": "symfony-bundle",
|
"type": "symfony-bundle",
|
||||||
"extra": {
|
"extra": {
|
||||||
|
@ -10901,7 +10903,7 @@
|
||||||
"symfony",
|
"symfony",
|
||||||
"tests"
|
"tests"
|
||||||
],
|
],
|
||||||
"time": "2020-09-04T05:50:21+00:00"
|
"time": "2020-10-30T10:35:52+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "doctrine/data-fixtures",
|
"name": "doctrine/data-fixtures",
|
||||||
|
|
Loading…
Reference in a new issue