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,52 +0,0 @@
1
-{
2
-    "name": "illuminate/support",
3
-    "description": "The Illuminate Support 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
-        "ext-mbstring": "*",
20
-        "doctrine/inflector": "^1.1",
21
-        "illuminate/contracts": "5.8.*",
22
-        "nesbot/carbon": "^1.26.3 || ^2.0"
23
-    },
24
-    "conflict": {
25
-        "tightenco/collect": "<5.5.33"
26
-    },
27
-    "autoload": {
28
-        "psr-4": {
29
-            "Illuminate\\Support\\": ""
30
-        },
31
-        "files": [
32
-            "helpers.php"
33
-        ]
34
-    },
35
-    "extra": {
36
-        "branch-alias": {
37
-            "dev-master": "5.8-dev"
38
-        }
39
-    },
40
-    "suggest": {
41
-        "illuminate/filesystem": "Required to use the composer class (5.8.*).",
42
-        "moontoast/math": "Required to use ordered UUIDs (^1.1).",
43
-        "ramsey/uuid": "Required to use Str::uuid() (^3.7).",
44
-        "symfony/process": "Required to use the composer class (^4.2).",
45
-        "symfony/var-dumper": "Required to use the dd function (^4.2).",
46
-        "vlucas/phpdotenv": "Required to use the env helper (^3.3)."
47
-    },
48
-    "config": {
49
-        "sort-packages": true
50
-    },
51
-    "minimum-stability": "dev"
52
-}
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,52 @@
1
+{
2
+    "name": "illuminate/support",
3
+    "description": "The Illuminate Support 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
+        "ext-mbstring": "*",
20
+        "doctrine/inflector": "^1.1",
21
+        "illuminate/contracts": "5.8.*",
22
+        "nesbot/carbon": "^1.26.3 || ^2.0"
23
+    },
24
+    "conflict": {
25
+        "tightenco/collect": "<5.5.33"
26
+    },
27
+    "autoload": {
28
+        "psr-4": {
29
+            "Illuminate\\Support\\": ""
30
+        },
31
+        "files": [
32
+            "helpers.php"
33
+        ]
34
+    },
35
+    "extra": {
36
+        "branch-alias": {
37
+            "dev-master": "5.8-dev"
38
+        }
39
+    },
40
+    "suggest": {
41
+        "illuminate/filesystem": "Required to use the composer class (5.8.*).",
42
+        "moontoast/math": "Required to use ordered UUIDs (^1.1).",
43
+        "ramsey/uuid": "Required to use Str::uuid() (^3.7).",
44
+        "symfony/process": "Required to use the composer class (^4.2).",
45
+        "symfony/var-dumper": "Required to use the dd function (^4.2).",
46
+        "vlucas/phpdotenv": "Required to use the env helper (^3.3)."
47
+    },
48
+    "config": {
49
+        "sort-packages": true
50
+    },
51
+    "minimum-stability": "dev"
52
+}