Skip to content

Commit

Permalink
Tooling update (#277)
Browse files Browse the repository at this point in the history
  • Loading branch information
kasparsd authored Apr 12, 2019
1 parent 5ae6b1b commit 5ab8a63
Show file tree
Hide file tree
Showing 7 changed files with 3,750 additions and 44 deletions.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ insert_final_newline = true
trim_trailing_whitespace = true
indent_style = tab

[{package.json,*.yml}]
[*.{json,yml,yaml}]
indent_style = space
indent_size = 2

Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@
/npm-debug.log
/vendor
/composer.lock
/package-lock.json
/dist
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ php:
- 5.4
- 5.5
- 5.6
- 7.0
- 7.2
- 7.3

addons:
apt:
Expand Down
19 changes: 11 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
{
"type": "wordpress-plugin",
"name": "georgestephanis/two-factor",
"description": "Two-Factor Authentication for WordPress.",
"require-dev": {
"php-coveralls/php-coveralls": "^1.0",
"wp-coding-standards/wpcs": "^2.0",
"xwp/wp-dev-lib": "^1.0"
}
"type": "wordpress-plugin",
"name": "georgestephanis/two-factor",
"description": "Two-Factor Authentication for WordPress.",
"require": {
"php": ">=5.4"
},
"require-dev": {
"php-coveralls/php-coveralls": "^1.0",
"wp-coding-standards/wpcs": "^2.0",
"xwp/wp-dev-lib": "^1.0"
}
}
Loading

0 comments on commit 5ab8a63

Please sign in to comment.