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,33 +0,0 @@
1
-{
2
-    "name": "symfony/finder",
3
-    "type": "library",
4
-    "description": "Symfony Finder 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
-    },
21
-    "autoload": {
22
-        "psr-4": { "Symfony\\Component\\Finder\\": "" },
23
-        "exclude-from-classmap": [
24
-            "/Tests/"
25
-        ]
26
-    },
27
-    "minimum-stability": "dev",
28
-    "extra": {
29
-        "branch-alias": {
30
-            "dev-master": "4.3-dev"
31
-        }
32
-    }
33
-}
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,33 @@
1
+{
2
+    "name": "symfony/finder",
3
+    "type": "library",
4
+    "description": "Symfony Finder 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
+    },
21
+    "autoload": {
22
+        "psr-4": { "Symfony\\Component\\Finder\\": "" },
23
+        "exclude-from-classmap": [
24
+            "/Tests/"
25
+        ]
26
+    },
27
+    "minimum-stability": "dev",
28
+    "extra": {
29
+        "branch-alias": {
30
+            "dev-master": "4.3-dev"
31
+        }
32
+    }
33
+}