Files
view/composer.json

25 lines
497 B
JSON
Raw Normal View History

2020-07-22 16:57:04 -04:00
{
"name": "provm/view",
"description": "View wrapper for slim-blade-view",
"type": "library",
"require": {
2025-09-29 12:32:38 -03:00
"berrnd/slim-blade-view": "^1"
2020-07-22 16:57:04 -04:00
},
"require-dev": {
2025-09-29 12:32:38 -03:00
"phpunit/phpunit": "*"
2020-07-22 16:57:04 -04:00
},
"license": "proprietary",
"authors": [
{
"name": "Aldarien",
"email": "aldarien85@gmail.com"
}
],
"autoload": {
"psr-4": {
2025-09-29 13:37:26 -03:00
"View\\": "src/",
"Slim\\Views\\": "lib/Slim/Views"
2020-07-22 16:57:04 -04:00
}
}
}