Packagist
This commit is contained in:
19
composer.json
Normal file
19
composer.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user