Skip to content

Commit 3b504d5

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

File tree

2 files changed

+20
-75
lines changed

2 files changed

+20
-75
lines changed

composer.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,14 @@
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-
],
148
"type": "phpcodesniffer-standard",
159
"version": "32",
1610
"require": {
1711
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
1812
"webonyx/graphql-php": "^15.0",
1913
"ext-simplexml": "*",
2014
"ext-dom": "*",
21-
"phpcompatibility/php-compatibility": "dev-develop",
15+
"phpcompatibility/php-compatibility": "^9.3",
2216
"squizlabs/php_codesniffer": "^3.6.1",
2317
"rector/rector": "^0.17.12",
2418
"phpcsstandards/phpcsutils": "^1.0.5"

composer.lock

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

0 commit comments

Comments
 (0)