Merge pull request #153 from gordonbanderson/issue151_2

Add CMS to Suggest Section of Composer File
This commit is contained in:
Damian Mooyman 2016-01-13 16:52:10 +13:00
commit a177b49c35
1 changed files with 2 additions and 1 deletions

View File

@ -13,7 +13,8 @@
"colymba/gridfield-bulk-editing-tools": "~2.1"
},
"suggest": {
"ezyang/htmlpurifier": "4.*"
"ezyang/htmlpurifier": "Standards compliant HTML filter written in PHP",
"silverstripe/cms": "The SilverStripe Content Management System"
},
"require-dev": {
"phpunit/PHPUnit": "~3.7@stable"