diff --git a/composer.json b/composer.json index 951b118..1485f82 100644 --- a/composer.json +++ b/composer.json @@ -10,7 +10,7 @@ "homepage": "https://github.com/facade/flare-client-php", "license": "MIT", "require": { - "php": "^7.1|^8.0", + "php": "^7.1|^8.0|^8.2", "facade/ignition-contracts": "~1.0", "illuminate/pipeline": "^5.5|^6.0|^7.0|^8.0", "symfony/http-foundation": "^3.3|^4.1|^5.0", @@ -19,8 +19,8 @@ }, "require-dev": { "friendsofphp/php-cs-fixer": "^2.14", - "spatie/phpunit-snapshot-assertions": "^2.0", - "phpunit/phpunit": "^7.5" + "spatie/phpunit-snapshot-assertions": "^2.0|^5.1", + "phpunit/phpunit": "^7.5|^10.0|^11.0" }, "autoload": { "psr-4": {