Changed structure

This commit is contained in:
2021-10-13 21:57:32 -03:00
parent 956f791a0d
commit 6a7b98f869
4 changed files with 17 additions and 28 deletions

View File

@ -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"
}
}