NEW Add Roave Security advisories to composer

Add Security Advisories as dev requirement to
- Prevent installation of known breached libraries
- Give devs the option to remove it if they might want to
This commit is contained in:
Simon Erkelens 2019-01-02 10:53:31 +13:00
parent b66e851dda
commit a302acfa5a
No known key found for this signature in database
GPG Key ID: E3D96EB861B20E87
1 changed files with 2 additions and 1 deletions

View File

@ -9,7 +9,8 @@
"silverstripe-themes/simple": "~3.2.0"
},
"require-dev": {
"phpunit/phpunit": "^5.7"
"phpunit/phpunit": "^5.7",
"roave/security-advisories": "dev-master"
},
"extra": {
"project-files": [