Explorar el Código

Create composer.json

tags/3.1.0
Steevan BARBOYON hace 8 años
padre
commit
4c0b818891
Se han modificado 1 ficheros con 13 adiciones y 0 borrados
  1. 13
    0
      composer.json

+ 13
- 0
composer.json Ver fichero

@@ -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…
Cancelar
Guardar