composer.lock 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735
  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#composer-lock-the-lock-file",
  5. "This file is @generated automatically"
  6. ],
  7. "content-hash": "b586139b80f70524bf5995e6e42dd7c4",
  8. "packages": [
  9. {
  10. "name": "eloquent/phony",
  11. "version": "0.14.6",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/eloquent/phony.git",
  15. "reference": "1ef22360a48abc2d8d9ede2db67112240cddac06"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/eloquent/phony/zipball/1ef22360a48abc2d8d9ede2db67112240cddac06",
  20. "reference": "1ef22360a48abc2d8d9ede2db67112240cddac06",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "php": ">=5.3"
  25. },
  26. "require-dev": {
  27. "athletic/athletic": "^0.1",
  28. "counterpart/counterpart": "^1",
  29. "danielstjules/pho": "^1",
  30. "errors/exceptions": "dev-master",
  31. "ext-pdo": "*",
  32. "friendsofphp/php-cs-fixer": "1.11.4",
  33. "hamcrest/hamcrest-php": "^2",
  34. "icecave/isolator": "^3",
  35. "icecave/semver": "^3",
  36. "mockery/mockery": "^0.9",
  37. "peridot-php/leo": "^1",
  38. "peridot-php/peridot": "^1",
  39. "phake/phake": "^2",
  40. "phpdocumentor/reflection-docblock": "^2",
  41. "phpspec/prophecy": "^1",
  42. "phpunit/php-code-coverage": "^2",
  43. "phpunit/phpunit": "^4",
  44. "simpletest/simpletest": "^1"
  45. },
  46. "type": "library",
  47. "autoload": {
  48. "psr-4": {
  49. "Eloquent\\Phony\\": "src"
  50. },
  51. "files": [
  52. "src/functions.php",
  53. "src/Pho/functions.php",
  54. "src/Phpunit/functions.php",
  55. "src/Simpletest/functions.php"
  56. ]
  57. },
  58. "notification-url": "https://packagist.org/downloads/",
  59. "license": [
  60. "MIT"
  61. ],
  62. "authors": [
  63. {
  64. "name": "Erin Millard",
  65. "email": "ezzatron@gmail.com",
  66. "homepage": "http://ezzatron.com/"
  67. }
  68. ],
  69. "description": "Mocks, stubs, and spies for PHP.",
  70. "homepage": "https://github.com/eloquent/phony",
  71. "keywords": [
  72. "Double",
  73. "Dummy",
  74. "fake",
  75. "mock",
  76. "mocking",
  77. "spy",
  78. "stub",
  79. "stubbing",
  80. "test"
  81. ],
  82. "time": "2017-01-03T03:48:40+00:00"
  83. },
  84. {
  85. "name": "guzzlehttp/guzzle",
  86. "version": "6.2.2",
  87. "source": {
  88. "type": "git",
  89. "url": "https://github.com/guzzle/guzzle.git",
  90. "reference": "ebf29dee597f02f09f4d5bbecc68230ea9b08f60"
  91. },
  92. "dist": {
  93. "type": "zip",
  94. "url": "https://api.github.com/repos/guzzle/guzzle/zipball/ebf29dee597f02f09f4d5bbecc68230ea9b08f60",
  95. "reference": "ebf29dee597f02f09f4d5bbecc68230ea9b08f60",
  96. "shasum": ""
  97. },
  98. "require": {
  99. "guzzlehttp/promises": "^1.0",
  100. "guzzlehttp/psr7": "^1.3.1",
  101. "php": ">=5.5"
  102. },
  103. "require-dev": {
  104. "ext-curl": "*",
  105. "phpunit/phpunit": "^4.0",
  106. "psr/log": "^1.0"
  107. },
  108. "type": "library",
  109. "extra": {
  110. "branch-alias": {
  111. "dev-master": "6.2-dev"
  112. }
  113. },
  114. "autoload": {
  115. "files": [
  116. "src/functions_include.php"
  117. ],
  118. "psr-4": {
  119. "GuzzleHttp\\": "src/"
  120. }
  121. },
  122. "notification-url": "https://packagist.org/downloads/",
  123. "license": [
  124. "MIT"
  125. ],
  126. "authors": [
  127. {
  128. "name": "Michael Dowling",
  129. "email": "mtdowling@gmail.com",
  130. "homepage": "https://github.com/mtdowling"
  131. }
  132. ],
  133. "description": "Guzzle is a PHP HTTP client library",
  134. "homepage": "http://guzzlephp.org/",
  135. "keywords": [
  136. "client",
  137. "curl",
  138. "framework",
  139. "http",
  140. "http client",
  141. "rest",
  142. "web service"
  143. ],
  144. "time": "2016-10-08T15:01:37+00:00"
  145. },
  146. {
  147. "name": "guzzlehttp/promises",
  148. "version": "v1.3.1",
  149. "source": {
  150. "type": "git",
  151. "url": "https://github.com/guzzle/promises.git",
  152. "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
  153. },
  154. "dist": {
  155. "type": "zip",
  156. "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
  157. "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
  158. "shasum": ""
  159. },
  160. "require": {
  161. "php": ">=5.5.0"
  162. },
  163. "require-dev": {
  164. "phpunit/phpunit": "^4.0"
  165. },
  166. "type": "library",
  167. "extra": {
  168. "branch-alias": {
  169. "dev-master": "1.4-dev"
  170. }
  171. },
  172. "autoload": {
  173. "psr-4": {
  174. "GuzzleHttp\\Promise\\": "src/"
  175. },
  176. "files": [
  177. "src/functions_include.php"
  178. ]
  179. },
  180. "notification-url": "https://packagist.org/downloads/",
  181. "license": [
  182. "MIT"
  183. ],
  184. "authors": [
  185. {
  186. "name": "Michael Dowling",
  187. "email": "mtdowling@gmail.com",
  188. "homepage": "https://github.com/mtdowling"
  189. }
  190. ],
  191. "description": "Guzzle promises library",
  192. "keywords": [
  193. "promise"
  194. ],
  195. "time": "2016-12-20T10:07:11+00:00"
  196. },
  197. {
  198. "name": "guzzlehttp/psr7",
  199. "version": "1.3.1",
  200. "source": {
  201. "type": "git",
  202. "url": "https://github.com/guzzle/psr7.git",
  203. "reference": "5c6447c9df362e8f8093bda8f5d8873fe5c7f65b"
  204. },
  205. "dist": {
  206. "type": "zip",
  207. "url": "https://api.github.com/repos/guzzle/psr7/zipball/5c6447c9df362e8f8093bda8f5d8873fe5c7f65b",
  208. "reference": "5c6447c9df362e8f8093bda8f5d8873fe5c7f65b",
  209. "shasum": ""
  210. },
  211. "require": {
  212. "php": ">=5.4.0",
  213. "psr/http-message": "~1.0"
  214. },
  215. "provide": {
  216. "psr/http-message-implementation": "1.0"
  217. },
  218. "require-dev": {
  219. "phpunit/phpunit": "~4.0"
  220. },
  221. "type": "library",
  222. "extra": {
  223. "branch-alias": {
  224. "dev-master": "1.4-dev"
  225. }
  226. },
  227. "autoload": {
  228. "psr-4": {
  229. "GuzzleHttp\\Psr7\\": "src/"
  230. },
  231. "files": [
  232. "src/functions_include.php"
  233. ]
  234. },
  235. "notification-url": "https://packagist.org/downloads/",
  236. "license": [
  237. "MIT"
  238. ],
  239. "authors": [
  240. {
  241. "name": "Michael Dowling",
  242. "email": "mtdowling@gmail.com",
  243. "homepage": "https://github.com/mtdowling"
  244. }
  245. ],
  246. "description": "PSR-7 message implementation",
  247. "keywords": [
  248. "http",
  249. "message",
  250. "stream",
  251. "uri"
  252. ],
  253. "time": "2016-06-24T23:00:38+00:00"
  254. },
  255. {
  256. "name": "jakeasmith/http_build_url",
  257. "version": "1.0.0",
  258. "source": {
  259. "type": "git",
  260. "url": "https://github.com/jakeasmith/http_build_url.git",
  261. "reference": "15bdd686e5178ddfa3e88de60fa585adffb292bb"
  262. },
  263. "dist": {
  264. "type": "zip",
  265. "url": "https://api.github.com/repos/jakeasmith/http_build_url/zipball/15bdd686e5178ddfa3e88de60fa585adffb292bb",
  266. "reference": "15bdd686e5178ddfa3e88de60fa585adffb292bb",
  267. "shasum": ""
  268. },
  269. "require-dev": {
  270. "phpunit/phpunit": "~3.7"
  271. },
  272. "type": "library",
  273. "autoload": {
  274. "files": [
  275. "src/http_build_url.php"
  276. ]
  277. },
  278. "notification-url": "https://packagist.org/downloads/",
  279. "license": [
  280. "MIT"
  281. ],
  282. "authors": [
  283. {
  284. "name": "Jake A. Smith",
  285. "email": "theman@jakeasmith.com"
  286. }
  287. ],
  288. "description": "Provides functionality for http_build_url() to environments without pecl_http.",
  289. "time": "2015-05-06T12:27:20+00:00"
  290. },
  291. {
  292. "name": "league/oauth2-client",
  293. "version": "2.2.0",
  294. "source": {
  295. "type": "git",
  296. "url": "https://github.com/thephpleague/oauth2-client.git",
  297. "reference": "5f57366c99ac013ee9d78670c1fc0b9ca7871d95"
  298. },
  299. "dist": {
  300. "type": "zip",
  301. "url": "https://api.github.com/repos/thephpleague/oauth2-client/zipball/5f57366c99ac013ee9d78670c1fc0b9ca7871d95",
  302. "reference": "5f57366c99ac013ee9d78670c1fc0b9ca7871d95",
  303. "shasum": ""
  304. },
  305. "require": {
  306. "guzzlehttp/guzzle": "^6.0",
  307. "paragonie/random_compat": "^2.0",
  308. "php": ">=5.6.0"
  309. },
  310. "require-dev": {
  311. "eloquent/liberator": "^2.0",
  312. "eloquent/phony": "^0.14.1",
  313. "jakub-onderka/php-parallel-lint": "~0.9",
  314. "phpunit/phpunit": "^5.0",
  315. "squizlabs/php_codesniffer": "^2.0"
  316. },
  317. "type": "library",
  318. "extra": {
  319. "branch-alias": {
  320. "dev-2.x": "2.0.x-dev"
  321. }
  322. },
  323. "autoload": {
  324. "psr-4": {
  325. "League\\OAuth2\\Client\\": "src/"
  326. }
  327. },
  328. "notification-url": "https://packagist.org/downloads/",
  329. "license": [
  330. "MIT"
  331. ],
  332. "authors": [
  333. {
  334. "name": "Alex Bilbie",
  335. "email": "hello@alexbilbie.com",
  336. "homepage": "http://www.alexbilbie.com",
  337. "role": "Developer"
  338. },
  339. {
  340. "name": "Woody Gilk",
  341. "homepage": "https://github.com/shadowhand",
  342. "role": "Contributor"
  343. }
  344. ],
  345. "description": "OAuth 2.0 Client Library",
  346. "keywords": [
  347. "Authentication",
  348. "SSO",
  349. "authorization",
  350. "identity",
  351. "idp",
  352. "oauth",
  353. "oauth2",
  354. "single sign on"
  355. ],
  356. "time": "2017-02-02T04:08:45+00:00"
  357. },
  358. {
  359. "name": "league/oauth2-facebook",
  360. "version": "2.0.0",
  361. "source": {
  362. "type": "git",
  363. "url": "https://github.com/thephpleague/oauth2-facebook.git",
  364. "reference": "3843204ccd856eed7d726afc2ef5afa12122d572"
  365. },
  366. "dist": {
  367. "type": "zip",
  368. "url": "https://api.github.com/repos/thephpleague/oauth2-facebook/zipball/3843204ccd856eed7d726afc2ef5afa12122d572",
  369. "reference": "3843204ccd856eed7d726afc2ef5afa12122d572",
  370. "shasum": ""
  371. },
  372. "require": {
  373. "league/oauth2-client": "^2.0",
  374. "php": "^5.6 || ^7.0"
  375. },
  376. "require-dev": {
  377. "mockery/mockery": "~0.9",
  378. "phpunit/phpunit": "~4.0",
  379. "squizlabs/php_codesniffer": "~2.0"
  380. },
  381. "type": "library",
  382. "autoload": {
  383. "psr-4": {
  384. "League\\OAuth2\\Client\\": "src/"
  385. }
  386. },
  387. "notification-url": "https://packagist.org/downloads/",
  388. "license": [
  389. "MIT"
  390. ],
  391. "authors": [
  392. {
  393. "name": "Sammy Kaye Powers",
  394. "email": "me@sammyk.me",
  395. "homepage": "http://www.sammyk.me"
  396. }
  397. ],
  398. "description": "Facebook OAuth 2.0 Client Provider for The PHP League OAuth2-Client",
  399. "keywords": [
  400. "Authentication",
  401. "authorization",
  402. "client",
  403. "facebook",
  404. "oauth",
  405. "oauth2"
  406. ],
  407. "time": "2017-01-25T14:36:10+00:00"
  408. },
  409. {
  410. "name": "league/oauth2-github",
  411. "version": "2.0.0",
  412. "source": {
  413. "type": "git",
  414. "url": "https://github.com/thephpleague/oauth2-github.git",
  415. "reference": "e63d64f3ec167c09232d189c6b0c397458a99357"
  416. },
  417. "dist": {
  418. "type": "zip",
  419. "url": "https://api.github.com/repos/thephpleague/oauth2-github/zipball/e63d64f3ec167c09232d189c6b0c397458a99357",
  420. "reference": "e63d64f3ec167c09232d189c6b0c397458a99357",
  421. "shasum": ""
  422. },
  423. "require": {
  424. "league/oauth2-client": "^2.0"
  425. },
  426. "require-dev": {
  427. "mockery/mockery": "~0.9",
  428. "phpunit/phpunit": "~4.0",
  429. "squizlabs/php_codesniffer": "~2.0"
  430. },
  431. "type": "library",
  432. "extra": {
  433. "branch-alias": {
  434. "dev-master": "1.0.x-dev"
  435. }
  436. },
  437. "autoload": {
  438. "psr-4": {
  439. "League\\OAuth2\\Client\\": "src/"
  440. }
  441. },
  442. "notification-url": "https://packagist.org/downloads/",
  443. "license": [
  444. "MIT"
  445. ],
  446. "authors": [
  447. {
  448. "name": "Steven Maguire",
  449. "email": "stevenmaguire@gmail.com",
  450. "homepage": "https://github.com/stevenmaguire"
  451. }
  452. ],
  453. "description": "Github OAuth 2.0 Client Provider for The PHP League OAuth2-Client",
  454. "keywords": [
  455. "authorisation",
  456. "authorization",
  457. "client",
  458. "github",
  459. "oauth",
  460. "oauth2"
  461. ],
  462. "time": "2017-01-26T01:14:51+00:00"
  463. },
  464. {
  465. "name": "league/oauth2-google",
  466. "version": "2.0.0",
  467. "source": {
  468. "type": "git",
  469. "url": "https://github.com/thephpleague/oauth2-google.git",
  470. "reference": "365ceed2d068fa4c0bde41afb0acc6c2976f0c22"
  471. },
  472. "dist": {
  473. "type": "zip",
  474. "url": "https://api.github.com/repos/thephpleague/oauth2-google/zipball/365ceed2d068fa4c0bde41afb0acc6c2976f0c22",
  475. "reference": "365ceed2d068fa4c0bde41afb0acc6c2976f0c22",
  476. "shasum": ""
  477. },
  478. "require": {
  479. "eloquent/phony": "^0.14.6",
  480. "league/oauth2-client": "^2.0"
  481. },
  482. "require-dev": {
  483. "phpunit/phpunit": "^5.0",
  484. "squizlabs/php_codesniffer": "^2.0"
  485. },
  486. "type": "library",
  487. "autoload": {
  488. "psr-4": {
  489. "League\\OAuth2\\Client\\": "src/"
  490. }
  491. },
  492. "notification-url": "https://packagist.org/downloads/",
  493. "license": [
  494. "MIT"
  495. ],
  496. "authors": [
  497. {
  498. "name": "Woody Gilk",
  499. "email": "woody.gilk@gmail.com",
  500. "homepage": "http://shadowhand.me"
  501. }
  502. ],
  503. "description": "Google OAuth 2.0 Client Provider for The PHP League OAuth2-Client",
  504. "keywords": [
  505. "Authentication",
  506. "authorization",
  507. "client",
  508. "google",
  509. "oauth",
  510. "oauth2"
  511. ],
  512. "time": "2017-01-24T15:15:42+00:00"
  513. },
  514. {
  515. "name": "league/oauth2-instagram",
  516. "version": "2.0.0",
  517. "source": {
  518. "type": "git",
  519. "url": "https://github.com/thephpleague/oauth2-instagram.git",
  520. "reference": "abf6466ebd2c2a73e920b0ce834e2bf50d1abdcc"
  521. },
  522. "dist": {
  523. "type": "zip",
  524. "url": "https://api.github.com/repos/thephpleague/oauth2-instagram/zipball/abf6466ebd2c2a73e920b0ce834e2bf50d1abdcc",
  525. "reference": "abf6466ebd2c2a73e920b0ce834e2bf50d1abdcc",
  526. "shasum": ""
  527. },
  528. "require": {
  529. "jakeasmith/http_build_url": "^1.0",
  530. "league/oauth2-client": "^2.0"
  531. },
  532. "require-dev": {
  533. "mockery/mockery": "~0.9",
  534. "phpunit/phpunit": "~4.0",
  535. "squizlabs/php_codesniffer": "~2.0"
  536. },
  537. "type": "library",
  538. "extra": {
  539. "branch-alias": {
  540. "dev-master": "1.0.x-dev"
  541. }
  542. },
  543. "autoload": {
  544. "psr-4": {
  545. "League\\OAuth2\\Client\\": "src/"
  546. }
  547. },
  548. "notification-url": "https://packagist.org/downloads/",
  549. "license": [
  550. "MIT"
  551. ],
  552. "authors": [
  553. {
  554. "name": "Steven Maguire",
  555. "email": "stevenmaguire@gmail.com",
  556. "homepage": "https://github.com/stevenmaguire"
  557. }
  558. ],
  559. "description": "Instagram OAuth 2.0 Client Provider for The PHP League OAuth2-Client",
  560. "keywords": [
  561. "authorisation",
  562. "authorization",
  563. "client",
  564. "instagram",
  565. "oauth",
  566. "oauth2"
  567. ],
  568. "time": "2017-01-26T01:21:29+00:00"
  569. },
  570. {
  571. "name": "league/oauth2-linkedin",
  572. "version": "2.0.0",
  573. "source": {
  574. "type": "git",
  575. "url": "https://github.com/thephpleague/oauth2-linkedin.git",
  576. "reference": "d7642ae8a44f19af75cc8af01b8f6de206d293e1"
  577. },
  578. "dist": {
  579. "type": "zip",
  580. "url": "https://api.github.com/repos/thephpleague/oauth2-linkedin/zipball/d7642ae8a44f19af75cc8af01b8f6de206d293e1",
  581. "reference": "d7642ae8a44f19af75cc8af01b8f6de206d293e1",
  582. "shasum": ""
  583. },
  584. "require": {
  585. "league/oauth2-client": "^2.0"
  586. },
  587. "require-dev": {
  588. "mockery/mockery": "~0.9",
  589. "phpunit/phpunit": "~4.0",
  590. "squizlabs/php_codesniffer": "~2.0"
  591. },
  592. "type": "library",
  593. "extra": {
  594. "branch-alias": {
  595. "dev-master": "1.0.x-dev"
  596. }
  597. },
  598. "autoload": {
  599. "psr-4": {
  600. "League\\OAuth2\\Client\\": "src/"
  601. }
  602. },
  603. "notification-url": "https://packagist.org/downloads/",
  604. "license": [
  605. "MIT"
  606. ],
  607. "authors": [
  608. {
  609. "name": "Steven Maguire",
  610. "email": "stevenmaguire@gmail.com",
  611. "homepage": "https://github.com/stevenmaguire"
  612. }
  613. ],
  614. "description": "LinkedIn OAuth 2.0 Client Provider for The PHP League OAuth2-Client",
  615. "keywords": [
  616. "authorisation",
  617. "authorization",
  618. "client",
  619. "linkedin",
  620. "oauth",
  621. "oauth2"
  622. ],
  623. "time": "2017-01-26T01:30:16+00:00"
  624. },
  625. {
  626. "name": "paragonie/random_compat",
  627. "version": "v2.0.4",
  628. "source": {
  629. "type": "git",
  630. "url": "https://github.com/paragonie/random_compat.git",
  631. "reference": "a9b97968bcde1c4de2a5ec6cbd06a0f6c919b46e"
  632. },
  633. "dist": {
  634. "type": "zip",
  635. "url": "https://api.github.com/repos/paragonie/random_compat/zipball/a9b97968bcde1c4de2a5ec6cbd06a0f6c919b46e",
  636. "reference": "a9b97968bcde1c4de2a5ec6cbd06a0f6c919b46e",
  637. "shasum": ""
  638. },
  639. "require": {
  640. "php": ">=5.2.0"
  641. },
  642. "require-dev": {
  643. "phpunit/phpunit": "4.*|5.*"
  644. },
  645. "suggest": {
  646. "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
  647. },
  648. "type": "library",
  649. "autoload": {
  650. "files": [
  651. "lib/random.php"
  652. ]
  653. },
  654. "notification-url": "https://packagist.org/downloads/",
  655. "license": [
  656. "MIT"
  657. ],
  658. "authors": [
  659. {
  660. "name": "Paragon Initiative Enterprises",
  661. "email": "security@paragonie.com",
  662. "homepage": "https://paragonie.com"
  663. }
  664. ],
  665. "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
  666. "keywords": [
  667. "csprng",
  668. "pseudorandom",
  669. "random"
  670. ],
  671. "time": "2016-11-07T23:38:38+00:00"
  672. },
  673. {
  674. "name": "psr/http-message",
  675. "version": "1.0.1",
  676. "source": {
  677. "type": "git",
  678. "url": "https://github.com/php-fig/http-message.git",
  679. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
  680. },
  681. "dist": {
  682. "type": "zip",
  683. "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
  684. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
  685. "shasum": ""
  686. },
  687. "require": {
  688. "php": ">=5.3.0"
  689. },
  690. "type": "library",
  691. "extra": {
  692. "branch-alias": {
  693. "dev-master": "1.0.x-dev"
  694. }
  695. },
  696. "autoload": {
  697. "psr-4": {
  698. "Psr\\Http\\Message\\": "src/"
  699. }
  700. },
  701. "notification-url": "https://packagist.org/downloads/",
  702. "license": [
  703. "MIT"
  704. ],
  705. "authors": [
  706. {
  707. "name": "PHP-FIG",
  708. "homepage": "http://www.php-fig.org/"
  709. }
  710. ],
  711. "description": "Common interface for HTTP messages",
  712. "homepage": "https://github.com/php-fig/http-message",
  713. "keywords": [
  714. "http",
  715. "http-message",
  716. "psr",
  717. "psr-7",
  718. "request",
  719. "response"
  720. ],
  721. "time": "2016-08-06T14:39:51+00:00"
  722. }
  723. ],
  724. "packages-dev": [],
  725. "aliases": [],
  726. "minimum-stability": "stable",
  727. "stability-flags": [],
  728. "prefer-stable": false,
  729. "prefer-lowest": false,
  730. "platform": [],
  731. "platform-dev": [],
  732. "platform-overrides": {
  733. "php": "5.6"
  734. }
  735. }