Skip to content

Commit

Permalink
reorder composer.json elements for release script
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul M. Jones committed Jun 3, 2015
1 parent 2dec864 commit eacd5eb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Expand Up @@ -21,15 +21,15 @@
"php": ">=5.5.0",
"container-interop/container-interop": "~1.0"
},
"require-dev": {
"mouf/picotainer": "~1.0",
"acclimate/container": "~1.0"
},
"autoload": {
"psr-4": {
"Aura\\Di\\": "src/"
}
},
"require-dev": {
"mouf/picotainer": "~1.0",
"acclimate/container": "~1.0"
},
"autoload-dev": {
"psr-4": {
"Aura\\Di\\": "tests/"
Expand Down

0 comments on commit eacd5eb

Please sign in to comment.