From c6b1a74d6e91dadaa7c961b705450b0f16977701 Mon Sep 17 00:00:00 2001 From: Marjo Date: Wed, 21 Feb 2024 08:06:56 +0100 Subject: [PATCH] (Changed) Updated Packages (#5) * Update dependency versions in composer.json In the development dependencies, the versions of "infection/infection", "laravel/pint", and "phpstan/phpstan" have been updated. This ensures that we use these packages' most recent and stable versions. * Update CHANGELOG.md --- CHANGELOG.md | 5 +++++ composer.json | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 578fcc6..d311d63 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 2024-02-21 + +### Changed +- Updated several development dependencies in the `composer.json` file to ensure compatibility and stability with the latest versions. The updates include `infection/infection`, `laravel/pint`, and `phpstan/phpstan`. This change contributes to the project's overall quality and security. + ## 2024-02-18 ### Added diff --git a/composer.json b/composer.json index c289a75..7b71029 100644 --- a/composer.json +++ b/composer.json @@ -43,13 +43,13 @@ }, "require-dev": { "enlightn/security-checker": ">=2.0", - "infection/infection": ">=0.27.9", - "laravel/pint": ">=1.13.11", + "infection/infection": ">=0.27.10", + "laravel/pint": ">=1.14.0", "phan/phan": ">=5.4.3", "php-parallel-lint/php-parallel-lint": ">=1.3.2", "phpmd/phpmd": ">=2.15", "phpstan/extension-installer": ">=1.3.1", - "phpstan/phpstan": ">=1.10.58", + "phpstan/phpstan": ">=1.10.59", "phpstan/phpstan-strict-rules": ">=1.5.2", "phpunit/phpunit": ">=10.5.10", "psalm/plugin-phpunit": ">=0.18.4",