Skip to content

Commit e328664

Browse files
committed
Lock doctrine perisistence version. Fix tests.
1 parent 266faf9 commit e328664

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,9 @@
6262
"kwn/php-rdkafka-stubs": "^1.0.2 | ^2.0",
6363
"friendsofphp/php-cs-fixer": "^2"
6464
},
65+
"conflict": {
66+
"doctrine/persistence": ">=1.3.0"
67+
},
6568
"autoload": {
6669
"psr-4": {
6770
"Enqueue\\AmqpBunny\\": "pkg/amqp-bunny/",

pkg/dbal/composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
"enqueue/null": "0.10.x-dev",
1818
"queue-interop/queue-spec": "^0.6"
1919
},
20+
"conflict": {
21+
"doctrine/persistence": ">=1.3.0"
22+
},
2023
"support": {
2124
"email": "opensource@forma-pro.com",
2225
"issues": "https://github.com/php-enqueue/enqueue-dev/issues",

0 commit comments

Comments
 (0)