Skip to content

Commit

Permalink
Merge pull request #8 from muskie9/enhancement/branchAlias
Browse files Browse the repository at this point in the history
ENHANCMENT branch alias dev-master -> 1.0.x-dev
  • Loading branch information
muskie9 authored Oct 11, 2016
2 parents 007993f + ae9085e commit 3835481
Showing 1 changed file with 34 additions and 31 deletions.
65 changes: 34 additions & 31 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,34 +1,37 @@
{
"name": "dynamic/dynamic-blocks",
"description": "various blocks for the SilverStripe Blocks module",
"authors": [
{
"name": "Dynamic, Inc",
"email": "[email protected]"
}
],
"keywords": [
"silverstripe"
],
"type": "silverstripe-module",
"license": "BSD-3-Clause",
"require": {
"silverstripe/cms": "^3.2",
"silverstripe/framework": "^3.2",
"dynamic/flexslider": "^1.0",
"dynamic/imageuploadfield": "^1.0",
"sheadawson/silverstripe-blocks": "^1.0",
"micschk/silverstripe-groupable-gridfield": "^0.4"
},
"require-dev": {
"phpunit/PHPUnit": "^3.7"
},
"config": {
"process-timeout": 600
},
"minimum-stability": "dev",
"prefer-stable": true,
"extra": {
"installer-name": "dynamic-blocks"
"name": "dynamic/dynamic-blocks",
"description": "various blocks for the SilverStripe Blocks module",
"authors": [
{
"name": "Dynamic, Inc",
"email": "[email protected]"
}
],
"keywords": [
"silverstripe"
],
"type": "silverstripe-module",
"license": "BSD-3-Clause",
"require": {
"silverstripe/cms": "^3.2",
"silverstripe/framework": "^3.2",
"dynamic/flexslider": "^1.0",
"dynamic/imageuploadfield": "^1.0",
"sheadawson/silverstripe-blocks": "^1.0",
"micschk/silverstripe-groupable-gridfield": "^0.4"
},
"require-dev": {
"phpunit/PHPUnit": "^3.7"
},
"config": {
"process-timeout": 600
},
"minimum-stability": "dev",
"prefer-stable": true,
"extra": {
"installer-name": "dynamic-blocks",
"branch-alias": {
"dev-master": "1.0.x-dev"
}
}
}

0 comments on commit 3835481

Please sign in to comment.