瀏覽代碼

Create composer.json

tags/3.1.0
Steevan BARBOYON 8 年之前
父節點
當前提交
4c0b818891
共有 1 個文件被更改,包括 13 次插入0 次删除
  1. 13
    0
      composer.json

+ 13
- 0
composer.json 查看文件

@@ -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…
取消
儲存