Skip to content

Commit c763e21

Browse files
authored
Update README.md
1 parent 2ec79fc commit c763e21

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44

55
Make all of your composer's dependencies stable.
66

7+
This command is useful especially during an audit. It allows you to grab latest versions of your requirements.
8+
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.
9+
710
# What ?
811

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

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

17-
This command is useful especially during an audit. It allows you to grab latest versions of your requirements.
18-
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.
19-
2020
## 1 [Composer](http://composer.rarst.net/)
2121

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

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

28-
2929
# Who ?
3030

3131
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.

0 commit comments

Comments
 (0)