Skip to content

Commit

Permalink
Update composer.json for 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
rosstuck committed Apr 4, 2015
1 parent cc9bd02 commit 69d82bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@
},
"autoload-dev": {
"psr-4": {
"League\\Tactician\\Tests\\": "tests"
"League\\Tactician\\Tests\\": "tests/"
},
"files": [
"tests/Fixtures/Command/CommandWithoutNamespace.php"
]
},
"extra": {
"branch-alias": {
"dev-master": "0.5-dev"
"dev-master": "0.6-dev"
}
}
}

0 comments on commit 69d82bd

Please sign in to comment.