Skip to content

Commit 3b7f3a9

Browse files
committed
Update PHP and PHPUnit across all packages; fix ext-rdkafka requirement
1 parent 318f232 commit 3b7f3a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66
"homepage": "https://enqueue.forma-pro.com/",
77
"license": "MIT",
88
"require": {
9-
"php": "^7.1.3",
9+
"php": "^7.3",
1010
"queue-interop/queue-interop": "^0.8",
1111
"enqueue/dsn": "^0.10",
1212
"thruway/client": "^0.5.0",
1313
"thruway/pawl-transport": "^0.5.0"
1414
},
1515
"require-dev": {
16-
"phpunit/phpunit": "~7.5",
16+
"phpunit/phpunit": "^9.5",
1717
"enqueue/test": "0.10.x-dev",
1818
"enqueue/null": "0.10.x-dev",
1919
"queue-interop/queue-spec": "^0.6"

0 commit comments

Comments
 (0)