forked from wallabag/wallabag
Merge pull request #8513 from wallabag/dependabot/composer/pagerfanta-dependencies-b99cc8d7fb
build(deps): bump the pagerfanta-dependencies group with 3 updates
This commit is contained in:
77
composer.lock
generated
77
composer.lock
generated
@ -1236,33 +1236,32 @@
|
||||
},
|
||||
{
|
||||
"name": "doctrine/inflector",
|
||||
"version": "2.0.10",
|
||||
"version": "2.1.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/doctrine/inflector.git",
|
||||
"reference": "5817d0659c5b50c9b950feb9af7b9668e2c436bc"
|
||||
"reference": "6d6c96277ea252fc1304627204c3d5e6e15faa3b"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/doctrine/inflector/zipball/5817d0659c5b50c9b950feb9af7b9668e2c436bc",
|
||||
"reference": "5817d0659c5b50c9b950feb9af7b9668e2c436bc",
|
||||
"url": "https://api.github.com/repos/doctrine/inflector/zipball/6d6c96277ea252fc1304627204c3d5e6e15faa3b",
|
||||
"reference": "6d6c96277ea252fc1304627204c3d5e6e15faa3b",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": "^7.2 || ^8.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"doctrine/coding-standard": "^11.0",
|
||||
"phpstan/phpstan": "^1.8",
|
||||
"phpstan/phpstan-phpunit": "^1.1",
|
||||
"phpstan/phpstan-strict-rules": "^1.3",
|
||||
"phpunit/phpunit": "^8.5 || ^9.5",
|
||||
"vimeo/psalm": "^4.25 || ^5.4"
|
||||
"doctrine/coding-standard": "^12.0 || ^13.0",
|
||||
"phpstan/phpstan": "^1.12 || ^2.0",
|
||||
"phpstan/phpstan-phpunit": "^1.4 || ^2.0",
|
||||
"phpstan/phpstan-strict-rules": "^1.6 || ^2.0",
|
||||
"phpunit/phpunit": "^8.5 || ^12.2"
|
||||
},
|
||||
"type": "library",
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Doctrine\\Inflector\\": "lib/Doctrine/Inflector"
|
||||
"Doctrine\\Inflector\\": "src"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
@ -1307,7 +1306,7 @@
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/doctrine/inflector/issues",
|
||||
"source": "https://github.com/doctrine/inflector/tree/2.0.10"
|
||||
"source": "https://github.com/doctrine/inflector/tree/2.1.0"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@ -1323,7 +1322,7 @@
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2024-02-18T20:23:39+00:00"
|
||||
"time": "2025-08-10T19:31:58+00:00"
|
||||
},
|
||||
{
|
||||
"name": "doctrine/instantiator",
|
||||
@ -1577,16 +1576,16 @@
|
||||
},
|
||||
{
|
||||
"name": "doctrine/orm",
|
||||
"version": "2.20.2",
|
||||
"version": "2.20.6",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/doctrine/orm.git",
|
||||
"reference": "19912de9270fa6abb3d25a1a37784af6b818d534"
|
||||
"reference": "c322c71cd40da12d255dabd7b6ce0d9cf208a5d5"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/doctrine/orm/zipball/19912de9270fa6abb3d25a1a37784af6b818d534",
|
||||
"reference": "19912de9270fa6abb3d25a1a37784af6b818d534",
|
||||
"url": "https://api.github.com/repos/doctrine/orm/zipball/c322c71cd40da12d255dabd7b6ce0d9cf208a5d5",
|
||||
"reference": "c322c71cd40da12d255dabd7b6ce0d9cf208a5d5",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -1613,14 +1612,14 @@
|
||||
},
|
||||
"require-dev": {
|
||||
"doctrine/annotations": "^1.13 || ^2",
|
||||
"doctrine/coding-standard": "^9.0.2 || ^12.0",
|
||||
"doctrine/coding-standard": "^9.0.2 || ^13.0",
|
||||
"phpbench/phpbench": "^0.16.10 || ^1.0",
|
||||
"phpstan/extension-installer": "~1.1.0 || ^1.4",
|
||||
"phpstan/phpstan": "~1.4.10 || 2.0.3",
|
||||
"phpstan/phpstan-deprecation-rules": "^1 || ^2",
|
||||
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.6",
|
||||
"psr/log": "^1 || ^2 || ^3",
|
||||
"squizlabs/php_codesniffer": "3.7.2",
|
||||
"squizlabs/php_codesniffer": "3.12.0",
|
||||
"symfony/cache": "^4.4 || ^5.4 || ^6.4 || ^7.0",
|
||||
"symfony/var-exporter": "^4.4 || ^5.4 || ^6.2 || ^7.0",
|
||||
"symfony/yaml": "^3.4 || ^4.0 || ^5.0 || ^6.0 || ^7.0"
|
||||
@ -1673,9 +1672,9 @@
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/doctrine/orm/issues",
|
||||
"source": "https://github.com/doctrine/orm/tree/2.20.2"
|
||||
"source": "https://github.com/doctrine/orm/tree/2.20.6"
|
||||
},
|
||||
"time": "2025-02-04T19:17:01+00:00"
|
||||
"time": "2025-08-08T06:55:44+00:00"
|
||||
},
|
||||
{
|
||||
"name": "doctrine/persistence",
|
||||
@ -5693,16 +5692,16 @@
|
||||
},
|
||||
{
|
||||
"name": "pagerfanta/core",
|
||||
"version": "v4.7.1",
|
||||
"version": "v4.7.2",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/Pagerfanta/core.git",
|
||||
"reference": "829eaa9737b3cfae1406f67a4e9ee36e0e37caf9"
|
||||
"reference": "8809e9cfccf2f468a102f2ca4483f030b3c7e15c"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/Pagerfanta/core/zipball/829eaa9737b3cfae1406f67a4e9ee36e0e37caf9",
|
||||
"reference": "829eaa9737b3cfae1406f67a4e9ee36e0e37caf9",
|
||||
"url": "https://api.github.com/repos/Pagerfanta/core/zipball/8809e9cfccf2f468a102f2ca4483f030b3c7e15c",
|
||||
"reference": "8809e9cfccf2f468a102f2ca4483f030b3c7e15c",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -5730,22 +5729,22 @@
|
||||
"pagerfanta"
|
||||
],
|
||||
"support": {
|
||||
"source": "https://github.com/Pagerfanta/core/tree/v4.7.1"
|
||||
"source": "https://github.com/Pagerfanta/core/tree/v4.7.2"
|
||||
},
|
||||
"time": "2024-12-13T15:05:37+00:00"
|
||||
"time": "2025-10-02T15:54:19+00:00"
|
||||
},
|
||||
{
|
||||
"name": "pagerfanta/doctrine-orm-adapter",
|
||||
"version": "v4.7.1",
|
||||
"version": "v4.7.2",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/Pagerfanta/doctrine-orm-adapter.git",
|
||||
"reference": "b3be49948e84b67c023c820abc54ea574a100d5d"
|
||||
"reference": "a5f621411dff6168c12944dabb8ea62ae8502074"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/Pagerfanta/doctrine-orm-adapter/zipball/b3be49948e84b67c023c820abc54ea574a100d5d",
|
||||
"reference": "b3be49948e84b67c023c820abc54ea574a100d5d",
|
||||
"url": "https://api.github.com/repos/Pagerfanta/doctrine-orm-adapter/zipball/a5f621411dff6168c12944dabb8ea62ae8502074",
|
||||
"reference": "a5f621411dff6168c12944dabb8ea62ae8502074",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -5777,22 +5776,22 @@
|
||||
"pagerfanta"
|
||||
],
|
||||
"support": {
|
||||
"source": "https://github.com/Pagerfanta/doctrine-orm-adapter/tree/v4.7.1"
|
||||
"source": "https://github.com/Pagerfanta/doctrine-orm-adapter/tree/v4.7.2"
|
||||
},
|
||||
"time": "2024-11-30T19:18:10+00:00"
|
||||
"time": "2025-07-03T22:36:13+00:00"
|
||||
},
|
||||
{
|
||||
"name": "pagerfanta/twig",
|
||||
"version": "v4.7.1",
|
||||
"version": "v4.7.2",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/Pagerfanta/twig.git",
|
||||
"reference": "f3eb17928c61fe6f72abc822825e1006afae6257"
|
||||
"reference": "28a9b75cabd246bd27c266ba62b742d45a4183f9"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/Pagerfanta/twig/zipball/f3eb17928c61fe6f72abc822825e1006afae6257",
|
||||
"reference": "f3eb17928c61fe6f72abc822825e1006afae6257",
|
||||
"url": "https://api.github.com/repos/Pagerfanta/twig/zipball/28a9b75cabd246bd27c266ba62b742d45a4183f9",
|
||||
"reference": "28a9b75cabd246bd27c266ba62b742d45a4183f9",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -5821,9 +5820,9 @@
|
||||
"pagerfanta"
|
||||
],
|
||||
"support": {
|
||||
"source": "https://github.com/Pagerfanta/twig/tree/v4.7.1"
|
||||
"source": "https://github.com/Pagerfanta/twig/tree/v4.7.2"
|
||||
},
|
||||
"time": "2024-12-13T15:11:13+00:00"
|
||||
"time": "2025-03-08T02:17:34+00:00"
|
||||
},
|
||||
{
|
||||
"name": "paragonie/constant_time_encoding",
|
||||
|
||||
Reference in New Issue
Block a user