installed.json 16 KB

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