composer.lock 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454
  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": "f3e030390ed4e19d06851f02ba32aa0a",
  8. "packages": [],
  9. "packages-dev": [
  10. {
  11. "name": "clue/socket-raw",
  12. "version": "v1.6.0",
  13. "source": {
  14. "type": "git",
  15. "url": "https://github.com/clue/socket-raw.git",
  16. "reference": "91e9f619f6769f931454a9882c21ffd7623d06cb"
  17. },
  18. "dist": {
  19. "type": "zip",
  20. "url": "https://api.github.com/repos/clue/socket-raw/zipball/91e9f619f6769f931454a9882c21ffd7623d06cb",
  21. "reference": "91e9f619f6769f931454a9882c21ffd7623d06cb",
  22. "shasum": ""
  23. },
  24. "require": {
  25. "ext-sockets": "*",
  26. "php": ">=5.3"
  27. },
  28. "require-dev": {
  29. "phpunit/phpunit": "^9.3 || ^5.7 || ^4.8.35"
  30. },
  31. "type": "library",
  32. "autoload": {
  33. "psr-4": {
  34. "Socket\\Raw\\": "src"
  35. }
  36. },
  37. "notification-url": "https://packagist.org/downloads/",
  38. "license": [
  39. "MIT"
  40. ],
  41. "authors": [
  42. {
  43. "name": "Christian Lück",
  44. "email": "christian@clue.engineering"
  45. }
  46. ],
  47. "description": "Simple and lightweight OOP wrapper for PHP's low-level sockets extension (ext-sockets).",
  48. "homepage": "https://github.com/clue/socket-raw",
  49. "keywords": [
  50. "Socket",
  51. "client",
  52. "datagram",
  53. "dgram",
  54. "icmp",
  55. "ipv6",
  56. "server",
  57. "stream",
  58. "tcp",
  59. "udg",
  60. "udp",
  61. "unix"
  62. ],
  63. "support": {
  64. "issues": "https://github.com/clue/socket-raw/issues",
  65. "source": "https://github.com/clue/socket-raw/tree/v1.6.0"
  66. },
  67. "funding": [
  68. {
  69. "url": "https://clue.engineering/support",
  70. "type": "custom"
  71. },
  72. {
  73. "url": "https://github.com/clue",
  74. "type": "github"
  75. }
  76. ],
  77. "time": "2022-04-14T14:58:06+00:00"
  78. },
  79. {
  80. "name": "nesk/rialto",
  81. "version": "1.4.0",
  82. "source": {
  83. "type": "git",
  84. "url": "https://github.com/nesk/rialto.git",
  85. "reference": "a3db615d845cca42135fa1e271b323ffe904b83c"
  86. },
  87. "dist": {
  88. "type": "zip",
  89. "url": "https://api.github.com/repos/nesk/rialto/zipball/a3db615d845cca42135fa1e271b323ffe904b83c",
  90. "reference": "a3db615d845cca42135fa1e271b323ffe904b83c",
  91. "shasum": ""
  92. },
  93. "require": {
  94. "clue/socket-raw": "^1.2",
  95. "php": ">=7.1",
  96. "psr/log": "^1.0",
  97. "symfony/process": "^3.3|^4.0|^5.0"
  98. },
  99. "require-dev": {
  100. "codedungeon/phpunit-result-printer": ">=0.6 <1.0",
  101. "monolog/monolog": "^1.23",
  102. "phpunit/phpunit": "^6.5|^7.0"
  103. },
  104. "suggest": {
  105. "ext-weakref": "Required to run all the tests"
  106. },
  107. "type": "library",
  108. "autoload": {
  109. "psr-4": {
  110. "Nesk\\Rialto\\": "src/"
  111. }
  112. },
  113. "notification-url": "https://packagist.org/downloads/",
  114. "license": [
  115. "MIT"
  116. ],
  117. "authors": [
  118. {
  119. "name": "Johann Pardanaud",
  120. "email": "pardanaud.j@gmail.com"
  121. }
  122. ],
  123. "description": "Manage Node resources from PHP",
  124. "keywords": [
  125. "Bridge",
  126. "Socket",
  127. "communication",
  128. "node",
  129. "php",
  130. "wrapper"
  131. ],
  132. "support": {
  133. "issues": "https://github.com/nesk/rialto/issues",
  134. "source": "https://github.com/nesk/rialto/tree/1.4.0"
  135. },
  136. "abandoned": true,
  137. "time": "2020-04-12T13:11:08+00:00"
  138. },
  139. {
  140. "name": "psr/log",
  141. "version": "1.1.4",
  142. "source": {
  143. "type": "git",
  144. "url": "https://github.com/php-fig/log.git",
  145. "reference": "d49695b909c3b7628b6289db5479a1c204601f11"
  146. },
  147. "dist": {
  148. "type": "zip",
  149. "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11",
  150. "reference": "d49695b909c3b7628b6289db5479a1c204601f11",
  151. "shasum": ""
  152. },
  153. "require": {
  154. "php": ">=5.3.0"
  155. },
  156. "type": "library",
  157. "extra": {
  158. "branch-alias": {
  159. "dev-master": "1.1.x-dev"
  160. }
  161. },
  162. "autoload": {
  163. "psr-4": {
  164. "Psr\\Log\\": "Psr/Log/"
  165. }
  166. },
  167. "notification-url": "https://packagist.org/downloads/",
  168. "license": [
  169. "MIT"
  170. ],
  171. "authors": [
  172. {
  173. "name": "PHP-FIG",
  174. "homepage": "https://www.php-fig.org/"
  175. }
  176. ],
  177. "description": "Common interface for logging libraries",
  178. "homepage": "https://github.com/php-fig/log",
  179. "keywords": [
  180. "log",
  181. "psr",
  182. "psr-3"
  183. ],
  184. "support": {
  185. "source": "https://github.com/php-fig/log/tree/1.1.4"
  186. },
  187. "time": "2021-05-03T11:20:27+00:00"
  188. },
  189. {
  190. "name": "symfony/polyfill-php80",
  191. "version": "v1.29.0",
  192. "source": {
  193. "type": "git",
  194. "url": "https://github.com/symfony/polyfill-php80.git",
  195. "reference": "87b68208d5c1188808dd7839ee1e6c8ec3b02f1b"
  196. },
  197. "dist": {
  198. "type": "zip",
  199. "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/87b68208d5c1188808dd7839ee1e6c8ec3b02f1b",
  200. "reference": "87b68208d5c1188808dd7839ee1e6c8ec3b02f1b",
  201. "shasum": ""
  202. },
  203. "require": {
  204. "php": ">=7.1"
  205. },
  206. "type": "library",
  207. "extra": {
  208. "thanks": {
  209. "name": "symfony/polyfill",
  210. "url": "https://github.com/symfony/polyfill"
  211. }
  212. },
  213. "autoload": {
  214. "files": [
  215. "bootstrap.php"
  216. ],
  217. "psr-4": {
  218. "Symfony\\Polyfill\\Php80\\": ""
  219. },
  220. "classmap": [
  221. "Resources/stubs"
  222. ]
  223. },
  224. "notification-url": "https://packagist.org/downloads/",
  225. "license": [
  226. "MIT"
  227. ],
  228. "authors": [
  229. {
  230. "name": "Ion Bazan",
  231. "email": "ion.bazan@gmail.com"
  232. },
  233. {
  234. "name": "Nicolas Grekas",
  235. "email": "p@tchwork.com"
  236. },
  237. {
  238. "name": "Symfony Community",
  239. "homepage": "https://symfony.com/contributors"
  240. }
  241. ],
  242. "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
  243. "homepage": "https://symfony.com",
  244. "keywords": [
  245. "compatibility",
  246. "polyfill",
  247. "portable",
  248. "shim"
  249. ],
  250. "support": {
  251. "source": "https://github.com/symfony/polyfill-php80/tree/v1.29.0"
  252. },
  253. "funding": [
  254. {
  255. "url": "https://symfony.com/sponsor",
  256. "type": "custom"
  257. },
  258. {
  259. "url": "https://github.com/fabpot",
  260. "type": "github"
  261. },
  262. {
  263. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  264. "type": "tidelift"
  265. }
  266. ],
  267. "time": "2024-01-29T20:11:03+00:00"
  268. },
  269. {
  270. "name": "symfony/process",
  271. "version": "v5.4.36",
  272. "source": {
  273. "type": "git",
  274. "url": "https://github.com/symfony/process.git",
  275. "reference": "4fdf34004f149cc20b2f51d7d119aa500caad975"
  276. },
  277. "dist": {
  278. "type": "zip",
  279. "url": "https://api.github.com/repos/symfony/process/zipball/4fdf34004f149cc20b2f51d7d119aa500caad975",
  280. "reference": "4fdf34004f149cc20b2f51d7d119aa500caad975",
  281. "shasum": ""
  282. },
  283. "require": {
  284. "php": ">=7.2.5",
  285. "symfony/polyfill-php80": "^1.16"
  286. },
  287. "type": "library",
  288. "autoload": {
  289. "psr-4": {
  290. "Symfony\\Component\\Process\\": ""
  291. },
  292. "exclude-from-classmap": [
  293. "/Tests/"
  294. ]
  295. },
  296. "notification-url": "https://packagist.org/downloads/",
  297. "license": [
  298. "MIT"
  299. ],
  300. "authors": [
  301. {
  302. "name": "Fabien Potencier",
  303. "email": "fabien@symfony.com"
  304. },
  305. {
  306. "name": "Symfony Community",
  307. "homepage": "https://symfony.com/contributors"
  308. }
  309. ],
  310. "description": "Executes commands in sub-processes",
  311. "homepage": "https://symfony.com",
  312. "support": {
  313. "source": "https://github.com/symfony/process/tree/v5.4.36"
  314. },
  315. "funding": [
  316. {
  317. "url": "https://symfony.com/sponsor",
  318. "type": "custom"
  319. },
  320. {
  321. "url": "https://github.com/fabpot",
  322. "type": "github"
  323. },
  324. {
  325. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  326. "type": "tidelift"
  327. }
  328. ],
  329. "time": "2024-02-12T15:49:53+00:00"
  330. },
  331. {
  332. "name": "vierbergenlars/php-semver",
  333. "version": "v3.0.4",
  334. "source": {
  335. "type": "git",
  336. "url": "https://github.com/vierbergenlars/php-semver.git",
  337. "reference": "ff2f5b33f33a1e702a09c6f91f3ea34f5cf78bdf"
  338. },
  339. "dist": {
  340. "type": "zip",
  341. "url": "https://api.github.com/repos/vierbergenlars/php-semver/zipball/ff2f5b33f33a1e702a09c6f91f3ea34f5cf78bdf",
  342. "reference": "ff2f5b33f33a1e702a09c6f91f3ea34f5cf78bdf",
  343. "shasum": ""
  344. },
  345. "require": {
  346. "php": ">=5.3.0"
  347. },
  348. "require-dev": {
  349. "phpunit/phpunit": "^9.5.21"
  350. },
  351. "bin": [
  352. "bin/semver",
  353. "bin/update-versions"
  354. ],
  355. "type": "library",
  356. "autoload": {
  357. "psr-0": {
  358. "vierbergenlars\\LibJs\\": "src/",
  359. "vierbergenlars\\SemVer\\": "src/"
  360. },
  361. "classmap": [
  362. "src/vierbergenlars/SemVer/internal.php"
  363. ]
  364. },
  365. "notification-url": "https://packagist.org/downloads/",
  366. "license": [
  367. "MIT"
  368. ],
  369. "authors": [
  370. {
  371. "name": "Lars Vierbergen",
  372. "email": "vierbergenlars@gmail.com"
  373. }
  374. ],
  375. "description": "The Semantic Versioner for PHP",
  376. "keywords": [
  377. "semantic",
  378. "semver",
  379. "versioning"
  380. ],
  381. "support": {
  382. "issues": "https://github.com/vierbergenlars/php-semver/issues",
  383. "source": "https://github.com/vierbergenlars/php-semver/tree/v3.0.4"
  384. },
  385. "abandoned": "composer/semver",
  386. "time": "2023-05-02T06:45:47+00:00"
  387. },
  388. {
  389. "name": "zoon/puphpeteer",
  390. "version": "1.6.0",
  391. "source": {
  392. "type": "git",
  393. "url": "https://github.com/zoonru/puphpeteer.git",
  394. "reference": "21adf25d320f32b005cb3e2f9026616566015fcc"
  395. },
  396. "dist": {
  397. "type": "zip",
  398. "url": "https://api.github.com/repos/zoonru/puphpeteer/zipball/21adf25d320f32b005cb3e2f9026616566015fcc",
  399. "reference": "21adf25d320f32b005cb3e2f9026616566015fcc",
  400. "shasum": ""
  401. },
  402. "require": {
  403. "nesk/rialto": "^1.2.0",
  404. "php": ">=7.1",
  405. "psr/log": "^1.0",
  406. "vierbergenlars/php-semver": "^3.0.2"
  407. },
  408. "require-dev": {
  409. "codedungeon/phpunit-result-printer": ">=0.6 <1.0",
  410. "monolog/monolog": "^1.23",
  411. "phpunit/phpunit": "^6.5|^7.0",
  412. "symfony/process": "^4.0"
  413. },
  414. "type": "library",
  415. "autoload": {
  416. "psr-4": {
  417. "Nesk\\Puphpeteer\\": "src/"
  418. }
  419. },
  420. "notification-url": "https://packagist.org/downloads/",
  421. "license": [
  422. "MIT"
  423. ],
  424. "authors": [
  425. {
  426. "name": "Johann Pardanaud",
  427. "email": "pardanaud.j@gmail.com"
  428. }
  429. ],
  430. "description": "A Puppeteer bridge for PHP, supporting the entire API.",
  431. "keywords": [
  432. "automation",
  433. "developer-tools",
  434. "headless-chrome",
  435. "php",
  436. "puppeteer",
  437. "testing",
  438. "web"
  439. ],
  440. "support": {
  441. "source": "https://github.com/zoonru/puphpeteer/tree/1.6.0"
  442. },
  443. "time": "2019-06-24T11:12:21+00:00"
  444. }
  445. ],
  446. "aliases": [],
  447. "minimum-stability": "stable",
  448. "stability-flags": [],
  449. "prefer-stable": false,
  450. "prefer-lowest": false,
  451. "platform": [],
  452. "platform-dev": [],
  453. "plugin-api-version": "2.3.0"
  454. }