Skip to content

Commit

Permalink
Merge pull request #4580 from amzn/update-php-aa-lib
Browse files Browse the repository at this point in the history
Updates in php composer
  • Loading branch information
leonardonakagawa authored Jan 31, 2025
2 parents b549bad + a7a3e38 commit e3bf58b
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions clients/sellingpartner-api-aa-php/composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "spapi/auth-and-auth",
"description": "This library provides helper classes for use when signing HTTP requests for Amazon Selling Partner APIs.",
"description": "Amazon Selling Partner APIs official client library.",
"type": "library",
"keywords": [
"sp-api",
Expand All @@ -19,17 +19,21 @@
}
],
"require": {
"php": "^7.4 || ^8.0",
"php": "^8.3",
"ext-json": "*",
"guzzlehttp/guzzle": "^7.3",
"guzzlehttp/guzzle": "^7.9",
"guzzlehttp/psr7": "^2.0",
"aws/aws-sdk-php": "^3.228",
"symfony/http-kernel": "^5.4",
"symfony/rate-limiter": "^5.2",
"vlucas/phpdotenv": "^5.5"
"symfony/http-kernel": "^7.2",
"symfony/rate-limiter": "^7.2",
"vlucas/phpdotenv": "^5.6",
"ext-openssl": "*"
},
"conflict": {
"guzzlehttp/guzzle": ">=8.0"
},
"require-dev": {
"phpunit/phpunit": "^9.0",
"phpunit/phpunit": "^9.6",
"squizlabs/php_codesniffer": "^3.7"
},
"autoload": {
Expand All @@ -48,4 +52,4 @@
"fix": "phpcs --standard=PSR12 sdk/src/authandauth sdk/src/tests/",
"test": "phpunit sdk/tests/authandauth"
}
}
}

0 comments on commit e3bf58b

Please sign in to comment.