diff --git a/.github/workflows/build_on_merge.yml b/.github/workflows/build_on_merge.yml index a7b2e9c1..ef2b2915 100644 --- a/.github/workflows/build_on_merge.yml +++ b/.github/workflows/build_on_merge.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v4 - name: "Install PHP" - uses: "shivammathur/setup-php@2.31.1" + uses: "shivammathur/setup-php@2.32.0" with: coverage: "pcov" php-version: "8.3" diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 5d5dec6e..5b9590f5 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -16,7 +16,7 @@ jobs: steps: - name: Gather CI configuration id: matrix - uses: laminas/laminas-ci-matrix-action@b0bd3422916dffbf4ea57626c10abaf1964d808b # 1.28.0 + uses: laminas/laminas-ci-matrix-action@7f7976e6faf1ee8fcfca77cf0487cc4d0b486f11 # 1.29.0 qa: name: QA Checks diff --git a/.github/workflows/scheduled_build.yml b/.github/workflows/scheduled_build.yml index 1f57b94d..83806c68 100644 --- a/.github/workflows/scheduled_build.yml +++ b/.github/workflows/scheduled_build.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@v4 - name: "Install PHP" - uses: "shivammathur/setup-php@2.31.1" + uses: "shivammathur/setup-php@2.32.0" with: coverage: "pcov" php-version: "8.3" diff --git a/composer.json b/composer.json index 63284ea7..65121a3f 100644 --- a/composer.json +++ b/composer.json @@ -16,12 +16,12 @@ } ], "require": { - "php": "~8.3.1", + "php": "~8.4.3", "ext-bcmath": "*", "ext-json": "*", "ext-pcre": "*", - "azjezz/psl": "^3.1.0", - "composer/composer": "^2.8.4", + "azjezz/psl": "^3.2.0", + "composer/composer": "^2.8.5", "composer/semver": "^3.4.3", "monolog/monolog": "^3.8.1", "nyholm/psr7": "^1.8.2", @@ -36,9 +36,9 @@ "doctrine/coding-standard": "^12.0.0", "php-standard-library/psalm-plugin": "^2.3.0", "phpunit/phpunit": "^9.6.22", - "psalm/plugin-phpunit": "^0.19.0", - "roave/infection-static-analysis-plugin": "^1.35.0", - "squizlabs/php_codesniffer": "^3.11.2", + "psalm/plugin-phpunit": "^0.19.2", + "roave/infection-static-analysis-plugin": "^1.36.0", + "squizlabs/php_codesniffer": "^3.11.3", "vimeo/psalm": "^5.26.1" }, "replace": {