Skip to content

Commit 9f096f2

Browse files
committed
Compatibility with DBAL 3
1 parent 1272dc5 commit 9f096f2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,15 @@
1010
"license": "MIT",
1111
"require": {
1212
"brick/phonenumber": "~0.2.0 || ~0.3.0 || ~0.4.0",
13-
"doctrine/dbal": "^2.7.0",
13+
"doctrine/dbal": "^2.7.0 || ^3.0.0",
1414
"doctrine/orm": "^2.6.0",
1515
"php": "^7.1 || ^8.0"
1616
},
1717
"require-dev": {
1818
"ext-pdo": "*",
1919
"ext-pdo_sqlite": "*",
20-
"phpunit/phpunit": "^7.5.15 || ^8.0 || ^9.0",
20+
"doctrine/annotations": "^1.11",
21+
"phpunit/phpunit": "^7.5.15 || ^8.5.23 || ^9.0",
2122
"php-coveralls/php-coveralls": "^2.4",
2223
"vimeo/psalm": "^4.9"
2324
},

0 commit comments

Comments
 (0)