Skip to content

Commit

Permalink
Update Jackalope DBAL integration
Browse files Browse the repository at this point in the history
  • Loading branch information
mbabker committed May 8, 2024
1 parent ab85ad0 commit e15d827
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 @@
"doctrine/orm": "^2.14 || ^3.0",
"doctrine/phpcr-odm": "^1.7 || ^2.0",
"dg/bypass-finals": "^1.5.1",
"jackalope/jackalope-doctrine-dbal": "^1.9",
"jackalope/jackalope-doctrine-dbal": "^1.9 || ^2.0",
"phpstan/extension-installer": "^1.3.1",
"phpstan/phpstan": "1.10.66",
"phpstan/phpstan-phpunit": "1.3.16",
Expand Down
2 changes: 1 addition & 1 deletion lib/Adapter/Doctrine/PHPCRODM/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"require-dev": {
"dg/bypass-finals": "^1.5.1",
"jackalope/jackalope-doctrine-dbal": "^1.9",
"jackalope/jackalope-doctrine-dbal": "^1.9 || ^2.0",
"phpunit/phpunit": "^10.5"
},
"autoload": {
Expand Down

0 comments on commit e15d827

Please sign in to comment.