Skip to content

Commit

Permalink
Add vanillawxr, wxr to supported export types (fixes #13) (#17)
Browse files Browse the repository at this point in the history
 + Add vanillawxr, wxr to supported export types (fixes #13)
 + Update coding standards
  • Loading branch information
dac514 authored and Ned Zimmerman committed Nov 19, 2018
1 parent 43a6c52 commit 179e3af
Show file tree
Hide file tree
Showing 11 changed files with 510 additions and 353 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ branches:
- dev
- "/\\d+\\.\\d+(\\.\\d+)?(-\\S*)?$/"
php:
- 7.0
- 7.1
- 7.2
- nightly
env:
- WP_VERSION=latest WP_MULTISITE=1 TRAVIS_NODE_VERSION="6"
- WP_VERSION=latest WP_MULTISITE=1 TRAVIS_NODE_VERSION="8"
matrix:
fast_finish: true
allow_failures:
Expand Down
11 changes: 6 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,17 @@
],
"config": {
"platform": {
"php": "7.0.29"
"php": "7.1"
}
},
"require": {
"composer/installers": "~1.3",
"pressbooks/mix": "~2.0"
"php": ">=7.1",
"composer/installers": "~1.4",
"pressbooks/mix": "^2.1"
},
"require-dev": {
"phpunit/phpunit": "~5.5",
"humanmade/coding-standards": "^0.2.1",
"phpunit/phpunit": "~6.5",
"pressbooks/coding-standards": "dev-master",
"wpreadme2markdown/wp2md": "^3.0"
},
"scripts": {
Expand Down
Loading

0 comments on commit 179e3af

Please sign in to comment.