Skip to content

Commit

Permalink
fix version mismatch
Browse files Browse the repository at this point in the history
  • Loading branch information
priyadi committed Mar 30, 2024
1 parent 00e21a8 commit a7f7438
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/rekapager-bundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@
"symfony/http-kernel": "^6.4 || ^7.0",
"symfony/routing": "^6.4 || ^7.0",
"symfony/serializer": "^6.4 || ^7.0",
"twig/twig": "^3.5"
"twig/twig": "^3.8"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"require": {
"php": "^8.1",
"doctrine/collections": "^2.0",
"doctrine/collections": "^2.2",
"rekalogika/rekapager-keyset-pagination": "^0.5",
"rekalogika/rekapager-offset-pagination": "^0.5"
}
Expand Down

0 comments on commit a7f7438

Please sign in to comment.