summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--composer.json9
-rw-r--r--index.php1
2 files changed, 10 insertions, 0 deletions
diff --git a/composer.json b/composer.json
new file mode 100644
index 0000000..2616222
--- /dev/null
+++ b/composer.json
@@ -0,0 +1,9 @@
+{
+ "name": "SimplePHP",
+ "description": "Simple PHP",
+ "type": "project",
+ "license": "MIT",
+ "require": {
+ "php": ">=5.6",
+ }
+}
diff --git a/index.php b/index.php
new file mode 100644
index 0000000..28eb04a
--- /dev/null
+++ b/index.php
@@ -0,0 +1 @@
+<html><body>WWW volume is not loaded</body></html>