diff --git a/src/ncc/Enums/ComponentFileExtensions.php b/src/ncc/Enums/ComponentFileExtensions.php deleted file mode 100644 index 1512a21..0000000 --- a/src/ncc/Enums/ComponentFileExtensions.php +++ /dev/null @@ -1,34 +0,0 @@ -getProjectConfiguration()->getProject()->getCompiler()->getExtension()) { - CompilerExtensions::PHP->value => ComponentFileExtensions::PHP, - default => throw new NotSupportedException( - sprintf('The compiler extension \'%s\' is not supported', $this->getProjectConfiguration()->getProject()->getCompiler()->getExtension()) - ), + CompilerExtensions::PHP => ['*.php', '*.php3', '*.php4', '*.php5', '*.phtml'] }; }