Skip to content

Commit

Permalink
Moves CLI to separate package
Browse files Browse the repository at this point in the history
  • Loading branch information
jedrzejchalubek committed Jan 23, 2017
1 parent 422079d commit 6b6f1bb
Show file tree
Hide file tree
Showing 7 changed files with 150 additions and 479 deletions.
7 changes: 2 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,15 @@
"php": ">=5.6"
},
"require-dev": {
"symfony/console": "~2.3|~3.0",
"symfony/finder": "~2.3|~3.0",

"tonik/cli": "@dev",
"brain/monkey": "~1.3.0",
"mockery/mockery": "~1.0.0",
"phpunit/phpunit": "~5.3.0",
"satooshi/php-coveralls": "~1.0.0",
"php-mock/php-mock-phpunit": "^1.1"
},
"suggest": {
"symfony/console": "[Gin CLI] Required for the proper operation of Console component",
"symfony/finder": "[Gin CLI] Needed for `gin tonik:shake` command"
"tonik/cli": "Required for the proper operation of Gin CLI"
},
"autoload": {
"psr-4": {
Expand Down
108 changes: 76 additions & 32 deletions composer.lock

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

12 changes: 0 additions & 12 deletions gin

This file was deleted.

83 changes: 0 additions & 83 deletions src/Gin/Foundation/Console/CLI.php

This file was deleted.

Loading

0 comments on commit 6b6f1bb

Please sign in to comment.