Fixed files for PHPStan

This commit is contained in:
2019-04-26 10:19:32 +02:00
parent 9f56eec39a
commit 3d52fb48e2
14 changed files with 72 additions and 37 deletions

View File

@ -20,7 +20,12 @@
"files": [
"src/DeltaCMS/Functions.php"
]
},
},
"autoload-dev": {
"psr-4": {
"Tests\\": "tests"
}
},
"require": {
"twig/twig": "^2.7",
"psr/simple-cache": "^1.0",