diff options
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/composer.json b/composer.json index a8124e9..ed817bd 100644 --- a/composer.json +++ b/composer.json @@ -14,13 +14,12 @@ ], "license": "MIT", "require": { - "php": "^7.4 || ^8.0", - "ext-json": "*" + "php": "^8.0" }, "require-dev": { "phpunit/phpunit": "^9.0", "php-coveralls/php-coveralls": "^2.2", - "vimeo/psalm": "4.25.0" + "vimeo/psalm": "5.0.0" }, "autoload": { "psr-4": { |