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