pulsebridge-gateway/composer.json
Amit Kumar Nandi eb50f184b3 Initial Commit
2024-03-02 18:58:02 +05:30

21 lines
385 B
JSON

{
"name": "nmpl/pulsebridge",
"description": "description",
"minimum-stability": "stable",
"license": "proprietary",
"authors": [
{
"name": "Amit Nandi",
"email": "amit@bitmutex.com"
}
],
"autoload": {
"psr-4": {"nmpl\\pulsebridge\\": "src/"}
},
"require-dev": {
"phpunit/phpunit": "11.0.3"
},
"scripts": {
"test": "phpunit"
}
}