composer.lock 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. {
  2. "_readme": [
  3. "This file locks the dependencies of your project to a known state",
  4. "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
  5. "This file is @generated automatically"
  6. ],
  7. "content-hash": "ad5ec11e41165b0453caa49df99ecde3",
  8. "packages": [],
  9. "packages-dev": [
  10. {
  11. "name": "glpi-project/coding-standard",
  12. "version": "0.7.1",
  13. "source": {
  14. "type": "git",
  15. "url": "https://github.com/glpi-project/coding-standard.git",
  16. "reference": "1cef37d764aecf8fd7d5d167db25da97e289cb03"
  17. },
  18. "dist": {
  19. "type": "zip",
  20. "url": "https://api.github.com/repos/glpi-project/coding-standard/zipball/1cef37d764aecf8fd7d5d167db25da97e289cb03",
  21. "reference": "1cef37d764aecf8fd7d5d167db25da97e289cb03",
  22. "shasum": ""
  23. },
  24. "require": {
  25. "squizlabs/php_codesniffer": "^3.3"
  26. },
  27. "type": "library",
  28. "notification-url": "https://packagist.org/downloads/",
  29. "license": [
  30. "GPL-2.0-or-later"
  31. ],
  32. "authors": [
  33. {
  34. "name": "Teclib'",
  35. "email": "glpi@teclib.com",
  36. "homepage": "https://teclib.com"
  37. }
  38. ],
  39. "description": "GLPI PHP CodeSniffer Coding Standard",
  40. "keywords": [
  41. "codesniffer",
  42. "glpi",
  43. "phpcs"
  44. ],
  45. "time": "2018-06-07T08:45:05+00:00"
  46. },
  47. {
  48. "name": "squizlabs/php_codesniffer",
  49. "version": "3.4.2",
  50. "source": {
  51. "type": "git",
  52. "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
  53. "reference": "b8a7362af1cc1aadb5bd36c3defc4dda2cf5f0a8"
  54. },
  55. "dist": {
  56. "type": "zip",
  57. "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/b8a7362af1cc1aadb5bd36c3defc4dda2cf5f0a8",
  58. "reference": "b8a7362af1cc1aadb5bd36c3defc4dda2cf5f0a8",
  59. "shasum": ""
  60. },
  61. "require": {
  62. "ext-simplexml": "*",
  63. "ext-tokenizer": "*",
  64. "ext-xmlwriter": "*",
  65. "php": ">=5.4.0"
  66. },
  67. "require-dev": {
  68. "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
  69. },
  70. "bin": [
  71. "bin/phpcs",
  72. "bin/phpcbf"
  73. ],
  74. "type": "library",
  75. "extra": {
  76. "branch-alias": {
  77. "dev-master": "3.x-dev"
  78. }
  79. },
  80. "notification-url": "https://packagist.org/downloads/",
  81. "license": [
  82. "BSD-3-Clause"
  83. ],
  84. "authors": [
  85. {
  86. "name": "Greg Sherwood",
  87. "role": "lead"
  88. }
  89. ],
  90. "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
  91. "homepage": "https://github.com/squizlabs/PHP_CodeSniffer",
  92. "keywords": [
  93. "phpcs",
  94. "standards"
  95. ],
  96. "time": "2019-04-10T23:49:02+00:00"
  97. }
  98. ],
  99. "aliases": [],
  100. "minimum-stability": "stable",
  101. "stability-flags": [],
  102. "prefer-stable": false,
  103. "prefer-lowest": false,
  104. "platform": [],
  105. "platform-dev": [],
  106. "platform-overrides": {
  107. "php": "5.6"
  108. }
  109. }