Docker-PHP/doc/composer.json

17 lines
380 B
JSON

{
"name": "benzine/docker-tag-tracker",
"type": "project",
"authors": [
{
"name": "Matthew Baggett",
"email": "matthew@baggett.me"
}
],
"require": {
"php": ">=7.1",
"ext-json": "*",
"guzzlehttp/guzzle": "^6.3",
"kint-php/kint": "^3.2",
"maddhatter/markdown-table": "^1.0"
}
}