Skip to content

Commit

Permalink
Updating GitList to use Gitter
Browse files Browse the repository at this point in the history
  • Loading branch information
klaussilveira committed Sep 11, 2012
1 parent e72a932 commit e17ffee
Show file tree
Hide file tree
Showing 22 changed files with 189 additions and 2,044 deletions.
3 changes: 2 additions & 1 deletion composer.json
Expand Up @@ -3,7 +3,8 @@
"silex/silex": "1.0.*", "silex/silex": "1.0.*",
"twig/twig": "1.9.*", "twig/twig": "1.9.*",
"symfony/twig-bridge": "2.1.*", "symfony/twig-bridge": "2.1.*",
"symfony/filesystem": "2.1.*" "symfony/filesystem": "2.1.*",
"klaussilveira/gitter": "*"
}, },
"require-dev": { "require-dev": {
"symfony/browser-kit": "2.1.*", "symfony/browser-kit": "2.1.*",
Expand Down
40 changes: 26 additions & 14 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion phpunit.xml.dist
Expand Up @@ -7,8 +7,9 @@
convertNoticesToExceptions="true" convertNoticesToExceptions="true"
convertWarningsToExceptions="true" convertWarningsToExceptions="true"
processIsolation="false" processIsolation="false"
stopOnFailure="false" stopOnFailure="true"
syntaxCheck="true" syntaxCheck="true"
bootstrap="./vendor/autoload.php"
> >
<testsuites> <testsuites>
<testsuite name="GitList Test Suite"> <testsuite name="GitList Test Suite">
Expand Down
194 changes: 0 additions & 194 deletions src/GitList/Component/Git/Client.php

This file was deleted.

35 changes: 0 additions & 35 deletions src/GitList/Component/Git/Commit/Author.php

This file was deleted.

0 comments on commit e17ffee

Please sign in to comment.