34 lines
642 B
JSON
34 lines
642 B
JSON
![]() |
{
|
||
|
"name": "hiropeke/slim-blade-view",
|
||
|
"type": "library",
|
||
|
"description": "Slim Framework 3 view helper built on top of the Blade component",
|
||
|
"keywords": [
|
||
|
"slim",
|
||
|
"framework",
|
||
|
"view",
|
||
|
"template",
|
||
|
"blade",
|
||
|
"renderer"
|
||
|
],
|
||
|
"license": "MIT",
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Hiroaki Matsuura",
|
||
|
"email": "hiropeke.jp@gmail.com"
|
||
|
}
|
||
|
],
|
||
|
"require": {
|
||
|
"illuminate/view": "5.*",
|
||
|
"philo/laravel-blade": "3.*",
|
||
|
"psr/http-message": "^1.0"
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Slim\\Views\\": "src"
|
||
|
}
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"phpunit/phpunit": "^5.0",
|
||
|
"slim/slim": "^3.0"
|
||
|
}
|
||
|
}
|