Skip to content

Commit

Permalink
Merge pull request #837 from stof/patch-1
Browse files Browse the repository at this point in the history
Revert the addition of the wrong bin script
  • Loading branch information
deeky666 committed Apr 30, 2015
2 parents 32b1a4f + 7dc3e15 commit 0383db8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"suggest": {
"symfony/console": "For helpful console commands such as SQL execution and import of files."
},
"bin": ["bin/doctrine-dbal", "bin/doctrine-dbal.php"],
"bin": ["bin/doctrine-dbal"],
"autoload": {
"psr-0": { "Doctrine\\DBAL\\": "lib/" }
},
Expand Down

0 comments on commit 0383db8

Please sign in to comment.