diff --git a/composer.json b/composer.json index 32db9d5..aa25db7 100644 --- a/composer.json +++ b/composer.json @@ -15,11 +15,8 @@ "project-files": [ "assets/*", "mysite/_config/*", - "index.php", - "install.php", ".env.example", - "favicon.ico", - "install-frameworkmissing.html" + "favicon.ico" ], "branch-alias": { "4.x-dev": "4.0.x-dev", diff --git a/install-frameworkmissing.html b/install-frameworkmissing.html deleted file mode 100644 index 08f02c8..0000000 --- a/install-frameworkmissing.html +++ /dev/null @@ -1,34 +0,0 @@ - - - The SilverStripe Framework is missing - - -
-
- - - -
- -
-
-

The SilverStripe Framework is missing - To run the installer, at least the framework module is required.

- -

If you downloaded a pre-packaged zip or tar.gz, something might have gone wrong with the packaging - process. Please try re-downloading, or try an older version.

- -

If you downloaded this from GitHub, you need to install the framework module. You can do this manually, or by running the tools/new-project script from the command line.

-
-
-
-
- - -
- - diff --git a/install.php b/install.php deleted file mode 100644 index e2ae6d2..0000000 --- a/install.php +++ /dev/null @@ -1,16 +0,0 @@ -