PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Yousaf Syed   PHP Create Badges   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Create Badges
Create badges for project coverage
Author: By
Last change:
Date: 3 years ago
Size: 637 bytes
 

Contents

Class file image Download
{ "name": "crowphp/badger", "type": "library", "description": "Command-line utility for generating badges for coverage", "keywords": [ "php", "cli", "utility", "shields.io", "crowphp" ], "homepage": "https://crowphp.com", "license": "MIT", "authors": [ { "name": "Yousaf Syed", "email": "mmesunny@gmail.com" } ], "require": { "symfony/console": "^5.2", "ext-simplexml": "*", "guzzlehttp/guzzle": "^7.2" }, "bin": [ "badger" ], "autoload": { "psr-4": { "Badger\\": "src/Badger" } }, "require-dev": { "phpunit/phpunit": "^9.5" } }