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,26 +0,0 @@
1
-{
2
-    "name": "psr/log",
3
-    "description": "Common interface for logging libraries",
4
-    "keywords": ["psr", "psr-3", "log"],
5
-    "homepage": "https://github.com/php-fig/log",
6
-    "license": "MIT",
7
-    "authors": [
8
-        {
9
-            "name": "PHP-FIG",
10
-            "homepage": "http://www.php-fig.org/"
11
-        }
12
-    ],
13
-    "require": {
14
-        "php": ">=5.3.0"
15
-    },
16
-    "autoload": {
17
-        "psr-4": {
18
-            "Psr\\Log\\": "Psr/Log/"
19
-        }
20
-    },
21
-    "extra": {
22
-        "branch-alias": {
23
-            "dev-master": "1.0.x-dev"
24
-        }
25
-    }
26
-}
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,26 @@
1
+{
2
+    "name": "psr/log",
3
+    "description": "Common interface for logging libraries",
4
+    "keywords": ["psr", "psr-3", "log"],
5
+    "homepage": "https://github.com/php-fig/log",
6
+    "license": "MIT",
7
+    "authors": [
8
+        {
9
+            "name": "PHP-FIG",
10
+            "homepage": "http://www.php-fig.org/"
11
+        }
12
+    ],
13
+    "require": {
14
+        "php": ">=5.3.0"
15
+    },
16
+    "autoload": {
17
+        "psr-4": {
18
+            "Psr\\Log\\": "Psr/Log/"
19
+        }
20
+    },
21
+    "extra": {
22
+        "branch-alias": {
23
+            "dev-master": "1.0.x-dev"
24
+        }
25
+    }
26
+}