Skip to content

Commit 02e1251

Browse files
author
Paul M. Jones
committed
remove branch alias
1 parent 3f742ea commit 02e1251

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

composer.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"autoload": {
3131
"psr-0": {
3232
"Aura\\Input": "src/"
33-
},
33+
},
3434
"psr-4": {
3535
"Aura\\Input\\_Config\\": "config/"
3636
}
@@ -39,11 +39,8 @@
3939
"aura": {
4040
"type": "library",
4141
"config": {
42-
"common": "Aura\\Input\\_Config\\Common"
42+
"common": "Aura\\Input\\_Config\\Common"
4343
}
44-
},
45-
"branch-alias": {
46-
"dev-develop": "1.1.x-dev"
4744
}
4845
}
4946
}

0 commit comments

Comments
 (0)