Skip to content

Commit

Permalink
merged branch mvrhov/composerTypos (PR #3600)
Browse files Browse the repository at this point in the history
Commits
-------

c3dc04a fixed typos in composer file

Discussion
----------

fixed typos in composer file
  • Loading branch information
fabpot committed Mar 15, 2012
2 parents 85d4068 + c3dc04a commit b5d0272
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -57,7 +57,7 @@
"autoload": {
"psr-0": {
"Symfony": "src/",
"SessionHandlerInterface": "src/Symfony/Component/HttpFoundation/Resources/stub"
"SessionHandlerInterface": "src/Symfony/Component/HttpFoundation/Resources/stubs"
}
},
"extra": {
Expand Down
2 changes: 1 addition & 1 deletion src/Symfony/Component/HttpFoundation/composer.json
Expand Up @@ -21,7 +21,7 @@
"autoload": {
"psr-0": {
"Symfony\\Component\\HttpFoundation": "",
"SessionHandlerInterface": "Symfony/Component/HttpFoundation/Resources/stub"
"SessionHandlerInterface": "Symfony/Component/HttpFoundation/Resources/stubs"
}
},
"target-dir": "Symfony/Component/HttpFoundation",
Expand Down

0 comments on commit b5d0272

Please sign in to comment.