Browse Source

Create composer.json

tags/3.1.0
Steevan BARBOYON 8 years ago
parent
commit
4c0b818891
1 changed files with 13 additions and 0 deletions
  1. 13
    0
      composer.json

+ 13
- 0
composer.json View File

@@ -0,0 +1,13 @@
1
+{
2
+    "name": "phpbenchmarks/symfony",
3
+    "license": "proprietary",
4
+    "type": "project",
5
+    "autoload": {
6
+        "psr-4": {
7
+            "PhpBenchmarksSymfony\\": ""
8
+        }
9
+    },
10
+    "require": {
11
+        "php": ">=5.4.0"
12
+    }
13
+}

Loading…
Cancel
Save