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/other/bob.site.yml
vendored
Normal file
4
vendor/consolidation/site-alias/tests/fixtures/sitealiases/other/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/other/fred.site.yml
vendored
Normal file
4
vendor/consolidation/site-alias/tests/fixtures/sitealiases/other/fred.site.yml
vendored
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
dev:
|
||||
root: /other/path/to/fred
|
||||
other:
|
||||
root: /other/other/path/to/fred
|
||||
1
vendor/consolidation/site-alias/tests/fixtures/sitealiases/other/simple.site.yml
vendored
Normal file
1
vendor/consolidation/site-alias/tests/fixtures/sitealiases/other/simple.site.yml
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
root: /other/path/to/simple
|
||||
7
vendor/consolidation/site-alias/tests/fixtures/sitealiases/other/single.site.yml
vendored
Normal file
7
vendor/consolidation/site-alias/tests/fixtures/sitealiases/other/single.site.yml
vendored
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
default: dev
|
||||
dev:
|
||||
root: /other/path/to/single
|
||||
other:
|
||||
root: /other/other/path/to/single
|
||||
common:
|
||||
foo: baz
|
||||
Reference in a new issue