Skip to content

Commit

Permalink
fix: exclude ORM 2.20 and 3.3 for now (#256)
Browse files Browse the repository at this point in the history
  • Loading branch information
priyadi authored Jan 14, 2025
1 parent 198cdda commit 37be94a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"api-platform/core": "^3.2 || ^4.0",
"doctrine/collections": "^2.2",
"doctrine/dbal": "^3.8 || ^4.0",
"doctrine/orm": "^2.19 || ^3.0",
"doctrine/orm": "~2.19.0 || ~3.0.0 || ~3.1.0 || ~3.2.0",
"pagerfanta/core": "^4.0",
"pagerfanta/doctrine-collections-adapter": "^4.0",
"psr/container": "^2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/rekapager-doctrine-orm-adapter/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"require": {
"php": "^8.2",
"doctrine/dbal": "^3.8 || ^4.0",
"doctrine/orm": "^2.19 || ^3.0",
"doctrine/orm": "~2.19.0 || ~3.0.0 || ~3.1.0 || ~3.2.0",
"doctrine/collections": "^2.2",
"rekalogika/rekapager-adapter-common": "^0.21",
"rekalogika/rekapager-contracts": "^0.21",
Expand Down

0 comments on commit 37be94a

Please sign in to comment.