Files
billReminder/composer.json

25 lines
498 B
JSON

{
"name": "hpz937/bill-reminder",
"type": "project",
"license": "MIT",
"autoload": {
"psr-4": {
"Hpz937\\BillReminder\\": "src/"
}
},
"authors": [
{
"name": "Brad Cimbura",
"email": "hpz937+code@gmail.com"
}
],
"repositories": [{
"type": "composer",
"url": "https://git.hpz.pw/api/packages/hpz937/composer"
}
],
"require": {
"hpz937/restclient": "1.0.0"
}
}