From e69904d072e167ebbe9015fa279cc7798fa5e049 Mon Sep 17 00:00:00 2001 From: Tom Peters <12202941+TomPeters-NL@users.noreply.github.com> Date: Thu, 19 Sep 2024 09:52:12 +0200 Subject: [PATCH] chore(MOS-1819): Add PHP 8.3 support. (#15) * chore(MOS-1819): Add PHP 8.3 support and update Psalm packages. * fixup! chore(MOS-1819): Add PHP 8.3 support and update Psalm packages. --------- Co-authored-by: Fred-Jan van der Eijken --- .github/workflows/test.yaml | 2 +- composer.json | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index cc42ace..01d730c 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -9,7 +9,7 @@ jobs: - uses: actions/checkout@v3 - uses: shivammathur/setup-php@v2 with: - php-version: 8.2 + php-version: 8.3 coverage: none - uses: ramsey/composer-install@v2 - id: set-php-versions diff --git a/composer.json b/composer.json index 8ce79d5..de37ccb 100644 --- a/composer.json +++ b/composer.json @@ -29,11 +29,11 @@ }, "require-dev": { "myonlinestore/coding-standard": "^3.1", - "myonlinestore/php-devtools": "^0.4", + "myonlinestore/php-devtools": "^0.5", "phpunit/phpunit": "^9.5", - "psalm/plugin-phpunit": "^0.16.1", - "psalm/plugin-symfony": "^4.0", + "psalm/plugin-phpunit": "^0.19", + "psalm/plugin-symfony": "^5.0", "roave/infection-static-analysis-plugin": "^1.18", - "vimeo/psalm": "^4.30" + "vimeo/psalm": "^5.0" } }