Files
evercatch-php/composer.json
Puranjay Savar Mattas ca9848a535
All checks were successful
PR Management Bot / pr-bot (pull_request) Successful in 6s
PR Title Checker / Validate PR Title Format (pull_request) Successful in 2s
EC-21: FEAT: Added new PHP package and initialized the repo
Refers Evercatch/evercatch-board#21
2026-02-19 20:19:20 +00:00

21 lines
401 B
JSON

{
"name": "evercatch/evercatch-php",
"description": "Evercatch SDK for PHP (Coming Soon)",
"type": "library",
"license": "MIT",
"authors": [
{
"name": "Evercatch",
"email": "support@evercatch.dev"
}
],
"require": {
"php": ">=8.0"
},
"autoload": {
"psr-4": {
"Evercatch\": "src/"
}
}
}