PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Stefan Ninic   PHP Laravel Deployment   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Laravel Deployment
Deploy a Laravel project retrieved using GIT
Author: By
Last change:
Date: 6 years ago
Size: 742 bytes
 

Contents

Class file image Download
{ "name": "kg-bot/laravel-deploy", "description": "Laravel package used to automatically deploy code from GIT version controls", "require": { "php": ">=7.1", "laravel/framework": "5.*" }, "keywords": [ "laravel", "deploy", "github", "bitbucket", "git", "vcs" ], "license": "MIT", "authors": [ { "name": "Stefan Ninic", "email": "ninicstefan94@gmail.com" } ], "autoload": { "psr-4": { "KgBot\\LaravelDeploy\\": "src/" } }, "extra": { "laravel": { "providers": [ "KgBot\\LaravelDeploy\\LaravelDeployServiceProvider" ] } }, "config": { "sort-packages": true }, "minimum-stability": "dev", "prefer-stable": true }