Skip to content

BeAPI/composer-make-stable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Be API Github Banner

Composer Make Stable

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 to keep versions you have tested.

What ?

Your dependencies into composer.json will be automatically be changed from :

"wpackagist-plugin/wordpress-seo":"6.2"

into :

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

Composer Make Stable : how to)

How ?

1 - Add to Composer

Run composer require "beapi/composer-make-stable": "dev-master" --dev.

2 - Run command

Then you can simply launch composer make-stable !

Who ?

Created by Be API, the French WordPress leader agency since 2009. Based in Paris, we are more than 30 people and always hiring some fun and talented guys. So we will be pleased to work with you.

This plugin is only maintained, which means we do not guarantee some free support. If you identify any errors or have an idea for improving this script, feel free to open an issue. Please provide as much info as needed in order to help us resolving / approve your request. And .. be patient :)

If you really like what we do or want to thank us for our quick work, feel free to donate as much as you want / can, even 1€ is a great gift for buying cofee :)

License

Composer Make Stable is licensed under the GPLv3 or later.