22 lines
450 B
JSON
22 lines
450 B
JSON
{
|
|
"name": "nibiru/nibiru-framework",
|
|
"description": "PHP MVC rapid prototyping framework",
|
|
"type": "library",
|
|
"config": {
|
|
"vendor-dir": "core/l"
|
|
},
|
|
"require": {
|
|
"smarty/smarty": "^3.1",
|
|
"phpmailer/phpmailer": "^6.1",
|
|
"php": ">=7.3",
|
|
"codeception/codeception": "^3.1"
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "Stephan Kasdorf",
|
|
"email": "stephan.kasdorf@bittomine.com"
|
|
}
|
|
],
|
|
"minimum-stability": "stable"
|
|
}
|