forked from async-aws/aws
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
156 lines (156 loc) · 8.86 KB
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
{
"name": "async-aws/async-aws",
"description": "Root repository cannot be installed with composer. Use subpackages like async-aws/s3",
"license": "MIT",
"type": "project",
"require": {
"php": "^7.2.5 || ^8.0",
"ext-SimpleXML": "*",
"ext-dom": "*",
"ext-filter": "*",
"ext-hash": "*",
"ext-json": "*",
"psr/log": "^1.0 || ^2.0 || ^3.0",
"symfony/http-client": "^4.4.16 || ^5.1.7 || ^6.0",
"symfony/http-client-contracts": "^1.0 || ^2.0 || ^3.0",
"symfony/process": "^4.4 || ^5.0 || ^6.0",
"symfony/service-contracts": "^1.0 || ^2.0 || ^3.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "3.13.*",
"illuminate/cache": "^6.18.13 || ^7.10 || ^8.0 || ^9.0",
"illuminate/filesystem": "^6.18.13 || ^7.10 || ^8.0",
"illuminate/mail": "^6.18.13 || ^7.10 || ^8.0",
"illuminate/queue": "^6.18.13 || ^7.10 || ^8.0 || ^9.0",
"illuminate/support": "^6.18.13 || ^7.10 || ^8.0 || ^9.0",
"league/flysystem": "^1.0.65",
"league/mime-type-detection": "^1.0",
"matthiasnoback/symfony-config-test": "^4.1",
"monolog/monolog": "^1.1 || ^2.0",
"nette/php-generator": "^3.6.4",
"nette/utils": "^3.0",
"nyholm/symfony-bundle-test": "1.x-dev#0555e4898e1b05655a4bdf52ba10c7f56611a514 as 1.9.0",
"psr/cache": "^1.0 || ^2.0 || ^3.0",
"swaggest/json-diff": "^3.7",
"symfony/cache": "^4.4 || ^5.0 || ^6.0",
"symfony/config": "^4.4 || ^5.0 || ^6.0",
"symfony/console": "^4.4 || ^5.0 || ^6.0",
"symfony/dependency-injection": "^4.4 || ^5.0 || ^6.0",
"symfony/deprecation-contracts": "^2.1 || ^3.0",
"symfony/filesystem": "^5.0 || ^6.0",
"symfony/finder": "^4.4 || ^5.0 || ^6.0",
"symfony/http-kernel": "^4.4 || ^5.0 || ^6.0",
"symfony/phpunit-bridge": "^5.3",
"symfony/polyfill-uuid": "^1.0"
},
"conflict": {
"symfony/http-client": "5.2.0"
},
"autoload": {
"psr-4": {
"AsyncAws\\AppSync\\": "src/Service/AppSync/src",
"AsyncAws\\CloudFormation\\": "src/Service/CloudFormation/src",
"AsyncAws\\CloudFront\\": "src/Service/CloudFront/src",
"AsyncAws\\CloudWatchLogs\\": "src/Service/CloudWatchLogs/src",
"AsyncAws\\CloudWatch\\": "src/Service/CloudWatch/src",
"AsyncAws\\CodeBuild\\": "src/Service/CodeBuild/src",
"AsyncAws\\CodeCommit\\": "src/Service/CodeCommit/src",
"AsyncAws\\CodeDeploy\\": "src/Service/CodeDeploy/src",
"AsyncAws\\CodeGenerator\\": "src/CodeGenerator/src",
"AsyncAws\\CognitoIdentityProvider\\": "src/Service/CognitoIdentityProvider/src",
"AsyncAws\\Comprehend\\": "src/Service/Comprehend/src",
"AsyncAws\\Core\\": "src/Core/src",
"AsyncAws\\DynamoDbSession\\": "src/Integration/Aws/DynamoDbSession/src",
"AsyncAws\\DynamoDb\\": "src/Service/DynamoDb/src",
"AsyncAws\\Ecr\\": "src/Service/Ecr/src",
"AsyncAws\\ElastiCache\\": "src/Service/ElastiCache/src",
"AsyncAws\\EventBridge\\": "src/Service/EventBridge/src",
"AsyncAws\\Firehose\\": "src/Service/Firehose/src",
"AsyncAws\\Flysystem\\S3\\": "src/Integration/Flysystem/S3/src",
"AsyncAws\\Iam\\": "src/Service/Iam/src",
"AsyncAws\\Illuminate\\Cache\\": "src/Integration/Laravel/Cache/src",
"AsyncAws\\Illuminate\\Filesystem\\": "src/Integration/Laravel/Filesystem/src",
"AsyncAws\\Illuminate\\Mail\\": "src/Integration/Laravel/Mail/src",
"AsyncAws\\Illuminate\\Queue\\": "src/Integration/Laravel/Queue/src",
"AsyncAws\\IotData\\": "src/Service/IotData/src",
"AsyncAws\\Iot\\": "src/Service/Iot/src",
"AsyncAws\\Kinesis\\": "src/Service/Kinesis/src",
"AsyncAws\\Kms\\": "src/Service/Kms/src",
"AsyncAws\\Lambda\\": "src/Service/Lambda/src",
"AsyncAws\\Monolog\\CloudWatch\\": "src/Integration/Monolog/CloudWatch/src",
"AsyncAws\\RdsDataService\\": "src/Service/RdsDataService/src",
"AsyncAws\\Rekognition\\": "src/Service/Rekognition/src",
"AsyncAws\\Route53\\": "src/Service/Route53/src",
"AsyncAws\\S3\\": "src/Service/S3/src",
"AsyncAws\\Scheduler\\": "src/Service/Scheduler/src",
"AsyncAws\\SecretsManager\\": "src/Service/SecretsManager/src",
"AsyncAws\\Ses\\": "src/Service/Ses/src",
"AsyncAws\\SimpleS3\\": "src/Integration/Aws/SimpleS3/src",
"AsyncAws\\Sns\\": "src/Service/Sns/src",
"AsyncAws\\Sqs\\": "src/Service/Sqs/src",
"AsyncAws\\Ssm\\": "src/Service/Ssm/src",
"AsyncAws\\StepFunctions\\": "src/Service/StepFunctions/src",
"AsyncAws\\Symfony\\Bundle\\": "src/Integration/Symfony/Bundle/src",
"AsyncAws\\TimestreamQuery\\": "src/Service/TimestreamQuery/src",
"AsyncAws\\TimestreamWrite\\": "src/Service/TimestreamWrite/src",
"AsyncAws\\Translate\\": "src/Service/Translate/src",
"AsyncAws\\XRay\\": "src/Service/XRay/src"
}
},
"autoload-dev": {
"psr-4": {
"AsyncAws\\AppSync\\Tests\\": "src/Service/AppSync/tests",
"AsyncAws\\CloudFormation\\Tests\\": "src/Service/CloudFormation/tests",
"AsyncAws\\CloudFront\\Tests\\": "src/Service/CloudFront/tests",
"AsyncAws\\CloudWatchLogs\\Tests\\": "src/Service/CloudWatchLogs/tests",
"AsyncAws\\CloudWatch\\Tests\\": "src/Service/CloudWatch/tests",
"AsyncAws\\CodeBuild\\Tests\\": "src/Service/CodeBuild/tests",
"AsyncAws\\CodeCommit\\Tests\\": "src/Service/CodeCommit/tests",
"AsyncAws\\CodeDeploy\\Tests\\": "src/Service/CodeDeploy/tests",
"AsyncAws\\CognitoIdentityProvider\\Tests\\": "src/Service/CognitoIdentityProvider/tests",
"AsyncAws\\Comprehend\\Tests\\": "src/Service/Comprehend/tests",
"AsyncAws\\Core\\Tests\\": "src/Core/tests",
"AsyncAws\\DynamoDbSession\\Tests\\": "src/Integration/Aws/DynamoDbSession/tests",
"AsyncAws\\DynamoDb\\Tests\\": "src/Service/DynamoDb/tests",
"AsyncAws\\Ecr\\Tests\\": "src/Service/Ecr/tests",
"AsyncAws\\ElastiCache\\Tests\\": "src/Service/ElastiCache/tests",
"AsyncAws\\EventBridge\\Tests\\": "src/Service/EventBridge/tests",
"AsyncAws\\Firehose\\Tests\\": "src/Service/Firehose/tests",
"AsyncAws\\Flysystem\\S3\\Tests\\": "src/Integration/Flysystem/S3/tests",
"AsyncAws\\Iam\\Tests\\": "src/Service/Iam/tests",
"AsyncAws\\Illuminate\\Cache\\Tests\\": "src/Integration/Laravel/Cache/tests",
"AsyncAws\\Illuminate\\Filesystem\\Tests\\": "src/Integration/Laravel/Filesystem/tests",
"AsyncAws\\Illuminate\\Mail\\Tests\\": "src/Integration/Laravel/Mail/tests",
"AsyncAws\\Illuminate\\Queue\\Tests\\": "src/Integration/Laravel/Queue/tests",
"AsyncAws\\IotData\\Tests\\": "src/Service/IotData/tests",
"AsyncAws\\Iot\\Tests\\": "src/Service/Iot/tests",
"AsyncAws\\Kinesis\\Tests\\": "src/Service/Kinesis/tests",
"AsyncAws\\Kms\\Tests\\": "src/Service/Kms/tests",
"AsyncAws\\Lambda\\Tests\\": "src/Service/Lambda/tests",
"AsyncAws\\Monolog\\CloudWatch\\Tests\\": "src/Integration/Monolog/CloudWatch/tests",
"AsyncAws\\RdsDataService\\Tests\\": "src/Service/RdsDataService/tests",
"AsyncAws\\Rekognition\\Tests\\": "src/Service/Rekognition/tests",
"AsyncAws\\Route53\\Tests\\": "src/Service/Route53/tests",
"AsyncAws\\S3\\Tests\\": "src/Service/S3/tests",
"AsyncAws\\Scheduler\\Tests\\": "src/Service/Scheduler/tests",
"AsyncAws\\SecretsManager\\Tests\\": "src/Service/SecretsManager/tests",
"AsyncAws\\Ses\\Tests\\": "src/Service/Ses/tests",
"AsyncAws\\SimpleS3\\Tests\\": "src/Integration/Aws/SimpleS3/tests",
"AsyncAws\\Sns\\Tests\\": "src/Service/Sns/tests",
"AsyncAws\\Sqs\\Tests\\": "src/Service/Sqs/tests",
"AsyncAws\\Ssm\\Tests\\": "src/Service/Ssm/tests",
"AsyncAws\\StepFunctions\\Tests\\": "src/Service/StepFunctions/tests",
"AsyncAws\\Symfony\\Bundle\\Tests\\": "src/Integration/Symfony/Bundle/tests",
"AsyncAws\\Test\\": "tests",
"AsyncAws\\TimestreamQuery\\Tests\\": "src/Service/TimestreamQuery/tests",
"AsyncAws\\TimestreamWrite\\Tests\\": "src/Service/TimestreamWrite/tests",
"AsyncAws\\Translate\\Tests\\": "src/Service/Translate/tests",
"AsyncAws\\XRay\\Tests\\": "src/Service/XRay/tests"
}
},
"config": {
"allow-plugins": {
"ergebnis/composer-normalize": true
}
}
}