{
"name": "wpcharitable/charitable",
"description": "Charitable - WordPress Donation Plugin",
"type": "wordpress-plugin",
"license": "GPL-2.0+",
"autoload": {
"psr-4": {
"Charitable\\": "includes/"
}
},
"require-dev": {
"yoast/phpunit-polyfills": "^4.0"
}
}