{
"name": "eftec/bladeonehtml",
"description": "The standalone version Blade Template Engine from Laravel in a single php file",
"version": "1.0",
"type": "library",
"keywords": [
"blade",
"template",
"view",
"php",
"templating"
],
"homepage": "https://github.com/EFTEC/BladeOneHtml",
"license": "MIT",
"authors": [
{
"name": "Jorge Patricio Castro Castillo",
"email": "jcastro@eftec.cl"
}
],
"config": {
"platform": {
"php": "5.6.1"
}
},
"require": {
"php": ">=5.6",
"ext-json": "*",
"eftec/bladeone": "^3.38.1"
},
"autoload": {
"psr-4": {
"eftec\\bladeonehtml\\": "lib/"
}
},
"autoload-dev": {
"psr-4": {
"eftec\\tests\\": "tests/"
}
},
"require-dev": {
"phpunit/phpunit": "^5.7"
},
"scripts": {
"sniff": [
"phpcs --extensions=php ."
],
"fix": [
"php-cs-fixer fix",
"phpcbf --extensions=php ."
]
}
}
|