composer.json 474 B

12345678910111213141516171819
  1. {
  2. "name": "edgardmessias/glpi-singlesignon",
  3. "description": "Single Sign-On (OAuth) for GLPI",
  4. "require-dev": {
  5. "glpi-project/coding-standard": "^0.8",
  6. "squizlabs/php_codesniffer": "^3.5"
  7. },
  8. "scripts": {
  9. "lint": "phpcs",
  10. "lint:fix": "phpcbf",
  11. "update-locales": "@php tools/update-locales.php"
  12. },
  13. "config": {
  14. "sort-packages": true,
  15. "platform": {
  16. "php": "7.1.2"
  17. }
  18. }
  19. }