Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dropseed/deps-php
- Owner: dropseed
- License: mit
- Created: 2019-09-11T19:49:06.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-22T23:37:28.000Z (almost 4 years ago)
- Last Synced: 2024-11-30T14:55:33.245Z (about 1 month ago)
- Topics: composer, deps, deps-component, php
- Language: PHP
- Homepage: https://docs.dependencies.io/php/
- Size: 168 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/).