-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
745c78b
commit dad734c
Showing
3 changed files
with
28 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,26 @@ | ||
# PHP | ||
|
||
> This component is a work-in-progress while we port things over from dependencies.io v2. | ||
If you're interested in this one specifically, | ||
[please let us know!](https://www.dependencies.io/contact/) | ||
Currently supports: | ||
|
||
- `composer.json` | ||
- `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/). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters