Skip to content

Commit 8438627

Browse files
committed
Merge pull request #1205: Support Psalm v6, add PHP 8.4 in CI
1 parent f6a380a commit 8438627

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@
3737
"spiral/core": "^3.16",
3838
"spiral/logger": "^3.16",
3939
"spiral/tokenizer": "^3.16",
40-
"symfony/translation": "^5.1 || ^6.0 || ^7.0",
40+
"symfony/translation": "^5.4.45 || ^6.4.17 || ^7.2",
4141
"psr/event-dispatcher": "^1.0"
4242
},
4343
"require-dev": {
44-
"phpunit/phpunit": "^10.5",
45-
"mockery/mockery": "^1.6",
46-
"vimeo/psalm": "^5.9"
44+
"phpunit/phpunit": "^10.5.41",
45+
"mockery/mockery": "^1.6.12",
46+
"vimeo/psalm": "^6.0"
4747
},
4848
"autoload": {
4949
"files": [

0 commit comments

Comments
 (0)