Explorar el Código

Ajout de composer et de la dépendance Firebase/php-jwt

Guichen hace 4 años
padre
commit
dbd6696b89
Se han modificado 2 ficheros con 15 adiciones y 0 borrados
  1. 1 0
      .gitignore
  2. 14 0
      composer.json

+ 1 - 0
.gitignore

@@ -4,6 +4,7 @@ libs/_settings.php
 # Created by .ignore support plugin (hsz.mobi)
 ### Composer template
 composer.phar
+composer.lock
 /vendor/
 
 # Commit your application's lock file https://getcomposer.org/doc/01-basic-usage.md#commit-your-composer-lock-file-to-version-control

+ 14 - 0
composer.json

@@ -0,0 +1,14 @@
+{
+    "name": "sheephacker/rang-limier",
+    "description": "Outil permettant de convertir une note d'ECN ou un classement en un tableau simul\u0000 de choix",
+    "type": "project",
+    "authors": [
+        {
+            "name": "Guichen",
+            "email": "hc94533fr@hotmail.fr"
+        }
+    ],
+    "require": {
+        "firebase/php-jwt": "^5.2"
+    }
+}