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,60 +0,0 @@
1
-{
2
-    "name": "symfony/translation",
3
-    "type": "library",
4
-    "description": "Symfony Translation 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
-        "symfony/polyfill-mbstring": "~1.0",
21
-        "symfony/translation-contracts": "^1.1.2"
22
-    },
23
-    "require-dev": {
24
-        "symfony/config": "~3.4|~4.0",
25
-        "symfony/console": "~3.4|~4.0",
26
-        "symfony/dependency-injection": "~3.4|~4.0",
27
-        "symfony/http-kernel": "~3.4|~4.0",
28
-        "symfony/intl": "~3.4|~4.0",
29
-        "symfony/service-contracts": "^1.1.2",
30
-        "symfony/var-dumper": "~3.4|~4.0",
31
-        "symfony/yaml": "~3.4|~4.0",
32
-        "symfony/finder": "~2.8|~3.0|~4.0",
33
-        "psr/log": "~1.0"
34
-    },
35
-    "conflict": {
36
-        "symfony/config": "<3.4",
37
-        "symfony/dependency-injection": "<3.4",
38
-        "symfony/yaml": "<3.4"
39
-    },
40
-    "provide": {
41
-        "symfony/translation-implementation": "1.0"
42
-    },
43
-    "suggest": {
44
-        "symfony/config": "",
45
-        "symfony/yaml": "",
46
-        "psr/log-implementation": "To use logging capability in translator"
47
-    },
48
-    "autoload": {
49
-        "psr-4": { "Symfony\\Component\\Translation\\": "" },
50
-        "exclude-from-classmap": [
51
-            "/Tests/"
52
-        ]
53
-    },
54
-    "minimum-stability": "dev",
55
-    "extra": {
56
-        "branch-alias": {
57
-            "dev-master": "4.3-dev"
58
-        }
59
-    }
60
-}
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,60 @@
1
+{
2
+    "name": "symfony/translation",
3
+    "type": "library",
4
+    "description": "Symfony Translation 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
+        "symfony/polyfill-mbstring": "~1.0",
21
+        "symfony/translation-contracts": "^1.1.2"
22
+    },
23
+    "require-dev": {
24
+        "symfony/config": "~3.4|~4.0",
25
+        "symfony/console": "~3.4|~4.0",
26
+        "symfony/dependency-injection": "~3.4|~4.0",
27
+        "symfony/http-kernel": "~3.4|~4.0",
28
+        "symfony/intl": "~3.4|~4.0",
29
+        "symfony/service-contracts": "^1.1.2",
30
+        "symfony/var-dumper": "~3.4|~4.0",
31
+        "symfony/yaml": "~3.4|~4.0",
32
+        "symfony/finder": "~2.8|~3.0|~4.0",
33
+        "psr/log": "~1.0"
34
+    },
35
+    "conflict": {
36
+        "symfony/config": "<3.4",
37
+        "symfony/dependency-injection": "<3.4",
38
+        "symfony/yaml": "<3.4"
39
+    },
40
+    "provide": {
41
+        "symfony/translation-implementation": "1.0"
42
+    },
43
+    "suggest": {
44
+        "symfony/config": "",
45
+        "symfony/yaml": "",
46
+        "psr/log-implementation": "To use logging capability in translator"
47
+    },
48
+    "autoload": {
49
+        "psr-4": { "Symfony\\Component\\Translation\\": "" },
50
+        "exclude-from-classmap": [
51
+            "/Tests/"
52
+        ]
53
+    },
54
+    "minimum-stability": "dev",
55
+    "extra": {
56
+        "branch-alias": {
57
+            "dev-master": "4.3-dev"
58
+        }
59
+    }
60
+}