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: Update composer to new dependencies
Date: 11 days ago
Size: 623 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": "[email protected]" } ], "require": { "php": ">=5.3", "ext-json": "*", "ext-dom": "*", "ext-mysqli": "*", "ext-ctype": "*", "ext-mbstring": "*", "ext-openssl": "*", "ext-gd": "*" }, "minimum-stability": "dev", "extra": { "installer-paths": { "/": ["rcarvello/webmvcframework"] } } }