Skip to content

Commit e069884

Browse files
authored
Merge pull request #7 from drewblin/v2.0.0
Migrate to docrine/dbal 3
2 parents 31b6f93 + f444b07 commit e069884

10 files changed

+165
-798
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"name": "code-tool/doctrine-dbal-jaeger",
33
"license": "MIT",
44
"require": {
5-
"php": "^7.2 || ^8",
6-
"doctrine/dbal": "^2.8",
5+
"php": "^7.4 || ^8",
6+
"doctrine/dbal": "^3.0",
77
"code-tool/jaeger-client-php": "^3"
88
},
99
"require-dev": {

src/Decorator/AbstractConnectionDecorator.php

Lines changed: 0 additions & 316 deletions
This file was deleted.

0 commit comments

Comments
 (0)