dep: package update

This commit is contained in:
2021-11-08 16:10:01 +09:00
parent 38208750e7
commit 2c533d2ab3
783 changed files with 4581 additions and 20980 deletions
+3 -2
View File
@@ -21,7 +21,8 @@
"ext-filter": "*"
},
"require-dev": {
"mockery/mockery": "~1.3.2"
"mockery/mockery": "~1.3.2",
"psalm/phar": "^4.8"
},
"autoload": {
"psr-4": {
@@ -30,7 +31,7 @@
},
"autoload-dev": {
"psr-4": {
"phpDocumentor\\Reflection\\": "tests/unit"
"phpDocumentor\\Reflection\\": ["tests/unit", "tests/integration"]
}
},
"extra": {