Files
nibiru-framework.com/composer.json
2018-03-15 15:59:52 +01:00

19 lines
514 B
JSON

{
"name": "alllinux/nibiru",
"type": "framework",
"description": "PHP MVC rapid prototyping framework",
"keywords": ["php","mvc","prototyping","nibiru","template-engine","database","navigation","router","rapid"],
"homepage": "https://github.com/alllinux/Nibiru",
"license": "BSD-4-Old",
"authors": [
{
"name": "Stephan Kasdorf",
"email": "skasdorf@alllinux.de",
"homepage": "http://www.alllinux.de",
"role": "Developer"
}
],
"require": {
"php": ">=7.1.0"
}
}