1
0
mirror of synced 2025-03-06 12:56:10 +03:00

Merge pull request #1481 from mikeSimonson/composer-bin-fix

Remove the execution bit on the bin/doctrine.php
This commit is contained in:
Guilherme Blanco 2015-11-15 22:02:19 -05:00
commit e8acfb5891
2 changed files with 1 additions and 1 deletions

0
bin/doctrine.php Executable file → Normal file
View File

View File

@ -36,7 +36,7 @@
"autoload-dev": { "autoload-dev": {
"psr-4": { "Doctrine\\Tests\\": "tests/Doctrine/Tests" } "psr-4": { "Doctrine\\Tests\\": "tests/Doctrine/Tests" }
}, },
"bin": ["bin/doctrine", "bin/doctrine.php"], "bin": ["bin/doctrine"],
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "2.6.x-dev" "dev-master": "2.6.x-dev"