composer.lock 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  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#composer-lock-the-lock-file",
  5. "This file is @generated automatically"
  6. ],
  7. "content-hash": "994a8614562650fa5ad11e62baec0052",
  8. "packages": [],
  9. "packages-dev": [
  10. {
  11. "name": "squizlabs/php_codesniffer",
  12. "version": "3.3.2",
  13. "source": {
  14. "type": "git",
  15. "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
  16. "reference": "6ad28354c04b364c3c71a34e4a18b629cc3b231e"
  17. },
  18. "dist": {
  19. "type": "zip",
  20. "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/6ad28354c04b364c3c71a34e4a18b629cc3b231e",
  21. "reference": "6ad28354c04b364c3c71a34e4a18b629cc3b231e",
  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": "http://www.squizlabs.com/php-codesniffer",
  55. "keywords": [
  56. "phpcs",
  57. "standards"
  58. ],
  59. "time": "2018-09-23T23:08:17+00:00"
  60. }
  61. ],
  62. "aliases": [],
  63. "minimum-stability": "stable",
  64. "stability-flags": [],
  65. "prefer-stable": false,
  66. "prefer-lowest": false,
  67. "platform": {
  68. "php": ">=5.4",
  69. "ext-pdo": "*",
  70. "ext-pdo_pgsql": "*"
  71. },
  72. "platform-dev": []
  73. }