FIX: Added SilverStripe CMS to suggested packages. Fixed value to be description for html purifier instead of a version constraint

This commit is contained in:
Gordon Anderson 2016-01-12 18:50:08 +07:00
parent 72a7899e3d
commit 277a917bf5
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"