Skip to content

Commit 0cbd70a

Browse files
authored
Merge pull request #1092 from php-enqueue/lock-doctrine-version-fix-tests
Lock doctrine perisistence version. Fix tests.
2 parents 266faf9 + e328664 commit 0cbd70a

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

Diff for: composer.json

+3
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/",

Diff for: pkg/dbal/composer.json

+3
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)