Skip to content

Commit f939025

Browse files
committed
Updating composer
1 parent a757bd2 commit f939025

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

composer.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,13 @@
22
"name": "cache/cache-bundle",
33
"type": "library",
44
"description": "Symfony 2 bundle providing PSR-6 compliant cache services for the user. Many other features.",
5-
"keywords": ["cache", "psr6", "doctrine", "router", "session"],
5+
"keywords": [
6+
"cache",
7+
"psr6",
8+
"doctrine",
9+
"router",
10+
"session"
11+
],
612
"homepage": "https://github.com/php-cache/cache-bundle",
713
"license": "MIT",
814
"authors": [
@@ -20,21 +26,15 @@
2026
"require": {
2127
"php": "^5.5|^7",
2228
"symfony/framework-bundle": "^2.7|^3.0",
23-
"psr/cache-implementation": "~1.0"
29+
"psr/cache-implementation": "~1.0",
30+
"psr/cache": "1.0.x-dev"
2431
},
2532
"require-dev": {
2633
"phpunit/phpunit": "^5.1|^4.0",
27-
"cache/doctrine-cache": "dev-master",
28-
"psr/cache": "dev-master"
34+
"cache/doctrine-cache": "^0.1"
2935
},
30-
"repositories": [
31-
{
32-
"type": "git",
33-
"url": "https://github.com/php-fig/cache.git"
34-
}
35-
],
3636
"suggest": {
37-
"php-cache/doctrine-adapter-bundle": "A bundle to register PSR-6 complient services based on Doctrine cache"
37+
"php-cache/doctrine-adapter-bundle": "A bundle to register PSR-6 compliant services based on Doctrine cache"
3838
},
3939
"autoload": {
4040
"psr-4": {

0 commit comments

Comments
 (0)