Skip to content

Commit 9e6a755

Browse files
committed
Update PHP and PHPUnit across all packages; fix ext-rdkafka requirement
1 parent 8ba6750 commit 9e6a755

File tree

26 files changed

+51
-51
lines changed

26 files changed

+51
-51
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
"phpstan": "bin/phpstan analyse --memory-limit=512M -c phpstan.neon"
1010
},
1111
"require": {
12-
"php": "^7.3|^8.0",
12+
"php": "^7.3",
1313

1414
"ext-amqp": "^1.9.3",
1515
"ext-gearman": "^2.0",
1616
"ext-mongodb": "^1.5",
17-
"ext-rdkafka": "^3.0.3",
17+
"ext-rdkafka": "^3.0.3|^4.0|^5.0",
1818

1919
"queue-interop/amqp-interop": "^0.8",
2020
"queue-interop/queue-interop": "^0.7|^0.8",

pkg/amqp-bunny/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/amqp-interop": "^0.8",
1111
"queue-interop/queue-interop": "^0.8",
1212
"bunny/bunny": "^0.4",
1313
"enqueue/amqp-tools": "^0.10"
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"

pkg/amqp-ext/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
"ext-amqp": "^1.9.3",
1111
"queue-interop/amqp-interop": "^0.8",
1212
"queue-interop/queue-interop": "^0.8",
1313
"enqueue/amqp-tools": "^0.10"
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",

pkg/amqp-lib/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
"php-amqplib/php-amqplib": "^2.10",
1111
"queue-interop/amqp-interop": "^0.8",
1212
"queue-interop/queue-interop": "^0.8",
1313
"enqueue/amqp-tools": "^0.10"
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"

pkg/amqp-tools/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
"queue-interop/amqp-interop": "^0.8",
1111
"queue-interop/queue-interop": "^0.8",
1212
"enqueue/dsn": "^0.10"
1313
},
1414
"require-dev": {
15-
"phpunit/phpunit": "~7.5",
15+
"phpunit/phpunit": "^9.5",
1616
"enqueue/test": "0.10.x-dev",
1717
"enqueue/null": "0.10.x-dev"
1818
},

pkg/async-command/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"symfony/process": "^4.3|^5"
1414
},
1515
"require-dev": {
16-
"phpunit/phpunit": "~7.5",
16+
"phpunit/phpunit": "^9.5",
1717
"symfony/dependency-injection": "^4.3|^5",
1818
"symfony/config": "^4.3|^5",
1919
"symfony/http-kernel": "^4.3|^5",

pkg/async-event-dispatcher/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",

pkg/dbal/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
"queue-interop/queue-interop": "^0.8",
1111
"doctrine/dbal": "^2.6",
1212
"ramsey/uuid": "^3|^4"
1313
},
1414
"require-dev": {
15-
"phpunit/phpunit": "~7.5",
15+
"phpunit/phpunit": "^9.5",
1616
"enqueue/test": "0.10.x-dev",
1717
"enqueue/null": "0.10.x-dev",
1818
"queue-interop/queue-spec": "^0.6"

pkg/enqueue-bundle/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"homepage": "https://enqueue.forma-pro.com/",
77
"license": "MIT",
88
"require": {
9-
"php": "^7.1.3",
9+
"php": "^7.3",
1010
"symfony/framework-bundle": "^4.3|^5",
1111
"queue-interop/amqp-interop": "^0.8",
1212
"queue-interop/queue-interop": "^0.8",
@@ -21,7 +21,7 @@
2121
"docs": "https://github.com/php-enqueue/enqueue-dev/blob/master/docs/index.md"
2222
},
2323
"require-dev": {
24-
"phpunit/phpunit": "~7.5",
24+
"phpunit/phpunit": "^9.5",
2525
"enqueue/stomp": "0.10.x-dev",
2626
"enqueue/amqp-ext": "0.10.x-dev",
2727
"enqueue/amqp-lib": "0.10.x-dev",

pkg/enqueue/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"homepage": "https://enqueue.forma-pro.com/",
77
"license": "MIT",
88
"require": {
9-
"php": "^7.1.3",
9+
"php": "^7.3",
1010
"queue-interop/amqp-interop": "^0.8",
1111
"queue-interop/queue-interop": "^0.8",
1212
"enqueue/null": "^0.10",
@@ -16,7 +16,7 @@
1616
"psr/container": "^1"
1717
},
1818
"require-dev": {
19-
"phpunit/phpunit": "~7.5",
19+
"phpunit/phpunit": "^9.5",
2020
"symfony/console": "^4.3|^5",
2121
"symfony/dependency-injection": "^4.3|^5",
2222
"symfony/config": "^4.3|^5",

0 commit comments

Comments
 (0)