Skip to content

Commit

Permalink
Compatibility with DBAL 3
Browse files Browse the repository at this point in the history
  • Loading branch information
BenMorel committed Mar 9, 2022
1 parent 1272dc5 commit 9f096f2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,15 @@
"license": "MIT",
"require": {
"brick/phonenumber": "~0.2.0 || ~0.3.0 || ~0.4.0",
"doctrine/dbal": "^2.7.0",
"doctrine/dbal": "^2.7.0 || ^3.0.0",
"doctrine/orm": "^2.6.0",
"php": "^7.1 || ^8.0"
},
"require-dev": {
"ext-pdo": "*",
"ext-pdo_sqlite": "*",
"phpunit/phpunit": "^7.5.15 || ^8.0 || ^9.0",
"doctrine/annotations": "^1.11",
"phpunit/phpunit": "^7.5.15 || ^8.5.23 || ^9.0",
"php-coveralls/php-coveralls": "^2.4",
"vimeo/psalm": "^4.9"
},
Expand Down

0 comments on commit 9f096f2

Please sign in to comment.