From bb7b0093310892965274578f093ed2d707be1966 Mon Sep 17 00:00:00 2001 From: Danny van Kooten Date: Mon, 9 Oct 2023 19:46:04 +0200 Subject: [PATCH] update phpunit to 9.6 & migrate config to latest schema --- composer.json | 2 +- phpunit.xml.dist | 34 +++++++++++++++++----------------- 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/composer.json b/composer.json index 05bcb40..0a8d2b2 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ "php": ">=5.6.0" }, "require-dev": { - "phpunit/phpunit": "9.5.*", + "phpunit/phpunit": "9.6.*", "squizlabs/php_codesniffer": "3.6.2" }, "autoload": { diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 5cbd378..a5e9509 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -1,17 +1,17 @@ - - - - ./tests/ - - - - - ./AltoRouter.php - - - - - - \ No newline at end of file + + + + + ./AltoRouter.php + + + + + + + + ./tests/ + + + +