Skip to content
This repository has been archived by the owner on Oct 17, 2019. It is now read-only.

Commit

Permalink
Update CleanupRules.php
Browse files Browse the repository at this point in the history
  • Loading branch information
tavy315 authored Apr 12, 2018
1 parent 633b6a8 commit 19fd37c
Showing 1 changed file with 30 additions and 1 deletion.
31 changes: 30 additions & 1 deletion src/CleanupRules.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ public static function getRules()
'bllim/datatables' => [ $docs, $tests ],
'cartalyst/sentry' => [ $docs, $tests ],
'classpreloader/classpreloader' => [ $docs, $tests ],
'composer/ca-bundle' => [ $docs, $tests ],
'composer/composer' => [ $docs, $tests ],
'composer/semver' => [ $docs, $tests ],
'composer/spdx-licenses' => [ $docs, $tests ],
'd11wtq/boris' => [ $docs, $tests ],
'danielstjules/stringy' => [ $docs, $tests ],
'dflydev/markdown' => [ $docs, $tests ],
Expand All @@ -30,8 +34,11 @@ public static function getRules()
'doctrine/common' => [ $docs, $tests, $bin, 'lib/vendor' ],
'doctrine/dbal' => [ $docs, $tests, $bin . 'build* docs2 lib/vendor' ],
'doctrine/inflector' => [ $docs, $tests ],
'doctrine/lexer' => [ $docs, $tests ],
'dompdf/dompdf' => [ $docs, $tests, 'www VERSION' ],
'felixfbecker/advanced-json-rpc' => [ $docs, $tests ],
'filp/whoops' => [ $docs, $tests ],
'friendsofphp/php-cs-fixer' => [ $docs, $tests ],
'guzzle/guzzle' => [ $docs, $tests ],
'guzzlehttp/guzzle' => [ $docs, $tests ],
'guzzlehttp/oauth-subscriber' => [ $docs, $tests ],
Expand All @@ -43,6 +50,7 @@ public static function getRules()
'jakub-onderka/php-console-highlighter' => [ $docs, $tests, 'build.xml' ],
'jasonlewis/basset' => [ $docs, $tests ],
'jeremeamia/SuperClosure' => [ $docs, $tests ],
'justinrainbow/json-schema' => [ $docs ],
'kriswallsmith/assetic' => [ $docs, $tests ],
'knplabs/knp-snappy' => [ $docs, $tests ],
'laravel/framework' => [ $docs, $tests, 'build' ],
Expand All @@ -55,39 +63,60 @@ public static function getRules()
'monolog/monolog' => [ $docs, $tests ],
'mrclay/minify' => [ $docs, $tests, 'MIN.txt min_* min/builder min/*.php min/quick-test.* min/.htaccess' ],
'mtdowling/cron-expression' => [ $docs, $tests ],
'muglug/package-versions-56' => [ $docs ],
'mustache/mustache' => [ $docs, $tests, $bin ],
'nesbot/carbon' => [ $docs, $tests ],
'nette/bootstrap' => [ $docs ],
'nette/di' => [ $docs ],
'nette/finder' => [ $docs ],
'nette/neon' => [ $docs ],
'nette/php-generator' => [ $docs ],
'nette/robot-loader' => [ $docs ],
'nette/utils' => [ $docs ],
'nikic/php-parser' => [ $docs, $tests, 'test_old' ],
'oyejorge/less.php' => [ $docs, $tests ],
'patchwork/utf8' => [ $docs, $tests ],
'pdepend/pdepend' => [ $docs ],
'phan/phan' => [ $docs, $tests ],
'phenx/php-font-lib' => [ $docs, $tests, 'www index.php' ],
'phenx/php-svg-lib' => [ $docs, $tests ],
'php-cs-fixer/diff' => [ $docs ],
'phpdocumentor/reflection-common' => [ $docs ],
'phpdocumentor/reflection-docblock' => [ $docs, $tests ],
'phpdocumentor/type-resolver' => [ $docs ],
'phpoffice/phpexcel' => [ $docs, $tests, 'Examples unitTests changelog.txt install.txt' ],
'phpseclib/phpseclib' => [ $docs, $tests, 'build' ],
'predis/predis' => [ $docs, $tests, $bin ],
'phpstan/phpdoc-parser' => [ $docs, $tests ],
'psr/log' => [ $docs, $tests ],
'psy/psysh' => [ $docs, $tests ],
'rcrowe/twigbridge' => [ $docs, $tests ],
'sabberworm/php-css-parser' => [ $tests ],
'sebastian/diff' => [ $docs, $tests ],
'seld/jsonlint' => [ $tests ],
'simplepie/simplepie' => [ $docs, $tests, 'build compatibility_test ROADMAP.md' ],
'squizlabs/php_codesniffer' => [ $docs ],
'squizlabs/php_codesniffer' => [ $docs, $tests ],
'stack/builder' => [ $docs, $tests ],
'swiftmailer/swiftmailer' => [ $docs, $tests, 'build* notes test-suite create_pear_package.php' ],
'symfony/browser-kit' => [ $docs, $tests ],
'symfony/class-loader' => [ $docs, $tests ],
'symfony/config' => [ $docs, $tests ],
'symfony/console' => [ $docs, $tests ],
'symfony/css-selector' => [ $docs, $tests ],
'symfony/debug' => [ $docs, $tests ],
'symfony/dependency-injection' => [ $docs, $tests ],
'symfony/dom-crawler' => [ $docs, $tests ],
'symfony/event-dispatcher' => [ $docs, $tests ],
'symfony/filesystem' => [ $docs, $tests ],
'symfony/finder' => [ $docs, $tests ],
'symfony/http-foundation' => [ $docs, $tests ],
'symfony/http-kernel' => [ $docs, $tests ],
'symfony/options-resolver' => [ $docs, $tests ],
'symfony/polyfill-mbstring' => [ $docs, $tests ],
'symfony/polyfill-php54' => [ $docs, $tests ],
'symfony/polyfill-php55' => [ $docs, $tests ],
'symfony/polyfill-php70' => [ $docs, $tests ],
'symfony/polyfill-php72' => [ $docs, $tests ],
'symfony/process' => [ $docs, $tests ],
'symfony/routing' => [ $docs, $tests ],
'symfony/security' => [ $docs, $tests ],
Expand Down

0 comments on commit 19fd37c

Please # to comment.