Skip to content

Commit

Permalink
Bundle PHPDCD.
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Oct 27, 2014
1 parent 60c19c2 commit 9835885
Show file tree
Hide file tree
Showing 71 changed files with 5,471 additions and 23 deletions.
4 changes: 3 additions & 1 deletion components/bundle/composer.json
@@ -1,6 +1,8 @@
{
"require-dev": {
"phpmd/phpmd" : "@stable",
"sebastian/phpcpd": "*"
"sebastian/phpcpd": "*",
"sebastian/phpdcd": "*",
"sebastian/phploc": "*"
}
}
105 changes: 104 additions & 1 deletion components/bundle/composer.lock

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

2 changes: 1 addition & 1 deletion components/bundle/vendor/autoload.php
Expand Up @@ -4,4 +4,4 @@

require_once __DIR__ . '/composer' . '/autoload_real.php';

return ComposerAutoloaderInit0655bb14fd217c84f0fad2ccbf68300d::getLoader();
return ComposerAutoloaderInit95532280817a0d988522eb50a228cd92::getLoader();
1 change: 1 addition & 0 deletions components/bundle/vendor/bin/phpdcd

0 comments on commit 9835885

Please sign in to comment.