diff --git a/build/phpunit.xml b/build/phpunit.xml index 339f7750..c9cc1c97 100644 --- a/build/phpunit.xml +++ b/build/phpunit.xml @@ -1,29 +1,25 @@ - - - - ../src - - - - - ../tests - - - - - - - - - - - - - - \ No newline at end of file + + + + ../src + + + + + + + + + ../tests + + + + + + + + + + + diff --git a/composer.json b/composer.json index 46b5f80a..3c5c4e72 100644 --- a/composer.json +++ b/composer.json @@ -48,6 +48,7 @@ "ext-json": "*", "ext-gd": "*", "ext-pdo": "*", + "filp/whoops": "^2.1", "laminas/laminas-diactoros": "^2.2.3", "laminas/laminas-httphandlerrunner": "^1.1.0", "maximebf/consolekit": "^1.0.3", @@ -56,23 +57,21 @@ "psr/container": "^1.0.0", "psr/http-message": "^1.0.1", "psr/log": "^1.1.3", + "robmorgan/phinx": "^0.12.4", + "symfony/var-dumper": "^5.0.7", "yosymfony/toml": "^1.0.4" }, "require-dev": { "consolidation/robo": "^2.0.0", - "filp/whoops": "^2.1", "pdepend/pdepend": "^2.", - "phploc/phploc": "^5.0.0", + "phploc/phploc": "^7.0.0", "phpmd/phpmd": "^2.8.2", "phpstan/phpstan": "^0.12.19", - "phpunit/phpunit": "^8.5.2", + "phpunit/phpunit": "^9.5.0", "roave/security-advisories": "dev-master", - "robmorgan/phinx": "^0.12.4", - "sebastian/phpcpd": "^4.1.0", + "sebastian/phpcpd": "^6.0.0", "spatie/phpunit-snapshot-assertions": "^4.1.0", - "squizlabs/php_codesniffer": "^3.5.4", - "symfony/var-dumper": "^5.0.7", - "theseer/phpdox": "^0.12.0" + "squizlabs/php_codesniffer": "^3.5.4" }, "scripts": { "build": "vendor/bin/robo build", diff --git a/phpunit.xml b/phpunit.xml index 476b10c8..bfdc1c81 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -1,24 +1,20 @@ - - - - src - - - - - tests - - - - - - - - - - \ No newline at end of file + + + + src + + + + + tests + + + + + + + + + +