Skip to content

Commit

Permalink
Merge pull request #2 from magento/develop
Browse files Browse the repository at this point in the history
Put php-redis-session-abstract library in src folder and update composer.json
  • Loading branch information
colinmollenhour committed Jan 14, 2016
2 parents 0ea8734 + 5400e3f commit 1308ddc
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type":"library",
"license":"BSD-3-Clause",
"homepage":"https://github.com/colinmollenhour/php-redis-session-abstract",
"description":"A Redis-based session handler with optimistic locking.",
"description":"A Redis-based session handler with optimistic locking",
"authors":[
{
"name":"Colin Mollenhour"
Expand All @@ -17,7 +17,7 @@
},
"autoload": {
"psr-0": {
"Cm\\RedisSession": "lib"
"Cm\\RedisSession\\": "src/"
}
}
}
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 1308ddc

Please sign in to comment.