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 Jul 13, 2017
1 parent ba6e826 commit 67cccbc
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,10 @@
"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-multivaluefield": "4.x-dev"
},
"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 67cccbc

Please sign in to comment.