Skip to content

fix: correct .gitattributes#231

Merged
kishore7snehil merged 1 commit intomainfrom
fix/gitattributes-typo
Mar 12, 2026
Merged

fix: correct .gitattributes#231
kishore7snehil merged 1 commit intomainfrom
fix/gitattributes-typo

Conversation

@kishore7snehil
Copy link
Contributor

Changes

  • Fix example/ to examples/ so the directory is properly excluded from dist archives
  • Fix UPGRADE.md to UPGRADING.md to match the actual filename
  • Add missing .version to export-ignore
  • Fix inconsistent whitespace alignment for .editorconfig and .php-cs-fixer.dist.php

Based on the contribution by @CLMusic in PR #228.
Fix #215

@kishore7snehil kishore7snehil requested a review from a team as a code owner March 12, 2026 06:43
@kishore7snehil kishore7snehil merged commit 78aa5bb into main Mar 12, 2026
18 checks passed
@kishore7snehil kishore7snehil deleted the fix/gitattributes-typo branch March 12, 2026 06:45
@kishore7snehil kishore7snehil mentioned this pull request Mar 12, 2026
kishore7snehil added a commit that referenced this pull request Mar 12, 2026
**Added**
- feat: Add Symfony 8 support
[#230](#230)
([kishore7snehil](https://github.com/kishore7snehil)), based on
[#221](#221) by
([NicolasDievart](https://github.com/NicolasDievart))
**Fixed**
- fix: correct .gitattributes
[#231](#231)
([kishore7snehil](https://github.com/kishore7snehil)), based on
[#228](#228) by
([garak](https://github.com/garak))
saulius-cepauskas-vg added a commit to vision-group-ag/auth0-symfony that referenced this pull request Mar 18, 2026
Merges 3 upstream commits:
- feat: Add Symfony 8 support (auth0#230)
- fix: correct .gitattributes (auth0#231)
- Release 5.7.0 (auth0#232)

Conflict resolutions:
- composer.json: kept fork customizations (elvi/auth0-symfony name,
  Vision Group author, replace section, roave/security-advisories)
  while accepting upstream dependency version bumps
- README.md: kept fork's short README
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.

Typo in .gitattributes makes "examples" directory distributed

2 participants