diff --git a/.github/workflows/coding-standards.yml b/.github/workflows/coding-standards.yml index e42536b..ddbf50e 100644 --- a/.github/workflows/coding-standards.yml +++ b/.github/workflows/coding-standards.yml @@ -24,7 +24,7 @@ jobs: uses: "actions/checkout@v4" - name: "Install PHP" - uses: "shivammathur/setup-php@2.30.0" + uses: "shivammathur/setup-php@2.31.1" with: coverage: "pcov" php-version: "${{ matrix.php-version }}" diff --git a/.github/workflows/mutation-tests.yml b/.github/workflows/mutation-tests.yml index a4b09d6..dc43fb8 100644 --- a/.github/workflows/mutation-tests.yml +++ b/.github/workflows/mutation-tests.yml @@ -26,7 +26,7 @@ jobs: fetch-depth: 0 - name: "Install PHP" - uses: "shivammathur/setup-php@2.30.0" + uses: "shivammathur/setup-php@2.31.1" with: coverage: "pcov" php-version: "${{ matrix.php-version }}" diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml index 3932418..d8a14b0 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -29,7 +29,7 @@ jobs: fetch-depth: 0 - name: "Install PHP" - uses: "shivammathur/setup-php@2.30.0" + uses: "shivammathur/setup-php@2.31.1" with: coverage: "pcov" php-version: "${{ matrix.php-version }}" diff --git a/.github/workflows/psalm.yml b/.github/workflows/psalm.yml index 9c614e9..783848c 100644 --- a/.github/workflows/psalm.yml +++ b/.github/workflows/psalm.yml @@ -24,7 +24,7 @@ jobs: uses: "actions/checkout@v4" - name: "Install PHP" - uses: "shivammathur/setup-php@2.30.0" + uses: "shivammathur/setup-php@2.31.1" with: coverage: "pcov" php-version: "${{ matrix.php-version }}" diff --git a/.github/workflows/release-on-milestone-closed.yml b/.github/workflows/release-on-milestone-closed.yml index 7b19d40..3abe447 100644 --- a/.github/workflows/release-on-milestone-closed.yml +++ b/.github/workflows/release-on-milestone-closed.yml @@ -47,7 +47,7 @@ jobs: "GIT_AUTHOR_EMAIL": ${{ secrets.GIT_AUTHOR_EMAIL }} - name: "Bump Changelog Version On Originating Release Branch" - uses: "laminas/automatic-releases@1.24.0" + uses: "laminas/automatic-releases@1.25.0" with: command-name: "laminas:automatic-releases:bump-changelog" env: diff --git a/.github/workflows/run-example.yml b/.github/workflows/run-example.yml index 672bef6..7d175af 100644 --- a/.github/workflows/run-example.yml +++ b/.github/workflows/run-example.yml @@ -29,7 +29,7 @@ jobs: fetch-depth: 0 - name: "Install PHP" - uses: "shivammathur/setup-php@2.30.0" + uses: "shivammathur/setup-php@2.31.1" with: coverage: "pcov" php-version: "${{ matrix.php-version }}" diff --git a/composer.json b/composer.json index 3ecadaa..b4478f2 100644 --- a/composer.json +++ b/composer.json @@ -13,16 +13,16 @@ "php": "~8.1.0 || ~8.2.0 || ~8.3.0", "ext-json": "*", "composer-plugin-api": "^2.1.0", - "ocramius/package-versions": "^2.8.0", - "vimeo/psalm": "^5.23.1", + "ocramius/package-versions": "^2.9.0", + "vimeo/psalm": "^5.26.0", "psalm/plugin-phpunit": "^0.19.0" }, "require-dev": { - "composer/composer": "^2.7.2", + "composer/composer": "^2.7.9", "doctrine/coding-standard": "^12.0.0", - "infection/infection": "^0.27.11", - "phpunit/phpunit": "^10.5.15", - "symfony/process": "^7.0.4" + "infection/infection": "^0.29.6", + "phpunit/phpunit": "^10.5.33", + "symfony/process": "^7.1.3" }, "autoload": { "psr-4": {