PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of DigiLive   PHP Show Git Log of Changes   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Show Git Log of Changes
Generate a changelog from a local Git repository
Author: By
Last change:
Date: 2 years ago
Size: 873 bytes
 

Contents

Class file image Download
{ "name": "digilive/git-changelog", "description": "Generate a changelog from git commits of the local repository", "keywords": [ "php", "git", "changelog", "generator" ], "type": "library", "minimum-stability": "stable", "license": "BSD-3-Clause", "authors": [ { "name": "DigiLive", "email": "info@digilive.nl", "homepage": "https://digilive.nl" }, { "name": "Mario", "email": "leet31337@web.de" } ], "require": { "php": "^7.3 || ^8.0" }, "require-dev": { "phpunit/phpunit": "^9", "mikey179/vfsstream": "^1.6" }, "autoload": { "psr-4": { "DigiLive\\GitChangelog\\": "src/", "DigiLive\\GitChangelog\\Tests\\": "tests/" } } }