Skip to content

Commit 52956e8

Browse files
committed
Add psr/simple-cache
1 parent 2a932d3 commit 52956e8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,7 @@
7878
"webklex/php-imap": "^6.2",
7979
"ext-imap": "*",
8080
"tatevikgr/rss-feed": "dev-main",
81-
"ext-pdo": "*",
82-
"ext-gd": "*"
81+
"ext-pdo": "*"
8382
},
8483
"require-dev": {
8584
"phpunit/phpunit": "^9.5",
@@ -96,7 +95,8 @@
9695
"symfony/http-kernel": "^6.4",
9796
"symfony/http-foundation": "^6.4",
9897
"symfony/routing": "^6.4",
99-
"symfony/console": "^6.4"
98+
"symfony/console": "^6.4",
99+
"psr/simple-cache": "^1.0 || ^2.0 || ^3.0"
100100
},
101101
"suggest": {
102102
"phplist/web-frontend": "5.0.x-dev",

0 commit comments

Comments
 (0)