web/composer.json
2020-03-01 10:48:48 -06:00

13 lines
263 B
JSON

{
"require-dev": {
"phpstan/phpstan": "^0.12.11",
"thecodingmachine/phpstan-safe-rule": "^1.0.0"
},
"autoload": {
"psr-4": {"": "lib/"},
"files": ["lib/Constants.php", "lib/CoreFunctions.php"]
},
"require": {
"thecodingmachine/safe": "^1.0.0"
}
}