{ "_readme": [ "This file locks the dependencies of your project to a known state", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], "hash": "6ae8c5ee9c414cd782d50f8fdf1d758b", "content-hash": "4260b1ec06949f628e03c35a54017f58", "packages": [ { "name": "mustache/mustache", "version": "v2.9.0", "source": { "type": "git", "url": "https://github.com/bobthecow/mustache.php.git", "reference": "c745b01956caf27d26b55a72a90aff56bc169cd6" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/bobthecow/mustache.php/zipball/c745b01956caf27d26b55a72a90aff56bc169cd6", "reference": "c745b01956caf27d26b55a72a90aff56bc169cd6", "shasum": "" }, "require": { "php": ">=5.2.4" }, "require-dev": { "fabpot/php-cs-fixer": "~1.6", "phpunit/phpunit": "~3.7|~4.0" }, "type": "library", "autoload": { "psr-0": { "Mustache": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Justin Hileman", "email": "justin@justinhileman.info", "homepage": "http://justinhileman.com" } ], "description": "A Mustache implementation in PHP.", "homepage": "https://github.com/bobthecow/mustache.php", "keywords": [ "mustache", "templating" ], "time": "2015-08-15 19:23:13" } ], "packages-dev": [], "aliases": [], "minimum-stability": "stable", "stability-flags": [], "prefer-stable": false, "prefer-lowest": false, "platform": { "php": ">=5.3" }, "platform-dev": [] }