Skip to content

Commit 14316cc

Browse files
committed
Merge branch 'master' of github.com:php-cache/cache-bundle
* 'master' of github.com:php-cache/cache-bundle: Updated package metadata
2 parents 3c5c4b6 + 9db8f0f commit 14316cc

File tree

1 file changed

+5
-16
lines changed

1 file changed

+5
-16
lines changed

composer.json

Lines changed: 5 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,8 @@
11
{
22
"name": "cache/cache-bundle",
3-
"type": "library",
4-
"description": "Symfony 2 library providing PSR-6 compliant cache services for the user. Many other features.",
5-
"keywords": [
6-
"php",
7-
"cache",
8-
"redis",
9-
"memcached",
10-
"router",
11-
"session"
12-
],
3+
"type": "Symfony bundle",
4+
"description": "Symfony 2 bundle providing PSR-6 compliant cache services for the user. Many other features.",
5+
"keywords": ["cache", "psr6", "doctrine", "router", "session"],
136
"homepage": "https://github.com/php-cache/cache-bundle",
147
"license": "MIT",
158
"authors": [
@@ -24,17 +17,14 @@
2417
"homepage": "https://github.com/nyholm"
2518
}
2619
],
27-
"support": {
28-
"email": "[email protected]"
29-
},
3020
"require": {
3121
"php": "^5.5|^7",
3222
"symfony/framework-bundle": "^2.7|^3.0",
3323
"psr/cache-implementation": "~1.0"
3424
},
3525
"require-dev": {
3626
"phpunit/phpunit": "^5.1|^4.0",
37-
"cache/doctrine-cache": "dev-master@dev",
27+
"cache/doctrine-cache": "dev-master",
3828
"psr/cache": "dev-master"
3929
},
4030
"repositories": [
@@ -44,8 +34,7 @@
4434
}
4535
],
4636
"suggest": {
47-
"ext-memcached": "Allows for caching with Memcached",
48-
"ext-redis": "Allows for caching with Redis"
37+
"php-cache/doctrine-adapter-bundle": "A bundle to register PSR-6 complient services based on Doctrine cache"
4938
},
5039
"autoload": {
5140
"psr-4": {

0 commit comments

Comments
 (0)