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,32 +0,0 @@
1
-{
2
-    "name": "doctrine/inflector",
3
-    "type": "library",
4
-    "description": "Common String Manipulations with regard to casing and singular/plural rules.",
5
-    "keywords": ["string", "inflection", "singularize", "pluralize"],
6
-    "homepage": "http://www.doctrine-project.org",
7
-    "license": "MIT",
8
-    "authors": [
9
-        {"name": "Guilherme Blanco", "email": "guilhermeblanco@gmail.com"},
10
-        {"name": "Roman Borschel", "email": "roman@code-factory.org"},
11
-        {"name": "Benjamin Eberlei", "email": "kontakt@beberlei.de"},
12
-        {"name": "Jonathan Wage", "email": "jonwage@gmail.com"},
13
-        {"name": "Johannes Schmitt", "email": "schmittjoh@gmail.com"}
14
-    ],
15
-    "require": {
16
-        "php": "^7.1"
17
-    },
18
-    "require-dev": {
19
-        "phpunit/phpunit": "^6.2"
20
-    },
21
-    "autoload": {
22
-        "psr-4": { "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector" }
23
-    },
24
-    "autoload-dev": {
25
-        "psr-4": { "Doctrine\\Tests\\Common\\Inflector\\": "tests/Doctrine/Tests/Common/Inflector" }
26
-    },
27
-    "extra": {
28
-        "branch-alias": {
29
-            "dev-master": "1.3.x-dev"
30
-        }
31
-    }
32
-}
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,32 @@
1
+{
2
+    "name": "doctrine/inflector",
3
+    "type": "library",
4
+    "description": "Common String Manipulations with regard to casing and singular/plural rules.",
5
+    "keywords": ["string", "inflection", "singularize", "pluralize"],
6
+    "homepage": "http://www.doctrine-project.org",
7
+    "license": "MIT",
8
+    "authors": [
9
+        {"name": "Guilherme Blanco", "email": "guilhermeblanco@gmail.com"},
10
+        {"name": "Roman Borschel", "email": "roman@code-factory.org"},
11
+        {"name": "Benjamin Eberlei", "email": "kontakt@beberlei.de"},
12
+        {"name": "Jonathan Wage", "email": "jonwage@gmail.com"},
13
+        {"name": "Johannes Schmitt", "email": "schmittjoh@gmail.com"}
14
+    ],
15
+    "require": {
16
+        "php": "^7.1"
17
+    },
18
+    "require-dev": {
19
+        "phpunit/phpunit": "^6.2"
20
+    },
21
+    "autoload": {
22
+        "psr-4": { "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector" }
23
+    },
24
+    "autoload-dev": {
25
+        "psr-4": { "Doctrine\\Tests\\Common\\Inflector\\": "tests/Doctrine/Tests/Common/Inflector" }
26
+    },
27
+    "extra": {
28
+        "branch-alias": {
29
+            "dev-master": "1.3.x-dev"
30
+        }
31
+    }
32
+}