Pārlūkot izejas kodu

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

Guichen 4 gadi atpakaļ
vecāks
revīzija
dbd6696b89
2 mainītis faili ar 15 papildinājumiem un 0 dzēšanām
  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"
+    }
+}