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

+2-2
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

+2-2
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

+2-2
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

+2-2
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

+2-2
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

+1-1
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

+2-2
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

+2-2
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

+2-2
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

+2-2
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",

pkg/fs/composer.json

+2-2
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
"symfony/filesystem": "^4.3|^5",
1313
"makasim/temp-file": "^0.2@stable"
1414
},
1515
"require-dev": {
16-
"phpunit/phpunit": "~7.5",
16+
"phpunit/phpunit": "^9.5",
1717
"enqueue/null": "0.10.x-dev",
1818
"enqueue/test": "0.10.x-dev",
1919
"queue-interop/queue-spec": "^0.6",

pkg/gearman/composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
"homepage": "https://enqueue.forma-pro.com/",
77
"license": "MIT",
88
"require": {
9-
"php": "^7.1.3",
9+
"php": "^7.3",
1010
"ext-gearman": "^2.0",
1111
"queue-interop/queue-interop": "^0.8"
1212
},
1313
"require-dev": {
14-
"phpunit/phpunit": "~7.5",
14+
"phpunit/phpunit": "^9.5",
1515
"enqueue/test": "0.10.x-dev",
1616
"enqueue/null": "0.10.x-dev",
1717
"queue-interop/queue-spec": "^0.6"

pkg/gps/composer.json

+2-2
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
"google/cloud-pubsub": "^1.0",
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
"queue-interop/queue-spec": "^0.6"
1818
},

pkg/job-queue/composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
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
"enqueue/null": "^0.10",
1212
"queue-interop/queue-interop": "^0.8",
1313
"doctrine/orm": "~2.4",
1414
"doctrine/dbal": "<2.10"
1515
},
1616
"require-dev": {
17-
"phpunit/phpunit": "~7.5",
17+
"phpunit/phpunit": "^9.5",
1818
"enqueue/test": "0.10.x-dev",
1919
"doctrine/doctrine-bundle": "~1.2|^2",
2020
"symfony/browser-kit": "^4.3|^5",

pkg/mongodb/composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010
"homepage": "https://enqueue.forma-pro.com/",
1111
"license": "MIT",
1212
"require": {
13-
"php": "^7.1.3",
13+
"php": "^7.3",
1414
"queue-interop/queue-interop": "^0.8",
1515
"mongodb/mongodb": "^1.2",
1616
"ext-mongodb": "^1.5"
1717
},
1818
"require-dev": {
19-
"phpunit/phpunit": "~7.5",
19+
"phpunit/phpunit": "^9.5",
2020
"queue-interop/queue-spec": "^0.6",
2121
"enqueue/test": "0.10.x-dev",
2222
"enqueue/null": "0.10.x-dev"

pkg/monitoring/composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
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
"enqueue/dsn": "^0.10"
1212
},
1313
"require-dev": {
14-
"phpunit/phpunit": "~7.5",
14+
"phpunit/phpunit": "^9.5",
1515
"enqueue/test": "0.10.x-dev",
1616
"influxdb/influxdb-php": "^1.14",
1717
"datadog/php-datadogstatsd": "^1.3",

pkg/null/composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
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
},
1212
"require-dev": {
13-
"phpunit/phpunit": "~7.5",
13+
"phpunit/phpunit": "^9.5",
1414
"enqueue/test": "0.10.x-dev",
1515
"queue-interop/queue-spec": "^0.6"
1616
},

pkg/pheanstalk/composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
"homepage": "https://enqueue.forma-pro.com/",
77
"license": "MIT",
88
"require": {
9-
"php": "^7.1.3",
9+
"php": "^7.3",
1010
"pda/pheanstalk": "^3",
1111
"queue-interop/queue-interop": "^0.8"
1212
},
1313
"require-dev": {
14-
"phpunit/phpunit": "~7.5",
14+
"phpunit/phpunit": "^9.5",
1515
"enqueue/test": "0.10.x-dev",
1616
"enqueue/null": "0.10.x-dev",
1717
"queue-interop/queue-spec": "^0.6"

pkg/rdkafka/composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
"homepage": "https://enqueue.forma-pro.com/",
77
"license": "MIT",
88
"require": {
9-
"php": "^7.1.3",
9+
"php": "^7.3",
1010
"ext-rdkafka": "^3.0.3|^4.0|^5.0",
1111
"queue-interop/queue-interop": "^0.8"
1212
},
1313
"require-dev": {
14-
"phpunit/phpunit": "~7.5",
14+
"phpunit/phpunit": "^9.5",
1515
"enqueue/test": "0.10.x-dev",
1616
"enqueue/null": "0.10.x-dev",
1717
"queue-interop/queue-spec": "^0.6",

pkg/redis/composer.json

+2-2
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
"enqueue/dsn": "^0.10",
1212
"ramsey/uuid": "^3|^4"
1313
},
1414
"require-dev": {
15-
"phpunit/phpunit": "~7.5",
15+
"phpunit/phpunit": "^9.5",
1616
"predis/predis": "^1.1",
1717
"enqueue/test": "0.10.x-dev",
1818
"enqueue/null": "0.10.x-dev",

pkg/simple-client/composer.json

+2-2
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
"enqueue/enqueue": "^0.10",
1111
"queue-interop/amqp-interop": "^0.8",
1212
"queue-interop/queue-interop": "^0.8",
1313
"symfony/config": "^4.3|^5"
1414
},
1515
"require-dev": {
16-
"phpunit/phpunit": "~7.5",
16+
"phpunit/phpunit": "^9.5",
1717
"enqueue/test": "0.10.x-dev",
1818
"enqueue/amqp-ext": "0.10.x-dev",
1919
"enqueue/fs": "0.10.x-dev",

pkg/sns/composer.json

+2-2
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
"enqueue/dsn": "^0.10",
1212
"aws/aws-sdk-php": "~3.26"
1313
},
1414
"require-dev": {
15-
"phpunit/phpunit": "~7.5",
15+
"phpunit/phpunit": "^9.5",
1616
"enqueue/test": "0.10.x-dev",
1717
"queue-interop/queue-spec": "^0.6"
1818
},

pkg/snsqs/composer.json

+2-2
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
"enqueue/sns": "^0.10",
1313
"enqueue/sqs": "^0.10"
1414
},
1515
"require-dev": {
16-
"phpunit/phpunit": "~7.5",
16+
"phpunit/phpunit": "^9.5",
1717
"enqueue/test": "0.10.x-dev",
1818
"queue-interop/queue-spec": "^0.6"
1919
},

pkg/sqs/composer.json

+2-2
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
"enqueue/dsn": "^0.10",
1212
"aws/aws-sdk-php": "~3.26"
1313
},
1414
"require-dev": {
15-
"phpunit/phpunit": "~7.5",
15+
"phpunit/phpunit": "^9.5",
1616
"enqueue/test": "0.10.x-dev",
1717
"queue-interop/queue-spec": "^0.6"
1818
},

pkg/stomp/composer.json

+2-2
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
"enqueue/dsn": "^0.10",
1111
"stomp-php/stomp-php": "^4",
1212
"queue-interop/queue-interop": "^0.8",
@@ -15,7 +15,7 @@
1515
"richardfullmer/rabbitmq-management-api": "^2.0"
1616
},
1717
"require-dev": {
18-
"phpunit/phpunit": "~7.5",
18+
"phpunit/phpunit": "^9.5",
1919
"enqueue/test": "0.10.x-dev",
2020
"enqueue/null": "0.10.x-dev",
2121
"queue-interop/queue-spec": "^0.6"

0 commit comments

Comments
 (0)