Skip to content

Commit

Permalink
Merge pull request #158 from bearsunday/symfony-cache-v7
Browse files Browse the repository at this point in the history
Update dependencies and enhance compatibility
  • Loading branch information
koriym authored Jan 6, 2025
2 parents 1455d3f + 867777f commit 7997435
Show file tree
Hide file tree
Showing 3 changed files with 403 additions and 139 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"ray/aop": "^2.16",
"ray/di": "^2.17.2",
"ray/psr-cache-module": "^1.3.4",
"symfony/cache": "^5.3 || ^6.0",
"symfony/cache": "^5.3 || ^6.0 || ^7.3",
"symfony/cache-contracts": "^2.4 || ^3.0"
},
"require-dev": {
Expand Down
3 changes: 1 addition & 2 deletions vendor-bin/tools/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@
"require-dev": {
"doctrine/coding-standard": "^12.0",
"phpmd/phpmd": "^2.15",
"phpmetrics/phpmetrics": "^2.8",
"phpstan/phpstan": "^2.0",
"vimeo/psalm": "^5.26"
"vimeo/psalm": "^5.26 || dev-master"
},
"config": {
"allow-plugins": {
Expand Down
Loading

0 comments on commit 7997435

Please sign in to comment.