Skip to content
This repository has been archived by the owner on Mar 9, 2024. It is now read-only.

Commit

Permalink
AWS, Quickbooks and PHP Spreadsheet (#25)
Browse files Browse the repository at this point in the history
* AWS, Quickbooks and PHP Spreadsheet

* correction

* update

* added code

* tecnickcom/tcpdf

Co-authored-by: Matthew Hutchings <[email protected]>
  • Loading branch information
matthewhutchings and matthewhutchings authored Jun 27, 2020
1 parent dd3bef7 commit e2ff208
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/CleanupRules.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,12 @@ public static function getRules()
$tests = '.travis.yml .scrutinizer.yml phpcs.xml* phpcs.php phpunit.xml* phpunit.php test tests Tests travis patchwork.json';

return array(
'tecnickcom/tcpdf' => array($docs, $tests, 'fonts'),
'anahkiasen/former' => array($docs, $tests),
'anahkiasen/html-object' => array($docs, 'phpunit.xml* tests/*'),
'anahkiasen/rocketeer' => array($docs, $tests),
'anahkiasen/underscore-php' => array($docs, $tests),
'aws/aws-sdk-php' => array($docs, $tests),
'barryvdh/composer-cleanup-plugin' => array($docs, $tests),
'barryvdh/laravel-debugbar' => array($docs, $tests),
'barryvdh/laravel-ide-helper' => array($docs, $tests),
Expand Down Expand Up @@ -63,10 +65,12 @@ public static function getRules()
'phenx/php-font-lib' => array($docs, $tests. 'www'),
'phpdocumentor/reflection-docblock' => array($docs, $tests),
'phpoffice/phpexcel' => array($docs, $tests, 'Examples unitTests changelog.txt'),
'phpoffice/phpspreadsheet' => array($docs, $tests, 'samples'),
'phpseclib/phpseclib' => array($docs, $tests, 'build'),
'predis/predis' => array($docs, $tests, 'bin'),
'psr/log' => array($docs, $tests),
'psy/psysh' => array($docs, $tests),
'quickbooks/v3-php-sdk' => array($docs, $tests, 'docs docs/* src/XSD2PHP/test src/XSD2PHP/test/*'),
'rcrowe/twigbridge' => array($docs, $tests),
'simplepie/simplepie' => array($docs, $tests, 'build compatibility_test ROADMAP.md'),
'stack/builder' => array($docs, $tests),
Expand All @@ -93,6 +97,9 @@ public static function getRules()
'venturecraft/revisionable' => array($docs, $tests),
'vlucas/phpdotenv' => array($docs, $tests),
'willdurand/geocoder' => array($docs, $tests),
'willdurand/geocoder' => array($docs, $tests),


);
}
}

0 comments on commit e2ff208

Please sign in to comment.