Psalm fixes

This commit is contained in:
Jaapio
2019-09-26 21:09:37 +02:00
parent 19a1f3a91f
commit 50ec1362de
14 changed files with 187 additions and 99 deletions
+9 -4
View File
@@ -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",