Skip to content

Commit 1bdc63c

Browse files
committed
Updated homepage in composer.json
1 parent ad9276e commit 1bdc63c

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

TaggablePoolTrait.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@ abstract protected function appendListItem($name, $key);
6262
abstract protected function removeListItem($name, $key);
6363

6464
/**
65-
* @param array $keys
65+
* @param array $keys
66+
*
6667
* @throws InvalidArgumentException
6768
*
6869
* @return bool

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"tag",
99
"taggable"
1010
],
11-
"homepage": "https://github.com/php-cache/taggable-cache",
11+
"homepage": "http://www.php-cache.com/en/latest/",
1212
"license": "MIT",
1313
"authors": [
1414
{
@@ -28,7 +28,8 @@
2828
},
2929
"require-dev": {
3030
"phpunit/phpunit": "^4.1|^5.1",
31-
"cache/integration-tests": "^0.9"
31+
"cache/integration-tests": "^0.9",
32+
"symfony/cache": "dev-master"
3233
},
3334
"autoload": {
3435
"psr-4": {

0 commit comments

Comments
 (0)