Skip to content
This repository was archived by the owner on Jul 7, 2025. It is now read-only.

Commit bba0ce5

Browse files
Merge branch '1.0.1'
2 parents 99dbeca + ccd209b commit bba0ce5

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

Neuralab/ruleset.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,6 @@
3030
</rule>
3131
<!-- We prefer short arrays -->
3232
<rule ref="Generic.Arrays.DisallowLongArraySyntax" />
33+
<!-- Support for PHP 8.1 and above (https://github.com/WordPress/WordPress-Coding-Standards/issues/2035). -->
34+
<ini name="error_reporting" value="E_ALL &#38; ~E_DEPRECATED" />
3335
</ruleset>

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Neuralab Coding Standards
22

3-
`composer global require neuralab/coding-standards:dev-master`
3+
`composer global require neuralab/coding-standards`
44

55
or
66

7-
`composer require --dev neuralab/coding-standards:dev-master`
7+
`composer require --dev neuralab/coding-standards`

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"type": "phpcodesniffer-standard",
55
"license": "GPL-2.0-or-later",
66
"require": {
7-
"php": ">=7.1",
7+
"php": ">=8.1",
88
"wp-coding-standards/wpcs": "^2.3.0",
99
"automattic/vipwpcs": "^2.1.0",
1010
"squizlabs/php_codesniffer": "^3.5.5",

0 commit comments

Comments
 (0)