Skip to content

Commit 6349ba2

Browse files
committed
AC-15786:Added PHP 8.5 support
1 parent e97ba88 commit 6349ba2

File tree

2 files changed

+178
-200
lines changed

2 files changed

+178
-200
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212
"webonyx/graphql-php": "^15.0",
1313
"ext-simplexml": "*",
1414
"ext-dom": "*",
15-
"squizlabs/php_codesniffer": "^3.6.1",
15+
"squizlabs/php_codesniffer": "^3.10.2",
1616
"rector/rector": "^1.2.4",
17-
"phpcsstandards/phpcsutils": "^1.0.5",
17+
"phpcsstandards/phpcsutils": "^1.2.2",
1818
"magento/php-compatibility-fork": "^0.1"
1919
},
2020
"require-dev": {
21-
"phpunit/phpunit": "^9.5.10",
21+
"phpunit/phpunit": "^9.6.20",
2222
"yoast/phpunit-polyfills": "^1.0"
2323
},
2424
"autoload-dev": {

0 commit comments

Comments
 (0)