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 83f7812 commit d7e538b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@
],
"require": {
"php": ">=8.1",
"spiral/core": "^3.14.7",
"spiral/files": "^3.14.7",
"spiral/config": "^3.14.7",
"spiral/debug": "^3.14.7",
"spiral/exceptions": "^3.14.7",
"spiral/core": "^3.15",
"spiral/files": "^3.15",
"spiral/config": "^3.15",
"spiral/debug": "^3.15",
"spiral/exceptions": "^3.15",
"spiral/attributes": "^2.8|^3.0",
"spiral/events": "^3.14.7"
"spiral/events": "^3.15"
},
"require-dev": {
"phpunit/phpunit": "^10.1",
Expand Down

0 comments on commit d7e538b

Please sign in to comment.