Skip to content

Commit 124a979

Browse files
committed
Update PHP and PHPUnit across all packages; fix ext-rdkafka requirement
1 parent 88f274e commit 124a979

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,13 +6,13 @@
66
"homepage": "https://enqueue.forma-pro.com/",
77
"license": "MIT",
88
"require": {
9-
"php": "^7.1.3",
9+
"php": "^7.3",
1010
"enqueue/enqueue": "^0.10",
1111
"queue-interop/queue-interop": "^0.8",
1212
"symfony/event-dispatcher": "^4.3|^5"
1313
},
1414
"require-dev": {
15-
"phpunit/phpunit": "~7.5",
15+
"phpunit/phpunit": "^9.5",
1616
"symfony/dependency-injection": "^4.3|^5",
1717
"symfony/config": "^4.3|^5",
1818
"symfony/http-kernel": "^4.3|^5",

0 commit comments

Comments
 (0)