mirror of
https://github.com/doctrine/orm.git
synced 2026-03-24 06:52:09 +01:00
[PR #371] [MERGED] set permissions as expected by composer.phar update #8093
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/doctrine/orm/pull/371
Author: @robocoder
Created: 6/11/2012
Status: ✅ Merged
Merged: 6/15/2012
Merged by: @guilhermeblanco
Base:
master← Head:bin-permissions📝 Commits (1)
c1c046fset permissions as expected by composer.phar update📊 Changes
2 files changed (+0 additions, -0 deletions)
View changed files
📝
bin/doctrine(+0 -0)📝
bin/doctrine.php(+0 -0)📄 Description
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.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.