Skip to content

Commit c0cdf3a

Browse files
committed
Updated homepage in composer.json
1 parent 9409550 commit c0cdf3a

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

composer.json

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"void",
1111
"tag"
1212
],
13-
"homepage": "http://www.php-cache.com",
13+
"homepage": "http://www.php-cache.com/en/latest/",
1414
"authors": [
1515
{
1616
"name": "Aaron Scherer",
@@ -23,10 +23,12 @@
2323
"homepage": "https://github.com/nyholm"
2424
}
2525
],
26-
"require": {
27-
"php": "^5.5|^7.0",
28-
"psr/cache": "^1.0",
29-
"cache/adapter-common": "^0.3"
26+
"require": {
27+
"php": "^5.5|^7.0",
28+
"psr/cache": "^1.0",
29+
"cache/adapter-common": "^0.3",
30+
"cache/taggable-cache": "^0.4",
31+
"cache/hierarchical-cache": "^0.2.1"
3032
},
3133
"require-dev": {
3234
"phpunit/phpunit": "^4.0|^5.1",

0 commit comments

Comments
 (0)