bump optional libraries for GCS & S3 to address PHP 8.1 deprecation warnings

This commit is contained in:
El RIDO 2022-12-20 19:53:32 +01:00
parent 8ee69cbda3
commit 67aab7a491
No known key found for this signature in database
GPG Key ID: 0F5C940A6BD81F92
1 changed files with 2 additions and 2 deletions

View File

@ -31,8 +31,8 @@
"jdenticon/jdenticon": "^1.0"
},
"suggest" : {
"google/cloud-storage" : "1.26.1",
"aws/aws-sdk-php" : "3.239.0"
"google/cloud-storage" : "1.30.1",
"aws/aws-sdk-php" : "3.254.0"
},
"require-dev" : {
"phpunit/phpunit" : "^4.6 || ^5.0"