PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Saro Carvello   PHP Web MVC Framework   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Web MVC Framework
MVC framework providing autogenerated MySQL models
Author: By
Last change:
Date: 8 months ago
Size: 510 bytes
 

Contents

Class file image Download
{ "name": "rcarvello/webmvcframework:dev-master", "description": "PHP Web MVC Framework", "type": "framework", "license": "MIT", "homepage": "https://github.com/rcarvello/webmvcframework", "authors": [ { "name": "Rosario Carvello", "email": "rosario.carvello@gmail.com" } ], "require": { "php": ">=5.3", "ext-json": "*", "ext-dom": "*" }, "minimum-stability": "dev", "extra": { "installer-paths": { "/": ["rcarvello/webmvcframework"] } } }