Skip to content

Commit 24d80d8

Browse files
chore: Bump the all-dependencies group across 1 directory with 4 updates
Bumps the all-dependencies group with 4 updates in the / directory: [guzzlehttp/guzzle](https://github.com/guzzle/guzzle), [phpstan/phpstan](https://github.com/phpstan/phpstan), [monolog/monolog](https://github.com/Seldaek/monolog) and [friendsofphp/php-cs-fixer](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer). Updates `guzzlehttp/guzzle` from 7.9.2 to 7.9.3 - [Release notes](https://github.com/guzzle/guzzle/releases) - [Changelog](https://github.com/guzzle/guzzle/blob/7.9/CHANGELOG.md) - [Commits](guzzle/guzzle@7.9.2...7.9.3) Updates `phpstan/phpstan` from 2.1.2 to 2.1.11 - [Release notes](https://github.com/phpstan/phpstan/releases) - [Changelog](https://github.com/phpstan/phpstan/blob/2.1.x/CHANGELOG.md) - [Commits](phpstan/phpstan@2.1.2...2.1.11) Updates `monolog/monolog` from 3.8.1 to 3.9.0 - [Release notes](https://github.com/Seldaek/monolog/releases) - [Changelog](https://github.com/Seldaek/monolog/blob/main/CHANGELOG.md) - [Commits](Seldaek/monolog@3.8.1...3.9.0) Updates `friendsofphp/php-cs-fixer` from 3.68.5 to 3.75.0 - [Release notes](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/releases) - [Changelog](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/blob/master/CHANGELOG.md) - [Commits](PHP-CS-Fixer/PHP-CS-Fixer@v3.68.5...v3.75.0) --- updated-dependencies: - dependency-name: guzzlehttp/guzzle dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: phpstan/phpstan dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: monolog/monolog dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: friendsofphp/php-cs-fixer dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 38cf57e commit 24d80d8

File tree

2 files changed

+68
-67
lines changed

2 files changed

+68
-67
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88
"require": {
99
"php": "^8.2",
1010
"psr/http-client": "^1.0.3",
11-
"guzzlehttp/guzzle": "^7.9.2"
11+
"guzzlehttp/guzzle": "^7.9.3"
1212
},
1313
"require-dev": {
1414
"phpunit/phpunit": "^11.5.6",
15-
"phpstan/phpstan": "^2.1.2",
15+
"phpstan/phpstan": "^2.1.11",
1616
"kint-php/kint": "^6.0.1",
17-
"monolog/monolog": "^3.8.1",
18-
"friendsofphp/php-cs-fixer": "^3.68.5",
17+
"monolog/monolog": "^3.9.0",
18+
"friendsofphp/php-cs-fixer": "^3.75.0",
1919
"brainmaestro/composer-git-hooks": "^3.0.0"
2020
},
2121
"autoload": {

0 commit comments

Comments
 (0)