Skip to content

Commit

Permalink
Merge pull request #1 from x-graphql/feat/flexible-dependencies
Browse files Browse the repository at this point in the history
feat: add support simple cache 1.x
  • Loading branch information
vuongxuongminh authored Apr 4, 2024
2 parents 67f5e50 + 4496078 commit 63522b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": "library",
"require-dev": {
"phpunit/phpunit": "^11.0",
"symfony/cache": "^6.4 || ^7.0",
"symfony/cache": "^6.3 || ^7.0",
"symplify/easy-coding-standard": "^12.1"
},
"license": "MIT",
Expand All @@ -22,7 +22,7 @@
"require": {
"php": ">=8.2",
"webonyx/graphql-php": "^15.9",
"psr/simple-cache": "^2.0 || ^3.0"
"psr/simple-cache": "^1.0 || ^2.0 || ^3.0"
},
"config": {
"sort-packages": true
Expand Down

0 comments on commit 63522b3

Please sign in to comment.