composer.json 362 B

1234567891011121314
  1. {
  2. "name": "sheephacker/rang-limier",
  3. "description": "Outil permettant de convertir une note d'ECN ou un classement en un tableau simul\u0000 de choix",
  4. "type": "project",
  5. "authors": [
  6. {
  7. "name": "Guichen",
  8. "email": "hc94533fr@hotmail.fr"
  9. }
  10. ],
  11. "require": {
  12. "firebase/php-jwt": "^5.2"
  13. }
  14. }