pulsebridge-gateway/composer.json

22 lines
385 B
JSON
Raw Normal View History

2024-03-02 18:58:02 +05:30
{
"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"
}
}