Skip to content

Commit

Permalink
update composer
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul M. Jones committed Mar 15, 2015
1 parent 1c62753 commit 38b07f7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,6 @@
"Aura\\Web\\_Config\\": "config/"
}
},
"autoload-dev": {
"psr-4": {
"Aura\\Web\\": "tests/unit/src/"
}
},
"extra": {
"aura": {
"type": "library",
Expand All @@ -38,5 +33,10 @@
"branch-alias": {
"dev-develop-2": "2.0.x-dev"
}
},
"autoload-dev": {
"psr-4": {
"Aura\\Web\\": "tests/unit/src/"
}
}
}

0 comments on commit 38b07f7

Please sign in to comment.