Skip to content

Conversation

@tyrann0us
Copy link
Member

Please check if the PR fulfills these requirements

  • The commit message follows our guidelines
  • Tests for the changes have been added (for bug fixes/features)
  • Docs have been added/updated (for bug fixes/features)

What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)
Improvement

What is the current behavior? (You can also link to an open issue here)
Composer dependencies are outdated:

% composer outdated -D phpunit/phpunit 9.4.4 9.5.5 The PHP Unit Testing framework. squizlabs/php_codesniffer 3.5.8 3.6.0 PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards. 

What is the new behavior (if this is a feature change)?
Composer dependencies have been updated.

Does this PR introduce a breaking change? (What changes might users need to make in their application due to this PR?)
No.

Other information:
Tests still pass. Also, PHPUnit version constraints have been changed from X-Range to tilde constraint (e.g. 9.4.* to ~9.5.0). This has no effect on the set of installable versions but aligns the constraint with the tilde constraints used in the "require" property.

To automate PRs like this in the future, it might make sense to add a dependabot.yml file, see https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/configuration-options-for-dependency-updates.

@tyrann0us tyrann0us requested a review from gmazzap June 14, 2021 08:34
@tyrann0us tyrann0us changed the title build: update dependencies Update Composer dependencies Jun 14, 2021
Copy link
Contributor

@gmazzap gmazzap left a comment

Choose a reason for hiding this comment

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

Fine by me. I guess we can merge and see if anyone has any issue.

@gmazzap gmazzap merged commit 2e12644 into master Jun 14, 2021
@tyrann0us tyrann0us deleted the update-dependencies branch June 14, 2021 15:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

2 participants