MOON
Server: Apache
System: Linux server1.studioinfinity.com.br 2.6.32-954.3.5.lve1.4.90.el6.x86_64 #1 SMP Tue Feb 21 12:26:30 UTC 2023 x86_64
User: artinside (517)
PHP: 7.4.33
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/artinside/public_html/raquel/vendor/league/plates/composer.json
{
    "name": "league/plates",
    "description": "Plates, the native PHP template system that's fast, easy to use and easy to extend.",
    "keywords": [
        "league",
        "package",
        "templating",
        "templates",
        "views"
    ],
    "homepage": "http://platesphp.com",
    "license": "MIT",
    "authors" : [
        {
            "name": "Jonathan Reinink",
            "email": "jonathan@reinink.ca",
            "role": "Developer"
        },
        {
            "name": "RJ Garcia",
            "email": "rj@bighead.net",
            "role": "Developer"
        }
    ],
    "require" : {
        "php": "^7.0"
    },
    "require-dev": {
        "eloquent/phony-peridot": "^2.0",
        "peridot-php/leo": "^1.6",
        "peridot-php/peridot": "^1.19",
        "peridot-php/peridot-code-coverage-reporters": "^3.0",
        "squizlabs/php_codesniffer": "~1.5"
    },
    "autoload": {
        "psr-4": {
            "League\\Plates\\": "src"
        },
        "files": [
            "src/Template/match.php",
            "src/Extension/Data/data.php",
            "src/Extension/Path/path.php",
            "src/Extension/RenderContext/func.php",
            "src/Extension/RenderContext/render-context.php",
            "src/Extension/LayoutSections/layout-sections.php",
            "src/Extension/Folders/folders.php",
            "src/Util/util.php"
        ]
    },
    "extra": {
        "branch-alias": {
            "dev-master": "4.0-dev"
        }
    },
    "scripts": {
        "test": "phpunit"
    }
}