Skip to content

Commit

Permalink
Updated homepage in composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyholm committed Feb 28, 2016
1 parent 9409550 commit c0cdf3a
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"void",
"tag"
],
"homepage": "http://www.php-cache.com",
"homepage": "http://www.php-cache.com/en/latest/",
"authors": [
{
"name": "Aaron Scherer",
Expand All @@ -23,10 +23,12 @@
"homepage": "https://github.com/nyholm"
}
],
"require": {
"php": "^5.5|^7.0",
"psr/cache": "^1.0",
"cache/adapter-common": "^0.3"
"require": {
"php": "^5.5|^7.0",
"psr/cache": "^1.0",
"cache/adapter-common": "^0.3",
"cache/taggable-cache": "^0.4",
"cache/hierarchical-cache": "^0.2.1"
},
"require-dev": {
"phpunit/phpunit": "^4.0|^5.1",
Expand Down

0 comments on commit c0cdf3a

Please sign in to comment.