Skip to content

Commit

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

| Package | From | To |
| --- | --- | --- |
| [azjezz/psl](https://github.com/azjezz/psl) | `2.9.0` | `2.9.1` |
| [phpstan/phpstan](https://github.com/phpstan/phpstan) | `1.10.66` | `1.10.67` |
| [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) | `11.0.9` | `11.1.3` |
| [symfony/console](https://github.com/symfony/console) | `7.0.4` | `7.0.7` |
| [symfony/var-dumper](https://github.com/symfony/var-dumper) | `7.0.4` | `7.0.7` |
| [vaimo/composer-patches](https://github.com/vaimo/composer-patches) | `5.1.2` | `5.2.0` |


Updates `azjezz/psl` from 2.9.0 to 2.9.1
- [Release notes](https://github.com/azjezz/psl/releases)
- [Changelog](https://github.com/azjezz/psl/blob/next/CHANGELOG.md)
- [Commits](azjezz/psl@2.9.0...2.9.1)

Updates `phpstan/phpstan` from 1.10.66 to 1.10.67
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Changelog](https://github.com/phpstan/phpstan/blob/1.11.x/CHANGELOG.md)
- [Commits](phpstan/phpstan@1.10.66...1.10.67)

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

Updates `symfony/console` from 7.0.4 to 7.0.7
- [Release notes](https://github.com/symfony/console/releases)
- [Changelog](https://github.com/symfony/console/blob/7.0/CHANGELOG.md)
- [Commits](symfony/console@v7.0.4...v7.0.7)

Updates `symfony/var-dumper` from 7.0.4 to 7.0.7
- [Release notes](https://github.com/symfony/var-dumper/releases)
- [Changelog](https://github.com/symfony/var-dumper/blob/7.0/CHANGELOG.md)
- [Commits](symfony/var-dumper@v7.0.4...v7.0.7)

Updates `vaimo/composer-patches` from 5.1.2 to 5.2.0
- [Release notes](https://github.com/vaimo/composer-patches/releases)
- [Changelog](https://github.com/vaimo/composer-patches/blob/master/CHANGELOG.md)
- [Commits](vaimo/composer-patches@5.1.2...5.2.0)

---
updated-dependencies:
- dependency-name: azjezz/psl
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: composer
- dependency-name: phpstan/phpstan
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: composer
- dependency-name: phpunit/phpunit
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: composer
- dependency-name: symfony/console
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: composer
- dependency-name: symfony/var-dumper
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: composer
- dependency-name: vaimo/composer-patches
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: composer
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 1, 2024
1 parent 9ba157f commit 7ca8394
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 60 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@
"nunomaduro/collision": "^8.1",
"php-standard-library/phpstan-extension": "^1.0",
"phpstan/phpstan": "^1.10",
"phpunit/phpunit": "^11.0",
"phpunit/phpunit": "^11.1",
"symfony/console": "^7.0",
"symfony/var-dumper": "^7.0",
"vaimo/composer-patches": "^5.1"
"vaimo/composer-patches": "^5.2"
},
"minimum-stability": "dev",
"prefer-stable": true,
Expand Down
112 changes: 54 additions & 58 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7ca8394

Please sign in to comment.