1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-09-15 18:57:05 +00:00

Bump doctrine/collections from 1.8.0 to 2.2.2

Bumps [doctrine/collections](https://github.com/doctrine/collections) from 1.8.0 to 2.2.2.
- [Release notes](https://github.com/doctrine/collections/releases)
- [Upgrade guide](https://github.com/doctrine/collections/blob/2.2.x/UPGRADE.md)
- [Commits](https://github.com/doctrine/collections/compare/1.8.0...2.2.2)

---
updated-dependencies:
- dependency-name: doctrine/collections
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-03-14 07:49:01 +00:00 committed by GitHub
parent 7bebe5fd4b
commit bcdb66ce88
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 33 additions and 17 deletions

View file

@ -60,7 +60,7 @@
"babdev/pagerfanta-bundle": "^3.8", "babdev/pagerfanta-bundle": "^3.8",
"craue/config-bundle": "^2.7.0", "craue/config-bundle": "^2.7.0",
"defuse/php-encryption": "^2.4", "defuse/php-encryption": "^2.4",
"doctrine/collections": "^1.8", "doctrine/collections": "^2.2",
"doctrine/common": "^3.5.0", "doctrine/common": "^3.5.0",
"doctrine/dbal": "^3.9.4", "doctrine/dbal": "^3.9.4",
"doctrine/doctrine-bundle": "^2.13.2", "doctrine/doctrine-bundle": "^2.13.2",

48
composer.lock generated
View file

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "1ac72835fc69aa3c7d966064535196d4", "content-hash": "4991ec55ad5b83973e86b9db841ad552",
"packages": [ "packages": [
{ {
"name": "babdev/pagerfanta-bundle", "name": "babdev/pagerfanta-bundle",
@ -699,32 +699,34 @@
}, },
{ {
"name": "doctrine/collections", "name": "doctrine/collections",
"version": "1.8.0", "version": "2.2.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/doctrine/collections.git", "url": "https://github.com/doctrine/collections.git",
"reference": "2b44dd4cbca8b5744327de78bafef5945c7e7b5e" "reference": "d8af7f248c74f195f7347424600fd9e17b57af59"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/doctrine/collections/zipball/2b44dd4cbca8b5744327de78bafef5945c7e7b5e", "url": "https://api.github.com/repos/doctrine/collections/zipball/d8af7f248c74f195f7347424600fd9e17b57af59",
"reference": "2b44dd4cbca8b5744327de78bafef5945c7e7b5e", "reference": "d8af7f248c74f195f7347424600fd9e17b57af59",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"doctrine/deprecations": "^0.5.3 || ^1", "doctrine/deprecations": "^1",
"php": "^7.1.3 || ^8.0" "php": "^8.1"
}, },
"require-dev": { "require-dev": {
"doctrine/coding-standard": "^9.0 || ^10.0", "doctrine/coding-standard": "^12",
"phpstan/phpstan": "^1.4.8", "ext-json": "*",
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.1.5", "phpstan/phpstan": "^1.8",
"vimeo/psalm": "^4.22" "phpstan/phpstan-phpunit": "^1.0",
"phpunit/phpunit": "^10.5",
"vimeo/psalm": "^5.11"
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
"psr-4": { "psr-4": {
"Doctrine\\Common\\Collections\\": "lib/Doctrine/Common/Collections" "Doctrine\\Common\\Collections\\": "src"
} }
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
@ -763,9 +765,23 @@
], ],
"support": { "support": {
"issues": "https://github.com/doctrine/collections/issues", "issues": "https://github.com/doctrine/collections/issues",
"source": "https://github.com/doctrine/collections/tree/1.8.0" "source": "https://github.com/doctrine/collections/tree/2.2.2"
}, },
"time": "2022-09-01T20:12:10+00:00" "funding": [
{
"url": "https://www.doctrine-project.org/sponsorship.html",
"type": "custom"
},
{
"url": "https://www.patreon.com/phpdoctrine",
"type": "patreon"
},
{
"url": "https://tidelift.com/funding/github/packagist/doctrine%2Fcollections",
"type": "tidelift"
}
],
"time": "2024-04-18T06:56:21+00:00"
}, },
{ {
"name": "doctrine/common", "name": "doctrine/common",
@ -19527,6 +19543,6 @@
"ext-tokenizer": "*", "ext-tokenizer": "*",
"ext-xml": "*" "ext-xml": "*"
}, },
"platform-dev": {}, "platform-dev": [],
"plugin-api-version": "2.6.0" "plugin-api-version": "2.3.0"
} }