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..6830095 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": "dev-MOS-1820-php-83", "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" } }