PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Dony   Kecik   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Kecik
MVC framework library as single PHP file
Author: By
Last change: Update Version
Date: 8 years ago
Size: 519 bytes
 

Contents

Class file image Download
{ "name": "kecik/kecik", "description": "Single File Micro Framework", "keywords": ["kecik", "framework", "micro", "single"], "license": "MIT", "authors": [ { "name": "Dony Wahyu Isp", "email": "dna.extrim@gmail.com" } ], "require": { "php": ">=5.4.0" }, "autoload": { "psr-0": {"Kecik": "."} }, "extra": { "branch-alias": { "dev-master": "1.1-dev" } }, "minimum-stability": "dev" }