Files
view/composer.json
2025-09-29 12:32:38 -03:00

24 lines
454 B
JSON

{
"name": "provm/view",
"description": "View wrapper for slim-blade-view",
"type": "library",
"require": {
"berrnd/slim-blade-view": "^1"
},
"require-dev": {
"phpunit/phpunit": "*"
},
"license": "proprietary",
"authors": [
{
"name": "Aldarien",
"email": "aldarien85@gmail.com"
}
],
"autoload": {
"psr-4": {
"View\\": "src/"
}
}
}