Skip to content

Commit 6d26d96

Browse files
author
Rene Lehbrunner
committed
updated to phpunit 10 in amqp-ext and enqueue-bundle
1 parent 4142e00 commit 6d26d96

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
},
5151
"require-dev": {
5252
"ext-pcntl": "*",
53-
"phpunit/phpunit": "^9.5|^10.0",
53+
"phpunit/phpunit": "^9.5",
5454
"phpstan/phpstan": "^0.12",
5555
"queue-interop/queue-spec": "^0.6.2",
5656
"symfony/browser-kit": "^5.4|^6.0",
@@ -71,7 +71,7 @@
7171
"alcaeus/mongo-php-adapter": "^1.0",
7272
"kwn/php-rdkafka-stubs": "^2.0.3",
7373
"friendsofphp/php-cs-fixer": "^3.4",
74-
"dms/phpunit-arraysubset-asserts": "^0.2.1|^0.5.0",
74+
"dms/phpunit-arraysubset-asserts": "^0.2.1",
7575
"phpspec/prophecy-phpunit": "^2.0"
7676
},
7777
"autoload": {

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.4|^8.0",
9+
"php": "^8.1|^8.2",
1010
"ext-amqp": "^1.9.3|^2.0.0",
1111
"queue-interop/amqp-interop": "^0.8.2",
1212
"queue-interop/queue-interop": "^0.8",
1313
"enqueue/amqp-tools": "^0.10"
1414
},
1515
"require-dev": {
16-
"phpunit/phpunit": "^9.5",
16+
"phpunit/phpunit": "^10.0",
1717
"enqueue/test": "0.10.x-dev",
1818
"enqueue/null": "0.10.x-dev",
1919
"queue-interop/queue-spec": "^0.6.2",

pkg/enqueue-bundle/composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"homepage": "https://enqueue.forma-pro.com/",
77
"license": "MIT",
88
"require": {
9-
"php": "^7.4|^8.0",
10-
"symfony/framework-bundle": "^5.4|^6.0",
9+
"php": "^8.1|^8.2",
10+
"symfony/framework-bundle": "^5.4|^6.0|^7.0",
1111
"queue-interop/amqp-interop": "^0.8.2",
1212
"queue-interop/queue-interop": "^0.8",
1313
"enqueue/enqueue": "^0.10",
@@ -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": "^9.5",
24+
"phpunit/phpunit": "^10.0",
2525
"enqueue/stomp": "0.10.x-dev",
2626
"enqueue/amqp-ext": "0.10.x-dev",
2727
"enqueue/amqp-lib": "0.10.x-dev",

0 commit comments

Comments
 (0)