From 81d0baedce3bb0c778570ded0d90de1714aa4521 Mon Sep 17 00:00:00 2001 From: flashwave Date: Wed, 31 Jul 2024 19:48:33 +0000 Subject: [PATCH] No longer define the global NDX_* constants and removed bootstrapper file. --- composer.json | 5 +---- index.php | 9 --------- phpstan.neon | 2 -- phpunit.xml | 1 - 4 files changed, 1 insertion(+), 16 deletions(-) delete mode 100644 index.php diff --git a/composer.json b/composer.json index 5917754..9ccd859 100644 --- a/composer.json +++ b/composer.json @@ -27,9 +27,6 @@ "autoload": { "psr-4": { "Index\\": "src" - }, - "files": [ - "index.php" - ] + } } } diff --git a/index.php b/index.php deleted file mode 100644 index c58e038..0000000 --- a/index.php +++ /dev/null @@ -1,9 +0,0 @@ -