25 lines
509 B
JSON
25 lines
509 B
JSON
{
|
|
"name": "provm/view",
|
|
"description": "View wrapper for slim-blade-view",
|
|
"type": "library",
|
|
"require": {
|
|
"rubellum/slim-blade-view": "^0.1.1"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^9.2",
|
|
"kint-php/kint": "^3.3"
|
|
},
|
|
"license": "proprietary",
|
|
"authors": [
|
|
{
|
|
"name": "Aldarien",
|
|
"email": "aldarien85@gmail.com"
|
|
}
|
|
],
|
|
"autoload": {
|
|
"psr-4": {
|
|
"ProVM\\Common\\": "./common"
|
|
}
|
|
}
|
|
}
|