composer.lock 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  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": "8baf833c21928054dd17de586ef3a699",
  8. "packages": [],
  9. "packages-dev": [
  10. {
  11. "name": "squizlabs/php_codesniffer",
  12. "version": "3.7.1",
  13. "source": {
  14. "type": "git",
  15. "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
  16. "reference": "1359e176e9307e906dc3d890bcc9603ff6d90619"
  17. },
  18. "dist": {
  19. "type": "zip",
  20. "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/1359e176e9307e906dc3d890bcc9603ff6d90619",
  21. "reference": "1359e176e9307e906dc3d890bcc9603ff6d90619",
  22. "shasum": ""
  23. },
  24. "require": {
  25. "ext-simplexml": "*",
  26. "ext-tokenizer": "*",
  27. "ext-xmlwriter": "*",
  28. "php": ">=5.4.0"
  29. },
  30. "require-dev": {
  31. "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
  32. },
  33. "bin": [
  34. "bin/phpcs",
  35. "bin/phpcbf"
  36. ],
  37. "type": "library",
  38. "extra": {
  39. "branch-alias": {
  40. "dev-master": "3.x-dev"
  41. }
  42. },
  43. "notification-url": "https://packagist.org/downloads/",
  44. "license": [
  45. "BSD-3-Clause"
  46. ],
  47. "authors": [
  48. {
  49. "name": "Greg Sherwood",
  50. "role": "lead"
  51. }
  52. ],
  53. "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
  54. "homepage": "https://github.com/squizlabs/PHP_CodeSniffer",
  55. "keywords": [
  56. "phpcs",
  57. "standards"
  58. ],
  59. "support": {
  60. "issues": "https://github.com/squizlabs/PHP_CodeSniffer/issues",
  61. "source": "https://github.com/squizlabs/PHP_CodeSniffer",
  62. "wiki": "https://github.com/squizlabs/PHP_CodeSniffer/wiki"
  63. },
  64. "time": "2022-06-18T07:21:10+00:00"
  65. }
  66. ],
  67. "aliases": [],
  68. "minimum-stability": "dev",
  69. "stability-flags": [],
  70. "prefer-stable": true,
  71. "prefer-lowest": false,
  72. "platform": {
  73. "php": "^8.0"
  74. },
  75. "platform-dev": [],
  76. "plugin-api-version": "2.3.0"
  77. }