update phpunit

This commit is contained in:
abdounikarim 2019-11-25 22:04:21 +01:00 committed by Ryan Weaver
parent bd574d776b
commit a81befb20f
2 changed files with 1 additions and 2 deletions

View file

@ -34,4 +34,4 @@ install:
script: script:
- composer validate --strict --no-check-lock - composer validate --strict --no-check-lock
- ./vendor/bin/simple-phpunit - ./vendor/bin/simple-phpunit $PHPUNIT_FLAGS

View file

@ -24,7 +24,6 @@
"michelf/php-markdown": "~1.4" "michelf/php-markdown": "~1.4"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "~4.5",
"symfony/phpunit-bridge": "^4.4.0 || ^5.0", "symfony/phpunit-bridge": "^4.4.0 || ^5.0",
"symfony/templating": "~3.4|^4.0|^5.0" "symfony/templating": "~3.4|^4.0|^5.0"
}, },