REFACTORING: renaming the repository
This commit is contained in:
@@ -1,25 +1,23 @@
|
|||||||
{
|
{
|
||||||
"name": "nibiru/nibiru-framework",
|
"name": "nibiru/nibiru-framework",
|
||||||
"type": "framework",
|
|
||||||
"description": "PHP MVC rapid prototyping framework",
|
"description": "PHP MVC rapid prototyping framework",
|
||||||
"keywords": ["php","mvc","prototyping","nibiru","template-engine","database","navigation","router","rapid"],
|
"type": "library",
|
||||||
"homepage": "https://github.com/alllinux/Nibiru",
|
|
||||||
"license": "BSD-4-Clause",
|
|
||||||
"authors": [
|
|
||||||
{
|
|
||||||
"name": "Stephan Kasdorf",
|
|
||||||
"email": "stephan.kasdorf@bittomine.com",
|
|
||||||
"homepage": "https://www.nibiru-framework.com",
|
|
||||||
"role": "Developer"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"config": {
|
"config": {
|
||||||
"vendor-dir": "core/l"
|
"vendor-dir": "core/l"
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=7.1.0",
|
|
||||||
"smarty/smarty": "^3.1",
|
"smarty/smarty": "^3.1",
|
||||||
|
"carbondate/carbon": "^1.33",
|
||||||
"phpmailer/phpmailer": "^6.1",
|
"phpmailer/phpmailer": "^6.1",
|
||||||
"carbondate/carbon": "^2.0@beta"
|
"php": "^7.3",
|
||||||
}
|
"codeception/codeception": "^3.1"
|
||||||
}
|
},
|
||||||
|
"license": "BSD",
|
||||||
|
"authors": [
|
||||||
|
{
|
||||||
|
"name": "Stephan Kasdorf",
|
||||||
|
"email": "stephan.kasdorf@bittomine.com"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"minimum-stability": "stable"
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user