Skip to content

Commit

Permalink
Update Laravel, PHPStan, PHPUnit, Rector and other dependencies
Browse files Browse the repository at this point in the history
The versions of Laravel, PHPStan, PHPUnit, Rector, Roave, and Vimeo/Psalm in the require-dev section of composer.json have been updated to newer versions. These updates include minor version changes, reflecting up-to-date changes and keeping the project in line with the latest standards and features.
  • Loading branch information
MarjovanLier committed Jan 18, 2024
1 parent 74856a5 commit 51610c3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,19 +44,19 @@
"require-dev": {
"enlightn/security-checker": "^2.0",
"infection/infection": "^0.27.9",
"laravel/pint": "^1.13.8",
"laravel/pint": "^1.13.9",
"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.55",
"phpstan/phpstan": "^1.10.56",
"phpstan/phpstan-strict-rules": "^1.5.2",
"phpunit/phpunit": "^10.5.6",
"phpunit/phpunit": "^10.5.7",
"psalm/plugin-phpunit": "^0.18.4",
"rector/rector": "^0.19",
"roave/no-floaters": "^1.10",
"rector/rector": "^0.19.1",
"roave/no-floaters": "^1.11",
"roave/security-advisories": "dev-latest",
"vimeo/psalm": "^5.19"
"vimeo/psalm": "^5.19.1"
},
"scripts-descriptions": {
"test:code-style": "Run code style checks",
Expand Down

0 comments on commit 51610c3

Please sign in to comment.