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
Tommy Mühle 2021-01-15 10:29:10 +01:00 committed by GitHub
parent 8d647ffbad
commit 0c237549fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -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"