Skip to content

Bump composer dependencies#1939

Merged
anvit merged 4 commits into
qa/2.xfrom
dev/update-composer-deps
Apr 7, 2025
Merged

Bump composer dependencies#1939
anvit merged 4 commits into
qa/2.xfrom
dev/update-composer-deps

Conversation

@anvit

@anvit anvit commented Mar 4, 2025

Copy link
Copy Markdown
Contributor

No description provided.

@anvit anvit added the dependencies Pull requests that update a dependency file label Mar 4, 2025
@anvit anvit added this to the 2.9.0 milestone Mar 4, 2025
@anvit anvit requested a review from melaniekung March 4, 2025 19:13
@anvit anvit self-assigned this Mar 4, 2025

@melaniekung melaniekung left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm, thanks @anvit

@anvit anvit force-pushed the dev/update-composer-deps branch 4 times, most recently from 9ad08b8 to dffe446 Compare March 4, 2025 20:17
@anvit anvit removed this from the 2.9.0 milestone Mar 4, 2025
@melaniekung melaniekung added this to the 2.10 milestone Mar 4, 2025
@anvit anvit force-pushed the dev/update-composer-deps branch from dffe446 to 1cb2000 Compare March 4, 2025 20:26
@anvit

anvit commented Mar 4, 2025

Copy link
Copy Markdown
Contributor Author

Marking this as a WIP. PHP-CS Fixer has updated defaults for operator_linebreak, php_unit_data_provider_method_order that will need to be reviewed, and a few composer packages have updated their supported PHP version to be >8.1.2 instead of >7.4 so this is blocked by #1942 until gh unit test related changes have been addressed.

@anvit anvit force-pushed the dev/update-composer-deps branch from 1cb2000 to d2ee598 Compare April 2, 2025 22:47
@anvit anvit force-pushed the dev/update-composer-deps branch from d2ee598 to f79e543 Compare April 3, 2025 00:02
@anvit anvit modified the milestones: 2.10, 2.9.1 Apr 7, 2025
anvit added 2 commits April 7, 2025 14:06
Update github syntax check workflow to use verbose mode.
Fix a variable in sfPearFrontendPlugin to use empty array instead of
empty string. This follows a change in friends of symfony's repo.
@anvit anvit force-pushed the dev/update-composer-deps branch from 1014441 to 0eb772e Compare April 7, 2025 21:08
- Update CS Fixer rules to use the Symfony default for their new
  operator_linebreak rule which decides if which line the operators
  should go when there are linebreaks.

- Run CS Fixer to fix issues due to the new
  php_unit_data_provider_method_order rule which puts data providers at
  the end of tests instead of the beginning.
@anvit anvit force-pushed the dev/update-composer-deps branch from a82bd8e to ac33d03 Compare April 7, 2025 21:24
@anvit anvit merged commit 24e9f67 into qa/2.x Apr 7, 2025
@anvit anvit deleted the dev/update-composer-deps branch April 7, 2025 21:44
melaniekung pushed a commit that referenced this pull request Apr 21, 2025
* Bump composer dependencies

* Update github syntax check workflow

Update github syntax check workflow to use verbose mode.

* Fix mismatched type in sfPearFrontendPlugin

Fix a variable in sfPearFrontendPlugin to use empty array instead of
empty string. This follows a change in friends of symfony's repo.

* Update PHP CS Fixer

- Update CS Fixer rules to use the Symfony default for their new
  operator_linebreak rule which decides if which line the operators
  should go when there are linebreaks.

- Run CS Fixer to fix issues due to the new
  php_unit_data_provider_method_order rule which puts data providers at
  the end of tests instead of the beginning.
miceno pushed a commit to miceno/atom that referenced this pull request Feb 18, 2026
* Bump composer dependencies

* Update github syntax check workflow

Update github syntax check workflow to use verbose mode.

* Fix mismatched type in sfPearFrontendPlugin

Fix a variable in sfPearFrontendPlugin to use empty array instead of
empty string. This follows a change in friends of symfony's repo.

* Update PHP CS Fixer

- Update CS Fixer rules to use the Symfony default for their new
  operator_linebreak rule which decides if which line the operators
  should go when there are linebreaks.

- Run CS Fixer to fix issues due to the new
  php_unit_data_provider_method_order rule which puts data providers at
  the end of tests instead of the beginning.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants