composer.lock 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363
  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": "5ed24536d10d3986f4e683a4aa19c661",
  8. "packages": [
  9. {
  10. "name": "matthiasmullie/minify",
  11. "version": "1.3.66",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/matthiasmullie/minify.git",
  15. "reference": "45fd3b0f1dfa2c965857c6d4a470bea52adc31a6"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/matthiasmullie/minify/zipball/45fd3b0f1dfa2c965857c6d4a470bea52adc31a6",
  20. "reference": "45fd3b0f1dfa2c965857c6d4a470bea52adc31a6",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "ext-pcre": "*",
  25. "matthiasmullie/path-converter": "~1.1",
  26. "php": ">=5.3.0"
  27. },
  28. "require-dev": {
  29. "friendsofphp/php-cs-fixer": "~2.0",
  30. "matthiasmullie/scrapbook": "dev-master",
  31. "phpunit/phpunit": ">=4.8"
  32. },
  33. "suggest": {
  34. "psr/cache-implementation": "Cache implementation to use with Minify::cache"
  35. },
  36. "bin": [
  37. "bin/minifycss",
  38. "bin/minifyjs"
  39. ],
  40. "type": "library",
  41. "autoload": {
  42. "psr-4": {
  43. "MatthiasMullie\\Minify\\": "src/"
  44. }
  45. },
  46. "notification-url": "https://packagist.org/downloads/",
  47. "license": [
  48. "MIT"
  49. ],
  50. "authors": [
  51. {
  52. "name": "Matthias Mullie",
  53. "email": "minify@mullie.eu",
  54. "homepage": "http://www.mullie.eu",
  55. "role": "Developer"
  56. }
  57. ],
  58. "description": "CSS & JavaScript minifier, in PHP. Removes whitespace, strips comments, combines files (incl. @import statements and small assets in CSS files), and optimizes/shortens a few common programming patterns.",
  59. "homepage": "http://www.minifier.org",
  60. "keywords": [
  61. "JS",
  62. "css",
  63. "javascript",
  64. "minifier",
  65. "minify"
  66. ],
  67. "support": {
  68. "issues": "https://github.com/matthiasmullie/minify/issues",
  69. "source": "https://github.com/matthiasmullie/minify/tree/1.3.66"
  70. },
  71. "funding": [
  72. {
  73. "url": "https://github.com/[user1",
  74. "type": "github"
  75. },
  76. {
  77. "url": "https://github.com/matthiasmullie] # Replace with up to 4 GitHub Sponsors-enabled usernames e.g.",
  78. "type": "github"
  79. },
  80. {
  81. "url": "https://github.com/user2",
  82. "type": "github"
  83. }
  84. ],
  85. "time": "2021-01-06T15:18:10+00:00"
  86. },
  87. {
  88. "name": "matthiasmullie/path-converter",
  89. "version": "1.1.3",
  90. "source": {
  91. "type": "git",
  92. "url": "https://github.com/matthiasmullie/path-converter.git",
  93. "reference": "e7d13b2c7e2f2268e1424aaed02085518afa02d9"
  94. },
  95. "dist": {
  96. "type": "zip",
  97. "url": "https://api.github.com/repos/matthiasmullie/path-converter/zipball/e7d13b2c7e2f2268e1424aaed02085518afa02d9",
  98. "reference": "e7d13b2c7e2f2268e1424aaed02085518afa02d9",
  99. "shasum": ""
  100. },
  101. "require": {
  102. "ext-pcre": "*",
  103. "php": ">=5.3.0"
  104. },
  105. "require-dev": {
  106. "phpunit/phpunit": "~4.8"
  107. },
  108. "type": "library",
  109. "autoload": {
  110. "psr-4": {
  111. "MatthiasMullie\\PathConverter\\": "src/"
  112. }
  113. },
  114. "notification-url": "https://packagist.org/downloads/",
  115. "license": [
  116. "MIT"
  117. ],
  118. "authors": [
  119. {
  120. "name": "Matthias Mullie",
  121. "email": "pathconverter@mullie.eu",
  122. "homepage": "http://www.mullie.eu",
  123. "role": "Developer"
  124. }
  125. ],
  126. "description": "Relative path converter",
  127. "homepage": "http://github.com/matthiasmullie/path-converter",
  128. "keywords": [
  129. "converter",
  130. "path",
  131. "paths",
  132. "relative"
  133. ],
  134. "support": {
  135. "issues": "https://github.com/matthiasmullie/path-converter/issues",
  136. "source": "https://github.com/matthiasmullie/path-converter/tree/1.1.3"
  137. },
  138. "time": "2019-02-05T23:41:09+00:00"
  139. },
  140. {
  141. "name": "symfony/css-selector",
  142. "version": "v5.2.4",
  143. "source": {
  144. "type": "git",
  145. "url": "https://github.com/symfony/css-selector.git",
  146. "reference": "f65f217b3314504a1ec99c2d6ef69016bb13490f"
  147. },
  148. "dist": {
  149. "type": "zip",
  150. "url": "https://api.github.com/repos/symfony/css-selector/zipball/f65f217b3314504a1ec99c2d6ef69016bb13490f",
  151. "reference": "f65f217b3314504a1ec99c2d6ef69016bb13490f",
  152. "shasum": ""
  153. },
  154. "require": {
  155. "php": ">=7.2.5"
  156. },
  157. "type": "library",
  158. "autoload": {
  159. "psr-4": {
  160. "Symfony\\Component\\CssSelector\\": ""
  161. },
  162. "exclude-from-classmap": [
  163. "/Tests/"
  164. ]
  165. },
  166. "notification-url": "https://packagist.org/downloads/",
  167. "license": [
  168. "MIT"
  169. ],
  170. "authors": [
  171. {
  172. "name": "Fabien Potencier",
  173. "email": "fabien@symfony.com"
  174. },
  175. {
  176. "name": "Jean-François Simon",
  177. "email": "jeanfrancois.simon@sensiolabs.com"
  178. },
  179. {
  180. "name": "Symfony Community",
  181. "homepage": "https://symfony.com/contributors"
  182. }
  183. ],
  184. "description": "Converts CSS selectors to XPath expressions",
  185. "homepage": "https://symfony.com",
  186. "support": {
  187. "source": "https://github.com/symfony/css-selector/tree/v5.2.4"
  188. },
  189. "funding": [
  190. {
  191. "url": "https://symfony.com/sponsor",
  192. "type": "custom"
  193. },
  194. {
  195. "url": "https://github.com/fabpot",
  196. "type": "github"
  197. },
  198. {
  199. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  200. "type": "tidelift"
  201. }
  202. ],
  203. "time": "2021-01-27T10:01:46+00:00"
  204. },
  205. {
  206. "name": "voku/html-min",
  207. "version": "4.4.8",
  208. "source": {
  209. "type": "git",
  210. "url": "https://github.com/voku/HtmlMin.git",
  211. "reference": "4f700584abd70b308b7d06b8e4cfcc31711faaf9"
  212. },
  213. "dist": {
  214. "type": "zip",
  215. "url": "https://api.github.com/repos/voku/HtmlMin/zipball/4f700584abd70b308b7d06b8e4cfcc31711faaf9",
  216. "reference": "4f700584abd70b308b7d06b8e4cfcc31711faaf9",
  217. "shasum": ""
  218. },
  219. "require": {
  220. "ext-dom": "*",
  221. "php": ">=7.0.0",
  222. "voku/simple_html_dom": "~4.7.23"
  223. },
  224. "require-dev": {
  225. "phpunit/phpunit": "~6.0 || ~7.0"
  226. },
  227. "type": "library",
  228. "autoload": {
  229. "psr-4": {
  230. "voku\\": "src/voku/"
  231. }
  232. },
  233. "notification-url": "https://packagist.org/downloads/",
  234. "license": [
  235. "MIT"
  236. ],
  237. "authors": [
  238. {
  239. "name": "Lars Moelleken",
  240. "homepage": "http://www.moelleken.org/"
  241. }
  242. ],
  243. "description": "HTML Compressor and Minifier",
  244. "homepage": "https://github.com/voku/HtmlMin",
  245. "keywords": [
  246. "compress",
  247. "compression",
  248. "compressor",
  249. "html",
  250. "minifier"
  251. ],
  252. "support": {
  253. "issues": "https://github.com/voku/HtmlMin/issues",
  254. "source": "https://github.com/voku/HtmlMin/tree/master"
  255. },
  256. "funding": [
  257. {
  258. "url": "https://www.paypal.me/moelleken",
  259. "type": "custom"
  260. },
  261. {
  262. "url": "https://github.com/voku",
  263. "type": "github"
  264. },
  265. {
  266. "url": "https://www.patreon.com/voku",
  267. "type": "patreon"
  268. }
  269. ],
  270. "time": "2020-08-11T22:13:23+00:00"
  271. },
  272. {
  273. "name": "voku/simple_html_dom",
  274. "version": "4.7.29",
  275. "source": {
  276. "type": "git",
  277. "url": "https://github.com/voku/simple_html_dom.git",
  278. "reference": "079067c704b714b7c2813971297bb340307813e7"
  279. },
  280. "dist": {
  281. "type": "zip",
  282. "url": "https://api.github.com/repos/voku/simple_html_dom/zipball/079067c704b714b7c2813971297bb340307813e7",
  283. "reference": "079067c704b714b7c2813971297bb340307813e7",
  284. "shasum": ""
  285. },
  286. "require": {
  287. "ext-dom": "*",
  288. "ext-libxml": "*",
  289. "ext-simplexml": "*",
  290. "php": ">=7.0.0",
  291. "symfony/css-selector": "~3.0 || ~4.0 || ~5.0"
  292. },
  293. "require-dev": {
  294. "phpunit/phpunit": "~6.0 || ~7.0 || ~9.0"
  295. },
  296. "suggest": {
  297. "voku/portable-utf8": "If you need e.g. UTF-8 fixed output."
  298. },
  299. "type": "library",
  300. "autoload": {
  301. "psr-4": {
  302. "voku\\helper\\": "src/voku/helper/"
  303. }
  304. },
  305. "notification-url": "https://packagist.org/downloads/",
  306. "license": [
  307. "MIT"
  308. ],
  309. "authors": [
  310. {
  311. "name": "dimabdc",
  312. "email": "support@titor.ru",
  313. "homepage": "http://github.com/dimabdc",
  314. "role": "Developer"
  315. },
  316. {
  317. "name": "Lars Moelleken",
  318. "homepage": "http://www.moelleken.org/",
  319. "role": "Developer"
  320. }
  321. ],
  322. "description": "Simple HTML DOM package.",
  323. "homepage": "http://simplehtmldom.sourceforge.net/",
  324. "keywords": [
  325. "HTML Parser",
  326. "dom",
  327. "php dom"
  328. ],
  329. "support": {
  330. "issues": "https://github.com/voku/simple_html_dom/issues",
  331. "source": "https://github.com/voku/simple_html_dom/tree/4.7.29"
  332. },
  333. "funding": [
  334. {
  335. "url": "https://www.paypal.me/moelleken",
  336. "type": "custom"
  337. },
  338. {
  339. "url": "https://github.com/voku",
  340. "type": "github"
  341. },
  342. {
  343. "url": "https://www.patreon.com/voku",
  344. "type": "patreon"
  345. },
  346. {
  347. "url": "https://tidelift.com/funding/github/packagist/voku/simple_html_dom",
  348. "type": "tidelift"
  349. }
  350. ],
  351. "time": "2021-03-29T14:56:56+00:00"
  352. }
  353. ],
  354. "packages-dev": [],
  355. "aliases": [],
  356. "minimum-stability": "stable",
  357. "stability-flags": [],
  358. "prefer-stable": false,
  359. "prefer-lowest": false,
  360. "platform": [],
  361. "platform-dev": [],
  362. "plugin-api-version": "2.0.0"
  363. }