diff --git a/composer.json b/composer.json index c1de9de..40a6934 100644 --- a/composer.json +++ b/composer.json @@ -5,23 +5,11 @@ "license": "GPL-2.0", "require": { "composer/installers": "^1.4", - "xrstf/composer-php52": "^1.0", "gamajo/template-loader": "^1.3" }, "autoload": { "classmap": [ "includes" ] - }, - "scripts": { - "post-install-cmd": [ - "xrstf\\Composer52\\Generator::onPostInstallCmd" - ], - "post-update-cmd": [ - "xrstf\\Composer52\\Generator::onPostInstallCmd" - ], - "post-autoload-dump": [ - "xrstf\\Composer52\\Generator::onPostInstallCmd" - ] } } diff --git a/includes/class-cli.php b/includes/class-cli.php index b14c7d7..706d6a6 100644 --- a/includes/class-cli.php +++ b/includes/class-cli.php @@ -1,4 +1,10 @@ template_loader; diff --git a/includes/class-template-loader.php b/includes/class-template-loader.php index f34547c..91aabfd 100644 --- a/includes/class-template-loader.php +++ b/includes/class-template-loader.php @@ -1,4 +1,10 @@ + + Apply WordPress Coding Standards to all plugin and theme files + + + + /node_modules/* + /wp-content/vendor/* + /vendor/* + /cms/* + diff --git a/wp-plugin-base.php b/wp-plugin-base.php index c77d5cb..db3e8de 100644 --- a/wp-plugin-base.php +++ b/wp-plugin-base.php @@ -1,7 +1,7 @@ init();