29 lines
850 B
JSON
29 lines
850 B
JSON
{
|
|
"name": "nibiru/nibiru-framework",
|
|
"type": "framework",
|
|
"description": "PHP MVC rapid prototyping framework",
|
|
"keywords": ["php","mvc","prototyping","nibiru","template-engine","database","navigation","router","rapid"],
|
|
"license": "BSD-4-Clause",
|
|
"homepage": "https://github.com/alllinux/Nibiru",
|
|
"authors": [
|
|
{
|
|
"name": "Stephan Kasdorf",
|
|
"email": "stephan.kasdorf@bittomine.com",
|
|
"homepage": "https://www.nibiru-framework.com",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"config": {
|
|
"vendor-dir": "core/l"
|
|
},
|
|
"require": {
|
|
"php": ">=8.1.0",
|
|
"smarty/smarty": "^3.1",
|
|
"phpmailer/phpmailer": "^6.1",
|
|
"dasprid/enum": "^1.0.3",
|
|
"bacon/bacon-qr-code": ">=1.0.3",
|
|
"mevdschee/php-crud-api": "^2.14",
|
|
"symfony/psr-http-message-bridge": "^2.1",
|
|
"laminas/laminas-diactoros": "^2.24"
|
|
}
|
|
} |