File tree 26 files changed +51
-51
lines changed
26 files changed +51
-51
lines changed Original file line number Diff line number Diff line change 9
9
"phpstan" : " bin/phpstan analyse --memory-limit=512M -c phpstan.neon"
10
10
},
11
11
"require" : {
12
- "php" : " ^7.3|^8.0 " ,
12
+ "php" : " ^7.3" ,
13
13
14
14
"ext-amqp" : " ^1.9.3" ,
15
15
"ext-gearman" : " ^2.0" ,
16
16
"ext-mongodb" : " ^1.5" ,
17
- "ext-rdkafka" : " ^3.0.3" ,
17
+ "ext-rdkafka" : " ^3.0.3|^4.0|^5.0 " ,
18
18
19
19
"queue-interop/amqp-interop" : " ^0.8" ,
20
20
"queue-interop/queue-interop" : " ^0.7|^0.8" ,
Original file line number Diff line number Diff line change 6
6
"homepage" : " https://enqueue.forma-pro.com/" ,
7
7
"license" : " MIT" ,
8
8
"require" : {
9
- "php" : " ^7.1. 3" ,
9
+ "php" : " ^7.3" ,
10
10
"queue-interop/amqp-interop" : " ^0.8" ,
11
11
"queue-interop/queue-interop" : " ^0.8" ,
12
12
"bunny/bunny" : " ^0.4" ,
13
13
"enqueue/amqp-tools" : " ^0.10"
14
14
},
15
15
"require-dev" : {
16
- "phpunit/phpunit" : " ~7 .5" ,
16
+ "phpunit/phpunit" : " ^9 .5" ,
17
17
"enqueue/test" : " 0.10.x-dev" ,
18
18
"enqueue/null" : " 0.10.x-dev" ,
19
19
"queue-interop/queue-spec" : " ^0.6"
Original file line number Diff line number Diff line change 6
6
"homepage" : " https://enqueue.forma-pro.com/" ,
7
7
"license" : " MIT" ,
8
8
"require" : {
9
- "php" : " ^7.1. 3" ,
9
+ "php" : " ^7.3" ,
10
10
"ext-amqp" : " ^1.9.3" ,
11
11
"queue-interop/amqp-interop" : " ^0.8" ,
12
12
"queue-interop/queue-interop" : " ^0.8" ,
13
13
"enqueue/amqp-tools" : " ^0.10"
14
14
},
15
15
"require-dev" : {
16
- "phpunit/phpunit" : " ~7 .5" ,
16
+ "phpunit/phpunit" : " ^9 .5" ,
17
17
"enqueue/test" : " 0.10.x-dev" ,
18
18
"enqueue/null" : " 0.10.x-dev" ,
19
19
"queue-interop/queue-spec" : " ^0.6" ,
Original file line number Diff line number Diff line change 6
6
"homepage" : " https://enqueue.forma-pro.com/" ,
7
7
"license" : " MIT" ,
8
8
"require" : {
9
- "php" : " ^7.1. 3" ,
9
+ "php" : " ^7.3" ,
10
10
"php-amqplib/php-amqplib" : " ^2.10" ,
11
11
"queue-interop/amqp-interop" : " ^0.8" ,
12
12
"queue-interop/queue-interop" : " ^0.8" ,
13
13
"enqueue/amqp-tools" : " ^0.10"
14
14
},
15
15
"require-dev" : {
16
- "phpunit/phpunit" : " ~7 .5" ,
16
+ "phpunit/phpunit" : " ^9 .5" ,
17
17
"enqueue/test" : " 0.10.x-dev" ,
18
18
"enqueue/null" : " 0.10.x-dev" ,
19
19
"queue-interop/queue-spec" : " ^0.6"
Original file line number Diff line number Diff line change 6
6
"homepage" : " https://enqueue.forma-pro.com/" ,
7
7
"license" : " MIT" ,
8
8
"require" : {
9
- "php" : " ^7.1. 3" ,
9
+ "php" : " ^7.3" ,
10
10
"queue-interop/amqp-interop" : " ^0.8" ,
11
11
"queue-interop/queue-interop" : " ^0.8" ,
12
12
"enqueue/dsn" : " ^0.10"
13
13
},
14
14
"require-dev" : {
15
- "phpunit/phpunit" : " ~7 .5" ,
15
+ "phpunit/phpunit" : " ^9 .5" ,
16
16
"enqueue/test" : " 0.10.x-dev" ,
17
17
"enqueue/null" : " 0.10.x-dev"
18
18
},
Original file line number Diff line number Diff line change 13
13
"symfony/process" : " ^4.3|^5"
14
14
},
15
15
"require-dev" : {
16
- "phpunit/phpunit" : " ~7 .5" ,
16
+ "phpunit/phpunit" : " ^9 .5" ,
17
17
"symfony/dependency-injection" : " ^4.3|^5" ,
18
18
"symfony/config" : " ^4.3|^5" ,
19
19
"symfony/http-kernel" : " ^4.3|^5" ,
Original file line number Diff line number Diff line change 6
6
"homepage" : " https://enqueue.forma-pro.com/" ,
7
7
"license" : " MIT" ,
8
8
"require" : {
9
- "php" : " ^7.1. 3" ,
9
+ "php" : " ^7.3" ,
10
10
"enqueue/enqueue" : " ^0.10" ,
11
11
"queue-interop/queue-interop" : " ^0.8" ,
12
12
"symfony/event-dispatcher" : " ^4.3|^5"
13
13
},
14
14
"require-dev" : {
15
- "phpunit/phpunit" : " ~7 .5" ,
15
+ "phpunit/phpunit" : " ^9 .5" ,
16
16
"symfony/dependency-injection" : " ^4.3|^5" ,
17
17
"symfony/config" : " ^4.3|^5" ,
18
18
"symfony/http-kernel" : " ^4.3|^5" ,
Original file line number Diff line number Diff line change 6
6
"homepage" : " https://enqueue.forma-pro.com/" ,
7
7
"license" : " MIT" ,
8
8
"require" : {
9
- "php" : " ^7.1. 3" ,
9
+ "php" : " ^7.3" ,
10
10
"queue-interop/queue-interop" : " ^0.8" ,
11
11
"doctrine/dbal" : " ^2.6" ,
12
12
"ramsey/uuid" : " ^3|^4"
13
13
},
14
14
"require-dev" : {
15
- "phpunit/phpunit" : " ~7 .5" ,
15
+ "phpunit/phpunit" : " ^9 .5" ,
16
16
"enqueue/test" : " 0.10.x-dev" ,
17
17
"enqueue/null" : " 0.10.x-dev" ,
18
18
"queue-interop/queue-spec" : " ^0.6"
Original file line number Diff line number Diff line change 6
6
"homepage" : " https://enqueue.forma-pro.com/" ,
7
7
"license" : " MIT" ,
8
8
"require" : {
9
- "php" : " ^7.1. 3" ,
9
+ "php" : " ^7.3" ,
10
10
"symfony/framework-bundle" : " ^4.3|^5" ,
11
11
"queue-interop/amqp-interop" : " ^0.8" ,
12
12
"queue-interop/queue-interop" : " ^0.8" ,
21
21
"docs" : " https://github.com/php-enqueue/enqueue-dev/blob/master/docs/index.md"
22
22
},
23
23
"require-dev" : {
24
- "phpunit/phpunit" : " ~7 .5" ,
24
+ "phpunit/phpunit" : " ^9 .5" ,
25
25
"enqueue/stomp" : " 0.10.x-dev" ,
26
26
"enqueue/amqp-ext" : " 0.10.x-dev" ,
27
27
"enqueue/amqp-lib" : " 0.10.x-dev" ,
Original file line number Diff line number Diff line change 6
6
"homepage" : " https://enqueue.forma-pro.com/" ,
7
7
"license" : " MIT" ,
8
8
"require" : {
9
- "php" : " ^7.1. 3" ,
9
+ "php" : " ^7.3" ,
10
10
"queue-interop/amqp-interop" : " ^0.8" ,
11
11
"queue-interop/queue-interop" : " ^0.8" ,
12
12
"enqueue/null" : " ^0.10" ,
16
16
"psr/container" : " ^1"
17
17
},
18
18
"require-dev" : {
19
- "phpunit/phpunit" : " ~7 .5" ,
19
+ "phpunit/phpunit" : " ^9 .5" ,
20
20
"symfony/console" : " ^4.3|^5" ,
21
21
"symfony/dependency-injection" : " ^4.3|^5" ,
22
22
"symfony/config" : " ^4.3|^5" ,
Original file line number Diff line number Diff line change 6
6
"homepage" : " https://enqueue.forma-pro.com/" ,
7
7
"license" : " MIT" ,
8
8
"require" : {
9
- "php" : " ^7.1. 3" ,
9
+ "php" : " ^7.3" ,
10
10
"queue-interop/queue-interop" : " ^0.8" ,
11
11
"enqueue/dsn" : " ^0.10" ,
12
12
"symfony/filesystem" : " ^4.3|^5" ,
13
13
"makasim/temp-file" : " ^0.2@stable"
14
14
},
15
15
"require-dev" : {
16
- "phpunit/phpunit" : " ~7 .5" ,
16
+ "phpunit/phpunit" : " ^9 .5" ,
17
17
"enqueue/null" : " 0.10.x-dev" ,
18
18
"enqueue/test" : " 0.10.x-dev" ,
19
19
"queue-interop/queue-spec" : " ^0.6" ,
Original file line number Diff line number Diff line change 6
6
"homepage" : " https://enqueue.forma-pro.com/" ,
7
7
"license" : " MIT" ,
8
8
"require" : {
9
- "php" : " ^7.1. 3" ,
9
+ "php" : " ^7.3" ,
10
10
"ext-gearman" : " ^2.0" ,
11
11
"queue-interop/queue-interop" : " ^0.8"
12
12
},
13
13
"require-dev" : {
14
- "phpunit/phpunit" : " ~7 .5" ,
14
+ "phpunit/phpunit" : " ^9 .5" ,
15
15
"enqueue/test" : " 0.10.x-dev" ,
16
16
"enqueue/null" : " 0.10.x-dev" ,
17
17
"queue-interop/queue-spec" : " ^0.6"
Original file line number Diff line number Diff line change 6
6
"homepage" : " https://enqueue.forma-pro.com/" ,
7
7
"license" : " MIT" ,
8
8
"require" : {
9
- "php" : " ^7.1. 3" ,
9
+ "php" : " ^7.3" ,
10
10
"queue-interop/queue-interop" : " ^0.8" ,
11
11
"google/cloud-pubsub" : " ^1.0" ,
12
12
"enqueue/dsn" : " ^0.10"
13
13
},
14
14
"require-dev" : {
15
- "phpunit/phpunit" : " ~7 .5" ,
15
+ "phpunit/phpunit" : " ^9 .5" ,
16
16
"enqueue/test" : " 0.10.x-dev" ,
17
17
"queue-interop/queue-spec" : " ^0.6"
18
18
},
Original file line number Diff line number Diff line change 6
6
"homepage" : " https://enqueue.forma-pro.com/" ,
7
7
"license" : " MIT" ,
8
8
"require" : {
9
- "php" : " ^7.1. 3" ,
9
+ "php" : " ^7.3" ,
10
10
"enqueue/enqueue" : " ^0.10" ,
11
11
"enqueue/null" : " ^0.10" ,
12
12
"queue-interop/queue-interop" : " ^0.8" ,
13
13
"doctrine/orm" : " ~2.4" ,
14
14
"doctrine/dbal" : " <2.10"
15
15
},
16
16
"require-dev" : {
17
- "phpunit/phpunit" : " ~7 .5" ,
17
+ "phpunit/phpunit" : " ^9 .5" ,
18
18
"enqueue/test" : " 0.10.x-dev" ,
19
19
"doctrine/doctrine-bundle" : " ~1.2|^2" ,
20
20
"symfony/browser-kit" : " ^4.3|^5" ,
Original file line number Diff line number Diff line change 10
10
"homepage" : " https://enqueue.forma-pro.com/" ,
11
11
"license" : " MIT" ,
12
12
"require" : {
13
- "php" : " ^7.1. 3" ,
13
+ "php" : " ^7.3" ,
14
14
"queue-interop/queue-interop" : " ^0.8" ,
15
15
"mongodb/mongodb" : " ^1.2" ,
16
16
"ext-mongodb" : " ^1.5"
17
17
},
18
18
"require-dev" : {
19
- "phpunit/phpunit" : " ~7 .5" ,
19
+ "phpunit/phpunit" : " ^9 .5" ,
20
20
"queue-interop/queue-spec" : " ^0.6" ,
21
21
"enqueue/test" : " 0.10.x-dev" ,
22
22
"enqueue/null" : " 0.10.x-dev"
Original file line number Diff line number Diff line change 6
6
"homepage" : " https://enqueue.forma-pro.com/" ,
7
7
"license" : " MIT" ,
8
8
"require" : {
9
- "php" : " ^7.1. 3" ,
9
+ "php" : " ^7.3" ,
10
10
"enqueue/enqueue" : " ^0.10" ,
11
11
"enqueue/dsn" : " ^0.10"
12
12
},
13
13
"require-dev" : {
14
- "phpunit/phpunit" : " ~7 .5" ,
14
+ "phpunit/phpunit" : " ^9 .5" ,
15
15
"enqueue/test" : " 0.10.x-dev" ,
16
16
"influxdb/influxdb-php" : " ^1.14" ,
17
17
"datadog/php-datadogstatsd" : " ^1.3" ,
Original file line number Diff line number Diff line change 6
6
"homepage" : " https://enqueue.forma-pro.com/" ,
7
7
"license" : " MIT" ,
8
8
"require" : {
9
- "php" : " ^7.1. 3" ,
9
+ "php" : " ^7.3" ,
10
10
"queue-interop/queue-interop" : " ^0.8"
11
11
},
12
12
"require-dev" : {
13
- "phpunit/phpunit" : " ~7 .5" ,
13
+ "phpunit/phpunit" : " ^9 .5" ,
14
14
"enqueue/test" : " 0.10.x-dev" ,
15
15
"queue-interop/queue-spec" : " ^0.6"
16
16
},
Original file line number Diff line number Diff line change 6
6
"homepage" : " https://enqueue.forma-pro.com/" ,
7
7
"license" : " MIT" ,
8
8
"require" : {
9
- "php" : " ^7.1. 3" ,
9
+ "php" : " ^7.3" ,
10
10
"pda/pheanstalk" : " ^3" ,
11
11
"queue-interop/queue-interop" : " ^0.8"
12
12
},
13
13
"require-dev" : {
14
- "phpunit/phpunit" : " ~7 .5" ,
14
+ "phpunit/phpunit" : " ^9 .5" ,
15
15
"enqueue/test" : " 0.10.x-dev" ,
16
16
"enqueue/null" : " 0.10.x-dev" ,
17
17
"queue-interop/queue-spec" : " ^0.6"
Original file line number Diff line number Diff line change 6
6
"homepage" : " https://enqueue.forma-pro.com/" ,
7
7
"license" : " MIT" ,
8
8
"require" : {
9
- "php" : " ^7.1. 3" ,
9
+ "php" : " ^7.3" ,
10
10
"ext-rdkafka" : " ^3.0.3|^4.0|^5.0" ,
11
11
"queue-interop/queue-interop" : " ^0.8"
12
12
},
13
13
"require-dev" : {
14
- "phpunit/phpunit" : " ~7 .5" ,
14
+ "phpunit/phpunit" : " ^9 .5" ,
15
15
"enqueue/test" : " 0.10.x-dev" ,
16
16
"enqueue/null" : " 0.10.x-dev" ,
17
17
"queue-interop/queue-spec" : " ^0.6" ,
Original file line number Diff line number Diff line change 6
6
"homepage" : " https://enqueue.forma-pro.com/" ,
7
7
"license" : " MIT" ,
8
8
"require" : {
9
- "php" : " ^7.1. 3" ,
9
+ "php" : " ^7.3" ,
10
10
"queue-interop/queue-interop" : " ^0.8" ,
11
11
"enqueue/dsn" : " ^0.10" ,
12
12
"ramsey/uuid" : " ^3|^4"
13
13
},
14
14
"require-dev" : {
15
- "phpunit/phpunit" : " ~7 .5" ,
15
+ "phpunit/phpunit" : " ^9 .5" ,
16
16
"predis/predis" : " ^1.1" ,
17
17
"enqueue/test" : " 0.10.x-dev" ,
18
18
"enqueue/null" : " 0.10.x-dev" ,
Original file line number Diff line number Diff line change 6
6
"homepage" : " https://enqueue.forma-pro.com/" ,
7
7
"license" : " MIT" ,
8
8
"require" : {
9
- "php" : " ^7.1. 3" ,
9
+ "php" : " ^7.3" ,
10
10
"enqueue/enqueue" : " ^0.10" ,
11
11
"queue-interop/amqp-interop" : " ^0.8" ,
12
12
"queue-interop/queue-interop" : " ^0.8" ,
13
13
"symfony/config" : " ^4.3|^5"
14
14
},
15
15
"require-dev" : {
16
- "phpunit/phpunit" : " ~7 .5" ,
16
+ "phpunit/phpunit" : " ^9 .5" ,
17
17
"enqueue/test" : " 0.10.x-dev" ,
18
18
"enqueue/amqp-ext" : " 0.10.x-dev" ,
19
19
"enqueue/fs" : " 0.10.x-dev" ,
Original file line number Diff line number Diff line change 6
6
"homepage" : " https://enqueue.forma-pro.com/" ,
7
7
"license" : " MIT" ,
8
8
"require" : {
9
- "php" : " ^7.1. 3" ,
9
+ "php" : " ^7.3" ,
10
10
"queue-interop/queue-interop" : " ^0.8" ,
11
11
"enqueue/dsn" : " ^0.10" ,
12
12
"aws/aws-sdk-php" : " ~3.26"
13
13
},
14
14
"require-dev" : {
15
- "phpunit/phpunit" : " ~7 .5" ,
15
+ "phpunit/phpunit" : " ^9 .5" ,
16
16
"enqueue/test" : " 0.10.x-dev" ,
17
17
"queue-interop/queue-spec" : " ^0.6"
18
18
},
Original file line number Diff line number Diff line change 6
6
"homepage" : " https://enqueue.forma-pro.com/" ,
7
7
"license" : " MIT" ,
8
8
"require" : {
9
- "php" : " ^7.1. 3" ,
9
+ "php" : " ^7.3" ,
10
10
"queue-interop/queue-interop" : " ^0.8" ,
11
11
"enqueue/dsn" : " ^0.10" ,
12
12
"enqueue/sns" : " ^0.10" ,
13
13
"enqueue/sqs" : " ^0.10"
14
14
},
15
15
"require-dev" : {
16
- "phpunit/phpunit" : " ~7 .5" ,
16
+ "phpunit/phpunit" : " ^9 .5" ,
17
17
"enqueue/test" : " 0.10.x-dev" ,
18
18
"queue-interop/queue-spec" : " ^0.6"
19
19
},
Original file line number Diff line number Diff line change 6
6
"homepage" : " https://enqueue.forma-pro.com/" ,
7
7
"license" : " MIT" ,
8
8
"require" : {
9
- "php" : " ^7.1. 3" ,
9
+ "php" : " ^7.3" ,
10
10
"queue-interop/queue-interop" : " ^0.8" ,
11
11
"enqueue/dsn" : " ^0.10" ,
12
12
"aws/aws-sdk-php" : " ~3.26"
13
13
},
14
14
"require-dev" : {
15
- "phpunit/phpunit" : " ~7 .5" ,
15
+ "phpunit/phpunit" : " ^9 .5" ,
16
16
"enqueue/test" : " 0.10.x-dev" ,
17
17
"queue-interop/queue-spec" : " ^0.6"
18
18
},
Original file line number Diff line number Diff line change 6
6
"homepage" : " https://enqueue.forma-pro.com/" ,
7
7
"license" : " MIT" ,
8
8
"require" : {
9
- "php" : " ^7.1. 3" ,
9
+ "php" : " ^7.3" ,
10
10
"enqueue/dsn" : " ^0.10" ,
11
11
"stomp-php/stomp-php" : " ^4" ,
12
12
"queue-interop/queue-interop" : " ^0.8" ,
15
15
"richardfullmer/rabbitmq-management-api" : " ^2.0"
16
16
},
17
17
"require-dev" : {
18
- "phpunit/phpunit" : " ~7 .5" ,
18
+ "phpunit/phpunit" : " ^9 .5" ,
19
19
"enqueue/test" : " 0.10.x-dev" ,
20
20
"enqueue/null" : " 0.10.x-dev" ,
21
21
"queue-interop/queue-spec" : " ^0.6"
You can’t perform that action at this time.
0 commit comments