Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

set permissions as expected by composer.phar update #371

Merged
merged 1 commit into from Jun 15, 2012

Conversation

robocoder
Copy link
Contributor

I'm guessing the executable permissions were removed from these files recently.

composer.json copies the following scripts (i.e., "bin": ["bin/doctrine", "bin/doctrine.php"], ) to the vendor/bin folder.

When running composer.phar update, and doctrine/orm is to be updated, composer fails because these two scripts have been chmod'd to be executable.

@travisbot
Copy link

This pull request fails (merged c1c046f into 7b75849).

guilhermeblanco added a commit that referenced this pull request Jun 15, 2012
set permissions as expected by composer.phar update
@guilhermeblanco guilhermeblanco merged commit 1e6508d into doctrine:master Jun 15, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants