update phpunit

This commit is contained in:
Tac Tacelosky 2021-11-14 20:39:23 -05:00
parent eb31781090
commit 90ff78064e
2 changed files with 4 additions and 2 deletions

View file

@ -19,7 +19,7 @@ class MarkdownParser extends MarkdownExtra implements MarkdownParserInterface
*
* @var array Enabled features
*/
protected $features = array(
protected array $features = array(
'header' => true,
'list' => true,
'horizontal_rule' => true,

View file

@ -24,8 +24,10 @@
"michelf/php-markdown": "~1.4"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
"symfony/phpunit-bridge": "^4.4.0 || ^5.0 || ^6.0",
"symfony/templating": "~3.4|^4.0|^5.0|^6.0"
"symfony/templating": "~3.4|^4.0|^5.0|^6.0",
"symfony/test-pack": "^1.0"
},
"suggest": {
"symfony/twig-bundle": "to use the Twig markdown filter",