Skip to content

Commit 4cb177c

Browse files
authored
feat: Allow custom Assignment Filter to be configured (#29)
1 parent ae16c53 commit 4cb177c

12 files changed

+842
-353
lines changed

composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@
2222
"php": "^7.4 || ^8",
2323
"ext-json": "*",
2424
"guzzlehttp/guzzle": "^7",
25-
"psr/log": "^1 || ^2 || ^3"
25+
"psr/cache": "^1 || ^2 || ^3",
26+
"psr/log": "^1 || ^2 || ^3",
27+
"symfony/cache": "^5"
2628
},
2729
"require-dev": {
2830
"phpunit/phpunit": "9.*",

0 commit comments

Comments
 (0)