Skip to content

Commit f72e69e

Browse files
committed
Added stable psr6
1 parent edae24a commit f72e69e

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

composer.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,6 @@
1010
"email": "[email protected]"
1111
}
1212
],
13-
"repositories": [
14-
{
15-
"type": "git",
16-
"url": "https://github.com/php-fig/cache.git"
17-
}
18-
],
1913
"require": {
2014
"php": ">=5.4",
2115
"php-http/httplug": "^1.0@dev",
@@ -28,7 +22,7 @@
2822
"php-http/cookie": "^0.1@dev",
2923
"symfony/stopwatch": "^2.3",
3024
"psr/log": "^1.0",
31-
"psr/cache": "dev-master",
25+
"psr/cache": "1.0.0",
3226
"php-http/encoding": "^0.1@dev"
3327
},
3428
"autoload": {

0 commit comments

Comments
 (0)