PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Barton Phillips   Simple Site Class   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Simple Site Class
Simple Site Class
Author: By
Last change: Removed files from composer.json.
Added require for helper file.
modified: composer.json
modified: includes/siteload.php
Date: 28 days ago
Size: 562 bytes
 

Contents

Class file image Download
{ "name": "bartonlp/simple-site-class", "description": "PHP framework to make creating websites easier", "license": "MIT", "authors": [ { "name": "Barton Phillips", "email": "bartonphillips@gmail.com", "homepage": "http://www.bartonphillips.com" } ], "repositories": [ { "type": "git", "url": "git@github.com:bartonlp/simple-site-class.git" } ], "require": { "php": ">=8.0" }, "minimum-stability": "stable", "autoload" : { "classmap": [ "includes", "includes/database-engines" ] } }