upskill-event-manager/wordpress-dev/wordpress/wp-content/plugins/hvac-community-events/composer.json
bengizmo 964d5f75a8 feat: Implement certificate generation system
- Add certificate database schema and installer
- Integrate TCPDF for PDF generation
- Create certificate management and generation classes
- Implement certificate template customization
- Add certificate reports and generation pages
- Integrate with check-in functionality
- Implement certificate viewing, revocation, and email features
- Add certificate actions to Event Summary page

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-05-20 15:17:55 -03:00

26 lines
No EOL
653 B
JSON

{
"name": "upskill/hvac-community-events",
"description": "HVAC Community Events Management System",
"type": "wordpress-plugin",
"require": {
"php": ">=7.4",
"composer/installers": "^1.0",
"tecnickcom/tcpdf": "^6.6"
},
"require-dev": {
"phpunit/phpunit": "^9.0",
"yoast/phpunit-polyfills": "^1.0",
"wp-phpunit/wp-phpunit": "^6.0",
"yoast/wp-test-utils": "^1.0"
},
"autoload": {
"psr-4": {
"HVAC\\CommunityEvents\\": "includes/"
}
},
"config": {
"allow-plugins": {
"composer/installers": true
}
}
}