diff --git a/.styleci.yml b/.styleci.yml index 92879a30d..eb99ee0ac 100644 --- a/.styleci.yml +++ b/.styleci.yml @@ -11,9 +11,9 @@ finder: - "storage" - "vendor" - "docs" - - "public/themes" - - "libs" + - "public" - "resources" + - "bootstrap" - "database/migrations" - "database/seeds" - "database/fixtures" \ No newline at end of file diff --git a/Changelog b/Changelog index 7937535f7..806204acc 100755 --- a/Changelog +++ b/Changelog @@ -1,4 +1,5 @@ 2019-01-31 DariusIII + * Chg: Update .styleci config file * Chg: Update and fix code with php-cs-fixer * Chg: Update TinyMCE to version 4.9.3 * Chg: Update composer.json