Skip to content

Commit 819cf34

Browse files
committed
feat: APCu caching driver: extension suggestion
1 parent 11cca28 commit 819cf34

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

admin/framework/composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
"predis/predis": "^3.0"
2828
},
2929
"suggest": {
30+
"ext-apcu": "If you use Cache class ApcuHandler",
3031
"ext-curl": "If you use CURLRequest class",
3132
"ext-dom": "If you use TestResponse",
3233
"ext-exif": "If you run Image class tests",

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
"codeigniter4/framework": "self.version"
3636
},
3737
"suggest": {
38+
"ext-apcu": "If you use Cache class ApcuHandler",
3839
"ext-curl": "If you use CURLRequest class",
3940
"ext-dom": "If you use TestResponse",
4041
"ext-exif": "If you run Image class tests",

0 commit comments

Comments
 (0)