From f8540c0186a782011b88d486c4d2e18bf07f616e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 24 Aug 2023 15:42:08 +0200 Subject: update to 1.6.6 --- composer.json | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index 66b9572..68c1a44 100644 --- a/composer.json +++ b/composer.json @@ -44,15 +44,15 @@ "security": "https://github.com/mockery/mockery/security/advisories" }, "require": { - "php": ">=7.4,<8.3", + "php": ">=7.3", "lib-pcre": ">=7.0", "hamcrest/hamcrest-php": "^2.0.1" }, "require-dev": { - "phpunit/phpunit": "^8.5 || ^9.3", + "phpunit/phpunit": "^8.5 || ^9.6.10", "psalm/plugin-phpunit": "^0.18.4", "symplify/easy-coding-standard": "^11.5.0", - "vimeo/psalm": "^5.13.1" + "vimeo/psalm": "^4.30" }, "conflict": { "phpunit/phpunit": "<8.0" @@ -69,16 +69,18 @@ "autoload-dev": { "psr-4": { "Fixture\\": "tests/Fixture/", + "Mockery\\Tests\\Unit\\": "tests/Unit", "test\\": "tests/" }, "files": [ + "fixtures/autoload.php", "vendor/hamcrest/hamcrest-php/hamcrest/Hamcrest.php" ] }, "config": { "optimize-autoloader": true, "platform": { - "php": "7.4.999" + "php": "7.3.999" }, "preferred-install": "dist", "sort-packages": true -- cgit