You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

composer.lock 4.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  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": "4c847eb7a598021410363b0612e617d9",
  8. "packages": [
  9. {
  10. "name": "nextcloud/coding-standard",
  11. "version": "v1.2.1",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/nextcloud/coding-standard.git",
  15. "reference": "cf5f18d989ec62fb4cdc7fc92a36baf34b3d829e"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/nextcloud/coding-standard/zipball/cf5f18d989ec62fb4cdc7fc92a36baf34b3d829e",
  20. "reference": "cf5f18d989ec62fb4cdc7fc92a36baf34b3d829e",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "php": "^7.3|^8.0",
  25. "php-cs-fixer/shim": "^3.17"
  26. },
  27. "type": "library",
  28. "autoload": {
  29. "psr-4": {
  30. "Nextcloud\\CodingStandard\\": "src"
  31. }
  32. },
  33. "notification-url": "https://packagist.org/downloads/",
  34. "license": [
  35. "MIT"
  36. ],
  37. "authors": [
  38. {
  39. "name": "Christoph Wurst",
  40. "email": "christoph@winzerhof-wurst.at"
  41. }
  42. ],
  43. "description": "Nextcloud coding standards for the php cs fixer",
  44. "support": {
  45. "issues": "https://github.com/nextcloud/coding-standard/issues",
  46. "source": "https://github.com/nextcloud/coding-standard/tree/v1.2.1"
  47. },
  48. "time": "2024-02-01T14:54:37+00:00"
  49. },
  50. {
  51. "name": "php-cs-fixer/shim",
  52. "version": "v3.52.1",
  53. "source": {
  54. "type": "git",
  55. "url": "https://github.com/PHP-CS-Fixer/shim.git",
  56. "reference": "baec5a6d4b24bad4c930d39fde34b2b0c1c8cd94"
  57. },
  58. "dist": {
  59. "type": "zip",
  60. "url": "https://api.github.com/repos/PHP-CS-Fixer/shim/zipball/baec5a6d4b24bad4c930d39fde34b2b0c1c8cd94",
  61. "reference": "baec5a6d4b24bad4c930d39fde34b2b0c1c8cd94",
  62. "shasum": ""
  63. },
  64. "require": {
  65. "ext-json": "*",
  66. "ext-tokenizer": "*",
  67. "php": "^7.4 || ^8.0"
  68. },
  69. "replace": {
  70. "friendsofphp/php-cs-fixer": "self.version"
  71. },
  72. "suggest": {
  73. "ext-dom": "For handling output formats in XML",
  74. "ext-mbstring": "For handling non-UTF8 characters."
  75. },
  76. "bin": [
  77. "php-cs-fixer",
  78. "php-cs-fixer.phar"
  79. ],
  80. "type": "application",
  81. "notification-url": "https://packagist.org/downloads/",
  82. "license": [
  83. "MIT"
  84. ],
  85. "authors": [
  86. {
  87. "name": "Fabien Potencier",
  88. "email": "fabien@symfony.com"
  89. },
  90. {
  91. "name": "Dariusz Rumiński",
  92. "email": "dariusz.ruminski@gmail.com"
  93. }
  94. ],
  95. "description": "A tool to automatically fix PHP code style",
  96. "support": {
  97. "issues": "https://github.com/PHP-CS-Fixer/shim/issues",
  98. "source": "https://github.com/PHP-CS-Fixer/shim/tree/v3.52.1"
  99. },
  100. "time": "2024-03-19T21:03:12+00:00"
  101. }
  102. ],
  103. "packages-dev": [],
  104. "aliases": [],
  105. "minimum-stability": "stable",
  106. "stability-flags": [],
  107. "prefer-stable": false,
  108. "prefer-lowest": false,
  109. "platform": [],
  110. "platform-dev": [],
  111. "platform-overrides": {
  112. "php": "8.0"
  113. },
  114. "plugin-api-version": "2.6.0"
  115. }