installed plugin W3 Total Cache
version 2.3.2
This commit is contained in:
37
wp-content/plugins/w3-total-cache/vendor/aws/aws-php-sns-message-validator/composer.json
vendored
Normal file
37
wp-content/plugins/w3-total-cache/vendor/aws/aws-php-sns-message-validator/composer.json
vendored
Normal file
@ -0,0 +1,37 @@
|
||||
{
|
||||
"name": "aws/aws-php-sns-message-validator",
|
||||
"homepage": "http://aws.amazon.com/sdkforphp",
|
||||
"description": "Amazon SNS message validation for PHP",
|
||||
"keywords": ["aws","amazon","sdk","sns","message","webhooks","cloud"],
|
||||
"type": "library",
|
||||
"license": "Apache-2.0",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Amazon Web Services",
|
||||
"homepage": "http://aws.amazon.com"
|
||||
}
|
||||
],
|
||||
"support": {
|
||||
"forum": "https://forums.aws.amazon.com/forum.jspa?forumID=80",
|
||||
"issues": "https://github.com/aws/aws-sns-message-validator/issues"
|
||||
},
|
||||
"require": {
|
||||
"php": ">=5.4",
|
||||
"ext-openssl": "*",
|
||||
"psr/http-message": "^1.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "^4.0",
|
||||
"squizlabs/php_codesniffer": "^2.3",
|
||||
"guzzlehttp/psr7": "^1.4"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": { "Aws\\Sns\\": "src/" }
|
||||
},
|
||||
"autoload-dev": {
|
||||
"psr-4": { "Aws\\Sns\\": "tests/" }
|
||||
},
|
||||
"scripts": {
|
||||
"test": "phpunit"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user