Skip to content

Commit

Permalink
NN-460 add composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
johnpaulbalagolan committed Feb 15, 2025
1 parent 8ed424f commit d43c880
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"name": "wp-nn-theme/linter",
"description": "Composer settings of Navigation North Web theme",
"require-dev": {
"squizlabs/php_codesniffer": "^3.11",
"wp-coding-standards/wpcs": "^3.1"
},
"authors": [
{
"name": "Navigation North"
}
],
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
}
}

0 comments on commit d43c880

Please sign in to comment.