Skip to content

Commit

Permalink
Update install instructions to use composer require
Browse files Browse the repository at this point in the history
  • Loading branch information
bcrowe committed Dec 27, 2014
1 parent 865ccd6 commit a6968aa
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions README.md
Expand Up @@ -19,14 +19,11 @@ loss to flexibility.
You can install CakePHP into your project using
[composer](http://getcomposer.org). If you're starting a new project, we
recommend using the [app skeleton](https://github.com/cakephp/app) as
a starting point. For existing applications you can add the following to your
`composer.json` file:
a starting point. For existing applications you can run the following:

"require": {
"cakephp/cakephp": "3.0.*-dev"
}

And run `php composer.phar update`
``` bash
$ composer require cakephp/cakephp:"3.0.*-dev"
```

## Running Tests

Expand Down

0 comments on commit a6968aa

Please sign in to comment.