mirror of
https://github.com/wallabag/wallabag.git
synced 2025-06-27 16:36:00 +00:00
Merge 6566cc644e
into 9ec448ab07
This commit is contained in:
commit
f86b29cdbf
2 changed files with 10 additions and 12 deletions
|
@ -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
20
composer.lock
generated
|
@ -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",
|
||||
|
@ -5681,26 +5681,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": {
|
||||
|
@ -5720,9 +5718,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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue