composer.json 560 B

1234567891011121314151617181920212223242526
  1. {
  2. "name": "simon/liberations",
  3. "description": "Application de libérations syndicales",
  4. "license": "proprietary",
  5. "authors": [
  6. {
  7. "name": "Simon Gauthier",
  8. "role": "Developer"
  9. }],
  10. "config": {
  11. "platform": {
  12. "php": "8.1"
  13. }
  14. },
  15. "require": {
  16. "vlucas/phpdotenv": "5.5.*",
  17. "spomky-labs/otphp": "^11.3",
  18. "phpmailer/phpmailer": "^6.7.1",
  19. "chillerlan/php-qrcode": "^4.3"
  20. },
  21. "require-dev": {
  22. "phpstan/phpstan": "^1.10"
  23. }
  24. }