File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " async-aws/async-aws-bundle" ,
3
- "type" : " symfony-bundle" ,
4
3
"description" : " Configure all your AsyncAws services and enjoy the autowire greatness." ,
4
+ "license" : " MIT" ,
5
+ "type" : " symfony-bundle" ,
5
6
"keywords" : [
6
7
" aws" ,
7
8
" amazon" ,
10
11
" symfony" ,
11
12
" bundle"
12
13
],
13
- "license" : " MIT" ,
14
14
"require" : {
15
15
"php" : " ^7.2.5 || ^8.0" ,
16
16
"async-aws/core" : " ^1.0" ,
27
27
"nyholm/symfony-bundle-test" : " 1.x-dev#0555e4898e1b05655a4bdf52ba10c7f56611a514 as 1.9.0" ,
28
28
"symfony/cache" : " ^4.4 || ^5.0 || ^6.0"
29
29
},
30
- "extra" : {
31
- "branch-alias" : {
32
- "dev-master" : " 1.6-dev"
33
- }
34
- },
35
30
"autoload" : {
36
31
"psr-4" : {
37
32
"AsyncAws\\ Symfony\\ Bundle\\ " : " src"
41
36
"psr-4" : {
42
37
"AsyncAws\\ Symfony\\ Bundle\\ Tests\\ " : " tests/"
43
38
}
39
+ },
40
+ "extra" : {
41
+ "branch-alias" : {
42
+ "dev-master" : " 1.6-dev"
43
+ }
44
44
}
45
45
}
You can’t perform that action at this time.
0 commit comments