Vous êtes connecté en tant que anonymous Se Deconnecter
Browse code

Application modulaire fonctionnelle !

Emmanuel ROY authored on 12/08/2019 15:10:25
Showing 1 changed files
1 1
deleted file mode 100644
... ...
@@ -1,40 +0,0 @@
1
-{
2
-    "name": "symfony/debug",
3
-    "type": "library",
4
-    "description": "Symfony Debug Component",
5
-    "keywords": [],
6
-    "homepage": "https://symfony.com",
7
-    "license": "MIT",
8
-    "authors": [
9
-        {
10
-            "name": "Fabien Potencier",
11
-            "email": "fabien@symfony.com"
12
-        },
13
-        {
14
-            "name": "Symfony Community",
15
-            "homepage": "https://symfony.com/contributors"
16
-        }
17
-    ],
18
-    "require": {
19
-        "php": "^7.1.3",
20
-        "psr/log": "~1.0"
21
-    },
22
-    "conflict": {
23
-        "symfony/http-kernel": "<3.4"
24
-    },
25
-    "require-dev": {
26
-        "symfony/http-kernel": "~3.4|~4.0"
27
-    },
28
-    "autoload": {
29
-        "psr-4": { "Symfony\\Component\\Debug\\": "" },
30
-        "exclude-from-classmap": [
31
-            "/Tests/"
32
-        ]
33
-    },
34
-    "minimum-stability": "dev",
35
-    "extra": {
36
-        "branch-alias": {
37
-            "dev-master": "4.3-dev"
38
-        }
39
-    }
40
-}
Browse code

initial commit

Emmanuel ROY authored on 09/08/2019 08:39:02
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,40 @@
1
+{
2
+    "name": "symfony/debug",
3
+    "type": "library",
4
+    "description": "Symfony Debug Component",
5
+    "keywords": [],
6
+    "homepage": "https://symfony.com",
7
+    "license": "MIT",
8
+    "authors": [
9
+        {
10
+            "name": "Fabien Potencier",
11
+            "email": "fabien@symfony.com"
12
+        },
13
+        {
14
+            "name": "Symfony Community",
15
+            "homepage": "https://symfony.com/contributors"
16
+        }
17
+    ],
18
+    "require": {
19
+        "php": "^7.1.3",
20
+        "psr/log": "~1.0"
21
+    },
22
+    "conflict": {
23
+        "symfony/http-kernel": "<3.4"
24
+    },
25
+    "require-dev": {
26
+        "symfony/http-kernel": "~3.4|~4.0"
27
+    },
28
+    "autoload": {
29
+        "psr-4": { "Symfony\\Component\\Debug\\": "" },
30
+        "exclude-from-classmap": [
31
+            "/Tests/"
32
+        ]
33
+    },
34
+    "minimum-stability": "dev",
35
+    "extra": {
36
+        "branch-alias": {
37
+            "dev-master": "4.3-dev"
38
+        }
39
+    }
40
+}