Skip to content

Commit

Permalink
build(deps): bump the dependencies group across 1 directory with 5 up…
Browse files Browse the repository at this point in the history
…dates

Bumps the dependencies group with 5 updates in the /requirement-checker directory:

| Package | From | To |
| --- | --- | --- |
| [composer/semver](https://github.com/composer/semver) | `3.4.0` | `3.4.3` |
| [ergebnis/composer-normalize](https://github.com/ergebnis/composer-normalize) | `2.43.0` | `2.44.0` |
| [fidry/makefile](https://github.com/theofidry/makefile) | `1.0.1` | `1.0.2` |
| [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) | `10.5.26` | `11.4.0` |
| [symfony/yaml](https://github.com/symfony/yaml) | `6.4.8` | `7.1.5` |



Updates `composer/semver` from 3.4.0 to 3.4.3
- [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.3)

Updates `ergebnis/composer-normalize` from 2.43.0 to 2.44.0
- [Release notes](https://github.com/ergebnis/composer-normalize/releases)
- [Changelog](https://github.com/ergebnis/composer-normalize/blob/main/CHANGELOG.md)
- [Commits](ergebnis/composer-normalize@2.43.0...2.44.0)

Updates `fidry/makefile` from 1.0.1 to 1.0.2
- [Release notes](https://github.com/theofidry/makefile/releases)
- [Commits](theofidry/makefile@1.0.1...1.0.2)

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

Updates `symfony/yaml` from 6.4.8 to 7.1.5
- [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.5)

---
updated-dependencies:
- dependency-name: composer/semver
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: ergebnis/composer-normalize
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: fidry/makefile
  dependency-type: direct:development
  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 Oct 7, 2024
1 parent 9eda0fd commit 210ab66
Show file tree
Hide file tree
Showing 2 changed files with 357 additions and 418 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.4",
"symfony/yaml": "^7.1"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 210ab66

Please sign in to comment.