Skip to content

Commit

Permalink
Merge pull request #4 from KorvinSzanto/composer-tweaks
Browse files Browse the repository at this point in the history
Add branch alias for 1.0.x-dev and conflict with earlier versions of fractal
  • Loading branch information
KorvinSzanto committed May 12, 2020
2 parents 0810ade + 977b146 commit dff15c7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions composer.json
Expand Up @@ -33,5 +33,13 @@
"psr-4": {
"League\\Fractal\\Test\\": "test"
}
},
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"conflict": {
"league/fractal": "<1.0"
}
}

0 comments on commit dff15c7

Please sign in to comment.