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 f6a380a commit 8438627
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@
"spiral/core": "^3.16",
"spiral/logger": "^3.16",
"spiral/tokenizer": "^3.16",
"symfony/translation": "^5.1 || ^6.0 || ^7.0",
"symfony/translation": "^5.4.45 || ^6.4.17 || ^7.2",
"psr/event-dispatcher": "^1.0"
},
"require-dev": {
"phpunit/phpunit": "^10.5",
"mockery/mockery": "^1.6",
"vimeo/psalm": "^5.9"
"phpunit/phpunit": "^10.5.41",
"mockery/mockery": "^1.6.12",
"vimeo/psalm": "^6.0"
},
"autoload": {
"files": [
Expand Down

0 comments on commit 8438627

Please sign in to comment.