diff --git a/.gitignore b/.gitignore index d2f57af5c..3924c3b75 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,4 @@ /.php_cs.cache /composer.lock /vendor -/.phpunit.result.cache +/.phpunit.cache diff --git a/composer.json b/composer.json index b03059ca5..24fcad759 100644 --- a/composer.json +++ b/composer.json @@ -40,7 +40,7 @@ "twig/twig": "^3.5.0" }, "require-dev": { - "phpunit/phpunit": "^9.5.20" + "phpunit/phpunit": "^11.2.1" }, "config": { "allow-plugins": { diff --git a/phpunit.xml b/phpunit.xml index 9bec07021..bfa47b34f 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -2,16 +2,14 @@ - +