Skip to content

Commit c183421

Browse files
committed
AC-6437:Ensure PHP8.1 support after 7.4 removal - Release v27
1 parent f3fd3e2 commit c183421

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
"AFL-3.0"
77
],
88
"type": "phpcodesniffer-standard",
9-
"version": "26",
9+
"version": "27",
1010
"require": {
11-
"php": ">=7.3",
11+
"php": "^8.1||^8.2",
1212
"webonyx/graphql-php": "^14.9",
1313
"ext-simplexml": "*",
1414
"ext-dom": "*",

composer.lock

+8-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)