Skip to content

Commit

Permalink
Update Laravel Pint and PHPUnit versions in composer.json
Browse files Browse the repository at this point in the history
The Laravel Pint and PHPUnit packages have been upgraded to their later versions, which are respectively "^1.13.10" and "^10.5.9". Subsequent effects due to these updates should be closely monitored to identify any potential issues.
  • Loading branch information
MarjovanLier committed Jan 23, 2024
1 parent c014454 commit 308c686
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,14 @@
"require-dev": {
"enlightn/security-checker": "^2.0",
"infection/infection": "^0.27.9",
"laravel/pint": "^1.13.9",
"laravel/pint": "^1.13.10",
"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.56",
"phpstan/phpstan-strict-rules": "^1.5.2",
"phpunit/phpunit": "^10.5.8",
"phpunit/phpunit": "^10.5.9",
"psalm/plugin-phpunit": "^0.18.4",
"rector/rector": "^0.19.2",
"roave/no-floaters": "^1.11",
Expand Down

0 comments on commit 308c686

Please sign in to comment.