From 906e1a0d4d8b1aee06f18fa6f59e38e4a26ec1e0 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Wed, 20 Mar 2024 03:00:24 +0000 Subject: [PATCH] fix tests --- Controller/ApiController.php | 27 +++++++++++++++++++++++++++ README.md | 4 ++-- composer.json | 10 +++++----- 3 files changed, 34 insertions(+), 7 deletions(-) create mode 100644 Controller/ApiController.php diff --git a/Controller/ApiController.php b/Controller/ApiController.php new file mode 100644 index 0000000..98f6617 --- /dev/null +++ b/Controller/ApiController.php @@ -0,0 +1,27 @@ +=9.4", - "friendsofphp/php-cs-fixer": ">=3.8", - "squizlabs/php_codesniffer": ">=3.6", + "phpunit/phpunit": ">=11.0", + "friendsofphp/php-cs-fixer": ">=3.51", + "squizlabs/php_codesniffer": ">=3.7", "phpmd/phpmd": ">=2.9", - "phpstan/phpstan": ">=1.8.6", + "phpstan/phpstan": ">=1.10.62", "phan/phan": ">=3.2.6", "phploc/phploc": ">=7.0", "phpmetrics/phpmetrics": ">=2.8", - "rector/rector": ">=0.18.0" + "rector/rector": ">=1.0.3" }, "minimum-stability": "dev", "prefer-stable": true