Merge pull request #758 from tommy-muehle/patch-1

Add further path to composer-config.yaml
patch-1
PD-Team 2021-01-15 15:08:54 +05:30 committed by GitHub
commit 54af34fa79
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"