PHP Classes

File: composer.json

Recommend this page to a friend!
  Packages of Peter Buzanits   Booosta Kubernetes   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Booosta Kubernetes
Manage Kubernetes instances configuration
Author: By
Last change:
Date: 5 months ago
Size: 514 bytes
 

Contents

Class file image Download
{ "name": "booosta/kubernetes", "description": "Kubernetes management with Booosta", "license": "LGPL-3.0-only", "type": "library", "autoload": { "psr-4": { "booosta\\kubernetes\\": "src" } }, "authors": [ { "name": "Peter Buzanits", "email": "peter@icb.at" } ], "minimum-stability": "dev", "require": { "php": ">=8.0.0", "renoki-co/php-k8s": "^3.7", "booosta/base": "^4.0" } }