You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
725 B
JSON
28 lines
725 B
JSON
{
|
|
"name": "jenssegers/blade",
|
|
"description": "The standalone version of Laravel's Blade templating engine for use outside of Laravel.",
|
|
"keywords": ["laravel", "blade", "template", "view", "render"],
|
|
"license" : "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Jens Segers",
|
|
"homepage": "https://jenssegers.com"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=7.0",
|
|
"illuminate/view": "^5.5|^6.0|^7.0|^8.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^6.0|^7.0",
|
|
"satooshi/php-coveralls": "^1.0"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Jenssegers\\Blade\\": "src/"
|
|
}
|
|
},
|
|
"minimum-stability": "dev",
|
|
"prefer-stable": true
|
|
}
|