Skip to content

Commit

Permalink
Merge branch '1.0.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
SlobodanAlavanjaNeuralab committed Mar 22, 2024
2 parents 99dbeca + ccd209b commit bba0ce5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions Neuralab/ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,6 @@
</rule>
<!-- We prefer short arrays -->
<rule ref="Generic.Arrays.DisallowLongArraySyntax" />
<!-- Support for PHP 8.1 and above (https://github.com/WordPress/WordPress-Coding-Standards/issues/2035). -->
<ini name="error_reporting" value="E_ALL &#38; ~E_DEPRECATED" />
</ruleset>
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Neuralab Coding Standards

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

or

`composer require --dev neuralab/coding-standards:dev-master`
`composer require --dev neuralab/coding-standards`
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": "phpcodesniffer-standard",
"license": "GPL-2.0-or-later",
"require": {
"php": ">=7.1",
"php": ">=8.1",
"wp-coding-standards/wpcs": "^2.3.0",
"automattic/vipwpcs": "^2.1.0",
"squizlabs/php_codesniffer": "^3.5.5",
Expand Down

0 comments on commit bba0ce5

Please sign in to comment.