Skip to content

Commit

Permalink
Use newer versions of dependencies.
Browse files Browse the repository at this point in the history
This includes:
 * WordPress-Coding-Standards v1.0.0,
 * VIP-Coding-Standars v0.3.0
 * 3.2.3 of PHPCS
  • Loading branch information
gudmdharalds committed Aug 29, 2018
1 parent ad85713 commit b4771e0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tools-init.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/bin/bash

export PHP_CODESNIFFER_VER="3.2.0"
export WP_CODING_STANDARDS_VER="0.14.0"
export VIP_CODING_STANDARDS_VER="0.2.4"
export PHP_CODESNIFFER_VER="3.2.3"
export WP_CODING_STANDARDS_VER="1.0.0"
export VIP_CODING_STANDARDS_VER="0.3.0"

export TMP_LOCK_FILE="$HOME/.vip-go-ci-tools-init.lck"

Expand Down

0 comments on commit b4771e0

Please sign in to comment.