| 123456789101112131415161718192021222324 |
- {
- "name": "edgardmessias/glpi-singlesignon",
- "description": "Single Sign-On (OAuth) for GLPI",
- "require-dev": {
- "glpi-project/coding-standard": "^0.8",
- "phpcompatibility/php-compatibility": "^9.3",
- "squizlabs/php_codesniffer": "^3.5"
- },
- "scripts": {
- "lint": "phpcs",
- "lint:fix": "phpcbf",
- "make-release": "@php tools/make-release.php",
- "update-locales": "@php tools/update-locales.php"
- },
- "config": {
- "sort-packages": true,
- "platform": {
- "php": "7.1.2"
- }
- },
- "require": {
- "galbar/jsonpath": "^1.1"
- }
- }
|