Browse Source

Dummy PHP project

Suren A. Chilingaryan 4 years ago
commit
4b251ecc41
2 changed files with 10 additions and 0 deletions
  1. 9 0
      composer.json
  2. 1 0
      index.php

+ 9 - 0
composer.json

@@ -0,0 +1,9 @@
+{
+	"name": "SimplePHP",
+	"description": "Simple PHP",
+	"type": "project",
+	"license": "MIT",
+	"require": {
+		"php": ">=5.6",
+	}
+}

+ 1 - 0
index.php

@@ -0,0 +1 @@
+<html><body>WWW volume is not loaded</body></html>