Skip to content

A Dagger module for installing Composer dependencies

License

Notifications You must be signed in to change notification settings

jasonmccallister/dagger-composer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Composer Dagger Module

This is a Dagger module to handling installing dependencies in a PHP project with Composer.

Usage

To manage dependencies in the current working directory:

dagger call -m github.com/jasonmccallister/dagger-composer install export --path vendor

To provide a specific directory (default is the current directory) that contains the composer.lock and composer.json files:

dagger call -m github.com/jasonmccallister/dagger-composer install --dir ./path/to/directory export --path vendor

To use a specific version of composer (default is latest) use the --version flag.

dagger call -m github.com/jasonmccallister/dagger-composer --version 2.2 install export --path vendor

About

A Dagger module for installing Composer dependencies

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages