diff --git a/.github/workflows/build_on_merge.yml b/.github/workflows/build_on_merge.yml index 59104e4f..b3aa2e31 100644 --- a/.github/workflows/build_on_merge.yml +++ b/.github/workflows/build_on_merge.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v6 - name: "Install PHP" - uses: "shivammathur/setup-php@2.36.0" + uses: "shivammathur/setup-php@2.37.0" with: coverage: "pcov" php-version: "8.4" diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 2f7d05d1..cb550047 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@88c5cfdb863459ae01e3adec73d1dd4530983843 # 1.32.0 + uses: laminas/laminas-ci-matrix-action@6383012fc66934b529727af575aa783bd82a4c03 # v1.33 qa: name: QA Checks diff --git a/.github/workflows/scheduled_build.yml b/.github/workflows/scheduled_build.yml index 0c15889a..0f4eb130 100644 --- a/.github/workflows/scheduled_build.yml +++ b/.github/workflows/scheduled_build.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@v6 - name: "Install PHP" - uses: "shivammathur/setup-php@2.36.0" + uses: "shivammathur/setup-php@2.37.0" with: coverage: "pcov" php-version: "8.4" diff --git a/composer.json b/composer.json index 4f955c26..f029649a 100644 --- a/composer.json +++ b/composer.json @@ -16,30 +16,30 @@ } ], "require": { - "php": "~8.4.1", + "php": "~8.5.5", "ext-bcmath": "*", "ext-json": "*", "ext-pcre": "*", - "azjezz/psl": "^6.1.0", - "composer/composer": "^2.9.2", + "azjezz/psl": "^6.1.1", + "composer/composer": "^2.9.7", "composer/semver": "^3.4.4", - "monolog/monolog": "^3.9.0", + "monolog/monolog": "^3.10.0", "nyholm/psr7": "^1.8.2", "ocramius/package-versions": "^2.11.0", "php-http/curl-client": "^2.4.0", "psr/http-client": "^1.0.3", "psr/http-message": "^2.0.0", "psr/log": "^3.0.2", - "symfony/yaml": "^8.0.1" + "symfony/yaml": "^8.0.8" }, "require-dev": { "doctrine/coding-standard": "^14.0.0", - "php-standard-library/psalm-plugin": "^2.3.0", - "phpunit/phpunit": "^12.5.3", - "psalm/plugin-phpunit": "^0.19.5", - "roave/infection-static-analysis-plugin": "^1.42.0", + "php-standard-library/psalm-plugin": "^2.4.0", + "phpunit/phpunit": "^12.5.23", + "psalm/plugin-phpunit": "^0.20.1", + "roave/infection-static-analysis-plugin": "^1.43.0", "squizlabs/php_codesniffer": "^4.0.1", - "vimeo/psalm": "^6.14.2" + "vimeo/psalm": "^6.16.1" }, "replace": { "symfony/polyfill-ctype": "*",