Merge pull request #7780 from wallabag/dependabot/composer/doctrine/data-fixtures-1.8.0

This commit is contained in:
Jérémy Benoist 2024-11-05 06:03:20 +01:00 committed by GitHub
commit 9f0135e25d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

22
composer.lock generated
View file

@ -15817,22 +15817,23 @@
}, },
{ {
"name": "doctrine/data-fixtures", "name": "doctrine/data-fixtures",
"version": "1.7.0", "version": "1.8.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/doctrine/data-fixtures.git", "url": "https://github.com/doctrine/data-fixtures.git",
"reference": "bbcb74f2ac6dbe81a14b3c3687d7623490a0448f" "reference": "d2ff5046b263868baf6e9b06cf4918f60096c0d0"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/doctrine/data-fixtures/zipball/bbcb74f2ac6dbe81a14b3c3687d7623490a0448f", "url": "https://api.github.com/repos/doctrine/data-fixtures/zipball/d2ff5046b263868baf6e9b06cf4918f60096c0d0",
"reference": "bbcb74f2ac6dbe81a14b3c3687d7623490a0448f", "reference": "d2ff5046b263868baf6e9b06cf4918f60096c0d0",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"doctrine/deprecations": "^0.5.3 || ^1.0", "doctrine/deprecations": "^0.5.3 || ^1.0",
"doctrine/persistence": "^2.0|^3.0", "doctrine/persistence": "^2.0 || ^3.0",
"php": "^7.4 || ^8.0" "php": "^7.4 || ^8.0",
"symfony/polyfill-php80": "^1"
}, },
"conflict": { "conflict": {
"doctrine/dbal": "<3.5 || >=5", "doctrine/dbal": "<3.5 || >=5",
@ -15846,11 +15847,12 @@
"doctrine/mongodb-odm": "^1.3.0 || ^2.0.0", "doctrine/mongodb-odm": "^1.3.0 || ^2.0.0",
"doctrine/orm": "^2.14 || ^3", "doctrine/orm": "^2.14 || ^3",
"ext-sqlite3": "*", "ext-sqlite3": "*",
"fig/log-test": "^1",
"phpstan/phpstan": "^1.10", "phpstan/phpstan": "^1.10",
"phpunit/phpunit": "^9.6.13 || ^10.4.2", "phpunit/phpunit": "^9.6.13 || ^10.4.2",
"psr/log": "^1.1 || ^2 || ^3",
"symfony/cache": "^5.4 || ^6.3 || ^7", "symfony/cache": "^5.4 || ^6.3 || ^7",
"symfony/var-exporter": "^5.4 || ^6.3 || ^7", "symfony/var-exporter": "^5.4 || ^6.3 || ^7"
"vimeo/psalm": "^5.9"
}, },
"suggest": { "suggest": {
"alcaeus/mongo-php-adapter": "For using MongoDB ODM 1.3 with PHP 7 (deprecated)", "alcaeus/mongo-php-adapter": "For using MongoDB ODM 1.3 with PHP 7 (deprecated)",
@ -15881,7 +15883,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/doctrine/data-fixtures/issues", "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": [ "funding": [
{ {
@ -15897,7 +15899,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2023-11-24T11:18:31+00:00" "time": "2024-11-04T22:36:12+00:00"
}, },
{ {
"name": "doctrine/doctrine-fixtures-bundle", "name": "doctrine/doctrine-fixtures-bundle",