From 4f78ec55a190b3ec4445f8c81718e4ca741277f4 Mon Sep 17 00:00:00 2001 From: DariusIII Date: Thu, 31 Jan 2019 21:03:16 +0100 Subject: [PATCH] Update .styleci config file --- .styleci.yml | 4 ++-- Changelog | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) 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