Skip to content

Commit

Permalink
Updated Coding Standards
Browse files Browse the repository at this point in the history
  • Loading branch information
stian-overasen authored Aug 20, 2018
2 parents 89e9a14 + 8afe9d7 commit 9878893
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 1.0.0
* WordPress Coding Standards for PHP_CodeSniffer 1.0
* PHP Compatibility Coding Standard for PHP CodeSniffer 8.2
* Neutron PHP Standard 1.5

## 0.3.1
* Allow slash in hook names

Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"description": "Dekode Coding Standards",
"type": "phpcodesniffer-standard",
"require": {
"wp-coding-standards/wpcs": "^0.14.1",
"wimg/php-compatibility": "^8.1",
"wp-coding-standards/wpcs": "^1.0",
"wimg/php-compatibility": "^8.2",
"dealerdirect/phpcodesniffer-composer-installer": "^0.4.4",
"automattic/phpcs-neutron-standard": "^1.4"
"automattic/phpcs-neutron-standard": "^1.5"
},
"license": "MIT"
}

0 comments on commit 9878893

Please sign in to comment.