Skip to content
This repository has been archived by the owner on May 5, 2024. It is now read-only.

Commit

Permalink
Use composer require ... in README
Browse files Browse the repository at this point in the history
This replaces the manual editing of `composer.json` in the README with the more direct approach of using `composer require`.
  • Loading branch information
jwpage committed Mar 10, 2015
1 parent 6dd8917 commit 4966a1f
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions README.md
Expand Up @@ -65,18 +65,12 @@ Install composer in your project:
curl -s https://getcomposer.org/installer | php
```

Create a composer.json file in your project root:
```json
{
"require": {
"codeguy/upload": "*"
}
}
```
Install via composer:
Require the package with composer:

```
php composer.phar install
php composer.phar require codeguy/upload
```

## Author

[Josh Lockhart](https://github.com/codeguy)
Expand Down

0 comments on commit 4966a1f

Please sign in to comment.