Skip to content

MaximeCulea/Composer-Stable-Versions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Composer Stable Versions

Make all your composer's dependencies stable.

This command is useful especially during an audit. It allows you to grab latest versions of your dependencies.

Once your audit is finished it's recommended to use another command : Freeze Versions to keep the versions you have tested.

What?

Your dependencies into composer.json will be automatically be changed from "wpackagist-plugin/wordpress-seo":"6.2" to "wpackagist-plugin/wordpress-seo":"*@stable".

See how it works

How?

1 - Add to Composer

  • From Packagist

    • Do composer require maximeculea/composer-stable-versions
  • From Github

    • Add into your composer json { "type": "vcs", "url": "https://github.com/MaximeCulea/Composer-Stable-Versions" }
    • Include "maximeculea/composer-stable-versions": "dev-master" in your composer file as require
    • Before use, launch composer update

2 - Run command

Then you can simply launch composer versions-make-stable!

License

Composer Stable Versions is licensed under the GPL3+.