PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Jorge Castro   PHP AMP Page Generator   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP AMP Page Generator
Generate HTML for using as Google AMP site
Author: By
Last change: * 1.5 2019-08-31 Removed min-width in the sections.
1.3
1.3
1.1
Date: 4 years ago
Size: 554 bytes
 

Contents

Class file image Download
{ "name": "eftec/amp-generator-one", "description": "It generates Google AMP sites using PHP", "type": "library", "license": "LGPL-3.0-only", "autoload": { "psr-4": { "eftec\\": "lib/" } }, "extra": { "branch-alias": { "dev-master": "1.5-dev" } }, "authors": [ { "name": "Jorge Patricio Castro Castillo", "email": "jcastro@eftec.cl" }], "require": { "ext-json": "*" }, "require-dev": { "phpunit/phpunit": "^5.7" } }