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,40 +0,0 @@
1
-{
2
-    "name": "illuminate/view",
3
-    "description": "The Illuminate View package.",
4
-    "license": "MIT",
5
-    "homepage": "https://laravel.com",
6
-    "support": {
7
-        "issues": "https://github.com/laravel/framework/issues",
8
-        "source": "https://github.com/laravel/framework"
9
-    },
10
-    "authors": [
11
-        {
12
-            "name": "Taylor Otwell",
13
-            "email": "taylor@laravel.com"
14
-        }
15
-    ],
16
-    "require": {
17
-        "php": "^7.1.3",
18
-        "ext-json": "*",
19
-        "illuminate/container": "5.8.*",
20
-        "illuminate/contracts": "5.8.*",
21
-        "illuminate/events": "5.8.*",
22
-        "illuminate/filesystem": "5.8.*",
23
-        "illuminate/support": "5.8.*",
24
-        "symfony/debug": "^4.2"
25
-    },
26
-    "autoload": {
27
-        "psr-4": {
28
-            "Illuminate\\View\\": ""
29
-        }
30
-    },
31
-    "extra": {
32
-        "branch-alias": {
33
-            "dev-master": "5.8-dev"
34
-        }
35
-    },
36
-    "config": {
37
-        "sort-packages": true
38
-    },
39
-    "minimum-stability": "dev"
40
-}
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,40 @@
1
+{
2
+    "name": "illuminate/view",
3
+    "description": "The Illuminate View package.",
4
+    "license": "MIT",
5
+    "homepage": "https://laravel.com",
6
+    "support": {
7
+        "issues": "https://github.com/laravel/framework/issues",
8
+        "source": "https://github.com/laravel/framework"
9
+    },
10
+    "authors": [
11
+        {
12
+            "name": "Taylor Otwell",
13
+            "email": "taylor@laravel.com"
14
+        }
15
+    ],
16
+    "require": {
17
+        "php": "^7.1.3",
18
+        "ext-json": "*",
19
+        "illuminate/container": "5.8.*",
20
+        "illuminate/contracts": "5.8.*",
21
+        "illuminate/events": "5.8.*",
22
+        "illuminate/filesystem": "5.8.*",
23
+        "illuminate/support": "5.8.*",
24
+        "symfony/debug": "^4.2"
25
+    },
26
+    "autoload": {
27
+        "psr-4": {
28
+            "Illuminate\\View\\": ""
29
+        }
30
+    },
31
+    "extra": {
32
+        "branch-alias": {
33
+            "dev-master": "5.8-dev"
34
+        }
35
+    },
36
+    "config": {
37
+        "sort-packages": true
38
+    },
39
+    "minimum-stability": "dev"
40
+}