Update Composer, update everything
This commit is contained in:
parent
ea3e94409f
commit
dda5c284b6
19527 changed files with 1135420 additions and 351004 deletions
4
vendor/consolidation/site-alias/tests/fixtures/sitealiases/dup/bob.site.yml
vendored
Normal file
4
vendor/consolidation/site-alias/tests/fixtures/sitealiases/dup/bob.site.yml
vendored
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
dev:
|
||||
root: /other/path/to/bob
|
||||
other:
|
||||
root: /other/other/path/to/bob
|
||||
4
vendor/consolidation/site-alias/tests/fixtures/sitealiases/dup/fred.site.yml
vendored
Normal file
4
vendor/consolidation/site-alias/tests/fixtures/sitealiases/dup/fred.site.yml
vendored
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
dev:
|
||||
root: /other/path/to/fred
|
||||
other:
|
||||
root: /other/other/path/to/fred
|
||||
8
vendor/consolidation/site-alias/tests/fixtures/sitealiases/dup/single.site.yml
vendored
Normal file
8
vendor/consolidation/site-alias/tests/fixtures/sitealiases/dup/single.site.yml
vendored
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
default: dev
|
||||
dev:
|
||||
root: /dup/path/to/single
|
||||
alternate:
|
||||
root: /dup/alternate/path/to/single
|
||||
common:
|
||||
foo: dup
|
||||
|
||||
Reference in a new issue