Skip to content

Commit 6abea64

Browse files
authored
Restored pagerfanta/pagerfanta dependency (#1912)
* Moved pagerfanta adapters to "required" section of the composer.json Since adapters are needed for the functionality they should be installed automatically otherwise exceptions are thrown. Feel free to close the PR if that was intentional and we have to specify the adapters we need from now on manually. This should be mentioned in the documentation and in the CHANGELOG though. * Required pagerfanta full-package instead of only core
1 parent b2012b7 commit 6abea64

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

composer.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"homepage": "https://github.com/FriendsOfSymfony/FOSElasticaBundle",
3232
"require": {
3333
"php": "^7.4 || ^8.0",
34-
"pagerfanta/core": "^2.4 || ^3.0",
34+
"pagerfanta/pagerfanta": "^2.4 || ^3.0",
3535
"psr/log": "^1.0 || ^2.0 || ^3.0",
3636
"ruflin/elastica": "^7.1",
3737
"symfony/console": "^4.4 || ^5.4 || ^6.2",
@@ -50,9 +50,6 @@
5050
"jms/serializer": "^3.8",
5151
"jms/serializer-bundle": "^3.5 || ^4.0",
5252
"knplabs/knp-components": "^2.4 || ^3.0",
53-
"pagerfanta/doctrine-mongodb-odm-adapter": "^2.4 || ^3.0",
54-
"pagerfanta/doctrine-orm-adapter": "^2.4 || ^3.0",
55-
"pagerfanta/doctrine-phpcr-odm-adapter": "^2.4 || ^3.0",
5653
"phpstan/extension-installer": "^1.1",
5754
"phpstan/phpstan": "^1.4",
5855
"phpstan/phpstan-phpunit": "^1.1",

0 commit comments

Comments
 (0)