diff --git a/composer.json b/composer.json index 844b24f..e4a152b 100644 --- a/composer.json +++ b/composer.json @@ -18,17 +18,17 @@ } ], "require": { - "php": "^7.2|^8.0", - "illuminate/support": "^6.0|^7.0|^8.0|^9.0", - "illuminate/console": "^6.0|^7.0|^8.0|^9.0", - "illuminate/cache": "^6.0|^7.0|^8.0|^9.0" + "php": "^7.2|^8.0|^8.1", + "illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0", + "illuminate/console": "^6.0|^7.0|^8.0|^9.0|^10.0", + "illuminate/cache": "^6.0|^7.0|^8.0|^9.0|^10.0" }, "suggest": { "illuminate/database": "Allows for storing of currencies in the database" }, "require-dev": { - "phpunit/phpunit": "^8.0", - "mockery/mockery": "^1.3", + "phpunit/phpunit": "^8.0|^10.0", + "mockery/mockery": "^1.3|^1.4", "phpstan/phpstan": "^0.12.14", "squizlabs/php_codesniffer": "^3.5" },