We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9409550 commit c0cdf3aCopy full SHA for c0cdf3a
1 file changed
composer.json
@@ -10,7 +10,7 @@
10
"void",
11
"tag"
12
],
13
- "homepage": "http://www.php-cache.com",
+ "homepage": "http://www.php-cache.com/en/latest/",
14
"authors": [
15
{
16
"name": "Aaron Scherer",
@@ -23,10 +23,12 @@
23
"homepage": "https://github.com/nyholm"
24
}
25
26
- "require": {
27
- "php": "^5.5|^7.0",
28
- "psr/cache": "^1.0",
29
- "cache/adapter-common": "^0.3"
+ "require": {
+ "php": "^5.5|^7.0",
+ "psr/cache": "^1.0",
+ "cache/adapter-common": "^0.3",
30
+ "cache/taggable-cache": "^0.4",
31
+ "cache/hierarchical-cache": "^0.2.1"
32
},
33
"require-dev": {
34
"phpunit/phpunit": "^4.0|^5.1",
0 commit comments