Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

composer: Switch to latest dependencies #1315

Closed
wants to merge 1 commit into from
Closed

composer: Switch to latest dependencies #1315

wants to merge 1 commit into from

Conversation

jtojnar
Copy link
Member

@jtojnar jtojnar commented Jan 24, 2022

We now target PHP 8.1, compatibility with older PHP versions will be provided using code transformation with Rector.

  • Remove config.platform.php from composer since it forces versions to be installed.
  • Dice is now immutable, we need to overwrite the variable. Also change the container to inject the proper Dice instance.
  • monolog\Logger expects a string argument so we need to set up DI to provide it one in unit tests.
  • monolog deprecated the warn method.
  • Graby now depends on tidy

We now target PHP 8.1, compatibility with older PHP versions will be provided using code transformation with Rector.

- Remove config.platform.php from composer since it forces versions to be installed.
- Dice is now immutable, we need to overwrite the variable. Also change the container to inject the proper Dice instance.
- monolog\Logger expects a string argument so we need to set up DI to provide it one in unit tests.
- monolog deprecated the warn method.
- Graby now depends on tidy
@jtojnar
Copy link
Member Author

jtojnar commented Jun 13, 2023

This was superseded by #1392

@jtojnar jtojnar closed this Jun 13, 2023
@jtojnar jtojnar deleted the rector branch June 13, 2023 21:04
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.

1 participant