PHP Classes

File: vendor/mustache/mustache/composer.json

Recommend this page to a friend!
  Classes of Adeleye Ayodeji   Nolimitbuzz WP Theme   vendor/mustache/mustache/composer.json   Download  
File: vendor/mustache/mustache/composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Nolimitbuzz WP Theme
WordPress theme to used as start of new themes
Author: By
Last change:
Date: 27 days ago
Size: 657 bytes
 

Contents

Class file image Download
{ "name": "mustache/mustache", "description": "A Mustache implementation in PHP.", "keywords": ["templating", "mustache"], "homepage": "https://github.com/bobthecow/mustache.php", "type": "library", "license": "MIT", "authors": [ { "name": "Justin Hileman", "email": "[email protected]", "homepage": "http://justinhileman.com" } ], "require": { "php": ">=5.2.4" }, "require-dev": { "phpunit/phpunit": "~3.7|~4.0|~5.0", "friendsofphp/php-cs-fixer": "~1.11" }, "autoload": { "psr-0": { "Mustache": "src/" } } }