We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1272dc5 commit 9f096f2Copy full SHA for 9f096f2
composer.json
@@ -10,14 +10,15 @@
10
"license": "MIT",
11
"require": {
12
"brick/phonenumber": "~0.2.0 || ~0.3.0 || ~0.4.0",
13
- "doctrine/dbal": "^2.7.0",
+ "doctrine/dbal": "^2.7.0 || ^3.0.0",
14
"doctrine/orm": "^2.6.0",
15
"php": "^7.1 || ^8.0"
16
},
17
"require-dev": {
18
"ext-pdo": "*",
19
"ext-pdo_sqlite": "*",
20
- "phpunit/phpunit": "^7.5.15 || ^8.0 || ^9.0",
+ "doctrine/annotations": "^1.11",
21
+ "phpunit/phpunit": "^7.5.15 || ^8.5.23 || ^9.0",
22
"php-coveralls/php-coveralls": "^2.4",
23
"vimeo/psalm": "^4.9"
24
0 commit comments