Skip to content

Commit

Permalink
composer extra tag for master/dev
Browse files Browse the repository at this point in the history
  • Loading branch information
kokspflanze authored and ThaDafinser committed Nov 22, 2016
1 parent 0341b23 commit 51957ba
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,19 @@
"zendframework/zend-json": "to support date ranges"
},

"extra": {
"branch-alias": {
"dev-master": "1.4-dev",
"dev-develop": "2.0-dev"
}
},

"autoload": {
"psr-4": {
"ZfcDatagrid\\": "src/ZfcDatagrid"
}
},

"autoload-dev": {
"psr-4": {
"ZfcDatagridTest\\": "tests/ZfcDatagridTest"
Expand Down

0 comments on commit 51957ba

Please sign in to comment.