We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b389f5 commit 2960a1bCopy full SHA for 2960a1b
composer.json
@@ -23,7 +23,8 @@
23
"php": ">=7.4",
24
"composer-plugin-api": "^2.0",
25
"symfony/filesystem": "*",
26
- "symfony/finder": "*"
+ "symfony/finder": "*",
27
+ "symfony/polyfill-php85": "^v1.33.0"
28
},
29
"require-dev": {
30
"composer/composer": "^2.8",
@@ -33,8 +34,7 @@
33
34
"phpstan/phpstan-phpunit": "^2.0",
35
"phpunit/phpunit": "^9.6",
36
"phpmd/phpmd": "^2.15",
- "friendsofphp/php-cs-fixer": "^3.67",
37
- "symfony/polyfill-php85": "^v1.33.0"
+ "friendsofphp/php-cs-fixer": "^3.67"
38
39
"extra": {
40
"class": "OpenMage\\ComposerPlugin\\Plugin"
0 commit comments