Skip to content

Commit 439f4d5

Browse files
Fixed Composer Normalize workflow (#1144)
* Fixed Composer Normalize workflow * Fix subprojects Co-authored-by: Jérémy Derussé <jeremy@derusse.com>
1 parent 4f9d6f9 commit 439f4d5

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

composer.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"name": "async-aws/async-aws-bundle",
3-
"type": "symfony-bundle",
43
"description": "Configure all your AsyncAws services and enjoy the autowire greatness.",
4+
"license": "MIT",
5+
"type": "symfony-bundle",
56
"keywords": [
67
"aws",
78
"amazon",
@@ -10,7 +11,6 @@
1011
"symfony",
1112
"bundle"
1213
],
13-
"license": "MIT",
1414
"require": {
1515
"php": "^7.2.5 || ^8.0",
1616
"async-aws/core": "^1.0",
@@ -27,11 +27,6 @@
2727
"nyholm/symfony-bundle-test": "1.x-dev#0555e4898e1b05655a4bdf52ba10c7f56611a514 as 1.9.0",
2828
"symfony/cache": "^4.4 || ^5.0 || ^6.0"
2929
},
30-
"extra": {
31-
"branch-alias": {
32-
"dev-master": "1.6-dev"
33-
}
34-
},
3530
"autoload": {
3631
"psr-4": {
3732
"AsyncAws\\Symfony\\Bundle\\": "src"
@@ -41,5 +36,10 @@
4136
"psr-4": {
4237
"AsyncAws\\Symfony\\Bundle\\Tests\\": "tests/"
4338
}
39+
},
40+
"extra": {
41+
"branch-alias": {
42+
"dev-master": "1.6-dev"
43+
}
4444
}
4545
}

0 commit comments

Comments
 (0)