Skip to content

Commit

Permalink
Merge branch 'master' into 0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
olix21 committed Aug 12, 2017
2 parents 2f71534 + 57c3ffc commit 191e736
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,17 @@
],
"require": {
"php": ">=7.1.0",
"dywee/core-bundle": "0.1",
"dywee/core-bundle": "0.1-dev",
"payum/payum-bundle": "^2.2"
},
"autoload": {
"psr-4": {
"Dywee\\OrderBundle\\": ""
}
},
"extra": {
"branch-alias": {
"dev-master": "0.1-dev"
}
}
}

0 comments on commit 191e736

Please sign in to comment.