summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-08-24 15:42:08 +0200
committerRemi Collet <remi@php.net>2023-08-24 15:42:08 +0200
commitf8540c0186a782011b88d486c4d2e18bf07f616e (patch)
tree27eff014b08b53d09da0cbffdb11837b1890ded0 /composer.json
parent1dabe6fe9d0a4030ea91e28cc02ca6383a103084 (diff)
update to 1.6.6
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json10
1 files changed, 6 insertions, 4 deletions
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