mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-22 17:11:07 +00:00
Merge pull request #7780 from wallabag/dependabot/composer/doctrine/data-fixtures-1.8.0
This commit is contained in:
commit
9f0135e25d
1 changed files with 12 additions and 10 deletions
22
composer.lock
generated
22
composer.lock
generated
|
@ -15817,22 +15817,23 @@
|
|||
},
|
||||
{
|
||||
"name": "doctrine/data-fixtures",
|
||||
"version": "1.7.0",
|
||||
"version": "1.8.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/doctrine/data-fixtures.git",
|
||||
"reference": "bbcb74f2ac6dbe81a14b3c3687d7623490a0448f"
|
||||
"reference": "d2ff5046b263868baf6e9b06cf4918f60096c0d0"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/doctrine/data-fixtures/zipball/bbcb74f2ac6dbe81a14b3c3687d7623490a0448f",
|
||||
"reference": "bbcb74f2ac6dbe81a14b3c3687d7623490a0448f",
|
||||
"url": "https://api.github.com/repos/doctrine/data-fixtures/zipball/d2ff5046b263868baf6e9b06cf4918f60096c0d0",
|
||||
"reference": "d2ff5046b263868baf6e9b06cf4918f60096c0d0",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"doctrine/deprecations": "^0.5.3 || ^1.0",
|
||||
"doctrine/persistence": "^2.0|^3.0",
|
||||
"php": "^7.4 || ^8.0"
|
||||
"doctrine/persistence": "^2.0 || ^3.0",
|
||||
"php": "^7.4 || ^8.0",
|
||||
"symfony/polyfill-php80": "^1"
|
||||
},
|
||||
"conflict": {
|
||||
"doctrine/dbal": "<3.5 || >=5",
|
||||
|
@ -15846,11 +15847,12 @@
|
|||
"doctrine/mongodb-odm": "^1.3.0 || ^2.0.0",
|
||||
"doctrine/orm": "^2.14 || ^3",
|
||||
"ext-sqlite3": "*",
|
||||
"fig/log-test": "^1",
|
||||
"phpstan/phpstan": "^1.10",
|
||||
"phpunit/phpunit": "^9.6.13 || ^10.4.2",
|
||||
"psr/log": "^1.1 || ^2 || ^3",
|
||||
"symfony/cache": "^5.4 || ^6.3 || ^7",
|
||||
"symfony/var-exporter": "^5.4 || ^6.3 || ^7",
|
||||
"vimeo/psalm": "^5.9"
|
||||
"symfony/var-exporter": "^5.4 || ^6.3 || ^7"
|
||||
},
|
||||
"suggest": {
|
||||
"alcaeus/mongo-php-adapter": "For using MongoDB ODM 1.3 with PHP 7 (deprecated)",
|
||||
|
@ -15881,7 +15883,7 @@
|
|||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/doctrine/data-fixtures/issues",
|
||||
"source": "https://github.com/doctrine/data-fixtures/tree/1.7.0"
|
||||
"source": "https://github.com/doctrine/data-fixtures/tree/1.8.0"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
|
@ -15897,7 +15899,7 @@
|
|||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2023-11-24T11:18:31+00:00"
|
||||
"time": "2024-11-04T22:36:12+00:00"
|
||||
},
|
||||
{
|
||||
"name": "doctrine/doctrine-fixtures-bundle",
|
||||
|
|
Loading…
Reference in a new issue