diff options
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/composer.json b/composer.json index 36b9f0b..d4f8711 100644 --- a/composer.json +++ b/composer.json @@ -16,10 +16,12 @@ } }, "require": { + "php": ">=7.3", "psr/container": "~1.0" }, "require-dev": { - "phpunit/phpunit": "~4.5", - "athletic/athletic": "~0.1.8" + "phpunit/phpunit": "^9.0", + "athletic/athletic": "~0.1.8", + "mnapoli/hard-mode": "~0.3.0" } } |