Merge pull request #8520 from wallabag/dependabot/composer/doctrine/data-fixtures-2.2.0

build(deps-dev): bump doctrine/data-fixtures from 2.1.0 to 2.2.0
This commit is contained in:
Jérémy Benoist
2025-11-06 09:52:45 +01:00
committed by GitHub

38
composer.lock generated
View File

@ -1678,16 +1678,16 @@
}, },
{ {
"name": "doctrine/persistence", "name": "doctrine/persistence",
"version": "3.4.1", "version": "3.4.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/doctrine/persistence.git", "url": "https://github.com/doctrine/persistence.git",
"reference": "23069c8cfc19d7825e9fbe3341227d8c51eff2bc" "reference": "06a5956bc86e36bd667a382a16b36a3712361e05"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/doctrine/persistence/zipball/23069c8cfc19d7825e9fbe3341227d8c51eff2bc", "url": "https://api.github.com/repos/doctrine/persistence/zipball/06a5956bc86e36bd667a382a16b36a3712361e05",
"reference": "23069c8cfc19d7825e9fbe3341227d8c51eff2bc", "reference": "06a5956bc86e36bd667a382a16b36a3712361e05",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1699,11 +1699,11 @@
"doctrine/common": "<2.10" "doctrine/common": "<2.10"
}, },
"require-dev": { "require-dev": {
"doctrine/coding-standard": "^12", "doctrine/coding-standard": "^12 || ^14",
"doctrine/common": "^3.0", "doctrine/common": "^3.0",
"phpstan/phpstan": "1.12.7", "phpstan/phpstan": "^1 || 2.1.30",
"phpstan/phpstan-phpunit": "^1", "phpstan/phpstan-phpunit": "^1 || ^2",
"phpstan/phpstan-strict-rules": "^1.1", "phpstan/phpstan-strict-rules": "^1 || ^2",
"phpunit/phpunit": "^8.5.38 || ^9.5", "phpunit/phpunit": "^8.5.38 || ^9.5",
"symfony/cache": "^4.4 || ^5.4 || ^6.0 || ^7.0" "symfony/cache": "^4.4 || ^5.4 || ^6.0 || ^7.0"
}, },
@ -1754,7 +1754,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/doctrine/persistence/issues", "issues": "https://github.com/doctrine/persistence/issues",
"source": "https://github.com/doctrine/persistence/tree/3.4.1" "source": "https://github.com/doctrine/persistence/tree/3.4.2"
}, },
"funding": [ "funding": [
{ {
@ -1770,7 +1770,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2025-09-29T06:33:58+00:00" "time": "2025-10-16T19:46:07+00:00"
}, },
{ {
"name": "doctrine/sql-formatter", "name": "doctrine/sql-formatter",
@ -15119,16 +15119,16 @@
}, },
{ {
"name": "doctrine/data-fixtures", "name": "doctrine/data-fixtures",
"version": "2.1.0", "version": "2.2.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/doctrine/data-fixtures.git", "url": "https://github.com/doctrine/data-fixtures.git",
"reference": "f161e20f04ba5440a09330e156b40f04dd70d47f" "reference": "7a615ba135e45d67674bb623d90f34f6c7b6bd97"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/doctrine/data-fixtures/zipball/f161e20f04ba5440a09330e156b40f04dd70d47f", "url": "https://api.github.com/repos/doctrine/data-fixtures/zipball/7a615ba135e45d67674bb623d90f34f6c7b6bd97",
"reference": "f161e20f04ba5440a09330e156b40f04dd70d47f", "reference": "7a615ba135e45d67674bb623d90f34f6c7b6bd97",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -15142,14 +15142,14 @@
"doctrine/phpcr-odm": "<1.3.0" "doctrine/phpcr-odm": "<1.3.0"
}, },
"require-dev": { "require-dev": {
"doctrine/coding-standard": "^13", "doctrine/coding-standard": "^14",
"doctrine/dbal": "^3.5 || ^4", "doctrine/dbal": "^3.5 || ^4",
"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", "fig/log-test": "^1",
"phpstan/phpstan": "2.1.17", "phpstan/phpstan": "2.1.31",
"phpunit/phpunit": "10.5.45", "phpunit/phpunit": "10.5.45 || 12.4.0",
"symfony/cache": "^6.4 || ^7", "symfony/cache": "^6.4 || ^7",
"symfony/var-exporter": "^6.4 || ^7" "symfony/var-exporter": "^6.4 || ^7"
}, },
@ -15182,7 +15182,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/2.1.0" "source": "https://github.com/doctrine/data-fixtures/tree/2.2.0"
}, },
"funding": [ "funding": [
{ {
@ -15198,7 +15198,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2025-07-08T17:48:20+00:00" "time": "2025-10-17T20:06:20+00:00"
}, },
{ {
"name": "doctrine/doctrine-fixtures-bundle", "name": "doctrine/doctrine-fixtures-bundle",