Skip to content

Commit

Permalink
build(deps): bump the dependencies group
Browse files Browse the repository at this point in the history
Bumps the dependencies group in /requirement-checker with 3 updates: [composer/semver](https://github.com/composer/semver), [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) and [symfony/yaml](https://github.com/symfony/yaml).


Updates `composer/semver` from 3.4.0 to 3.4.2
- [Release notes](https://github.com/composer/semver/releases)
- [Changelog](https://github.com/composer/semver/blob/main/CHANGELOG.md)
- [Commits](composer/semver@3.4.0...3.4.2)

Updates `phpunit/phpunit` from 10.5.26 to 11.2.7
- [Release notes](https://github.com/sebastianbergmann/phpunit/releases)
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/11.2.7/ChangeLog-11.2.md)
- [Commits](sebastianbergmann/phpunit@10.5.26...11.2.7)

Updates `symfony/yaml` from 6.4.8 to 7.1.1
- [Release notes](https://github.com/symfony/yaml/releases)
- [Changelog](https://github.com/symfony/yaml/blob/7.1/CHANGELOG.md)
- [Commits](symfony/yaml@v6.4.8...v7.1.1)

---
updated-dependencies:
- dependency-name: composer/semver
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: phpunit/phpunit
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: symfony/yaml
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 15, 2024
1 parent 9eda0fd commit 0304ab4
Show file tree
Hide file tree
Showing 2 changed files with 250 additions and 310 deletions.
4 changes: 2 additions & 2 deletions requirement-checker/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"require-dev": {
"ergebnis/composer-normalize": "^2.29",
"fidry/makefile": "^1.0.1",
"phpunit/phpunit": "^10.4",
"symfony/yaml": "^6.2"
"phpunit/phpunit": "^11.2",
"symfony/yaml": "^7.1"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 0304ab4

Please sign in to comment.