Docker-PHP/doc/composer.json

18 lines
380 B
JSON
Raw Normal View History

2019-08-14 15:34:54 +00:00
{
"name": "benzine/docker-tag-tracker",
2019-08-14 15:34:54 +00:00
"type": "project",
"authors": [
{
"name": "Matthew Baggett",
"email": "matthew@baggett.me"
}
],
"require": {
2019-08-15 19:31:34 +00:00
"php": ">=7.1",
2021-02-22 08:47:42 +00:00
"ext-json": "*",
2019-08-15 19:31:34 +00:00
"guzzlehttp/guzzle": "^6.3",
2019-08-14 15:34:54 +00:00
"kint-php/kint": "^3.2",
2019-08-15 19:31:34 +00:00
"maddhatter/markdown-table": "^1.0"
2019-08-14 15:34:54 +00:00
}
}