Skip to content

Commit

Permalink
Merge pull request #3488 from acrobat/fix-pagerfanta-dependencies
Browse files Browse the repository at this point in the history
[AllBundles] Fix pagerfanta dependencies for v4 support
  • Loading branch information
acrobat authored Feb 8, 2025
2 parents 5ec313c + 9c7f2c4 commit 6ac9ea3
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@

"knplabs/knp-menu-bundle": "^3.0",
"guzzlehttp/guzzle": "^7.0",
"babdev/pagerfanta-bundle": "^4.0",
"babdev/pagerfanta-bundle": "^3.8|^4.0",
"kunstmaan/google-api-custom": "~1.0",
"gedmo/doctrine-extensions": "^2.4.34|^3.1.0",
"doctrine/doctrine-fixtures-bundle": "^3.3",
Expand All @@ -75,8 +75,8 @@
"defuse/php-encryption": "^2.2",
"doctrine/collections": "^1.6",
"symfony/deprecation-contracts": "^2.5|^3.0",
"pagerfanta/doctrine-dbal-adapter": "^4.0",
"pagerfanta/doctrine-orm-adapter": "^4.0",
"pagerfanta/doctrine-dbal-adapter": "^3.8|^4.0",
"pagerfanta/doctrine-orm-adapter": "^3.8|^4.0",
"symfony/maker-bundle": "^1.39"
},
"require-dev": {
Expand Down
2 changes: 1 addition & 1 deletion src/Kunstmaan/AdminBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
],
"require": {
"php": "^8.1",
"babdev/pagerfanta-bundle": "^4.0",
"babdev/pagerfanta-bundle": "^3.8|^4.0",
"doctrine/orm": "^2.13",
"doctrine/dbal": "^3.8",
"doctrine/doctrine-bundle": "^2.12",
Expand Down
8 changes: 4 additions & 4 deletions src/Kunstmaan/AdminListBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
"openspout/openspout": "^4.0",
"kunstmaan/admin-bundle": "^7.0",
"kunstmaan/utilities-bundle": "^7.0",
"pagerfanta/core": "^3.8",
"pagerfanta/doctrine-dbal-adapter": "^4.0",
"pagerfanta/doctrine-orm-adapter": "^4.0",
"pagerfanta/twig": "^4.7"
"pagerfanta/core": "^3.8|^4.0",
"pagerfanta/doctrine-dbal-adapter": "^3.8|^4.0",
"pagerfanta/doctrine-orm-adapter": "^3.8|^4.0",
"pagerfanta/twig": "^3.8|^4.0"
},
"require-dev": {
"matthiasnoback/symfony-config-test": "^5.1",
Expand Down
4 changes: 2 additions & 2 deletions src/Kunstmaan/ArticleBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"kunstmaan/adminlist-bundle": "^7.0",
"kunstmaan/node-bundle": "^7.0",
"kunstmaan/pagepart-bundle": "^7.0",
"pagerfanta/core": "^3.8",
"pagerfanta/twig": "^4.7"
"pagerfanta/core": "^3.8|^4.0",
"pagerfanta/twig": "^3.8|^4.0"
},
"require-dev": {
"matthiasnoback/symfony-config-test": "^5.1",
Expand Down
2 changes: 1 addition & 1 deletion src/Kunstmaan/MediaBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"symfony/mime": "^6.4|^7.2",
"knplabs/knp-gaufrette-bundle": "^0.9.0",
"kunstmaan/adminlist-bundle": "^7.0",
"pagerfanta/twig": "^4.7"
"pagerfanta/twig": "^3.8|^4.0"
},
"require-dev": {
"matthiasnoback/symfony-config-test": "^5.1",
Expand Down
4 changes: 2 additions & 2 deletions src/Kunstmaan/NodeSearchBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"kunstmaan/pagepart-bundle": "^7.0",
"kunstmaan/node-bundle": "^7.0",
"kunstmaan/search-bundle": "^7.0",
"pagerfanta/core": "^3.8",
"pagerfanta/twig": "^4.7",
"pagerfanta/core": "^3.8|^4.0",
"pagerfanta/twig": "^3.8|^4.0",
"ruflin/elastica": "^7.0",
"twig/extra-bundle": "^3.6",
"twig/string-extra": "^3.6"
Expand Down

0 comments on commit 6ac9ea3

Please sign in to comment.