Skip to content

Commit ad71e7d

Browse files
committed
Composer update.
m4tthumphrey/php-gitlab-api (11.14.0 => 12.0.0) concerned me, but there appear to be no compatibility changes listed in its changelog. <https://github.com/GitLabPHP/Client/blob/12.0/CHANGELOG.md#1200---2025-02-23>
1 parent c7073e1 commit ad71e7d

File tree

2 files changed

+35
-33
lines changed

2 files changed

+35
-33
lines changed

composer.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,18 @@
66
"php": ">=8.1",
77
"cocur/slugify": "^4.6.0",
88
"http-interop/http-factory-guzzle": "^1.2",
9-
"m4tthumphrey/php-gitlab-api": "^11.14",
10-
"monolog/monolog": "^3.8.1",
9+
"m4tthumphrey/php-gitlab-api": "^12.0.0",
10+
"monolog/monolog": "^3.9.0",
1111
"php-http/guzzle6-adapter": "^2.0.2",
12-
"symfony/console": "v6.4.15",
13-
"symfony/polyfill-php82": "^1.31.0",
14-
"symfony/polyfill-php83": "^1.31.0",
15-
"symfony/polyfill-php84": "^1.31.0",
16-
"symfony/yaml": "^6.4.13"
12+
"symfony/console": "^6.4.25",
13+
"symfony/polyfill-php82": "^1.33.0",
14+
"symfony/polyfill-php83": "^1.33.0",
15+
"symfony/polyfill-php84": "^1.33.0",
16+
"symfony/yaml": "^6.4.25"
1717
},
1818
"require-dev": {
19-
"phpstan/phpstan": "^2.0.3",
20-
"phpstan/phpstan-symfony": "^2.0.0"
19+
"phpstan/phpstan": "^2.1.28",
20+
"phpstan/phpstan-symfony": "^2.0.8"
2121
},
2222
"autoload": {
2323
"psr-4": {

composer.lock

Lines changed: 26 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)