{ "name": "pablotron/luigi-template", "description": "String emplate library.", "homepage": "https://github.com/pablotron/luigi-template", "license": "MIT", "authors": [{ "name": "Paul Duncan", "email": "luigi-template@pablotron.org", "homepage": "https://pablotron.org/", "role": "developer" }], "require": { "php": "^7" }, "require-dev": { "phpunit/phpunit": "^7", "phpdocumentor/phpdocumentor": "2.*" }, "autoload": { "psr-4": { "Luigi\\": "src/" } }, "scripts": { "test": [ "phpunit --bootstrap vendor/autoload.php tests" ], "docs": [ "phpdoc -d src -t docs --template=responsive-twig --title=LuigiTemplate" ] } }