Skip to content

Commit

Permalink
Merge pull request #2 from alllinux/v0.9.2
Browse files Browse the repository at this point in the history
V0.9.2
  • Loading branch information
alllinux authored Nov 4, 2019
2 parents 7e3e7b9 + 713c4ad commit ed31b54
Showing 1 changed file with 16 additions and 13 deletions.
29 changes: 16 additions & 13 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,24 @@
{
"name": "nibiru/nibiru-framework",
"type": "framework",
"description": "PHP MVC rapid prototyping framework",
"type": "library",
"config": {
"vendor-dir": "core/l"
},
"require": {
"smarty/smarty": "^3.1",
"phpmailer/phpmailer": "^6.1",
"php": ">=7.1",
"codeception/codeception": "^3.1"
},
"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"
"email": "stephan.kasdorf@bittomine.com",
"homepage": "https://www.nibiru-framework.com",
"role": "Developer"
}
],
"minimum-stability": "stable"
}
"config": {
"vendor-dir": "core/l"
},
"require": {
"php": ">=7.1.0",
"smarty/smarty": "^3.1",
"phpmailer/phpmailer": "^6.1"
}
}

0 comments on commit ed31b54

Please sign in to comment.