Skip to content

Commit 6db538b

Browse files
committed
AC-9670::Adobe Commerce 2.4.7 core code is compatible with PHP 8.3
1 parent 6cbe6a3 commit 6db538b

File tree

2 files changed

+77
-22
lines changed

2 files changed

+77
-22
lines changed

composer.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,20 @@
55
"OSL-3.0",
66
"AFL-3.0"
77
],
8+
"repositories": [
9+
{
10+
"type" : "vcs",
11+
"url" : "git@github.com:PHPCompatibility/PHPCompatibility.git"
12+
}
13+
],
814
"type": "phpcodesniffer-standard",
915
"version": "32",
1016
"require": {
11-
"php": "~8.1.0 || ~8.2.0",
17+
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
1218
"webonyx/graphql-php": "^15.0",
1319
"ext-simplexml": "*",
1420
"ext-dom": "*",
15-
"phpcompatibility/php-compatibility": "^9.3",
21+
"phpcompatibility/php-compatibility": "dev-develop",
1622
"squizlabs/php_codesniffer": "^3.6.1",
1723
"rector/rector": "^0.17.12",
1824
"phpcsstandards/phpcsutils": "^1.0.5"

composer.lock

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

0 commit comments

Comments
 (0)