EC-21: FEAT: Added new PHP package and initialized the repo
Refers Evercatch/evercatch-board#21
This commit is contained in:
20
composer.json
Normal file
20
composer.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"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/"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user