1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-06-27 16:36:00 +00:00

Bump pagerfanta/core from 3.8.0 to 4.7.1

Bumps [pagerfanta/core](https://github.com/Pagerfanta/core) from 3.8.0 to 4.7.1.
- [Commits](https://github.com/Pagerfanta/core/compare/v3.8.0...v4.7.1)

---
updated-dependencies:
- dependency-name: pagerfanta/core
  dependency-version: 4.7.1
  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-04-07 08:04:12 +00:00 committed by GitHub
parent 63dc69d70f
commit 6566cc644e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 10 additions and 12 deletions

View file

@ -92,7 +92,7 @@
"nelmio/api-doc-bundle": "^4.38.1",
"nelmio/cors-bundle": "^2.5",
"ocramius/proxy-manager": "^2.1.1",
"pagerfanta/core": "^3.8",
"pagerfanta/core": "^4.7",
"pagerfanta/doctrine-orm-adapter": "^4.7",
"pagerfanta/twig": "^4.7",
"php-amqplib/php-amqplib": "^3.7.3",

20
composer.lock generated
View file

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "00b8f95df6ec0572c06ad6f34847405c",
"content-hash": "264c12d72c35202733ee98cda685b5e7",
"packages": [
{
"name": "babdev/pagerfanta-bundle",
@ -5679,26 +5679,24 @@
},
{
"name": "pagerfanta/core",
"version": "v3.8.0",
"version": "v4.7.1",
"source": {
"type": "git",
"url": "https://github.com/Pagerfanta/core.git",
"reference": "a995f69ff9af64a45c3dc3d8217100624ae214f2"
"reference": "829eaa9737b3cfae1406f67a4e9ee36e0e37caf9"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Pagerfanta/core/zipball/a995f69ff9af64a45c3dc3d8217100624ae214f2",
"reference": "a995f69ff9af64a45c3dc3d8217100624ae214f2",
"url": "https://api.github.com/repos/Pagerfanta/core/zipball/829eaa9737b3cfae1406f67a4e9ee36e0e37caf9",
"reference": "829eaa9737b3cfae1406f67a4e9ee36e0e37caf9",
"shasum": ""
},
"require": {
"ext-json": "*",
"php": "^7.4 || ^8.0",
"symfony/deprecation-contracts": "^2.1 || ^3.0",
"symfony/polyfill-php80": "^1.15"
"php": "^8.1"
},
"require-dev": {
"phpunit/phpunit": "^9.6 || ^10.0"
"phpunit/phpunit": "^10.5"
},
"type": "library",
"autoload": {
@ -5718,9 +5716,9 @@
"pagerfanta"
],
"support": {
"source": "https://github.com/Pagerfanta/core/tree/v3.8.0"
"source": "https://github.com/Pagerfanta/core/tree/v4.7.1"
},
"time": "2023-04-15T16:39:14+00:00"
"time": "2024-12-13T15:05:37+00:00"
},
{
"name": "pagerfanta/doctrine-orm-adapter",