PHP Classes

File: composer.json

Recommend this page to a friend!
  Packages of Peter Buzanits   Booosta Installer   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Booosta Installer
Install applications to use the Booosta Framework
Author: By
Last change:
Date: 6 months ago
Size: 1,857 bytes
 

Contents

Class file image Download
{ "name": "booosta/installer", "description": "Installer for the Booosta PHP Framework", "license": "LGPL-3.0-only", "type": "library", "autoload": { "psr-4": { "booosta\\installer\\": "install" } }, "authors": [ { "name": "Peter Buzanits", "email": "peter@icb.at" } ], "repositories": [ { "type": "composer", "url": "https://asset-packagist.org" } ], "minimum-stability": "dev", "require": { "php": ">=8.0.0", "booosta/webapp-package": "^4.0", "booosta/adminlte": "^4.0", "booosta/urlhandler": "^4.0", "booosta/usersystem": "^4.0", "booosta/db_authenticator": "^4.0", "booosta/db_privileges": "^4.0", "booosta/mysqli": "^4.0" }, "scripts": { "letsgo-test": [ "\\booosta\\installer\\Installer::letsgo" ], "letsgo": [ "@composer require booosta/webapp-package", "@composer require booosta/adminlte", "@composer require booosta/urlhandler", "@composer require booosta/usersystem", "@composer require booosta/db_authenticator", "@composer require booosta/db_privileges", "@composer require booosta/mysqli", "\\booosta\\installer\\Installer::letsgo" ], "letsgo-minimal": [ "@composer require booosta/webapp-package", "\\booosta\\installer\\Installer::letsgo_minimal" ], "mkfiles": [ "@putenv COMPOSER=vendor/booosta/mkfiles/composer.json", "@composer mkfiles" ], "mkuserfiles": [ "@putenv COMPOSER=vendor/booosta/mkfiles/composer.json", "@composer mkuserfiles" ] } }