Files
nibiru-framework.com/composer.json
2019-11-04 00:13:19 +01:00

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