Skip to content

Commit c71176e

Browse files
authored
Add support for doctrine/dbal 3.x (#81)
* Support doctrine/dbal 3.x * Add dev dependency to doctrine/annotations * Fixed deprecations
1 parent 618c00c commit c71176e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
}
2222
},
2323
"require-dev": {
24+
"doctrine/annotations": "^1.14",
2425
"phpunit/phpunit": "^9.5"
2526
},
2627
"autoload-dev": {

0 commit comments

Comments
 (0)