installed.json 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421
  1. [
  2. {
  3. "name": "firebase/php-jwt",
  4. "version": "v5.2.0",
  5. "version_normalized": "5.2.0.0",
  6. "source": {
  7. "type": "git",
  8. "url": "https://github.com/firebase/php-jwt.git",
  9. "reference": "feb0e820b8436873675fd3aca04f3728eb2185cb"
  10. },
  11. "dist": {
  12. "type": "zip",
  13. "url": "https://api.github.com/repos/firebase/php-jwt/zipball/feb0e820b8436873675fd3aca04f3728eb2185cb",
  14. "reference": "feb0e820b8436873675fd3aca04f3728eb2185cb",
  15. "shasum": ""
  16. },
  17. "require": {
  18. "php": ">=5.3.0"
  19. },
  20. "require-dev": {
  21. "phpunit/phpunit": ">=4.8 <=9"
  22. },
  23. "time": "2020-03-25T18:49:23+00:00",
  24. "type": "library",
  25. "installation-source": "dist",
  26. "autoload": {
  27. "psr-4": {
  28. "Firebase\\JWT\\": "src"
  29. }
  30. },
  31. "notification-url": "https://packagist.org/downloads/",
  32. "license": [
  33. "BSD-3-Clause"
  34. ],
  35. "authors": [
  36. {
  37. "name": "Neuman Vong",
  38. "email": "neuman+pear@twilio.com",
  39. "role": "Developer"
  40. },
  41. {
  42. "name": "Anant Narayanan",
  43. "email": "anant@php.net",
  44. "role": "Developer"
  45. }
  46. ],
  47. "description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.",
  48. "homepage": "https://github.com/firebase/php-jwt",
  49. "keywords": [
  50. "jwt",
  51. "php"
  52. ]
  53. },
  54. {
  55. "name": "google/apiclient",
  56. "version": "v2.8.1",
  57. "version_normalized": "2.8.1.0",
  58. "source": {
  59. "type": "git",
  60. "url": "https://github.com/googleapis/google-api-php-client.git",
  61. "reference": "c8f6d09f50f859fa9457104bb0fb72c893804ede"
  62. },
  63. "dist": {
  64. "type": "zip",
  65. "url": "https://api.github.com/repos/googleapis/google-api-php-client/zipball/c8f6d09f50f859fa9457104bb0fb72c893804ede",
  66. "reference": "c8f6d09f50f859fa9457104bb0fb72c893804ede",
  67. "shasum": ""
  68. },
  69. "require": {
  70. "firebase/php-jwt": "~2.0||~3.0||~4.0||~5.0",
  71. "google/apiclient-services": "~0.13",
  72. "google/auth": "^1.10",
  73. "guzzlehttp/guzzle": "~5.3.1||~6.0||~7.0",
  74. "guzzlehttp/psr7": "^1.2",
  75. "monolog/monolog": "^1.17|^2.0",
  76. "php": ">=5.4",
  77. "phpseclib/phpseclib": "~0.3.10||~2.0"
  78. },
  79. "require-dev": {
  80. "cache/filesystem-adapter": "^0.3.2",
  81. "composer/composer": "^1.10",
  82. "dealerdirect/phpcodesniffer-composer-installer": "^0.7",
  83. "phpcompatibility/php-compatibility": "^9.2",
  84. "phpunit/phpunit": "^4.8.36|^5.0",
  85. "squizlabs/php_codesniffer": "~2.3",
  86. "symfony/css-selector": "~2.1",
  87. "symfony/dom-crawler": "~2.1"
  88. },
  89. "suggest": {
  90. "cache/filesystem-adapter": "For caching certs and tokens (using Google\\Client::setCache)"
  91. },
  92. "time": "2020-10-27T23:20:13+00:00",
  93. "type": "library",
  94. "extra": {
  95. "branch-alias": {
  96. "dev-master": "2.x-dev"
  97. }
  98. },
  99. "installation-source": "dist",
  100. "autoload": {
  101. "psr-4": {
  102. "Google\\": "src/"
  103. },
  104. "files": [
  105. "src/aliases.php"
  106. ],
  107. "classmap": [
  108. "src/aliases.php"
  109. ]
  110. },
  111. "notification-url": "https://packagist.org/downloads/",
  112. "license": [
  113. "Apache-2.0"
  114. ],
  115. "description": "Client library for Google APIs",
  116. "homepage": "http://developers.google.com/api-client-library/php",
  117. "keywords": [
  118. "google"
  119. ]
  120. },
  121. {
  122. "name": "google/apiclient-services",
  123. "version": "v0.153",
  124. "version_normalized": "0.153.0.0",
  125. "source": {
  126. "type": "git",
  127. "url": "https://github.com/googleapis/google-api-php-client-services.git",
  128. "reference": "db62bb19f32f81c9551f223c72be0682eb58ebd8"
  129. },
  130. "dist": {
  131. "type": "zip",
  132. "url": "https://api.github.com/repos/googleapis/google-api-php-client-services/zipball/db62bb19f32f81c9551f223c72be0682eb58ebd8",
  133. "reference": "db62bb19f32f81c9551f223c72be0682eb58ebd8",
  134. "shasum": ""
  135. },
  136. "require": {
  137. "php": ">=5.4"
  138. },
  139. "require-dev": {
  140. "phpunit/phpunit": "^4.8|^5"
  141. },
  142. "time": "2020-11-01T00:25:23+00:00",
  143. "type": "library",
  144. "installation-source": "dist",
  145. "autoload": {
  146. "psr-0": {
  147. "Google_Service_": "src"
  148. }
  149. },
  150. "notification-url": "https://packagist.org/downloads/",
  151. "license": [
  152. "Apache-2.0"
  153. ],
  154. "description": "Client library for Google APIs",
  155. "homepage": "http://developers.google.com/api-client-library/php",
  156. "keywords": [
  157. "google"
  158. ]
  159. },
  160. {
  161. "name": "google/auth",
  162. "version": "v1.14.3",
  163. "version_normalized": "1.14.3.0",
  164. "source": {
  165. "type": "git",
  166. "url": "https://github.com/googleapis/google-auth-library-php.git",
  167. "reference": "c1503299c779af0cbc99b43788f75930988852cf"
  168. },
  169. "dist": {
  170. "type": "zip",
  171. "url": "https://api.github.com/repos/googleapis/google-auth-library-php/zipball/c1503299c779af0cbc99b43788f75930988852cf",
  172. "reference": "c1503299c779af0cbc99b43788f75930988852cf",
  173. "shasum": ""
  174. },
  175. "require": {
  176. "firebase/php-jwt": "~2.0|~3.0|~4.0|~5.0",
  177. "guzzlehttp/guzzle": "^5.3.1|^6.2.1|^7.0",
  178. "guzzlehttp/psr7": "^1.2",
  179. "php": ">=5.4",
  180. "psr/cache": "^1.0",
  181. "psr/http-message": "^1.0"
  182. },
  183. "require-dev": {
  184. "guzzlehttp/promises": "0.1.1|^1.3",
  185. "kelvinmo/simplejwt": "^0.2.5",
  186. "phpseclib/phpseclib": "^2",
  187. "phpunit/phpunit": "^4.8.36|^5.7",
  188. "sebastian/comparator": ">=1.2.3",
  189. "squizlabs/php_codesniffer": "^3.5"
  190. },
  191. "suggest": {
  192. "phpseclib/phpseclib": "May be used in place of OpenSSL for signing strings or for token management. Please require version ^2."
  193. },
  194. "time": "2020-10-16T21:33:48+00:00",
  195. "type": "library",
  196. "installation-source": "dist",
  197. "autoload": {
  198. "psr-4": {
  199. "Google\\Auth\\": "src"
  200. }
  201. },
  202. "notification-url": "https://packagist.org/downloads/",
  203. "license": [
  204. "Apache-2.0"
  205. ],
  206. "description": "Google Auth Library for PHP",
  207. "homepage": "http://github.com/google/google-auth-library-php",
  208. "keywords": [
  209. "Authentication",
  210. "google",
  211. "oauth2"
  212. ]
  213. },
  214. {
  215. "name": "phpseclib/phpseclib",
  216. "version": "2.0.29",
  217. "version_normalized": "2.0.29.0",
  218. "source": {
  219. "type": "git",
  220. "url": "https://github.com/phpseclib/phpseclib.git",
  221. "reference": "497856a8d997f640b4a516062f84228a772a48a8"
  222. },
  223. "dist": {
  224. "type": "zip",
  225. "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/497856a8d997f640b4a516062f84228a772a48a8",
  226. "reference": "497856a8d997f640b4a516062f84228a772a48a8",
  227. "shasum": ""
  228. },
  229. "require": {
  230. "php": ">=5.3.3"
  231. },
  232. "require-dev": {
  233. "phing/phing": "~2.7",
  234. "phpunit/phpunit": "^4.8.35|^5.7|^6.0",
  235. "squizlabs/php_codesniffer": "~2.0"
  236. },
  237. "suggest": {
  238. "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
  239. "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.",
  240. "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
  241. "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations."
  242. },
  243. "time": "2020-09-08T04:24:43+00:00",
  244. "type": "library",
  245. "installation-source": "dist",
  246. "autoload": {
  247. "files": [
  248. "phpseclib/bootstrap.php"
  249. ],
  250. "psr-4": {
  251. "phpseclib\\": "phpseclib/"
  252. }
  253. },
  254. "notification-url": "https://packagist.org/downloads/",
  255. "license": [
  256. "MIT"
  257. ],
  258. "authors": [
  259. {
  260. "name": "Jim Wigginton",
  261. "email": "terrafrost@php.net",
  262. "role": "Lead Developer"
  263. },
  264. {
  265. "name": "Patrick Monnerat",
  266. "email": "pm@datasphere.ch",
  267. "role": "Developer"
  268. },
  269. {
  270. "name": "Andreas Fischer",
  271. "email": "bantu@phpbb.com",
  272. "role": "Developer"
  273. },
  274. {
  275. "name": "Hans-Jürgen Petrich",
  276. "email": "petrich@tronic-media.com",
  277. "role": "Developer"
  278. },
  279. {
  280. "name": "Graham Campbell",
  281. "email": "graham@alt-three.com",
  282. "role": "Developer"
  283. }
  284. ],
  285. "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
  286. "homepage": "http://phpseclib.sourceforge.net",
  287. "keywords": [
  288. "BigInteger",
  289. "aes",
  290. "asn.1",
  291. "asn1",
  292. "blowfish",
  293. "crypto",
  294. "cryptography",
  295. "encryption",
  296. "rsa",
  297. "security",
  298. "sftp",
  299. "signature",
  300. "signing",
  301. "ssh",
  302. "twofish",
  303. "x.509",
  304. "x509"
  305. ],
  306. "funding": [
  307. {
  308. "url": "https://github.com/terrafrost",
  309. "type": "github"
  310. },
  311. {
  312. "url": "https://www.patreon.com/phpseclib",
  313. "type": "patreon"
  314. },
  315. {
  316. "url": "https://tidelift.com/funding/github/packagist/phpseclib/phpseclib",
  317. "type": "tidelift"
  318. }
  319. ]
  320. },
  321. {
  322. "name": "psr/cache",
  323. "version": "1.0.1",
  324. "version_normalized": "1.0.1.0",
  325. "source": {
  326. "type": "git",
  327. "url": "https://github.com/php-fig/cache.git",
  328. "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
  329. },
  330. "dist": {
  331. "type": "zip",
  332. "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
  333. "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
  334. "shasum": ""
  335. },
  336. "require": {
  337. "php": ">=5.3.0"
  338. },
  339. "time": "2016-08-06T20:24:11+00:00",
  340. "type": "library",
  341. "extra": {
  342. "branch-alias": {
  343. "dev-master": "1.0.x-dev"
  344. }
  345. },
  346. "installation-source": "dist",
  347. "autoload": {
  348. "psr-4": {
  349. "Psr\\Cache\\": "src/"
  350. }
  351. },
  352. "notification-url": "https://packagist.org/downloads/",
  353. "license": [
  354. "MIT"
  355. ],
  356. "authors": [
  357. {
  358. "name": "PHP-FIG",
  359. "homepage": "http://www.php-fig.org/"
  360. }
  361. ],
  362. "description": "Common interface for caching libraries",
  363. "keywords": [
  364. "cache",
  365. "psr",
  366. "psr-6"
  367. ]
  368. },
  369. {
  370. "name": "psr/http-message",
  371. "version": "1.0.1",
  372. "version_normalized": "1.0.1.0",
  373. "source": {
  374. "type": "git",
  375. "url": "https://github.com/php-fig/http-message.git",
  376. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
  377. },
  378. "dist": {
  379. "type": "zip",
  380. "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
  381. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
  382. "shasum": ""
  383. },
  384. "require": {
  385. "php": ">=5.3.0"
  386. },
  387. "time": "2016-08-06T14:39:51+00:00",
  388. "type": "library",
  389. "extra": {
  390. "branch-alias": {
  391. "dev-master": "1.0.x-dev"
  392. }
  393. },
  394. "installation-source": "dist",
  395. "autoload": {
  396. "psr-4": {
  397. "Psr\\Http\\Message\\": "src/"
  398. }
  399. },
  400. "notification-url": "https://packagist.org/downloads/",
  401. "license": [
  402. "MIT"
  403. ],
  404. "authors": [
  405. {
  406. "name": "PHP-FIG",
  407. "homepage": "http://www.php-fig.org/"
  408. }
  409. ],
  410. "description": "Common interface for HTTP messages",
  411. "homepage": "https://github.com/php-fig/http-message",
  412. "keywords": [
  413. "http",
  414. "http-message",
  415. "psr",
  416. "psr-7",
  417. "request",
  418. "response"
  419. ]
  420. }
  421. ]