Skip to content

Commit

Permalink
Updated README composer install instructions, removed unnecessary git
Browse files Browse the repository at this point in the history
url reference.
  • Loading branch information
shiki committed Nov 16, 2013
1 parent f948dfd commit 93dfb80
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 16 deletions.
3 changes: 0 additions & 3 deletions README.md
Expand Up @@ -28,9 +28,6 @@ The only supported installation method for now is using [Composer](http://getcom

```json
{
"repositories": [
{ "type": "vcs", "url": "https://github.com/shiki/yii-firephp.git" }
],
"require": {
"shiki/yii-firephp": "dev-master"
}
Expand Down
3 changes: 0 additions & 3 deletions example/composer.json
@@ -1,7 +1,4 @@
{
"repositories": [
{ "type": "vcs", "url": "https://github.com/shiki/yii-firephp.git" }
],
"require": {
"yiisoft/yii": ">= 1.1.14",
"shiki/yii-firephp": "dev-master"
Expand Down
34 changes: 24 additions & 10 deletions example/composer.lock

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

0 comments on commit 93dfb80

Please sign in to comment.