Skip to content

Commit

Permalink
(Changed) Updated Packages (#5)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
MarjovanLier authored Feb 21, 2024
1 parent f05ded2 commit c6b1a74
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit c6b1a74

Please sign in to comment.