PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Michael Cummings   PHP Git Change Log Creator   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Git Change Log Creator
Read git repository logs and create change logs
Author: By
Last change: Update of composer.json
Date: 3 months ago
Size: 993 bytes
 

Contents

Class file image Download
{ "name": "dragonrun1/git-change-log-creator", "description": "Used to create an updated change log file from Git log", "minimum-stability": "stable", "license": "GPL-2.0", "authors": [ { "name": "Michael Cummings", "email": "mgcummings@yahoo.com", "role": "Developer" } ], "autoload": { "psr-4": { "GitChangeLogCreator\\": [ "src/" ] } }, "homepage": "https://github.com/Dragonrun1/git-change-log-creator", "support": { "issues": "https://github.com/Dragonrun1/git-change-log-creator/issues?state=open", "source": "https://github.com/Dragonrun1/git-change-log-creator", "wiki": "https://github.com/Dragonrun1/git-change-log-creator/wiki" }, "require": { "ext-date": "*", "ext-SPL": "*", "php": ">=7.1" }, "require-dev": { "roave/security-advisories": "dev-master" } }