diff --git a/composer.json b/composer.json index 27d3b3c..07add5d 100644 --- a/composer.json +++ b/composer.json @@ -32,9 +32,9 @@ "issues": "https://github.com/Laragear/TwoFactor/issues" }, "require": { - "php" : ">=8.0.2", + "php": ">=8.0.2", "ext-openssl": "*", - "ext-json" : "*", + "ext-json": "*", "illuminate/auth": "9.*", "illuminate/http": "9.*", "illuminate/session": "9.*", @@ -46,7 +46,8 @@ "require-dev": { "orchestra/testbench": "7.*", "phpunit/phpunit": "^9.5", - "mockery/mockery": "^1.5" + "mockery/mockery": "^1.5", + "jetbrains/phpstorm-attributes": "^1.0" }, "autoload": { "psr-4": {