initial commit
This commit is contained in:
34
composer.json
Normal file
34
composer.json
Normal file
@ -0,0 +1,34 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user