Skip to content

Commit c5a021f

Browse files
committed
Updating composer
Updating composer.json in pkg directory to correctly reflect the supported versions of PHP
1 parent e996ed9 commit c5a021f

File tree

26 files changed

+27
-27
lines changed

26 files changed

+27
-27
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
"ext-amqp": "^1.9.3|^2.0.0",
1515
"ext-gearman": "^2.0",
16-
"ext-mongodb": "^1.5",
16+
"ext-mongodb": "^1.17",
1717
"ext-rdkafka": "^4.0|^5.0|^6.0",
1818

1919
"queue-interop/amqp-interop": "^0.8.2",
@@ -127,7 +127,7 @@
127127
"ext-rdkafka": "4.0",
128128
"ext-bcmath": "1",
129129
"ext-mbstring": "1",
130-
"ext-mongo": "1.6.14",
130+
"ext-mongodb": "1.17.3",
131131
"ext-sockets": "1"
132132
},
133133
"prefer-stable": true,

pkg/amqp-bunny/composer.json

+1-1
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.4|^8.0",
9+
"php": "^8.1",
1010
"queue-interop/amqp-interop": "^0.8.2",
1111
"queue-interop/queue-interop": "^0.8",
1212
"bunny/bunny": "^0.4|^0.5",

pkg/amqp-ext/composer.json

+1-1
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.4|^8.0",
9+
"php": "^8.1",
1010
"ext-amqp": "^1.9.3|^2.0.0",
1111
"queue-interop/amqp-interop": "^0.8.2",
1212
"queue-interop/queue-interop": "^0.8",

pkg/amqp-lib/composer.json

+1-1
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.4|^8.0",
9+
"php": "^8.1",
1010
"php-amqplib/php-amqplib": "^3.2",
1111
"queue-interop/amqp-interop": "^0.8.2",
1212
"queue-interop/queue-interop": "^0.8",

pkg/amqp-tools/composer.json

+1-1
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.4|^8.0",
9+
"php": "^8.1",
1010
"queue-interop/amqp-interop": "^0.8.2",
1111
"queue-interop/queue-interop": "^0.8",
1212
"enqueue/dsn": "^0.10"

pkg/async-command/composer.json

+1-1
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.4|^8.0",
9+
"php": "^8.1",
1010
"enqueue/enqueue": "^0.10",
1111
"queue-interop/queue-interop": "^0.8",
1212
"symfony/console": "^5.4|^6.0",

pkg/async-event-dispatcher/composer.json

+1-1
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.4|^8.0",
9+
"php": "^8.1",
1010
"enqueue/enqueue": "^0.10",
1111
"queue-interop/queue-interop": "^0.8",
1212
"symfony/event-dispatcher": "^5.4|^6.0"

pkg/dbal/composer.json

+1-1
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.4|^8.0",
9+
"php": "^8.1",
1010
"queue-interop/queue-interop": "^0.8",
1111
"doctrine/dbal": "^2.12|^3.1",
1212
"doctrine/persistence": "^2.0|^3.0",

pkg/dsn/composer.json

+1-1
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.4|^8.0"
9+
"php": "^8.0"
1010
},
1111
"require-dev": {
1212
"phpunit/phpunit": "^9.5"

pkg/enqueue/composer.json

+1-1
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.4|^8.0",
9+
"php": "^8.1",
1010
"queue-interop/amqp-interop": "^0.8.2",
1111
"queue-interop/queue-interop": "^0.8",
1212
"enqueue/null": "^0.10",

pkg/fs/composer.json

+1-1
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.4|^8.0",
9+
"php": "^8.1",
1010
"queue-interop/queue-interop": "^0.8",
1111
"enqueue/dsn": "^0.10",
1212
"symfony/filesystem": "^5.4|^6.0",

pkg/gearman/composer.json

+1-1
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.4|^8.0",
9+
"php": "^8.1",
1010
"ext-gearman": "^2.0",
1111
"queue-interop/queue-interop": "^0.8"
1212
},

pkg/gps/composer.json

+1-1
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.4|^8.0",
9+
"php": "^8.1",
1010
"queue-interop/queue-interop": "^0.8",
1111
"google/cloud-pubsub": "^1.4.3",
1212
"enqueue/dsn": "^0.10"

pkg/job-queue/composer.json

+1-1
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.4|^8.0",
9+
"php": "^8.1",
1010
"enqueue/enqueue": "^0.10",
1111
"enqueue/null": "^0.10",
1212
"queue-interop/queue-interop": "^0.8",

pkg/mongodb/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"homepage": "https://enqueue.forma-pro.com/",
1111
"license": "MIT",
1212
"require": {
13-
"php": "^7.4|^8.0",
13+
"php": "^8.1",
1414
"queue-interop/queue-interop": "^0.8",
1515
"mongodb/mongodb": "^1.2",
1616
"ext-mongodb": "^1.5"

pkg/monitoring/composer.json

+1-1
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.4|^8.0",
9+
"php": "^8.1",
1010
"enqueue/enqueue": "^0.10",
1111
"enqueue/dsn": "^0.10"
1212
},

pkg/null/composer.json

+1-1
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.4|^8.0",
9+
"php": "^8.1",
1010
"queue-interop/queue-interop": "^0.8"
1111
},
1212
"require-dev": {

pkg/pheanstalk/composer.json

+1-1
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.4|^8.0",
9+
"php": "^8.1",
1010
"pda/pheanstalk": "^3.1",
1111
"queue-interop/queue-interop": "^0.8"
1212
},

pkg/rdkafka/composer.json

+1-1
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.4|^8.0",
9+
"php": "^8.1",
1010
"ext-rdkafka": "^4.0|^5.0|^6.0",
1111
"queue-interop/queue-interop": "^0.8.1"
1212
},

pkg/redis/composer.json

+1-1
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.4|^8.0",
9+
"php": "^8.1",
1010
"queue-interop/queue-interop": "^0.8",
1111
"enqueue/dsn": "^0.10",
1212
"ramsey/uuid": "^3.5|^4"

pkg/simple-client/composer.json

+1-1
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.4|^8.0",
9+
"php": "^8.1",
1010
"enqueue/enqueue": "^0.10",
1111
"queue-interop/amqp-interop": "^0.8.2",
1212
"queue-interop/queue-interop": "^0.8",

pkg/sns/composer.json

+1-1
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.4|^8.0",
9+
"php": "^8.1",
1010
"queue-interop/queue-interop": "^0.8",
1111
"enqueue/dsn": "^0.10",
1212
"aws/aws-sdk-php": "^3.290"

pkg/snsqs/composer.json

+1-1
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.4|^8.0",
9+
"php": "^8.1",
1010
"queue-interop/queue-interop": "^0.8",
1111
"enqueue/dsn": "^0.10",
1212
"enqueue/sns": "^0.10",

pkg/sqs/composer.json

+1-1
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.4|^8.0",
9+
"php": "^8.1",
1010
"queue-interop/queue-interop": "^0.8",
1111
"enqueue/dsn": "^0.10",
1212
"aws/aws-sdk-php": "^3.290"

pkg/stomp/composer.json

+1-1
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.4|^8.0",
9+
"php": "^8.1",
1010
"enqueue/dsn": "^0.10",
1111
"stomp-php/stomp-php": "^4.5|^5.0",
1212
"queue-interop/queue-interop": "^0.8",

pkg/wamp/composer.json

+1-1
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.4|^8.0",
9+
"php": "^8.1",
1010
"queue-interop/queue-interop": "^0.8.1",
1111
"enqueue/dsn": "^0.10.8",
1212
"thruway/client": "^0.5.5",

0 commit comments

Comments
 (0)