mirror of
https://github.com/wallabag/wallabag.git
synced 2025-06-27 16:36:00 +00:00
Bump babdev/pagerfanta-bundle from 3.8.0 to 4.5.0
Bumps [babdev/pagerfanta-bundle](https://github.com/BabDev/PagerfantaBundle) from 3.8.0 to 4.5.0. - [Changelog](https://github.com/BabDev/PagerfantaBundle/blob/4.x/CHANGELOG.md) - [Commits](https://github.com/BabDev/PagerfantaBundle/compare/v3.8.0...v4.5.0) --- updated-dependencies: - dependency-name: babdev/pagerfanta-bundle dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
8ac2e699e0
commit
04f29e4a6b
2 changed files with 40 additions and 36 deletions
74
composer.lock
generated
74
composer.lock
generated
|
@ -4,56 +4,60 @@
|
|||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"content-hash": "caa75b723cd4825d5cdc4dd2cd2e4878",
|
||||
"content-hash": "8cb048a08e401494c06e92ca5ecdf49d",
|
||||
"packages": [
|
||||
{
|
||||
"name": "babdev/pagerfanta-bundle",
|
||||
"version": "v3.8.0",
|
||||
"version": "v4.5.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/BabDev/PagerfantaBundle.git",
|
||||
"reference": "39df12df63177fee40c17c6efff8d4110bea3c94"
|
||||
"reference": "838e486e0aad9a4485eeb9d5ea854872ae23dadc"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/BabDev/PagerfantaBundle/zipball/39df12df63177fee40c17c6efff8d4110bea3c94",
|
||||
"reference": "39df12df63177fee40c17c6efff8d4110bea3c94",
|
||||
"url": "https://api.github.com/repos/BabDev/PagerfantaBundle/zipball/838e486e0aad9a4485eeb9d5ea854872ae23dadc",
|
||||
"reference": "838e486e0aad9a4485eeb9d5ea854872ae23dadc",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"pagerfanta/core": "^3.1",
|
||||
"php": "^7.4 || ^8.0",
|
||||
"symfony/config": "^4.4 || ^5.4 || ^6.0",
|
||||
"symfony/dependency-injection": "^4.4 || ^5.4 || ^6.0",
|
||||
"symfony/deprecation-contracts": "^2.1 || ^3.0",
|
||||
"symfony/http-foundation": "^4.4 || ^5.4 || ^6.0",
|
||||
"symfony/http-kernel": "^4.4 || ^5.4 || ^6.0",
|
||||
"symfony/polyfill-php80": "^1.15",
|
||||
"symfony/property-access": "^4.4 || ^5.4 || ^6.0",
|
||||
"symfony/routing": "^4.4 || ^5.4 || ^6.0"
|
||||
"pagerfanta/core": "^3.7 || ^4.0",
|
||||
"php": "^8.1",
|
||||
"psr/container": "^1.0 || ^2.0",
|
||||
"symfony/config": "^5.4 || ^6.4 || ^7.1",
|
||||
"symfony/dependency-injection": "^5.4 || ^6.4 || ^7.1",
|
||||
"symfony/http-foundation": "^5.4 || ^6.4 || ^7.1",
|
||||
"symfony/http-kernel": "^5.4 || ^6.4 || ^7.1",
|
||||
"symfony/property-access": "^5.4 || ^6.4 || ^7.1",
|
||||
"symfony/routing": "^5.4 || ^6.4 || ^7.1"
|
||||
},
|
||||
"conflict": {
|
||||
"pagerfanta/twig": "<3.1",
|
||||
"twig/twig": "<1.35 || >=2.0,<2.5",
|
||||
"jms/serializer": "<3.18",
|
||||
"jms/serializer-bundle": "<4.2",
|
||||
"pagerfanta/twig": "<3.7",
|
||||
"symfony/serializer": "<5.4 || >=6.0,<6.4 || >=7.0,<7.1",
|
||||
"symfony/translation": "<5.4 || >=6.0,<6.4 || >=7.0,<7.1",
|
||||
"symfony/twig-bridge": "<5.4 || >=6.0,<6.4 || >=7.0,<7.1",
|
||||
"symfony/twig-bundle": "<5.4 || >=6.0,<6.4 || >=7.0,<7.1",
|
||||
"twig/twig": "<2.13",
|
||||
"white-october/pagerfanta-bundle": "*"
|
||||
},
|
||||
"require-dev": {
|
||||
"doctrine/annotations": "^1.8",
|
||||
"jms/serializer": "^3.0",
|
||||
"jms/serializer-bundle": "^3.0 || ^4.0",
|
||||
"matthiasnoback/symfony-dependency-injection-test": "^4.3",
|
||||
"pagerfanta/twig": "^3.1",
|
||||
"phpstan/extension-installer": "^1.2",
|
||||
"phpstan/phpstan": "1.10.15",
|
||||
"phpstan/phpstan-phpunit": "1.3.13",
|
||||
"phpstan/phpstan-symfony": "1.2.19",
|
||||
"phpunit/phpunit": "9.6.8",
|
||||
"symfony/phpunit-bridge": "^5.4 || ^6.0",
|
||||
"symfony/serializer": "^4.4 || ^5.4 || ^6.0",
|
||||
"symfony/translation": "^4.4 || ^5.4 || ^6.0",
|
||||
"symfony/twig-bridge": "^4.4 || ^5.4 || ^6.0",
|
||||
"symfony/twig-bundle": "^4.4 || ^5.4 || ^6.0",
|
||||
"twig/twig": "^1.35 || ^2.5 || ^3.0"
|
||||
"jms/serializer": "^3.18",
|
||||
"jms/serializer-bundle": "^4.2 || ^5.0",
|
||||
"matthiasnoback/symfony-dependency-injection-test": "^5.0",
|
||||
"pagerfanta/twig": "^3.7 || ^4.0",
|
||||
"phpstan/extension-installer": "^1.3",
|
||||
"phpstan/phpstan": "1.12.7",
|
||||
"phpstan/phpstan-phpunit": "1.4.0",
|
||||
"phpstan/phpstan-symfony": "1.4.11",
|
||||
"phpunit/phpunit": "9.6.21",
|
||||
"symfony/phpunit-bridge": "^5.4 || ^6.4 || ^7.1",
|
||||
"symfony/serializer": "^5.4 || ^6.4 || ^7.1",
|
||||
"symfony/translation": "^5.4 || ^6.4 || ^7.1",
|
||||
"symfony/twig-bridge": "^5.4 || ^6.4 || ^7.1",
|
||||
"symfony/twig-bundle": "^5.4 || ^6.4 || ^7.1",
|
||||
"twig/twig": "^2.13 || ^3.0"
|
||||
},
|
||||
"suggest": {
|
||||
"jms/serializer-bundle": "To use the Pagerfanta class with the JMS Serializer",
|
||||
|
@ -79,7 +83,7 @@
|
|||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/BabDev/PagerfantaBundle/issues",
|
||||
"source": "https://github.com/BabDev/PagerfantaBundle/tree/v3.8.0"
|
||||
"source": "https://github.com/BabDev/PagerfantaBundle/tree/v4.5.0"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
|
@ -87,7 +91,7 @@
|
|||
"type": "github"
|
||||
}
|
||||
],
|
||||
"time": "2023-06-01T01:04:54+00:00"
|
||||
"time": "2024-11-03T20:23:50+00:00"
|
||||
},
|
||||
{
|
||||
"name": "bacon/bacon-qr-code",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue