Skip to content

Commit a7d2208

Browse files
author
Hayder Sharhan
committed
Merge remote-tracking branch 'remotes/ext/MAGETWO-51068-admin-session' into for-pr
2 parents 989829c + 194f687 commit a7d2208

File tree

4 files changed

+191
-119
lines changed

4 files changed

+191
-119
lines changed

composer.json

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,25 @@
77
"OSL-3.0",
88
"AFL-3.0"
99
],
10+
"repositories": [
11+
{
12+
"type": "package",
13+
"package": {
14+
"name": "colinmollenhour/php-redis-session-abstract",
15+
"version": "1.0.100",
16+
"source": {
17+
"url": "https://github.com/colinmollenhour/php-redis-session-abstract.git",
18+
"type": "git",
19+
"reference": "95330b7f29663dab81f53d1a438e4d927b6c5f66"
20+
},
21+
"autoload": {
22+
"psr-0": {
23+
"Cm\\RedisSession\\": "src/"
24+
}
25+
}
26+
}
27+
}
28+
],
1029
"require": {
1130
"php": "~5.5.22|~5.6.0|~7.0.0",
1231
"zendframework/zend-stdlib": "~2.4.6",
@@ -33,7 +52,7 @@
3352
"zendframework/zend-http": "~2.4.6",
3453
"magento/zendframework1": "1.12.16",
3554
"colinmollenhour/credis": "1.6",
36-
"colinmollenhour/php-redis-session-abstract": "1.0",
55+
"colinmollenhour/php-redis-session-abstract": "1.0.100",
3756
"composer/composer": "1.0.0-beta1",
3857
"monolog/monolog": "1.16.0",
3958
"oyejorge/less.php": "1.7.0.3",

composer.lock

Lines changed: 58 additions & 81 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)