installed.json 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658
  1. [
  2. {
  3. "name": "dibi/dibi",
  4. "version": "v3.1.0",
  5. "version_normalized": "3.1.0.0",
  6. "source": {
  7. "type": "git",
  8. "url": "https://github.com/dg/dibi.git",
  9. "reference": "fa35c0cf7de1286ce1cf9fbdba058c1d54c849f8"
  10. },
  11. "dist": {
  12. "type": "zip",
  13. "url": "https://api.github.com/repos/dg/dibi/zipball/fa35c0cf7de1286ce1cf9fbdba058c1d54c849f8",
  14. "reference": "fa35c0cf7de1286ce1cf9fbdba058c1d54c849f8",
  15. "shasum": ""
  16. },
  17. "require": {
  18. "php": ">=5.4.4"
  19. },
  20. "replace": {
  21. "dg/dibi": "*"
  22. },
  23. "require-dev": {
  24. "nette/tester": "~1.7",
  25. "tracy/tracy": "~2.2"
  26. },
  27. "time": "2017-09-25T15:57:54+00:00",
  28. "type": "library",
  29. "extra": {
  30. "branch-alias": {
  31. "dev-master": "3.1-dev"
  32. }
  33. },
  34. "installation-source": "dist",
  35. "autoload": {
  36. "classmap": [
  37. "src/"
  38. ],
  39. "files": [
  40. "src/loader.php"
  41. ]
  42. },
  43. "notification-url": "https://packagist.org/downloads/",
  44. "license": [
  45. "BSD-3-Clause",
  46. "GPL-2.0",
  47. "GPL-3.0"
  48. ],
  49. "authors": [
  50. {
  51. "name": "David Grudl",
  52. "homepage": "https://davidgrudl.com"
  53. }
  54. ],
  55. "description": "Dibi is Database Abstraction Library for PHP",
  56. "homepage": "https://dibiphp.com",
  57. "keywords": [
  58. "access",
  59. "database",
  60. "dbal",
  61. "mssql",
  62. "mysql",
  63. "odbc",
  64. "oracle",
  65. "pdo",
  66. "postgresql",
  67. "sqlite",
  68. "sqlsrv"
  69. ]
  70. },
  71. {
  72. "name": "lcobucci/jwt",
  73. "version": "3.2.2",
  74. "version_normalized": "3.2.2.0",
  75. "source": {
  76. "type": "git",
  77. "url": "https://github.com/lcobucci/jwt.git",
  78. "reference": "0b5930be73582369e10c4d4bb7a12bac927a203c"
  79. },
  80. "dist": {
  81. "type": "zip",
  82. "url": "https://api.github.com/repos/lcobucci/jwt/zipball/0b5930be73582369e10c4d4bb7a12bac927a203c",
  83. "reference": "0b5930be73582369e10c4d4bb7a12bac927a203c",
  84. "shasum": ""
  85. },
  86. "require": {
  87. "ext-openssl": "*",
  88. "php": ">=5.5"
  89. },
  90. "require-dev": {
  91. "mdanter/ecc": "~0.3.1",
  92. "mikey179/vfsstream": "~1.5",
  93. "phpmd/phpmd": "~2.2",
  94. "phpunit/php-invoker": "~1.1",
  95. "phpunit/phpunit": "~4.5",
  96. "squizlabs/php_codesniffer": "~2.3"
  97. },
  98. "suggest": {
  99. "mdanter/ecc": "Required to use Elliptic Curves based algorithms."
  100. },
  101. "time": "2017-09-01T08:23:26+00:00",
  102. "type": "library",
  103. "extra": {
  104. "branch-alias": {
  105. "dev-master": "3.1-dev"
  106. }
  107. },
  108. "installation-source": "dist",
  109. "autoload": {
  110. "psr-4": {
  111. "Lcobucci\\JWT\\": "src"
  112. }
  113. },
  114. "notification-url": "https://packagist.org/downloads/",
  115. "license": [
  116. "BSD-3-Clause"
  117. ],
  118. "authors": [
  119. {
  120. "name": "Luís Otávio Cobucci Oblonczyk",
  121. "email": "lcobucci@gmail.com",
  122. "role": "Developer"
  123. }
  124. ],
  125. "description": "A simple library to work with JSON Web Token and JSON Web Signature",
  126. "keywords": [
  127. "JWS",
  128. "jwt"
  129. ]
  130. },
  131. {
  132. "name": "composer/semver",
  133. "version": "1.4.2",
  134. "version_normalized": "1.4.2.0",
  135. "source": {
  136. "type": "git",
  137. "url": "https://github.com/composer/semver.git",
  138. "reference": "c7cb9a2095a074d131b65a8a0cd294479d785573"
  139. },
  140. "dist": {
  141. "type": "zip",
  142. "url": "https://api.github.com/repos/composer/semver/zipball/c7cb9a2095a074d131b65a8a0cd294479d785573",
  143. "reference": "c7cb9a2095a074d131b65a8a0cd294479d785573",
  144. "shasum": ""
  145. },
  146. "require": {
  147. "php": "^5.3.2 || ^7.0"
  148. },
  149. "require-dev": {
  150. "phpunit/phpunit": "^4.5 || ^5.0.5",
  151. "phpunit/phpunit-mock-objects": "2.3.0 || ^3.0"
  152. },
  153. "time": "2016-08-30T16:08:34+00:00",
  154. "type": "library",
  155. "extra": {
  156. "branch-alias": {
  157. "dev-master": "1.x-dev"
  158. }
  159. },
  160. "installation-source": "dist",
  161. "autoload": {
  162. "psr-4": {
  163. "Composer\\Semver\\": "src"
  164. }
  165. },
  166. "notification-url": "https://packagist.org/downloads/",
  167. "license": [
  168. "MIT"
  169. ],
  170. "authors": [
  171. {
  172. "name": "Nils Adermann",
  173. "email": "naderman@naderman.de",
  174. "homepage": "http://www.naderman.de"
  175. },
  176. {
  177. "name": "Jordi Boggiano",
  178. "email": "j.boggiano@seld.be",
  179. "homepage": "http://seld.be"
  180. },
  181. {
  182. "name": "Rob Bast",
  183. "email": "rob.bast@gmail.com",
  184. "homepage": "http://robbast.nl"
  185. }
  186. ],
  187. "description": "Semver library that offers utilities, version constraint parsing and validation.",
  188. "keywords": [
  189. "semantic",
  190. "semver",
  191. "validation",
  192. "versioning"
  193. ]
  194. },
  195. {
  196. "name": "phpmailer/phpmailer",
  197. "version": "v6.0.3",
  198. "version_normalized": "6.0.3.0",
  199. "source": {
  200. "type": "git",
  201. "url": "https://github.com/PHPMailer/PHPMailer.git",
  202. "reference": "44d49bab5ab1fef721d3ee07e75dc0865ddf4cc6"
  203. },
  204. "dist": {
  205. "type": "zip",
  206. "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/44d49bab5ab1fef721d3ee07e75dc0865ddf4cc6",
  207. "reference": "44d49bab5ab1fef721d3ee07e75dc0865ddf4cc6",
  208. "shasum": ""
  209. },
  210. "require": {
  211. "ext-ctype": "*",
  212. "ext-filter": "*",
  213. "php": ">=5.5.0"
  214. },
  215. "require-dev": {
  216. "doctrine/annotations": "1.2.*",
  217. "friendsofphp/php-cs-fixer": "^2.2",
  218. "phpdocumentor/phpdocumentor": "2.*",
  219. "phpunit/phpunit": "^4.8 || ^5.7",
  220. "zendframework/zend-eventmanager": "3.0.*",
  221. "zendframework/zend-i18n": "2.7.3",
  222. "zendframework/zend-serializer": "2.7.*"
  223. },
  224. "suggest": {
  225. "ext-mbstring": "Needed to send email in multibyte encoding charset",
  226. "hayageek/oauth2-yahoo": "Needed for Yahoo XOAUTH2 authentication",
  227. "league/oauth2-google": "Needed for Google XOAUTH2 authentication",
  228. "psr/log": "For optional PSR-3 debug logging",
  229. "stevenmaguire/oauth2-microsoft": "Needed for Microsoft XOAUTH2 authentication",
  230. "symfony/polyfill-mbstring": "To support UTF-8 if the Mbstring PHP extension is not enabled (^1.2)"
  231. },
  232. "time": "2018-01-05T13:19:58+00:00",
  233. "type": "library",
  234. "installation-source": "dist",
  235. "autoload": {
  236. "psr-4": {
  237. "PHPMailer\\PHPMailer\\": "src/"
  238. }
  239. },
  240. "notification-url": "https://packagist.org/downloads/",
  241. "license": [
  242. "LGPL-2.1"
  243. ],
  244. "authors": [
  245. {
  246. "name": "Jim Jagielski",
  247. "email": "jimjag@gmail.com"
  248. },
  249. {
  250. "name": "Marcus Bointon",
  251. "email": "phpmailer@synchromedia.co.uk"
  252. },
  253. {
  254. "name": "Andy Prevost",
  255. "email": "codeworxtech@users.sourceforge.net"
  256. },
  257. {
  258. "name": "Brent R. Matzelle"
  259. }
  260. ],
  261. "description": "PHPMailer is a full-featured email creation and transfer class for PHP"
  262. },
  263. {
  264. "name": "rmccue/requests",
  265. "version": "v1.7.0",
  266. "version_normalized": "1.7.0.0",
  267. "source": {
  268. "type": "git",
  269. "url": "https://github.com/rmccue/Requests.git",
  270. "reference": "87932f52ffad70504d93f04f15690cf16a089546"
  271. },
  272. "dist": {
  273. "type": "zip",
  274. "url": "https://api.github.com/repos/rmccue/Requests/zipball/87932f52ffad70504d93f04f15690cf16a089546",
  275. "reference": "87932f52ffad70504d93f04f15690cf16a089546",
  276. "shasum": ""
  277. },
  278. "require": {
  279. "php": ">=5.2"
  280. },
  281. "require-dev": {
  282. "requests/test-server": "dev-master"
  283. },
  284. "time": "2016-10-13T00:11:37+00:00",
  285. "type": "library",
  286. "installation-source": "dist",
  287. "autoload": {
  288. "psr-0": {
  289. "Requests": "library/"
  290. }
  291. },
  292. "notification-url": "https://packagist.org/downloads/",
  293. "license": [
  294. "ISC"
  295. ],
  296. "authors": [
  297. {
  298. "name": "Ryan McCue",
  299. "homepage": "http://ryanmccue.info"
  300. }
  301. ],
  302. "description": "A HTTP library written in PHP, for human beings.",
  303. "homepage": "http://github.com/rmccue/Requests",
  304. "keywords": [
  305. "curl",
  306. "fsockopen",
  307. "http",
  308. "idna",
  309. "ipv6",
  310. "iri",
  311. "sockets"
  312. ]
  313. },
  314. {
  315. "name": "symfony/inflector",
  316. "version": "v4.0.4",
  317. "version_normalized": "4.0.4.0",
  318. "source": {
  319. "type": "git",
  320. "url": "https://github.com/symfony/inflector.git",
  321. "reference": "da634a9968162f7c5c94f8d6949a4ede86085304"
  322. },
  323. "dist": {
  324. "type": "zip",
  325. "url": "https://api.github.com/repos/symfony/inflector/zipball/da634a9968162f7c5c94f8d6949a4ede86085304",
  326. "reference": "da634a9968162f7c5c94f8d6949a4ede86085304",
  327. "shasum": ""
  328. },
  329. "require": {
  330. "php": "^7.1.3"
  331. },
  332. "time": "2018-01-03T17:15:19+00:00",
  333. "type": "library",
  334. "extra": {
  335. "branch-alias": {
  336. "dev-master": "4.0-dev"
  337. }
  338. },
  339. "installation-source": "dist",
  340. "autoload": {
  341. "psr-4": {
  342. "Symfony\\Component\\Inflector\\": ""
  343. },
  344. "exclude-from-classmap": [
  345. "/Tests/"
  346. ]
  347. },
  348. "notification-url": "https://packagist.org/downloads/",
  349. "license": [
  350. "MIT"
  351. ],
  352. "authors": [
  353. {
  354. "name": "Bernhard Schussek",
  355. "email": "bschussek@gmail.com"
  356. },
  357. {
  358. "name": "Symfony Community",
  359. "homepage": "https://symfony.com/contributors"
  360. }
  361. ],
  362. "description": "Symfony Inflector Component",
  363. "homepage": "https://symfony.com",
  364. "keywords": [
  365. "inflection",
  366. "pluralize",
  367. "singularize",
  368. "string",
  369. "symfony",
  370. "words"
  371. ]
  372. },
  373. {
  374. "name": "symfony/property-access",
  375. "version": "v4.0.4",
  376. "version_normalized": "4.0.4.0",
  377. "source": {
  378. "type": "git",
  379. "url": "https://github.com/symfony/property-access.git",
  380. "reference": "e0fef10eb7e11cae9421d8d89024dfeae0acffb7"
  381. },
  382. "dist": {
  383. "type": "zip",
  384. "url": "https://api.github.com/repos/symfony/property-access/zipball/e0fef10eb7e11cae9421d8d89024dfeae0acffb7",
  385. "reference": "e0fef10eb7e11cae9421d8d89024dfeae0acffb7",
  386. "shasum": ""
  387. },
  388. "require": {
  389. "php": "^7.1.3",
  390. "symfony/inflector": "~3.4|~4.0"
  391. },
  392. "require-dev": {
  393. "symfony/cache": "~3.4|~4.0"
  394. },
  395. "suggest": {
  396. "psr/cache-implementation": "To cache access methods."
  397. },
  398. "time": "2018-01-03T07:38:00+00:00",
  399. "type": "library",
  400. "extra": {
  401. "branch-alias": {
  402. "dev-master": "4.0-dev"
  403. }
  404. },
  405. "installation-source": "dist",
  406. "autoload": {
  407. "psr-4": {
  408. "Symfony\\Component\\PropertyAccess\\": ""
  409. },
  410. "exclude-from-classmap": [
  411. "/Tests/"
  412. ]
  413. },
  414. "notification-url": "https://packagist.org/downloads/",
  415. "license": [
  416. "MIT"
  417. ],
  418. "authors": [
  419. {
  420. "name": "Fabien Potencier",
  421. "email": "fabien@symfony.com"
  422. },
  423. {
  424. "name": "Symfony Community",
  425. "homepage": "https://symfony.com/contributors"
  426. }
  427. ],
  428. "description": "Symfony PropertyAccess Component",
  429. "homepage": "https://symfony.com",
  430. "keywords": [
  431. "access",
  432. "array",
  433. "extraction",
  434. "index",
  435. "injection",
  436. "object",
  437. "property",
  438. "property path",
  439. "reflection"
  440. ]
  441. },
  442. {
  443. "name": "psr/http-message",
  444. "version": "1.0.1",
  445. "version_normalized": "1.0.1.0",
  446. "source": {
  447. "type": "git",
  448. "url": "https://github.com/php-fig/http-message.git",
  449. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
  450. },
  451. "dist": {
  452. "type": "zip",
  453. "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
  454. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
  455. "shasum": ""
  456. },
  457. "require": {
  458. "php": ">=5.3.0"
  459. },
  460. "time": "2016-08-06T14:39:51+00:00",
  461. "type": "library",
  462. "extra": {
  463. "branch-alias": {
  464. "dev-master": "1.0.x-dev"
  465. }
  466. },
  467. "installation-source": "dist",
  468. "autoload": {
  469. "psr-4": {
  470. "Psr\\Http\\Message\\": "src/"
  471. }
  472. },
  473. "notification-url": "https://packagist.org/downloads/",
  474. "license": [
  475. "MIT"
  476. ],
  477. "authors": [
  478. {
  479. "name": "PHP-FIG",
  480. "homepage": "http://www.php-fig.org/"
  481. }
  482. ],
  483. "description": "Common interface for HTTP messages",
  484. "homepage": "https://github.com/php-fig/http-message",
  485. "keywords": [
  486. "http",
  487. "http-message",
  488. "psr",
  489. "psr-7",
  490. "request",
  491. "response"
  492. ]
  493. },
  494. {
  495. "name": "guzzlehttp/psr7",
  496. "version": "1.4.2",
  497. "version_normalized": "1.4.2.0",
  498. "source": {
  499. "type": "git",
  500. "url": "https://github.com/guzzle/psr7.git",
  501. "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c"
  502. },
  503. "dist": {
  504. "type": "zip",
  505. "url": "https://api.github.com/repos/guzzle/psr7/zipball/f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
  506. "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
  507. "shasum": ""
  508. },
  509. "require": {
  510. "php": ">=5.4.0",
  511. "psr/http-message": "~1.0"
  512. },
  513. "provide": {
  514. "psr/http-message-implementation": "1.0"
  515. },
  516. "require-dev": {
  517. "phpunit/phpunit": "~4.0"
  518. },
  519. "time": "2017-03-20T17:10:46+00:00",
  520. "type": "library",
  521. "extra": {
  522. "branch-alias": {
  523. "dev-master": "1.4-dev"
  524. }
  525. },
  526. "installation-source": "dist",
  527. "autoload": {
  528. "psr-4": {
  529. "GuzzleHttp\\Psr7\\": "src/"
  530. },
  531. "files": [
  532. "src/functions_include.php"
  533. ]
  534. },
  535. "notification-url": "https://packagist.org/downloads/",
  536. "license": [
  537. "MIT"
  538. ],
  539. "authors": [
  540. {
  541. "name": "Michael Dowling",
  542. "email": "mtdowling@gmail.com",
  543. "homepage": "https://github.com/mtdowling"
  544. },
  545. {
  546. "name": "Tobias Schultze",
  547. "homepage": "https://github.com/Tobion"
  548. }
  549. ],
  550. "description": "PSR-7 message implementation that also provides common utility methods",
  551. "keywords": [
  552. "http",
  553. "message",
  554. "request",
  555. "response",
  556. "stream",
  557. "uri",
  558. "url"
  559. ]
  560. },
  561. {
  562. "name": "kriswallsmith/buzz",
  563. "version": "v0.16.0",
  564. "version_normalized": "0.16.0.0",
  565. "source": {
  566. "type": "git",
  567. "url": "https://github.com/kriswallsmith/Buzz.git",
  568. "reference": "bd3299b7b6be3eeeb7a2842e677685031b93aa26"
  569. },
  570. "dist": {
  571. "type": "zip",
  572. "url": "https://api.github.com/repos/kriswallsmith/Buzz/zipball/bd3299b7b6be3eeeb7a2842e677685031b93aa26",
  573. "reference": "bd3299b7b6be3eeeb7a2842e677685031b93aa26",
  574. "shasum": ""
  575. },
  576. "require": {
  577. "guzzlehttp/psr7": "^1.4",
  578. "php": "^5.4 || ^7.0"
  579. },
  580. "require-dev": {
  581. "php-http/client-integration-tests": "^0.6.2",
  582. "symfony/phpunit-bridge": "^3.4 || ^4.0"
  583. },
  584. "suggest": {
  585. "ext-curl": "*"
  586. },
  587. "time": "2018-02-03T19:40:45+00:00",
  588. "type": "library",
  589. "installation-source": "dist",
  590. "autoload": {
  591. "psr-4": {
  592. "Buzz\\": "lib/Buzz"
  593. }
  594. },
  595. "notification-url": "https://packagist.org/downloads/",
  596. "license": [
  597. "MIT"
  598. ],
  599. "authors": [
  600. {
  601. "name": "Kris Wallsmith",
  602. "email": "kris.wallsmith@gmail.com",
  603. "homepage": "http://kriswallsmith.net/"
  604. }
  605. ],
  606. "description": "Lightweight HTTP client",
  607. "homepage": "https://github.com/kriswallsmith/Buzz",
  608. "keywords": [
  609. "curl",
  610. "http client"
  611. ]
  612. },
  613. {
  614. "name": "kleiram/transmission-php",
  615. "version": "1.0.0",
  616. "version_normalized": "1.0.0.0",
  617. "source": {
  618. "type": "git",
  619. "url": "https://github.com/kleiram/transmission-php.git",
  620. "reference": "5f7c715871154ea7a37af00d2dff52d8c5f6bdbc"
  621. },
  622. "dist": {
  623. "type": "zip",
  624. "url": "https://api.github.com/repos/kleiram/transmission-php/zipball/5f7c715871154ea7a37af00d2dff52d8c5f6bdbc",
  625. "reference": "5f7c715871154ea7a37af00d2dff52d8c5f6bdbc",
  626. "shasum": ""
  627. },
  628. "require": {
  629. "kriswallsmith/buzz": ">=0.9",
  630. "symfony/property-access": ">=2.2.1"
  631. },
  632. "time": "2013-09-11T10:42:52+00:00",
  633. "type": "library",
  634. "installation-source": "dist",
  635. "autoload": {
  636. "psr-0": {
  637. "Transmission": "lib/"
  638. }
  639. },
  640. "notification-url": "https://packagist.org/downloads/",
  641. "license": [
  642. "BSD-2-Clause"
  643. ],
  644. "authors": [
  645. {
  646. "name": "Ramon Kleiss",
  647. "email": "ramon@cubilon.nl",
  648. "homepage": "http://cubilon.nl"
  649. }
  650. ],
  651. "description": "PHP Transmission client",
  652. "keywords": [
  653. "download",
  654. "torrent",
  655. "transmission"
  656. ]
  657. }
  658. ]