Update version of gulp-phpcs plugin

This commit is contained in:
Dmitriy Simushev 2014-08-13 11:03:03 +00:00
parent 02874adbd0
commit 95d2593b28
2 changed files with 4 additions and 2 deletions

View File

@ -44,7 +44,9 @@ gulp.task('phpcs', ['composer-install-dev'], function() {
bin: config.phpVendorPath + '/bin/phpcs', bin: config.phpVendorPath + '/bin/phpcs',
standard: 'PSR2', standard: 'PSR2',
warningSeverity: 0 warningSeverity: 0
})); }))
.pipe(phpcs.reporter('log'))
.pipe(phpcs.reporter('fail'));
}); });
// Get and install PHP Composer // Get and install PHP Composer

View File

@ -9,7 +9,7 @@
}, },
"devDependencies": { "devDependencies": {
"gulp": "~3.8.0", "gulp": "~3.8.0",
"gulp-phpcs": "~0.1.0", "gulp-phpcs": "~0.2.1",
"gulp-uglify": "~0.3.1", "gulp-uglify": "~0.3.1",
"gulp-concat": "~2.3.4", "gulp-concat": "~2.3.4",
"gulp-order": "~1.1.1", "gulp-order": "~1.1.1",