Skip to content

Commit 0136c54

Browse files
committed
Composer update.
Added PHP 8.5 polyfill.
1 parent 70e6b9d commit 0136c54

File tree

2 files changed

+154
-69
lines changed

2 files changed

+154
-69
lines changed

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,12 @@
99
"m4tthumphrey/php-gitlab-api": "^12.0.0",
1010
"monolog/monolog": "^3.9.0",
1111
"php-http/guzzle6-adapter": "^2.0.2",
12-
"symfony/console": "^6.4.25",
12+
"symfony/console": "^6.4.27",
1313
"symfony/polyfill-php82": "^1.33.0",
1414
"symfony/polyfill-php83": "^1.33.0",
1515
"symfony/polyfill-php84": "^1.33.0",
16-
"symfony/yaml": "^6.4.25"
16+
"symfony/polyfill-php85": "^1.33.0",
17+
"symfony/yaml": "^6.4.26"
1718
},
1819
"require-dev": {
1920
"phpstan/phpstan": "^2.1.28",

0 commit comments

Comments
 (0)