Skip to content

Commit

Permalink
allow symfony/cache-contracts ^3.0 (trexima#2)
Browse files Browse the repository at this point in the history
* allow symfony/cache-contracts ^3.0
* composer update
  • Loading branch information
marek657 authored Oct 25, 2022
1 parent fc61d75 commit 788be3b
Show file tree
Hide file tree
Showing 2 changed files with 749 additions and 595 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@
"require": {
"php": "^7.2.0||^8.0.0",
"ext-json": "*",
"symfony/cache-contracts": "^1.1||^2.0",
"symfony/cache-contracts": "^1.1||^2.0||^3.0",
"guzzlehttp/guzzle": "^7.3"
},
"require-dev": {
"roave/security-advisories": "dev-master",
"phpunit/phpunit": "^9.5",
"symfony/cache": "^5.2",
"symfony/dotenv": "^5.2"
"symfony/cache": "^5.2||^6.0",
"symfony/dotenv": "^5.2||^6.0"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 788be3b

Please sign in to comment.