Skip to content

Commit

Permalink
Submit composer
Browse files Browse the repository at this point in the history
  • Loading branch information
akiyamaSM committed Apr 21, 2019
1 parent 43c7082 commit 6ced28b
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"name": "inani/chibi",
"description": "The Chibi Framework.",
"keywords": ["framework", "Chibi", "PHP"],
"license": "MIT",
"support": {
"issues": "https://github.com/akiyamaSM/chibi/issues",
"source": "https://github.com/akiyamaSM/chibi"
},
"authors": [
{
"name": "El Houssain INANI",
"email": "[email protected]"
},
{
"name": "Anas El Alami",
"email": "[email protected]"
}
],
"autoload": {
"files": [
"core/Helpers/helpers.php"
],
"psr-4": {
"Chibi\\": "core/"
}
},
"repositories": [
{
"type": "path",
"url": "packages/yumi/console"
}
],
"require": {
"filp/whoops": "^2.1",
"vlucas/phpdotenv": "~1.0",
"nesbot/carbon": "^1.26.3",
"symfony/var-dumper": "4.*"
},
"require-dev" :{
"yumi/console":"dev-master"
}
}

0 comments on commit 6ced28b

Please sign in to comment.