fresh/composer.json

26 lines
554 B
JSON
Raw Normal View History

2022-03-07 21:45:54 +00:00
{
"name": "noccylabs/fresh-docker",
"description": "Update docker-compose stacks when new versions are pushed",
"type": "application",
"license": "GPL-v3-or-later",
2022-03-07 21:45:54 +00:00
"autoload": {
"psr-4": {
"NoccyLabs\\FreshDocker\\": "src/"
}
},
"require": {
"php": "^8.0",
"ext-json": "*",
"symfony/yaml": "^6.0",
"guzzlehttp/guzzle": "^7.4"
},
"bin": [
"bin/freshdocker"
],
"extra": {
"phar": {
"output": "fresh.phar"
}
}
}