Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dropseed/deps-php

Deps component for updating PHP dependencies
https://github.com/dropseed/deps-php

composer deps deps-component php

Last synced: 30 days ago
JSON representation

Deps component for updating PHP dependencies

Awesome Lists containing this project

README

        

# deps-php

Supports `composer.json` and `composer.lock`.

## Example `deps.yml`

```yaml
version: 3
dependencies:
- type: php
path: app
settings:
# Set the options for composer install/update/require
#
# Default: "--no-progress --no-suggest"
composer_options: "--no-scripts"
```

## Support

Any questions or issues with this specific component should be discussed in [GitHub issues](https://github.com/dropseed/deps-php/issues).

If there is private information which needs to be shared then please use the private support channels in [dependencies.io](https://www.dependencies.io/contact/).