Skip to content

Commit

Permalink
Added composer support + PHPUnit + PHPCS
Browse files Browse the repository at this point in the history
  • Loading branch information
kinncj authored and ThamaraHessel committed Feb 28, 2013
1 parent 8690462 commit 2c046f4
Show file tree
Hide file tree
Showing 7 changed files with 490 additions and 68,641 deletions.
3 changes: 3 additions & 0 deletions .gitignore
@@ -0,0 +1,3 @@
vendor
.c9revisions
.swp
68,625 changes: 0 additions & 68,625 deletions bin/phpunit.phar

This file was deleted.

7 changes: 7 additions & 0 deletions composer.json
@@ -0,0 +1,7 @@
{
"minimum-stability": "dev",
"require-dev": {
"squizlabs/php_codesniffer": "dev-master",
"phpunit/phpunit": "3.7.*"
}
}

0 comments on commit 2c046f4

Please sign in to comment.