1
0
mirror of synced 2025-02-02 13:31:45 +03:00

Remove the execution bit on the bin/doctrine.php

This commit is contained in:
mike 2015-07-29 08:41:33 +02:00
parent 71b1dde096
commit 1d6adcaf4a
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": {
"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"