[Pkg-owncloud-commits] [php-sabre-vobject] 274/341: Added sabre/cs
David Prévot
taffit at moszumanska.debian.org
Tue Aug 11 13:35:56 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository php-sabre-vobject.
commit 2b04258e39a8c1e4c9d1deadf650ee5cbf86d099
Author: Evert Pot <me at evertpot.com>
Date: Thu Jun 4 00:56:13 2015 -0400
Added sabre/cs
---
.travis.yml | 2 +-
composer.json | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index 9c680e9..dbd54dd 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -14,6 +14,6 @@ matrix:
script:
- phpunit --configuration tests/phpunit.xml
- ./bin/phpcs -p --standard=tests/phpcs/ruleset.xml lib/
-
+ - ./bin/sabre-cs-fixer fix lib/ --dry-run --diff
before_script: composer install
diff --git a/composer.json b/composer.json
index a7e74c6..77ef482 100644
--- a/composer.json
+++ b/composer.json
@@ -11,7 +11,7 @@
},
"require-dev" : {
"phpunit/phpunit" : "*",
- "squizlabs/php_codesniffer": "*"
+ "sabre/cs" : "~0.0.3"
},
"authors" : [
{
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/php-sabre-vobject.git
More information about the Pkg-owncloud-commits
mailing list