mirror of
https://github.com/wallabag/wallabag.git
synced 2025-02-13 01:05:14 +00:00
Merge pull request #7934 from wallabag/dependabot/composer/doctrine/common-3.5.0
Bump doctrine/common from 3.4.5 to 3.5.0
This commit is contained in:
commit
53661dd4e3
1 changed files with 7 additions and 7 deletions
14
composer.lock
generated
14
composer.lock
generated
|
@ -769,20 +769,20 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "doctrine/common",
|
"name": "doctrine/common",
|
||||||
"version": "3.4.5",
|
"version": "3.5.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/doctrine/common.git",
|
"url": "https://github.com/doctrine/common.git",
|
||||||
"reference": "6c8fef961f67b8bc802ce3e32e3ebd1022907286"
|
"reference": "d9ea4a54ca2586db781f0265d36bea731ac66ec5"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/doctrine/common/zipball/6c8fef961f67b8bc802ce3e32e3ebd1022907286",
|
"url": "https://api.github.com/repos/doctrine/common/zipball/d9ea4a54ca2586db781f0265d36bea731ac66ec5",
|
||||||
"reference": "6c8fef961f67b8bc802ce3e32e3ebd1022907286",
|
"reference": "d9ea4a54ca2586db781f0265d36bea731ac66ec5",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"doctrine/persistence": "^2.0 || ^3.0",
|
"doctrine/persistence": "^2.0 || ^3.0 || ^4.0",
|
||||||
"php": "^7.1 || ^8.0"
|
"php": "^7.1 || ^8.0"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
|
@ -840,7 +840,7 @@
|
||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/doctrine/common/issues",
|
"issues": "https://github.com/doctrine/common/issues",
|
||||||
"source": "https://github.com/doctrine/common/tree/3.4.5"
|
"source": "https://github.com/doctrine/common/tree/3.5.0"
|
||||||
},
|
},
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
|
@ -856,7 +856,7 @@
|
||||||
"type": "tidelift"
|
"type": "tidelift"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2024-10-08T15:53:43+00:00"
|
"time": "2025-01-01T22:12:03+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "doctrine/dbal",
|
"name": "doctrine/dbal",
|
||||||
|
|
Loading…
Reference in a new issue