Skip to content

Commit 2960a1b

Browse files
authored
Add symfony/polyfill-php85 to composer.json
1 parent 6b389f5 commit 2960a1b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323
"php": ">=7.4",
2424
"composer-plugin-api": "^2.0",
2525
"symfony/filesystem": "*",
26-
"symfony/finder": "*"
26+
"symfony/finder": "*",
27+
"symfony/polyfill-php85": "^v1.33.0"
2728
},
2829
"require-dev": {
2930
"composer/composer": "^2.8",
@@ -33,8 +34,7 @@
3334
"phpstan/phpstan-phpunit": "^2.0",
3435
"phpunit/phpunit": "^9.6",
3536
"phpmd/phpmd": "^2.15",
36-
"friendsofphp/php-cs-fixer": "^3.67",
37-
"symfony/polyfill-php85": "^v1.33.0"
37+
"friendsofphp/php-cs-fixer": "^3.67"
3838
},
3939
"extra": {
4040
"class": "OpenMage\\ComposerPlugin\\Plugin"

0 commit comments

Comments
 (0)