composer.lock 8.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222
  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": "c415b6b040d59bfef046458903e8e335",
  8. "packages": [],
  9. "packages-dev": [
  10. {
  11. "name": "pds/skeleton",
  12. "version": "1.0.0",
  13. "source": {
  14. "type": "git",
  15. "url": "https://github.com/php-pds/skeleton.git",
  16. "reference": "95e476e5d629eadacbd721c5a9553e537514a231"
  17. },
  18. "dist": {
  19. "type": "zip",
  20. "url": "https://api.github.com/repos/php-pds/skeleton/zipball/95e476e5d629eadacbd721c5a9553e537514a231",
  21. "reference": "95e476e5d629eadacbd721c5a9553e537514a231",
  22. "shasum": ""
  23. },
  24. "bin": [
  25. "bin/pds-skeleton"
  26. ],
  27. "type": "standard",
  28. "autoload": {
  29. "psr-4": {
  30. "Pds\\Skeleton\\": "src/"
  31. }
  32. },
  33. "notification-url": "https://packagist.org/downloads/",
  34. "license": [
  35. "CC-BY-SA-4.0"
  36. ],
  37. "description": "Standard for PHP package skeletons.",
  38. "homepage": "https://github.com/php-pds/skeleton",
  39. "support": {
  40. "issues": "https://github.com/php-pds/skeleton/issues",
  41. "source": "https://github.com/php-pds/skeleton/tree/1.x"
  42. },
  43. "time": "2017-01-25T23:30:41+00:00"
  44. },
  45. {
  46. "name": "phing/phing",
  47. "version": "2.17.2",
  48. "source": {
  49. "type": "git",
  50. "url": "https://github.com/phingofficial/phing.git",
  51. "reference": "8b8cee3eb12c24502fc4c227ac5889746248a140"
  52. },
  53. "dist": {
  54. "type": "zip",
  55. "url": "https://api.github.com/repos/phingofficial/phing/zipball/8b8cee3eb12c24502fc4c227ac5889746248a140",
  56. "reference": "8b8cee3eb12c24502fc4c227ac5889746248a140",
  57. "shasum": ""
  58. },
  59. "require": {
  60. "php": ">=5.2.0"
  61. },
  62. "require-dev": {
  63. "ext-pdo_sqlite": "*",
  64. "mikey179/vfsstream": "^1.6",
  65. "pdepend/pdepend": "2.x",
  66. "pear/archive_tar": "1.4.x",
  67. "pear/http_request2": "dev-trunk",
  68. "pear/net_growl": "dev-trunk",
  69. "pear/pear-core-minimal": "1.10.1",
  70. "pear/versioncontrol_git": "@dev",
  71. "pear/versioncontrol_svn": "~0.5",
  72. "phpdocumentor/phpdocumentor": "2.x",
  73. "phploc/phploc": "~2.0.6",
  74. "phpmd/phpmd": "~2.2",
  75. "phpunit/phpunit": ">=3.7",
  76. "sebastian/git": "~1.0",
  77. "sebastian/phpcpd": "2.x",
  78. "siad007/versioncontrol_hg": "^1.0",
  79. "simpletest/simpletest": "^1.1",
  80. "squizlabs/php_codesniffer": "~2.2",
  81. "symfony/yaml": "^2.8 || ^3.1 || ^4.0"
  82. },
  83. "suggest": {
  84. "pdepend/pdepend": "PHP version of JDepend",
  85. "pear/archive_tar": "Tar file management class",
  86. "pear/versioncontrol_git": "A library that provides OO interface to handle Git repository",
  87. "pear/versioncontrol_svn": "A simple OO-style interface for Subversion, the free/open-source version control system",
  88. "phpdocumentor/phpdocumentor": "Documentation Generator for PHP",
  89. "phploc/phploc": "A tool for quickly measuring the size of a PHP project",
  90. "phpmd/phpmd": "PHP version of PMD tool",
  91. "phpunit/php-code-coverage": "Library that provides collection, processing, and rendering functionality for PHP code coverage information",
  92. "phpunit/phpunit": "The PHP Unit Testing Framework",
  93. "sebastian/phpcpd": "Copy/Paste Detector (CPD) for PHP code",
  94. "siad007/versioncontrol_hg": "A library for interfacing with Mercurial repositories.",
  95. "tedivm/jshrink": "Javascript Minifier built in PHP"
  96. },
  97. "bin": [
  98. "bin/phing"
  99. ],
  100. "type": "library",
  101. "extra": {
  102. "branch-alias": {
  103. "dev-master": "2.16.x-dev"
  104. }
  105. },
  106. "autoload": {
  107. "classmap": [
  108. "classes/phing/"
  109. ]
  110. },
  111. "notification-url": "https://packagist.org/downloads/",
  112. "include-path": [
  113. "classes"
  114. ],
  115. "license": [
  116. "LGPL-3.0-only"
  117. ],
  118. "authors": [
  119. {
  120. "name": "Michiel Rook",
  121. "email": "mrook@php.net"
  122. },
  123. {
  124. "name": "Phing Community",
  125. "homepage": "https://www.phing.info/trac/wiki/Development/Contributors"
  126. }
  127. ],
  128. "description": "PHing Is Not GNU make; it's a PHP project build system or build tool based on Apache Ant.",
  129. "homepage": "https://www.phing.info/",
  130. "keywords": [
  131. "build",
  132. "phing",
  133. "task",
  134. "tool"
  135. ],
  136. "support": {
  137. "irc": "irc://irc.freenode.net/phing",
  138. "issues": "https://www.phing.info/trac/report",
  139. "source": "https://github.com/phingofficial/phing/tree/2.17.2"
  140. },
  141. "funding": [
  142. {
  143. "url": "https://github.com/mrook",
  144. "type": "github"
  145. },
  146. {
  147. "url": "https://github.com/siad007",
  148. "type": "github"
  149. },
  150. {
  151. "url": "https://www.patreon.com/michielrook",
  152. "type": "patreon"
  153. }
  154. ],
  155. "time": "2022-02-09T09:50:58+00:00"
  156. },
  157. {
  158. "name": "squizlabs/php_codesniffer",
  159. "version": "3.6.2",
  160. "source": {
  161. "type": "git",
  162. "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
  163. "reference": "5e4e71592f69da17871dba6e80dd51bce74a351a"
  164. },
  165. "dist": {
  166. "type": "zip",
  167. "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/5e4e71592f69da17871dba6e80dd51bce74a351a",
  168. "reference": "5e4e71592f69da17871dba6e80dd51bce74a351a",
  169. "shasum": ""
  170. },
  171. "require": {
  172. "ext-simplexml": "*",
  173. "ext-tokenizer": "*",
  174. "ext-xmlwriter": "*",
  175. "php": ">=5.4.0"
  176. },
  177. "require-dev": {
  178. "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
  179. },
  180. "bin": [
  181. "bin/phpcs",
  182. "bin/phpcbf"
  183. ],
  184. "type": "library",
  185. "extra": {
  186. "branch-alias": {
  187. "dev-master": "3.x-dev"
  188. }
  189. },
  190. "notification-url": "https://packagist.org/downloads/",
  191. "license": [
  192. "BSD-3-Clause"
  193. ],
  194. "authors": [
  195. {
  196. "name": "Greg Sherwood",
  197. "role": "lead"
  198. }
  199. ],
  200. "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
  201. "homepage": "https://github.com/squizlabs/PHP_CodeSniffer",
  202. "keywords": [
  203. "phpcs",
  204. "standards"
  205. ],
  206. "support": {
  207. "issues": "https://github.com/squizlabs/PHP_CodeSniffer/issues",
  208. "source": "https://github.com/squizlabs/PHP_CodeSniffer",
  209. "wiki": "https://github.com/squizlabs/PHP_CodeSniffer/wiki"
  210. },
  211. "time": "2021-12-12T21:44:58+00:00"
  212. }
  213. ],
  214. "aliases": [],
  215. "minimum-stability": "dev",
  216. "stability-flags": [],
  217. "prefer-stable": true,
  218. "prefer-lowest": false,
  219. "platform": [],
  220. "platform-dev": [],
  221. "plugin-api-version": "2.1.0"
  222. }