HEX
Server: Apache
System: Linux pdx1-shared-a1-38 6.6.104-grsec-jammy+ #3 SMP Tue Sep 16 00:28:11 UTC 2025 x86_64
User: mmickelson (3396398)
PHP: 8.1.31
Disabled: NONE
Upload Files
File: //usr/local/wp/vendor/mustache/mustache/composer.json
{
    "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": "justin@justinhileman.info",
            "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/" }
    }
}