Docker-PHP/swarm-connectivity-tester/composer.json

20 lines
378 B
JSON

{
"name": "benzine/swarm-connectivity-tester",
"type": "project",
"autoload": {
"psr-4": {
"Benzine\\SwarmConnectivityTester\\": "src/"
}
},
"authors": [
{
"name": "Matthew Baggett",
"email": "matthew@baggett.me"
}
],
"require": {
"guzzlehttp/guzzle": "^7.8",
"vlucas/phpdotenv": "^5.6",
"kint-php/kint": "^5.1"
}
}