composer.json 336 B

1234567891011121314151617
  1. {
  2. "name": "edgardmessias/glpi-singlesignon",
  3. "description": "",
  4. "require": {
  5. },
  6. "require-dev": {
  7. "glpi-project/coding-standard": "^0.7.1"
  8. },
  9. "scripts": {
  10. "update-locales": "@php tools/update-locales.php"
  11. },
  12. "config": {
  13. "platform": {
  14. "php": "5.6"
  15. }
  16. }
  17. }