Merge pull request #1481 from mikeSimonson/composer-bin-fix
Remove the execution bit on the bin/doctrine.php
This commit is contained in:
commit
e8acfb5891
0
bin/doctrine.php
Executable file → Normal file
0
bin/doctrine.php
Executable file → Normal file
@ -36,7 +36,7 @@
|
||||
"autoload-dev": {
|
||||
"psr-4": { "Doctrine\\Tests\\": "tests/Doctrine/Tests" }
|
||||
},
|
||||
"bin": ["bin/doctrine", "bin/doctrine.php"],
|
||||
"bin": ["bin/doctrine"],
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "2.6.x-dev"
|
||||
|
Loading…
x
Reference in New Issue
Block a user