mirror of
https://github.com/standardebooks/web.git
synced 2025-07-14 02:21:55 -04:00
13 lines
263 B
JSON
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"
|
|
}
|
|
}
|