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,34 +0,0 @@
1
-{
2
-    "name": "symfony/polyfill-mbstring",
3
-    "type": "library",
4
-    "description": "Symfony polyfill for the Mbstring extension",
5
-    "keywords": ["polyfill", "shim", "compatibility", "portable", "mbstring"],
6
-    "homepage": "https://symfony.com",
7
-    "license": "MIT",
8
-    "authors": [
9
-        {
10
-            "name": "Nicolas Grekas",
11
-            "email": "p@tchwork.com"
12
-        },
13
-        {
14
-            "name": "Symfony Community",
15
-            "homepage": "https://symfony.com/contributors"
16
-        }
17
-    ],
18
-    "require": {
19
-        "php": ">=5.3.3"
20
-    },
21
-    "autoload": {
22
-        "psr-4": { "Symfony\\Polyfill\\Mbstring\\": "" },
23
-        "files": [ "bootstrap.php" ]
24
-    },
25
-    "suggest": {
26
-        "ext-mbstring": "For best performance"
27
-    },
28
-    "minimum-stability": "dev",
29
-    "extra": {
30
-        "branch-alias": {
31
-            "dev-master": "1.12-dev"
32
-        }
33
-    }
34
-}
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,34 @@
1
+{
2
+    "name": "symfony/polyfill-mbstring",
3
+    "type": "library",
4
+    "description": "Symfony polyfill for the Mbstring extension",
5
+    "keywords": ["polyfill", "shim", "compatibility", "portable", "mbstring"],
6
+    "homepage": "https://symfony.com",
7
+    "license": "MIT",
8
+    "authors": [
9
+        {
10
+            "name": "Nicolas Grekas",
11
+            "email": "p@tchwork.com"
12
+        },
13
+        {
14
+            "name": "Symfony Community",
15
+            "homepage": "https://symfony.com/contributors"
16
+        }
17
+    ],
18
+    "require": {
19
+        "php": ">=5.3.3"
20
+    },
21
+    "autoload": {
22
+        "psr-4": { "Symfony\\Polyfill\\Mbstring\\": "" },
23
+        "files": [ "bootstrap.php" ]
24
+    },
25
+    "suggest": {
26
+        "ext-mbstring": "For best performance"
27
+    },
28
+    "minimum-stability": "dev",
29
+    "extra": {
30
+        "branch-alias": {
31
+            "dev-master": "1.12-dev"
32
+        }
33
+    }
34
+}