Remove unused code and classes. Clean up code to remove all named constant from them and throw deprecation alerts if used. Add basic psalm setup in root folder and remove from www folder
32 lines
732 B
JSON
32 lines
732 B
JSON
{
|
|
"name": "egrajp/corelibs-dev",
|
|
"version": "dev-master",
|
|
"description": "CoreLibs: Development package",
|
|
"type": "library",
|
|
"authors": [
|
|
{
|
|
"name": "Clemens Schwaighofer",
|
|
"email": "clemens.schwaighofer@egplusww.com"
|
|
}
|
|
],
|
|
"autoload": {
|
|
"classmap": [
|
|
"lib/"
|
|
]
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^9"
|
|
},
|
|
"repositories": {
|
|
"git.egplusww.jp.Composer": {
|
|
"type": "composer",
|
|
"url": "https://git.egplusww.jp/api/packages/Composer/composer"
|
|
}
|
|
},
|
|
"require": {
|
|
"egrajp/smarty-extended": "^4.3",
|
|
"php": ">=8.1",
|
|
"gullevek/dotenv": "^2.0"
|
|
}
|
|
}
|