Packagist

This commit is contained in:
Stephan Kasdorf
2018-03-15 13:11:58 +01:00
parent c9f29ce086
commit 90f4eb1703

19
composer.json Normal file
View File

@@ -0,0 +1,19 @@
{
"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 License",
"authors": [
{
"name": "Stephan Kasdorf",
"email": "skasdorf@alllinux.de",
"homepage": "http://www.alllinux.de",
"role": "Developer"
}
],
"require": {
"php": ">=7.1.0"
}
}