HACHEMembershipPortal/composer.json

23 lines
567 B
JSON
Raw Normal View History

2017-04-24 17:13:08 -06:00
{
2018-11-13 23:24:17 -07:00
"name": "netsyms/hache-membership-portal",
"description": "",
2017-04-24 17:13:08 -06:00
"type": "project",
"require": {
2017-12-28 16:20:45 -07:00
"catfan/medoo": "^1.5",
"guzzlehttp/guzzle": "^6.2",
2018-12-09 01:00:22 -07:00
"stripe/stripe-php": "^6.24",
"dompdf/dompdf": "^0.8.2",
"phpoffice/phpword": "^0.15.0",
"phpmailer/phpmailer": "^6.0",
"lapinator/ods-php-generator": "^0.0.3",
"league/csv": "^9.1"
2017-04-24 17:13:08 -06:00
},
"license": "MPL-2.0",
2017-04-24 17:13:08 -06:00
"authors": [
{
"name": "Skylar Ittner",
"email": "admin@netsyms.com"
}
]
}