PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Barton Phillips   Update Site   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Update Site
Create Web site pages from database content
Author: By
Last change:
Date: 7 years ago
Size: 697 bytes
 

Contents

Class file image Download
{ "name": "bartonlp/updatesite", "description": "PHP helper for SiteClass", "version": "1.dev", "license": "MIT", "authors": [ { "name": "Barton Phillips", "email": "bartonphillips@gmail.com", "homepage": "http://www.bartonphillips.com" } ], "repositories": [ { "type": "git", "url": "https://github.com/bartonlp/updatesite.git" } ], "require": { "php": ">=5.4" }, "minimum-stability": "stable", "autoload" : { "classmap": [ "/" ], "files": [ "./updatesite-simple-preview.i.php" ] } }