[PR #371] [MERGED] set permissions as expected by composer.phar update #8093

Closed
opened 2026-01-22 15:58:21 +01:00 by admin · 0 comments
Owner

📋 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: masterHead: bin-permissions


📝 Commits (1)

  • c1c046f set 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.

## 📋 Pull Request Information **Original PR:** https://github.com/doctrine/orm/pull/371 **Author:** [@robocoder](https://github.com/robocoder) **Created:** 6/11/2012 **Status:** ✅ Merged **Merged:** 6/15/2012 **Merged by:** [@guilhermeblanco](https://github.com/guilhermeblanco) **Base:** `master` ← **Head:** `bin-permissions` --- ### 📝 Commits (1) - [`c1c046f`](https://github.com/doctrine/orm/commit/c1c046f2dd69876368fc00aca66ff4793250cec1) set permissions as expected by composer.phar update ### 📊 Changes **2 files changed** (+0 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `bin/doctrine` (+0 -0) 📝 `bin/doctrine.php` (+0 -0) </details> ### 📄 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
admin added the pull-request label 2026-01-22 15:58:21 +01:00
admin closed this issue 2026-01-22 15:58:22 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/archived-orm#8093