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": "windwalker/structure",
3
-    "type": "windwalker-package",
4
-    "description": "Windwalker Structure package",
5
-    "keywords": ["windwalker", "framework", "structure"],
6
-    "homepage": "https://github.com/ventoviro/windwalker-structure",
7
-    "license": "LGPL-2.0-or-later",
8
-    "require": {
9
-        "php": ">=7.1.3"
10
-    },
11
-    "require-dev": {
12
-        "windwalker/test": "~3.0",
13
-        "symfony/yaml": "3.*",
14
-        "laktak/hjson": "^2.1",
15
-        "yosymfony/toml": "^1.0",
16
-        "ext-json": "*"
17
-    },
18
-    "minimum-stability": "beta",
19
-    "suggest": {
20
-        "symfony/yaml": "Install 3.* if you require YAML support.",
21
-        "laktak/hjson": "Install ~2.0 if you require HJSON support.",
22
-        "yosymfony/toml": "Install ~1.0 if you require TOML support."
23
-    },
24
-    "autoload": {
25
-        "psr-4": {
26
-            "Windwalker\\Structure\\": ""
27
-        }
28
-    },
29
-    "extra": {
30
-        "branch-alias": {
31
-            "dev-master": "3.x-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": "windwalker/structure",
3
+    "type": "windwalker-package",
4
+    "description": "Windwalker Structure package",
5
+    "keywords": ["windwalker", "framework", "structure"],
6
+    "homepage": "https://github.com/ventoviro/windwalker-structure",
7
+    "license": "LGPL-2.0-or-later",
8
+    "require": {
9
+        "php": ">=7.1.3"
10
+    },
11
+    "require-dev": {
12
+        "windwalker/test": "~3.0",
13
+        "symfony/yaml": "3.*",
14
+        "laktak/hjson": "^2.1",
15
+        "yosymfony/toml": "^1.0",
16
+        "ext-json": "*"
17
+    },
18
+    "minimum-stability": "beta",
19
+    "suggest": {
20
+        "symfony/yaml": "Install 3.* if you require YAML support.",
21
+        "laktak/hjson": "Install ~2.0 if you require HJSON support.",
22
+        "yosymfony/toml": "Install ~1.0 if you require TOML support."
23
+    },
24
+    "autoload": {
25
+        "psr-4": {
26
+            "Windwalker\\Structure\\": ""
27
+        }
28
+    },
29
+    "extra": {
30
+        "branch-alias": {
31
+            "dev-master": "3.x-dev"
32
+        }
33
+    }
34
+}