Skip to content

Commit

Permalink
Project metadata changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mohatt committed Oct 5, 2016
1 parent 3767f19 commit 8890d5a
Show file tree
Hide file tree
Showing 3 changed files with 69 additions and 57 deletions.
File renamed without changes.
16 changes: 14 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@
{
"name": "awesomehub/cli",
"type": "project",
"description": "Awesomehub command line interface for genrating collecting lists and repositories.",
"keywords": ["cli", "console", "github"],
"homepage": "https://github.com/",
"license": "MIT",
"authors": [
{
"name": "Mohamed Elkholy",
"email": "[email protected]"
}
],
"require": {
"php": ">=7.0",
"psr/log": "^1.0",
Expand All @@ -8,14 +20,14 @@
"symfony/process": "^3.1",
"symfony/debug": "^3.1",
"symfony/yaml": "^3.1",
"symfony/config": "^3.1",
"symfony/event-dispatcher": "^3.1"
},
"require-dev": {
"symfony/config": "^3.1",
"symfony/expression-language": "^3.1",
"symfony/var-dumper": "^3.1"
},
"bin": ["bin/docklyn"],
"bin": ["bin/hub"],
"autoload": {
"psr-4": {
"Hub\\": "src/Hub"
Expand Down
110 changes: 55 additions & 55 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8890d5a

Please sign in to comment.