PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Jorge Cobis   Boot Help Demo   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Boot Help Demo
Hidden word and hidden number games with Bootstrap
Author: By
Last change:
Date: 8 years ago
Size: 445 bytes
 

Contents

Class file image Download
{ "name": "cobisja\boothelpdemo", "description": "PHP Helpers for Bootstrap demo", "license": "MIT", "keywords": ["bootstrap", "boothelp", "helpers"], "authors": [ { "name": "Jorge Cobis", "email": "jcobis@gmail.com" } ], "require": { "cobisja/boothelp":">=0.3.1" }, "autoload": { "psr-4": { "BootHelpDemo\\": "src/core" } } }