Skip to content

Upgrade composer packages#739

Merged
HaGuesto merged 9 commits intomasterfrom
upgrade_composer_packages
Sep 2, 2025
Merged

Upgrade composer packages#739
HaGuesto merged 9 commits intomasterfrom
upgrade_composer_packages

Conversation

@HaGuesto
Copy link
Member

FYI @vahidbazzaz @pylipp

  • removed unused package
  • tried to upgrade all packages except smarty and the qr generator
  • I did not do any major version upgrade besides sendgrid
  • unfortunately the deprecated opencensus package causes conflicts regarding the sub dependency psr/log. Therefore, I downgraded some other packages. So, the current version numbers are most likely the highest for some packages that are possible with opencesus still in the composer.json
  • I ran all cypress tests locally and they run through.

@HaGuesto HaGuesto requested a review from pylipp August 21, 2025 12:31
@HaGuesto
Copy link
Member Author

my local php and the build php version in circleci are not in sync. I'm fixing it atm.

# these rules match the ones enabled by default by the "fterrag.vscode-php-cs-fixer" vs code extension
- run: php vendor/friendsofphp/php-cs-fixer/php-cs-fixer fix . --dry-run --verbose --rules @PhpCsFixer --diff
# Use the project's PHP CS Fixer configuration
- run: php vendor/friendsofphp/php-cs-fixer/php-cs-fixer fix --dry-run --verbose --diff
Copy link
Contributor

Choose a reason for hiding this comment

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

can you update the command in the README also?

@HaGuesto
Copy link
Member Author

@pylipp FYI: I would first release dropapp without this PR and then do a second release with this PR. This way it would be easy for us to roll back quickly.

Afterwards most of the dependabot stuff and security warnings should be gone for a while.

@HaGuesto HaGuesto merged commit 9a546fd into master Sep 2, 2025
1 check passed
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.

2 participants