Skip to content

Commit

Permalink
Bump the composer-major group with 6 updates
Browse files Browse the repository at this point in the history
Bumps the composer-major group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [doctrine/dbal](https://github.com/doctrine/dbal) | `3.8.2` | `3.8.3` |
| [symfony/http-client](https://github.com/symfony/http-client) | `6.4.3` | `7.0.5` |
| [symfony/mailgun-mailer](https://github.com/symfony/mailgun-mailer) | `6.4.3` | `7.0.4` |
| [symfony/postmark-mailer](https://github.com/symfony/postmark-mailer) | `6.4.3` | `7.0.4` |
| [barryvdh/laravel-ide-helper](https://github.com/barryvdh/laravel-ide-helper) | `2.15.1` | `3.0.0` |
| [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) | `10.5.10` | `10.5.12` |


Updates `doctrine/dbal` from 3.8.2 to 3.8.3
- [Release notes](https://github.com/doctrine/dbal/releases)
- [Commits](doctrine/dbal@3.8.2...3.8.3)

Updates `symfony/http-client` from 6.4.3 to 7.0.5
- [Release notes](https://github.com/symfony/http-client/releases)
- [Changelog](https://github.com/symfony/http-client/blob/7.0/CHANGELOG.md)
- [Commits](symfony/http-client@v6.4.3...v7.0.5)

Updates `symfony/mailgun-mailer` from 6.4.3 to 7.0.4
- [Release notes](https://github.com/symfony/mailgun-mailer/releases)
- [Changelog](https://github.com/symfony/mailgun-mailer/blob/7.0/CHANGELOG.md)
- [Commits](symfony/mailgun-mailer@v6.4.3...v7.0.4)

Updates `symfony/postmark-mailer` from 6.4.3 to 7.0.4
- [Release notes](https://github.com/symfony/postmark-mailer/releases)
- [Changelog](https://github.com/symfony/postmark-mailer/blob/7.0/CHANGELOG.md)
- [Commits](symfony/postmark-mailer@v6.4.3...v7.0.4)

Updates `barryvdh/laravel-ide-helper` from 2.15.1 to 3.0.0
- [Release notes](https://github.com/barryvdh/laravel-ide-helper/releases)
- [Changelog](https://github.com/barryvdh/laravel-ide-helper/blob/master/CHANGELOG.md)
- [Commits](barryvdh/laravel-ide-helper@v2.15.1...v3.0.0)

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

---
updated-dependencies:
- dependency-name: doctrine/dbal
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: composer-major
- dependency-name: symfony/http-client
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: composer-major
- dependency-name: symfony/mailgun-mailer
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: composer-major
- dependency-name: symfony/postmark-mailer
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: composer-major
- dependency-name: barryvdh/laravel-ide-helper
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: composer-major
- dependency-name: phpunit/phpunit
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: composer-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 11, 2024
1 parent cd10798 commit b9b6347
Show file tree
Hide file tree
Showing 2 changed files with 255 additions and 248 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@
"sentry/sentry-laravel": "^4.2",
"shaarli/netscape-bookmark-parser": "dev-master",
"spatie/laravel-backup": "^8.1.5",
"symfony/http-client": "^6.0",
"symfony/mailgun-mailer": "^6.0",
"symfony/postmark-mailer": "^6.0",
"symfony/http-client": "^7.0",
"symfony/mailgun-mailer": "^7.0",
"symfony/postmark-mailer": "^7.0",
"venturecraft/revisionable": "^1.40"
},
"require-dev": {
"barryvdh/laravel-debugbar": "^3.2",
"barryvdh/laravel-ide-helper": "^2.6",
"barryvdh/laravel-ide-helper": "^3.0",
"spatie/laravel-ignition": "^2.4",
"fakerphp/faker": "^1.12",
"laravel/tinker": "^2.2",
Expand Down
Loading

0 comments on commit b9b6347

Please sign in to comment.