Skip to content

Commit a1831b7

Browse files
committed
try a composer update
1 parent cdfd18e commit a1831b7

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

composer.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"doctrine/persistence": "^2.0|^3.0",
3131
"mongodb/mongodb": "^1.2",
3232
"pda/pheanstalk": "^3.1",
33-
"aws/aws-sdk-php": "^3.155",
33+
"aws/aws-sdk-php": "^3.319",
3434
"stomp-php/stomp-php": "^4.5|^5",
3535
"php-http/guzzle7-adapter": "^0.1.1",
3636
"php-http/client-common": "^2.2.1",
@@ -137,4 +137,3 @@
137137
}
138138
}
139139
}
140-

pkg/sns/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"php": "^7.4|^8.0",
1010
"queue-interop/queue-interop": "^0.8",
1111
"enqueue/dsn": "^0.10",
12-
"aws/aws-sdk-php": "~3.155"
12+
"aws/aws-sdk-php": "~3.319"
1313
},
1414
"require-dev": {
1515
"phpunit/phpunit": "^9.5",

pkg/sqs/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"php": "^7.4|^8.0",
1010
"queue-interop/queue-interop": "^0.8",
1111
"enqueue/dsn": "^0.10",
12-
"aws/aws-sdk-php": "~3.155"
12+
"aws/aws-sdk-php": "~3.319"
1313
},
1414
"require-dev": {
1515
"phpunit/phpunit": "^9.5",

0 commit comments

Comments
 (0)