Skip to content

Commit

Permalink
Merge pull request #1205: Support Psalm v6, add PHP 8.4 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
spiralbot committed Jan 31, 2025
1 parent 3f673c9 commit 46f209a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,16 +40,16 @@
"spiral/logger": "^3.16",
"spiral/mailer": "^3.16",
"spiral/views": "^3.16",
"symfony/mailer": "^5.1 || ^6.0 || ^7.0",
"symfony/mailer": "^5.4.45 || ^6.4.17 || ^7.2",
"psr/event-dispatcher": "^1.0"
},
"require-dev": {
"phpunit/phpunit": "^10.5",
"mockery/mockery": "^1.6",
"phpunit/phpunit": "^10.5.41",
"mockery/mockery": "^1.6.12",
"spiral/boot": "^3.16",
"spiral/stempler-bridge": "^3.16",
"spiral/testing": "^2.8",
"vimeo/psalm": "^5.9"
"spiral/testing": "^2.8.3",
"vimeo/psalm": "^6.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 46f209a

Please sign in to comment.