thephpleague / tactician-doctrine

Tactician plugins for the Doctrine ORM, primarily transactions
MIT License
57 stars 13 forks source link

Allow DBAL v3 #27

Closed simPod closed 3 years ago

calvera commented 3 years ago

@rosstuck can you make a release please?

simPod commented 3 years ago

Yay!

snapshotpl commented 2 years ago

@rosstuck what about release?

rosstuck commented 2 years ago

So, here's the crappy part. There's two issues here:

simPod commented 2 years ago

@rosstuck can we bump min php version on v1? I went to upgrade phpunit there but it's php v5.5+ and I kind of don't want to work with that. 🤔

snapshotpl commented 2 years ago

@simPod try to use https://github.com/Yoast/PHPUnit-Polyfills

snapshotpl commented 2 years ago

28 resolves second issue

snapshotpl commented 2 years ago

For first I think we should drop unsupported PHP versions.

snapshotpl commented 2 years ago

@simPod @rosstuck done in #29