diff --git a/.github/workflows/qa.yml b/.github/workflows/qa.yml index 1d8bc4d..89a777f 100644 --- a/.github/workflows/qa.yml +++ b/.github/workflows/qa.yml @@ -40,7 +40,7 @@ jobs: run: composer validate --no-check-all --strict # Verify the package can be installed succesfully. - # @link https://github.com/marketplace/actions/install-composer-dependencies + # @link https://github.com/marketplace/actions/install-php-dependencies-with-composer - name: Install Composer dependencies uses: ramsey/composer-install@v2 with: @@ -54,7 +54,8 @@ jobs: # Show XML violations inline in the file diff. # @link https://github.com/marketplace/actions/xmllint-problem-matcher - - uses: korelstar/xmllint-problem-matcher@v1 + - name: Enable showing XML issues inline + uses: korelstar/xmllint-problem-matcher@v1 # Validate the ruleset XML file. # @link http://xmlsoft.org/xmllint.html diff --git a/composer.json b/composer.json index 950a2b7..23df563 100644 --- a/composer.json +++ b/composer.json @@ -8,15 +8,19 @@ "name": "Jakub Onderka", "email": "jakub.onderka@gmail.com", "homepage": "http://www.acci.cz" + }, + { + "name" : "Contributors", + "homepage" : "https://github.com/php-parallel-lint/PHP-Code-Style/graphs/contributors" } ], "replace": { "jakub-onderka/php-code-style": "*" }, "require": { - "dealerdirect/phpcodesniffer-composer-installer": "^0.7 || ^1.0", + "dealerdirect/phpcodesniffer-composer-installer": "^1.0", "phpcompatibility/php-compatibility": "^9.3", - "squizlabs/php_codesniffer": "^3.6.1" + "squizlabs/php_codesniffer": "^3.9.0" }, "config": { "allow-plugins": {