Download the PHP package maximeculea/composer-freeze-versions without Composer
On this page you can find all versions of the php package maximeculea/composer-freeze-versions. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download maximeculea/composer-freeze-versions
More information about maximeculea/composer-freeze-versions
Files in maximeculea/composer-freeze-versions
Package composer-freeze-versions
Short Description Freeze versions of your composer's dependencies.
License GPL-3.0+
Informations about the package composer-freeze-versions
Composer Freeze Versions
Freeze versions of your composer's dependencies.
This command is especially useful while making a site live. It allows you to grab latest versions of your composer.lock which you tested you site against.
If you would like to go back to a staging status, use another command : Make Stable to set versions as stable.
What?
Your dependencies into composer.json will be automatically be changed from "wpackagist-plugin/wordpress-seo":"@stable"
to "wpackagist-plugin/wordpress-seo":"6.2"
How?
1 - Add to Composer
-
From Packagist
- Do
composer require maximeculea/composer-freeze-versions
- Do
- From Github
- Add into your composer json
{ "type": "vcs", "url": "https://github.com/MaximeCulea/Composer-Freeze-Versions" }
- Include
"maximeculea/composer-freeze-versions": "dev-master"
in your composer file as require - Before use, launch
composer update
- Add into your composer json
2 - Run command
Then you can simply launch composer versions-freeze
!
License
Composer Freeze Versions is licensed under the GPL3+.
All versions of composer-freeze-versions with dependencies
composer-plugin-api Version ^1.0 || ^2.0