Merge pull request #11 from ildyria/missing-composer-deps
[1.x] FIX #10 - missing jetbrains/phpstorm-attributes dependency
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user