mirror of
https://github.com/barryvdh/ReflectionDocBlock.git
synced 2026-08-18 01:57:13 +00:00
Psalm fixes
This commit is contained in:
+9
-4
@@ -7,13 +7,18 @@
|
||||
{
|
||||
"name": "Mike van Riel",
|
||||
"email": "[email protected]"
|
||||
},
|
||||
{
|
||||
"name": "Jaap van Otterdijk",
|
||||
"email": "[email protected]"
|
||||
}
|
||||
],
|
||||
"minimum-stability": "alpha",
|
||||
"require": {
|
||||
"php": ">=7.1",
|
||||
"phpdocumentor/type-resolver": "^0",
|
||||
"webmozart/assert": "^1"
|
||||
"php": "^7.1",
|
||||
"phpdocumentor/type-resolver": "^1.0",
|
||||
"webmozart/assert": "^1",
|
||||
"phpdocumentor/reflection-common": "^2.0",
|
||||
"ext-filter": "^7.1"
|
||||
},
|
||||
"require-dev": {
|
||||
"mockery/mockery": "^1",
|
||||
|
||||
Reference in New Issue
Block a user