Skip to content

Commit a383f43

Browse files
authored
ACP2E-1158: QPT is not compatible with certain php 8.1.x versions (#59)
1 parent bd22aff commit a383f43

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@
1515
"ext-json": "*",
1616
"composer/composer": "@stable",
1717
"composer/semver": "@stable",
18-
"symfony/config": "^3.3||^4.4||^5.1",
19-
"symfony/console": "^2.6||^4.0||^5.1",
20-
"symfony/dependency-injection": "^3.3||^4.3||^5.1",
21-
"symfony/process": "^2.1||^4.1||^5.1",
22-
"symfony/proxy-manager-bridge": "^3.3||^4.3||^5.1",
23-
"symfony/yaml": "^3.3||^4.0||^5.1",
18+
"symfony/config": "^3.3||^4.4||^5.0",
19+
"symfony/console": "^2.6||^4.0||^5.0",
20+
"symfony/dependency-injection": "^3.3||^4.3||^5.0",
21+
"symfony/process": "^2.1||^4.1||^5.0",
22+
"symfony/proxy-manager-bridge": "^3.3||^4.3||^5.0",
23+
"symfony/yaml": "^3.3||^4.0||^5.0",
2424
"monolog/monolog": "^1.25||^2.3",
2525
"magento/quality-patches": "^1.1.0"
2626
},

0 commit comments

Comments
 (0)