Fix Code injection in PHPUnit on Dwoo template

CVE-2017-9841. Template will be removed in 2.0 version.
master
Bruno O. Notario 2 years ago
parent ea11c27a2d
commit b4c81cd484
Signed by: oliveira131
GPG Key ID: 76CAD698D3EA8F58
  1. 2
      system/templateEngines/Dwoo/dwoo/dwoo/composer.json

@ -23,6 +23,6 @@
"php": "^5.3|^7.0"
},
"require-dev": {
"phpunit/phpunit": "4.8.27"
"phpunit/phpunit": "4.8.28"
}
}

Loading…
Cancel
Save