Skip to content

Commit

Permalink
PDO shimmed - ticket DBAL-1156 (http://www.doctrine-project.org/jira/…
Browse files Browse the repository at this point in the history
  • Loading branch information
azielinski committed Mar 1, 2015
1 parent cc7e4fe commit 41d146e
Show file tree
Hide file tree
Showing 2 changed files with 596 additions and 1 deletion.
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,10 @@
},
"bin": ["bin/doctrine-dbal", "bin/doctrine-dbal.php"],
"autoload": {
"psr-0": { "Doctrine\\DBAL\\": "lib/" }
"psr-0": { "Doctrine\\DBAL\\": "lib/" },
"classmap": [
"lib/Doctrine/DBAL/Compat/PDO.php"
]
},
"autoload-dev": {
"psr-0": { "Doctrine\\Tests\\": "tests/" }
Expand Down
Loading

0 comments on commit 41d146e

Please sign in to comment.