1
0
This repository has been archived on 2026-04-06. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
yii2-aws-s3/composer.json
2016-04-08 15:50:37 +06:00

37 lines
1000 B
JSON

{
"name": "frostealth/yii2-aws-s3",
"type": "yii2-extension",
"description": "An Amazon S3 component for Yii2",
"keywords": ["yii2", "aws", "s3", "aws-s3", "yii2-aws", "yii2-s3"],
"homepage": "https://github.com/frostealth/yii2-aws-s3",
"license": "MIT",
"authors": [
{
"name": "Ivan Kudinov",
"email": "i.kudinov@frostealth.ru",
"homepage": "http://frostealth.ru"
},
{
"name": "Constantine Chuprik",
"email": "constantinchuprik@gmail.com"
}
],
"support": {
"issues": "https://github.com/frostealth/yii2-aws-s3/issues?state=open"
},
"require": {
"php": ">=7.0.0",
"aws/aws-sdk-php": "~3.17",
"yiisoft/yii2": "~2.0"
},
"require-dev": {
"phpro/grumphp": "~0.8",
"squizlabs/php_codesniffer": "~2.3"
},
"autoload": {
"psr-4": {
"frostealth\\yii2\\aws\\s3\\": "src/"
}
}
}