diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fbe53d8..485907e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -126,7 +126,7 @@ jobs: uses: ramsey/composer-install@v3 - name: Install PHP tools with phive. - run: "phive install --trust-gpg-keys '51C67305FFC2E5C0,12CE0F1D262429A5,99BF4D9A33D65E1E'" + run: "phive install --trust-gpg-keys 'CF1A108D0E7AE720,51C67305FFC2E5C0,99BF4D9A33D65E1E'" - name: Run phpcs if: always() diff --git a/.phive/phars.xml b/.phive/phars.xml index f3acee7..c979fee 100644 --- a/.phive/phars.xml +++ b/.phive/phars.xml @@ -1,5 +1,5 @@ - - + + diff --git a/composer.json b/composer.json index 4c38637..3d3c054 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ "symfony/process": "^5.4 || ^6.0 || ^7.0" }, "require-dev": { - "phpunit/phpunit": "^10.5.5 || ^11.1.3 || ^12.0", + "phpunit/phpunit": "^10.5.5 || ^11.1.3 || ^12.0 || ^13.0", "cakephp/cakephp-codesniffer": "^5.0" }, "autoload": {