[PR #12343] [MERGED] Update phpstan-dbal2 to phpstan-dbal3 in .gitattributes #13712

Open
opened 2026-01-22 16:18:15 +01:00 by admin · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/doctrine/orm/pull/12343
Author: @sasezaki
Created: 1/12/2026
Status: Merged
Merged: 1/12/2026
Merged by: @derrabus

Base: 3.6.xHead: sasezaki-patch-1


📝 Commits (1)

  • 7ab06d7 Update phpstan-dbal2 to phpstan-dbal3 in .gitattributes

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 .gitattributes (+1 -1)

📄 Description

  • Currently, The archive targets other than src/ are as follow
gh api repos/doctrine/orm/tarball/HEAD | tar -tzf - | cut -d/ -f2- | sed '/^$/d' | grep -v src/
LICENSE
README.md
SECURITY.md
UPGRADE.md
composer.json
doctrine-mapping.xsd
phpstan-dbal3.neon
  • With this PR, The archive targets other than src/ will be as follows:
 gh api repos/sasezaki/orm/tarball/sasezaki-patch-1 | tar -tzf - | cut -d/ -f2- | sed '/^$/d' | grep -v src/
LICENSE
README.md
SECURITY.md
UPGRADE.md
composer.json
doctrine-mapping.xsd

🔄 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/12343 **Author:** [@sasezaki](https://github.com/sasezaki) **Created:** 1/12/2026 **Status:** ✅ Merged **Merged:** 1/12/2026 **Merged by:** [@derrabus](https://github.com/derrabus) **Base:** `3.6.x` ← **Head:** `sasezaki-patch-1` --- ### 📝 Commits (1) - [`7ab06d7`](https://github.com/doctrine/orm/commit/7ab06d7defc1daf59ea4616a5b87edcafd99407c) Update phpstan-dbal2 to phpstan-dbal3 in .gitattributes ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `.gitattributes` (+1 -1) </details> ### 📄 Description - Currently, The archive targets other than src/ are as follow ``` gh api repos/doctrine/orm/tarball/HEAD | tar -tzf - | cut -d/ -f2- | sed '/^$/d' | grep -v src/ LICENSE README.md SECURITY.md UPGRADE.md composer.json doctrine-mapping.xsd phpstan-dbal3.neon ``` - With this PR, The archive targets other than src/ will be as follows: ``` gh api repos/sasezaki/orm/tarball/sasezaki-patch-1 | tar -tzf - | cut -d/ -f2- | sed '/^$/d' | grep -v src/ LICENSE README.md SECURITY.md UPGRADE.md composer.json doctrine-mapping.xsd ``` --- <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 16:18:15 +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#13712