Add further path to composer-config.yaml
If the vendor directory is part of the web root you can also find the config in the provided path. Of course you've then also some more problems besides that ;)patch-1
parent
8d647ffbad
commit
0c237549fe
|
@ -11,6 +11,7 @@ requests:
|
|||
- "{{BaseURL}}/composer.json"
|
||||
- "{{BaseURL}}/composer.lock"
|
||||
- "{{BaseURL}}/.composer/composer.json"
|
||||
- "{{BaseURL}}/vendor/composer/installed.json"
|
||||
|
||||
matchers:
|
||||
- type: dsl
|
||||
|
@ -21,4 +22,4 @@ requests:
|
|||
- type: dsl
|
||||
name: composer.json
|
||||
dsl:
|
||||
- "contains(body, 'require') == true && contains(tolower(all_headers), 'application/json') == true && status_code == 200"
|
||||
- "contains(body, 'require') == true && contains(tolower(all_headers), 'application/json') == true && status_code == 200"
|
||||
|
|
Loading…
Reference in New Issue