Skip to content

Commit

Permalink
Merge pull request #1142: add CacheStorageRegistryInterface
Browse files Browse the repository at this point in the history
  • Loading branch information
spiralbot committed Nov 26, 2024
1 parent 5bae657 commit 07809eb
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,19 +35,19 @@
"require": {
"php": ">=8.1",
"ext-json": "*",
"spiral/core": "^3.14.7",
"spiral/queue": "^3.14.7",
"spiral/logger": "^3.14.7",
"spiral/mailer": "^3.14.7",
"spiral/views": "^3.14.7",
"spiral/core": "^3.15",
"spiral/queue": "^3.15",
"spiral/logger": "^3.15",
"spiral/mailer": "^3.15",
"spiral/views": "^3.15",
"symfony/mailer": "^5.1 || ^6.0 || ^7.0",
"psr/event-dispatcher": "^1.0"
},
"require-dev": {
"phpunit/phpunit": "^10.1",
"mockery/mockery": "^1.5",
"spiral/boot": "^3.14.7",
"spiral/stempler-bridge": "^3.14.7",
"spiral/boot": "^3.15",
"spiral/stempler-bridge": "^3.15",
"spiral/testing": "^2.8",
"vimeo/psalm": "^5.9"
},
Expand Down

0 comments on commit 07809eb

Please sign in to comment.