Skip to content

Commit

Permalink
Update packages to latest version
Browse files Browse the repository at this point in the history
To avoid deprecation notices in PHP 8.2
  • Loading branch information
mdio committed Oct 12, 2023
1 parent c37af64 commit fe62b2d
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 @@ -35,8 +35,8 @@
"require-dev": {
"phpunit/phpunit": "^9.3",
"squizlabs/php_codesniffer": "^3.5",
"vimeo/psalm": "^4.9",
"phpstan/phpstan": "^0.12.42",
"vimeo/psalm": "^5.15.0",
"phpstan/phpstan": "^1.10.38",
"friendsofphp/php-cs-fixer": "^3.1"
},
"autoload": {
Expand Down

0 comments on commit fe62b2d

Please sign in to comment.