Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit cc0a65e

Browse files
committedDec 16, 2024·
fix: bump composer php requirement in packages
1 parent 48d3303 commit cc0a65e

File tree

25 files changed

+25
-25
lines changed

25 files changed

+25
-25
lines changed
 

‎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.1"
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)
Please sign in to comment.