Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximeCulea authored Apr 6, 2018
1 parent 2ec79fc commit c763e21
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@

Make all of your composer's dependencies stable.

This command is useful especially during an audit. It allows you to grab latest versions of your requirements.
Once your audit is finished it's recommended to use another command : [Freeze version](https://github.com/BeAPI/composer-freeze-version) to keep versions you have tested.

# What ?

Your dependencies into composer.json will be automatically be changed from :
Expand All @@ -14,18 +17,15 @@ into :

`"wpackagist-plugin/wordpress-seo":"*@stable"`

This command is useful especially during an audit. It allows you to grab latest versions of your requirements.
Once your audit is finished it's recommended to use another command : [Freeze version](https://github.com/BeAPI/composer-freeze-version) to keep versions you have tested.

## 1 [Composer](http://composer.rarst.net/)

- Add repository source : `{ "type": "vcs", "url": "https://github.com/BeAPI/composer-make-stable" }`.
- Include `"bea/composer/make-stable": "dev-master"` in your composer file as require-dev.
- Before use, launch `composer update`.

## 2 Run command
Then you can simply launch `composer make-stable` !


# Who ?

Created by [Be API](https://beapi.fr), the French WordPress leader agency since 2009. Based in Paris, we are more than 30 people and always [hiring](https://beapi.workable.com) some fun and talented guys. So we will be pleased to work with you.
Expand Down

0 comments on commit c763e21

Please sign in to comment.