Skip to content

A small python script to set precise dependencies in composer.json

Notifications You must be signed in to change notification settings

gllmcornet/symfony-dependencies-locker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Symfony dependency locker

A small python script to lock your major and minor versions of the libraries defined in your composer.json using the installed versions in your composer.lock.

Prerequisites

  • A Symfony project with a composer.json and a composer.lock files
  • Python 2 or 3 installed on your device

Usage

  • Clone the repository git clone git@github.com:gllmcornet/symfony-dependencies-locker.git
  • python symfony-dependencies-locker/lock_symfony_dependencies.py path/to/your/project

And that's it !

About

A small python script to set precise dependencies in composer.json

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages