Skip to content

Commit 0b91072

Browse files
authored
Merge pull request #70 from wp-cli/danielbachhuber-patch-1
Add `dependencies.yml` file to define auto-updates
2 parents 7bba86f + 7bd0359 commit 0b91072

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

dependencies.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
version: 2
2+
dependencies:
3+
- type: php
4+
path: /
5+
settings:
6+
composer_options: "--ignore-platform-reqs"

0 commit comments

Comments
 (0)