Merge pull request #11 from ildyria/missing-composer-deps
[1.x] FIX #10 - missing jetbrains/phpstorm-attributes dependency
This commit is contained in:
@@ -32,9 +32,9 @@
|
|||||||
"issues": "https://github.com/Laragear/TwoFactor/issues"
|
"issues": "https://github.com/Laragear/TwoFactor/issues"
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"php" : ">=8.0.2",
|
"php": ">=8.0.2",
|
||||||
"ext-openssl": "*",
|
"ext-openssl": "*",
|
||||||
"ext-json" : "*",
|
"ext-json": "*",
|
||||||
"illuminate/auth": "9.*",
|
"illuminate/auth": "9.*",
|
||||||
"illuminate/http": "9.*",
|
"illuminate/http": "9.*",
|
||||||
"illuminate/session": "9.*",
|
"illuminate/session": "9.*",
|
||||||
@@ -46,7 +46,8 @@
|
|||||||
"require-dev": {
|
"require-dev": {
|
||||||
"orchestra/testbench": "7.*",
|
"orchestra/testbench": "7.*",
|
||||||
"phpunit/phpunit": "^9.5",
|
"phpunit/phpunit": "^9.5",
|
||||||
"mockery/mockery": "^1.5"
|
"mockery/mockery": "^1.5",
|
||||||
|
"jetbrains/phpstorm-attributes": "^1.0"
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-4": {
|
"psr-4": {
|
||||||
|
|||||||
Reference in New Issue
Block a user