33 lines
741 B
JSON
33 lines
741 B
JSON
{
|
|
"name": "brad/category-checker",
|
|
"type": "project",
|
|
"license": "MIT",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Bcs\\CategoryChecker\\": "src/"
|
|
}
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "Brad Cimbura",
|
|
"email": "hpz937@gmail.com"
|
|
}
|
|
],
|
|
"require": {
|
|
"phpoffice/phpspreadsheet": "^2.0",
|
|
"bcs/databaseinterface": "1.0.0",
|
|
"vlucas/phpdotenv": "^5.6",
|
|
"hpz937/encryption": "1.0.0",
|
|
"php": ">=8.0"
|
|
},
|
|
"require-dev": {
|
|
"squizlabs/php_codesniffer": "^3.8",
|
|
"rector/rector": "^1.0"
|
|
},
|
|
"repositories": [{
|
|
"type": "composer",
|
|
"url": "https://git.hpz.pw/api/packages/hpz937/composer"
|
|
}
|
|
]
|
|
}
|