Changed structure
This commit is contained in:
@ -1,11 +1,11 @@
|
||||
{
|
||||
"name": "rubellum/slim-blade-view",
|
||||
"name": "provm/slim-views-blade",
|
||||
"type": "library",
|
||||
"description": "Slim Framework 3 view helper built on the Blade component",
|
||||
"description": "Slim Framework 4 view helper built on the Blade component",
|
||||
"keywords": [
|
||||
"slim",
|
||||
"framework",
|
||||
"view",
|
||||
"views",
|
||||
"template",
|
||||
"blade",
|
||||
"renderer"
|
||||
@ -13,14 +13,12 @@
|
||||
"license": "MIT",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Hiroaki Matsuura",
|
||||
"email": "lib2jp@gmail.com"
|
||||
"name": "Aldarien",
|
||||
"email": "aldarien85@gmail.com"
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"illuminate/view": "5.*",
|
||||
"philo/laravel-blade": "3.*",
|
||||
"psr/http-message": "^1.0"
|
||||
"eftec/bladeone": "^4"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
@ -29,6 +27,6 @@
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "^4.0",
|
||||
"slim/slim": "^3.0"
|
||||
"slim/slim": "^4.0"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user