Skip to content

Commit

Permalink
composer - remove betterbuttons as a requirement
Browse files Browse the repository at this point in the history
closes sheadawson#140

added `"SheaDawson\\Blocks\\Test\\": "tests/“` to the psr-4 autoload
  • Loading branch information
jsirish committed Aug 1, 2017
1 parent ade9c5b commit da43e20
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,11 @@
"composer/installers": "*",
"silverstripe/framework": "^4.0",
"silverstripe/cms": "^4.0",
"symbiote/silverstripe-gridfieldextensions": "3.0.x-dev",
"symbiote/silverstripe-multivaluefield": "4.x-dev",
"unclecheese/betterbuttons": "2.x-dev"
"symbiote/silverstripe-gridfieldextensions": "^3.0",
"symbiote/silverstripe-multivaluefield": "^4.0"
},
"require-dev": {
"phpunit/PHPUnit": "^5.7"
},
"suggest": {
"unisolutions/silverstripe-copybutton": "Duplicate Blocks in Block Admin",
Expand All @@ -36,7 +38,8 @@
},
"autoload": {
"psr-4": {
"SheaDawson\\Blocks\\": "src/"
"SheaDawson\\Blocks\\": "src/",
"SheaDawson\\Blocks\\Test\\": "tests/"
}
}
}

0 comments on commit da43e20

Please sign in to comment.