composer.lock 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800
  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": "0771db2050853a723fe36fe91dbf19ad",
  8. "packages": [
  9. {
  10. "name": "guzzlehttp/guzzle",
  11. "version": "6.3.3",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/guzzle/guzzle.git",
  15. "reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/guzzle/guzzle/zipball/407b0cb880ace85c9b63c5f9551db498cb2d50ba",
  20. "reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "guzzlehttp/promises": "^1.0",
  25. "guzzlehttp/psr7": "^1.4",
  26. "php": ">=5.5"
  27. },
  28. "require-dev": {
  29. "ext-curl": "*",
  30. "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0",
  31. "psr/log": "^1.0"
  32. },
  33. "suggest": {
  34. "psr/log": "Required for using the Log middleware"
  35. },
  36. "type": "library",
  37. "extra": {
  38. "branch-alias": {
  39. "dev-master": "6.3-dev"
  40. }
  41. },
  42. "autoload": {
  43. "files": [
  44. "src/functions_include.php"
  45. ],
  46. "psr-4": {
  47. "GuzzleHttp\\": "src/"
  48. }
  49. },
  50. "notification-url": "https://packagist.org/downloads/",
  51. "license": [
  52. "MIT"
  53. ],
  54. "authors": [
  55. {
  56. "name": "Michael Dowling",
  57. "email": "mtdowling@gmail.com",
  58. "homepage": "https://github.com/mtdowling"
  59. }
  60. ],
  61. "description": "Guzzle is a PHP HTTP client library",
  62. "homepage": "http://guzzlephp.org/",
  63. "keywords": [
  64. "client",
  65. "curl",
  66. "framework",
  67. "http",
  68. "http client",
  69. "rest",
  70. "web service"
  71. ],
  72. "time": "2018-04-22T15:46:56+00:00"
  73. },
  74. {
  75. "name": "guzzlehttp/promises",
  76. "version": "v1.3.1",
  77. "source": {
  78. "type": "git",
  79. "url": "https://github.com/guzzle/promises.git",
  80. "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
  81. },
  82. "dist": {
  83. "type": "zip",
  84. "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
  85. "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
  86. "shasum": ""
  87. },
  88. "require": {
  89. "php": ">=5.5.0"
  90. },
  91. "require-dev": {
  92. "phpunit/phpunit": "^4.0"
  93. },
  94. "type": "library",
  95. "extra": {
  96. "branch-alias": {
  97. "dev-master": "1.4-dev"
  98. }
  99. },
  100. "autoload": {
  101. "psr-4": {
  102. "GuzzleHttp\\Promise\\": "src/"
  103. },
  104. "files": [
  105. "src/functions_include.php"
  106. ]
  107. },
  108. "notification-url": "https://packagist.org/downloads/",
  109. "license": [
  110. "MIT"
  111. ],
  112. "authors": [
  113. {
  114. "name": "Michael Dowling",
  115. "email": "mtdowling@gmail.com",
  116. "homepage": "https://github.com/mtdowling"
  117. }
  118. ],
  119. "description": "Guzzle promises library",
  120. "keywords": [
  121. "promise"
  122. ],
  123. "time": "2016-12-20T10:07:11+00:00"
  124. },
  125. {
  126. "name": "guzzlehttp/psr7",
  127. "version": "1.5.2",
  128. "source": {
  129. "type": "git",
  130. "url": "https://github.com/guzzle/psr7.git",
  131. "reference": "9f83dded91781a01c63574e387eaa769be769115"
  132. },
  133. "dist": {
  134. "type": "zip",
  135. "url": "https://api.github.com/repos/guzzle/psr7/zipball/9f83dded91781a01c63574e387eaa769be769115",
  136. "reference": "9f83dded91781a01c63574e387eaa769be769115",
  137. "shasum": ""
  138. },
  139. "require": {
  140. "php": ">=5.4.0",
  141. "psr/http-message": "~1.0",
  142. "ralouphie/getallheaders": "^2.0.5"
  143. },
  144. "provide": {
  145. "psr/http-message-implementation": "1.0"
  146. },
  147. "require-dev": {
  148. "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.8"
  149. },
  150. "type": "library",
  151. "extra": {
  152. "branch-alias": {
  153. "dev-master": "1.5-dev"
  154. }
  155. },
  156. "autoload": {
  157. "psr-4": {
  158. "GuzzleHttp\\Psr7\\": "src/"
  159. },
  160. "files": [
  161. "src/functions_include.php"
  162. ]
  163. },
  164. "notification-url": "https://packagist.org/downloads/",
  165. "license": [
  166. "MIT"
  167. ],
  168. "authors": [
  169. {
  170. "name": "Michael Dowling",
  171. "email": "mtdowling@gmail.com",
  172. "homepage": "https://github.com/mtdowling"
  173. },
  174. {
  175. "name": "Tobias Schultze",
  176. "homepage": "https://github.com/Tobion"
  177. }
  178. ],
  179. "description": "PSR-7 message implementation that also provides common utility methods",
  180. "keywords": [
  181. "http",
  182. "message",
  183. "psr-7",
  184. "request",
  185. "response",
  186. "stream",
  187. "uri",
  188. "url"
  189. ],
  190. "time": "2018-12-04T20:46:45+00:00"
  191. },
  192. {
  193. "name": "jakeasmith/http_build_url",
  194. "version": "1.0.1",
  195. "source": {
  196. "type": "git",
  197. "url": "https://github.com/jakeasmith/http_build_url.git",
  198. "reference": "93c273e77cb1edead0cf8bcf8cd2003428e74e37"
  199. },
  200. "dist": {
  201. "type": "zip",
  202. "url": "https://api.github.com/repos/jakeasmith/http_build_url/zipball/93c273e77cb1edead0cf8bcf8cd2003428e74e37",
  203. "reference": "93c273e77cb1edead0cf8bcf8cd2003428e74e37",
  204. "shasum": ""
  205. },
  206. "type": "library",
  207. "autoload": {
  208. "files": [
  209. "src/http_build_url.php"
  210. ]
  211. },
  212. "notification-url": "https://packagist.org/downloads/",
  213. "license": [
  214. "MIT"
  215. ],
  216. "authors": [
  217. {
  218. "name": "Jake A. Smith",
  219. "email": "theman@jakeasmith.com"
  220. }
  221. ],
  222. "description": "Provides functionality for http_build_url() to environments without pecl_http.",
  223. "time": "2017-05-01T15:36:40+00:00"
  224. },
  225. {
  226. "name": "league/oauth2-client",
  227. "version": "2.4.1",
  228. "source": {
  229. "type": "git",
  230. "url": "https://github.com/thephpleague/oauth2-client.git",
  231. "reference": "cc114abc622a53af969e8664722e84ca36257530"
  232. },
  233. "dist": {
  234. "type": "zip",
  235. "url": "https://api.github.com/repos/thephpleague/oauth2-client/zipball/cc114abc622a53af969e8664722e84ca36257530",
  236. "reference": "cc114abc622a53af969e8664722e84ca36257530",
  237. "shasum": ""
  238. },
  239. "require": {
  240. "guzzlehttp/guzzle": "^6.0",
  241. "paragonie/random_compat": "^1|^2|^9.99",
  242. "php": "^5.6|^7.0"
  243. },
  244. "require-dev": {
  245. "eloquent/liberator": "^2.0",
  246. "eloquent/phony-phpunit": "^1.0|^3.0",
  247. "jakub-onderka/php-parallel-lint": "^0.9.2",
  248. "phpunit/phpunit": "^5.7|^6.0",
  249. "squizlabs/php_codesniffer": "^2.3|^3.0"
  250. },
  251. "type": "library",
  252. "extra": {
  253. "branch-alias": {
  254. "dev-2.x": "2.0.x-dev"
  255. }
  256. },
  257. "autoload": {
  258. "psr-4": {
  259. "League\\OAuth2\\Client\\": "src/"
  260. }
  261. },
  262. "notification-url": "https://packagist.org/downloads/",
  263. "license": [
  264. "MIT"
  265. ],
  266. "authors": [
  267. {
  268. "name": "Alex Bilbie",
  269. "email": "hello@alexbilbie.com",
  270. "homepage": "http://www.alexbilbie.com",
  271. "role": "Developer"
  272. },
  273. {
  274. "name": "Woody Gilk",
  275. "homepage": "https://github.com/shadowhand",
  276. "role": "Contributor"
  277. }
  278. ],
  279. "description": "OAuth 2.0 Client Library",
  280. "keywords": [
  281. "Authentication",
  282. "SSO",
  283. "authorization",
  284. "identity",
  285. "idp",
  286. "oauth",
  287. "oauth2",
  288. "single sign on"
  289. ],
  290. "time": "2018-11-22T18:33:57+00:00"
  291. },
  292. {
  293. "name": "league/oauth2-facebook",
  294. "version": "2.0.1",
  295. "source": {
  296. "type": "git",
  297. "url": "https://github.com/thephpleague/oauth2-facebook.git",
  298. "reference": "bcbcd540fb66ae16b4f82671c8ae7752b6a89556"
  299. },
  300. "dist": {
  301. "type": "zip",
  302. "url": "https://api.github.com/repos/thephpleague/oauth2-facebook/zipball/bcbcd540fb66ae16b4f82671c8ae7752b6a89556",
  303. "reference": "bcbcd540fb66ae16b4f82671c8ae7752b6a89556",
  304. "shasum": ""
  305. },
  306. "require": {
  307. "league/oauth2-client": "^2.0",
  308. "php": "^5.6 || ^7.0"
  309. },
  310. "require-dev": {
  311. "mockery/mockery": "~0.9",
  312. "phpunit/phpunit": "~4.0",
  313. "squizlabs/php_codesniffer": "~2.0"
  314. },
  315. "type": "library",
  316. "autoload": {
  317. "psr-4": {
  318. "League\\OAuth2\\Client\\": "src/"
  319. }
  320. },
  321. "notification-url": "https://packagist.org/downloads/",
  322. "license": [
  323. "MIT"
  324. ],
  325. "authors": [
  326. {
  327. "name": "Sammy Kaye Powers",
  328. "email": "me@sammyk.me",
  329. "homepage": "http://www.sammyk.me"
  330. }
  331. ],
  332. "description": "Facebook OAuth 2.0 Client Provider for The PHP League OAuth2-Client",
  333. "keywords": [
  334. "Authentication",
  335. "authorization",
  336. "client",
  337. "facebook",
  338. "oauth",
  339. "oauth2"
  340. ],
  341. "time": "2017-07-22T01:25:00+00:00"
  342. },
  343. {
  344. "name": "league/oauth2-github",
  345. "version": "2.0.0",
  346. "source": {
  347. "type": "git",
  348. "url": "https://github.com/thephpleague/oauth2-github.git",
  349. "reference": "e63d64f3ec167c09232d189c6b0c397458a99357"
  350. },
  351. "dist": {
  352. "type": "zip",
  353. "url": "https://api.github.com/repos/thephpleague/oauth2-github/zipball/e63d64f3ec167c09232d189c6b0c397458a99357",
  354. "reference": "e63d64f3ec167c09232d189c6b0c397458a99357",
  355. "shasum": ""
  356. },
  357. "require": {
  358. "league/oauth2-client": "^2.0"
  359. },
  360. "require-dev": {
  361. "mockery/mockery": "~0.9",
  362. "phpunit/phpunit": "~4.0",
  363. "squizlabs/php_codesniffer": "~2.0"
  364. },
  365. "type": "library",
  366. "extra": {
  367. "branch-alias": {
  368. "dev-master": "1.0.x-dev"
  369. }
  370. },
  371. "autoload": {
  372. "psr-4": {
  373. "League\\OAuth2\\Client\\": "src/"
  374. }
  375. },
  376. "notification-url": "https://packagist.org/downloads/",
  377. "license": [
  378. "MIT"
  379. ],
  380. "authors": [
  381. {
  382. "name": "Steven Maguire",
  383. "email": "stevenmaguire@gmail.com",
  384. "homepage": "https://github.com/stevenmaguire"
  385. }
  386. ],
  387. "description": "Github OAuth 2.0 Client Provider for The PHP League OAuth2-Client",
  388. "keywords": [
  389. "authorisation",
  390. "authorization",
  391. "client",
  392. "github",
  393. "oauth",
  394. "oauth2"
  395. ],
  396. "time": "2017-01-26T01:14:51+00:00"
  397. },
  398. {
  399. "name": "league/oauth2-google",
  400. "version": "3.0.1",
  401. "source": {
  402. "type": "git",
  403. "url": "https://github.com/thephpleague/oauth2-google.git",
  404. "reference": "3290273029f7cc2a468aae68bad184479a23b9d2"
  405. },
  406. "dist": {
  407. "type": "zip",
  408. "url": "https://api.github.com/repos/thephpleague/oauth2-google/zipball/3290273029f7cc2a468aae68bad184479a23b9d2",
  409. "reference": "3290273029f7cc2a468aae68bad184479a23b9d2",
  410. "shasum": ""
  411. },
  412. "require": {
  413. "league/oauth2-client": "^2.0"
  414. },
  415. "require-dev": {
  416. "eloquent/phony-phpunit": "^2.0",
  417. "php-coveralls/php-coveralls": "^2.1",
  418. "phpunit/phpunit": "^6.0",
  419. "squizlabs/php_codesniffer": "^2.0"
  420. },
  421. "type": "library",
  422. "autoload": {
  423. "psr-4": {
  424. "League\\OAuth2\\Client\\": "src/"
  425. }
  426. },
  427. "notification-url": "https://packagist.org/downloads/",
  428. "license": [
  429. "MIT"
  430. ],
  431. "authors": [
  432. {
  433. "name": "Woody Gilk",
  434. "email": "woody.gilk@gmail.com",
  435. "homepage": "http://shadowhand.me"
  436. }
  437. ],
  438. "description": "Google OAuth 2.0 Client Provider for The PHP League OAuth2-Client",
  439. "keywords": [
  440. "Authentication",
  441. "authorization",
  442. "client",
  443. "google",
  444. "oauth",
  445. "oauth2"
  446. ],
  447. "time": "2018-12-28T16:18:33+00:00"
  448. },
  449. {
  450. "name": "league/oauth2-instagram",
  451. "version": "2.0.0",
  452. "source": {
  453. "type": "git",
  454. "url": "https://github.com/thephpleague/oauth2-instagram.git",
  455. "reference": "abf6466ebd2c2a73e920b0ce834e2bf50d1abdcc"
  456. },
  457. "dist": {
  458. "type": "zip",
  459. "url": "https://api.github.com/repos/thephpleague/oauth2-instagram/zipball/abf6466ebd2c2a73e920b0ce834e2bf50d1abdcc",
  460. "reference": "abf6466ebd2c2a73e920b0ce834e2bf50d1abdcc",
  461. "shasum": ""
  462. },
  463. "require": {
  464. "jakeasmith/http_build_url": "^1.0",
  465. "league/oauth2-client": "^2.0"
  466. },
  467. "require-dev": {
  468. "mockery/mockery": "~0.9",
  469. "phpunit/phpunit": "~4.0",
  470. "squizlabs/php_codesniffer": "~2.0"
  471. },
  472. "type": "library",
  473. "extra": {
  474. "branch-alias": {
  475. "dev-master": "1.0.x-dev"
  476. }
  477. },
  478. "autoload": {
  479. "psr-4": {
  480. "League\\OAuth2\\Client\\": "src/"
  481. }
  482. },
  483. "notification-url": "https://packagist.org/downloads/",
  484. "license": [
  485. "MIT"
  486. ],
  487. "authors": [
  488. {
  489. "name": "Steven Maguire",
  490. "email": "stevenmaguire@gmail.com",
  491. "homepage": "https://github.com/stevenmaguire"
  492. }
  493. ],
  494. "description": "Instagram OAuth 2.0 Client Provider for The PHP League OAuth2-Client",
  495. "keywords": [
  496. "authorisation",
  497. "authorization",
  498. "client",
  499. "instagram",
  500. "oauth",
  501. "oauth2"
  502. ],
  503. "time": "2017-01-26T01:21:29+00:00"
  504. },
  505. {
  506. "name": "league/oauth2-linkedin",
  507. "version": "4.1.1",
  508. "source": {
  509. "type": "git",
  510. "url": "https://github.com/thephpleague/oauth2-linkedin.git",
  511. "reference": "0dfb338db84cb87c3d24b0205ec7f3e3a9457b81"
  512. },
  513. "dist": {
  514. "type": "zip",
  515. "url": "https://api.github.com/repos/thephpleague/oauth2-linkedin/zipball/0dfb338db84cb87c3d24b0205ec7f3e3a9457b81",
  516. "reference": "0dfb338db84cb87c3d24b0205ec7f3e3a9457b81",
  517. "shasum": ""
  518. },
  519. "require": {
  520. "league/oauth2-client": "^2.0"
  521. },
  522. "require-dev": {
  523. "mockery/mockery": "~0.9",
  524. "phpunit/phpunit": "~4.0",
  525. "squizlabs/php_codesniffer": "~2.0"
  526. },
  527. "type": "library",
  528. "extra": {
  529. "branch-alias": {
  530. "dev-master": "1.0.x-dev"
  531. }
  532. },
  533. "autoload": {
  534. "psr-4": {
  535. "League\\OAuth2\\Client\\": "src/"
  536. }
  537. },
  538. "notification-url": "https://packagist.org/downloads/",
  539. "license": [
  540. "MIT"
  541. ],
  542. "authors": [
  543. {
  544. "name": "Steven Maguire",
  545. "email": "stevenmaguire@gmail.com",
  546. "homepage": "https://github.com/stevenmaguire"
  547. }
  548. ],
  549. "description": "LinkedIn OAuth 2.0 Client Provider for The PHP League OAuth2-Client",
  550. "keywords": [
  551. "authorisation",
  552. "authorization",
  553. "client",
  554. "linkedin",
  555. "oauth",
  556. "oauth2"
  557. ],
  558. "time": "2018-07-23T15:43:54+00:00"
  559. },
  560. {
  561. "name": "paragonie/random_compat",
  562. "version": "v2.0.18",
  563. "source": {
  564. "type": "git",
  565. "url": "https://github.com/paragonie/random_compat.git",
  566. "reference": "0a58ef6e3146256cc3dc7cc393927bcc7d1b72db"
  567. },
  568. "dist": {
  569. "type": "zip",
  570. "url": "https://api.github.com/repos/paragonie/random_compat/zipball/0a58ef6e3146256cc3dc7cc393927bcc7d1b72db",
  571. "reference": "0a58ef6e3146256cc3dc7cc393927bcc7d1b72db",
  572. "shasum": ""
  573. },
  574. "require": {
  575. "php": ">=5.2.0"
  576. },
  577. "require-dev": {
  578. "phpunit/phpunit": "4.*|5.*"
  579. },
  580. "suggest": {
  581. "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
  582. },
  583. "type": "library",
  584. "autoload": {
  585. "files": [
  586. "lib/random.php"
  587. ]
  588. },
  589. "notification-url": "https://packagist.org/downloads/",
  590. "license": [
  591. "MIT"
  592. ],
  593. "authors": [
  594. {
  595. "name": "Paragon Initiative Enterprises",
  596. "email": "security@paragonie.com",
  597. "homepage": "https://paragonie.com"
  598. }
  599. ],
  600. "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
  601. "keywords": [
  602. "csprng",
  603. "polyfill",
  604. "pseudorandom",
  605. "random"
  606. ],
  607. "time": "2019-01-03T20:59:08+00:00"
  608. },
  609. {
  610. "name": "psr/http-message",
  611. "version": "1.0.1",
  612. "source": {
  613. "type": "git",
  614. "url": "https://github.com/php-fig/http-message.git",
  615. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
  616. },
  617. "dist": {
  618. "type": "zip",
  619. "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
  620. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
  621. "shasum": ""
  622. },
  623. "require": {
  624. "php": ">=5.3.0"
  625. },
  626. "type": "library",
  627. "extra": {
  628. "branch-alias": {
  629. "dev-master": "1.0.x-dev"
  630. }
  631. },
  632. "autoload": {
  633. "psr-4": {
  634. "Psr\\Http\\Message\\": "src/"
  635. }
  636. },
  637. "notification-url": "https://packagist.org/downloads/",
  638. "license": [
  639. "MIT"
  640. ],
  641. "authors": [
  642. {
  643. "name": "PHP-FIG",
  644. "homepage": "http://www.php-fig.org/"
  645. }
  646. ],
  647. "description": "Common interface for HTTP messages",
  648. "homepage": "https://github.com/php-fig/http-message",
  649. "keywords": [
  650. "http",
  651. "http-message",
  652. "psr",
  653. "psr-7",
  654. "request",
  655. "response"
  656. ],
  657. "time": "2016-08-06T14:39:51+00:00"
  658. },
  659. {
  660. "name": "ralouphie/getallheaders",
  661. "version": "2.0.5",
  662. "source": {
  663. "type": "git",
  664. "url": "https://github.com/ralouphie/getallheaders.git",
  665. "reference": "5601c8a83fbba7ef674a7369456d12f1e0d0eafa"
  666. },
  667. "dist": {
  668. "type": "zip",
  669. "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/5601c8a83fbba7ef674a7369456d12f1e0d0eafa",
  670. "reference": "5601c8a83fbba7ef674a7369456d12f1e0d0eafa",
  671. "shasum": ""
  672. },
  673. "require": {
  674. "php": ">=5.3"
  675. },
  676. "require-dev": {
  677. "phpunit/phpunit": "~3.7.0",
  678. "satooshi/php-coveralls": ">=1.0"
  679. },
  680. "type": "library",
  681. "autoload": {
  682. "files": [
  683. "src/getallheaders.php"
  684. ]
  685. },
  686. "notification-url": "https://packagist.org/downloads/",
  687. "license": [
  688. "MIT"
  689. ],
  690. "authors": [
  691. {
  692. "name": "Ralph Khattar",
  693. "email": "ralph.khattar@gmail.com"
  694. }
  695. ],
  696. "description": "A polyfill for getallheaders.",
  697. "time": "2016-02-11T07:05:27+00:00"
  698. }
  699. ],
  700. "packages-dev": [
  701. {
  702. "name": "glpi-project/coding-standard",
  703. "version": "0.7.1",
  704. "source": {
  705. "type": "git",
  706. "url": "https://github.com/glpi-project/coding-standard.git",
  707. "reference": "1cef37d764aecf8fd7d5d167db25da97e289cb03"
  708. },
  709. "dist": {
  710. "type": "zip",
  711. "url": "https://api.github.com/repos/glpi-project/coding-standard/zipball/1cef37d764aecf8fd7d5d167db25da97e289cb03",
  712. "reference": "1cef37d764aecf8fd7d5d167db25da97e289cb03",
  713. "shasum": ""
  714. },
  715. "require": {
  716. "squizlabs/php_codesniffer": "^3.3"
  717. },
  718. "type": "library",
  719. "notification-url": "https://packagist.org/downloads/",
  720. "license": [
  721. "GPL-2.0-or-later"
  722. ],
  723. "authors": [
  724. {
  725. "name": "Teclib'",
  726. "email": "glpi@teclib.com",
  727. "homepage": "https://teclib.com"
  728. }
  729. ],
  730. "description": "GLPI PHP CodeSniffer Coding Standard",
  731. "keywords": [
  732. "codesniffer",
  733. "glpi",
  734. "phpcs"
  735. ],
  736. "time": "2018-06-07T08:45:05+00:00"
  737. },
  738. {
  739. "name": "squizlabs/php_codesniffer",
  740. "version": "3.4.2",
  741. "source": {
  742. "type": "git",
  743. "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
  744. "reference": "b8a7362af1cc1aadb5bd36c3defc4dda2cf5f0a8"
  745. },
  746. "dist": {
  747. "type": "zip",
  748. "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/b8a7362af1cc1aadb5bd36c3defc4dda2cf5f0a8",
  749. "reference": "b8a7362af1cc1aadb5bd36c3defc4dda2cf5f0a8",
  750. "shasum": ""
  751. },
  752. "require": {
  753. "ext-simplexml": "*",
  754. "ext-tokenizer": "*",
  755. "ext-xmlwriter": "*",
  756. "php": ">=5.4.0"
  757. },
  758. "require-dev": {
  759. "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
  760. },
  761. "bin": [
  762. "bin/phpcs",
  763. "bin/phpcbf"
  764. ],
  765. "type": "library",
  766. "extra": {
  767. "branch-alias": {
  768. "dev-master": "3.x-dev"
  769. }
  770. },
  771. "notification-url": "https://packagist.org/downloads/",
  772. "license": [
  773. "BSD-3-Clause"
  774. ],
  775. "authors": [
  776. {
  777. "name": "Greg Sherwood",
  778. "role": "lead"
  779. }
  780. ],
  781. "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
  782. "homepage": "https://github.com/squizlabs/PHP_CodeSniffer",
  783. "keywords": [
  784. "phpcs",
  785. "standards"
  786. ],
  787. "time": "2019-04-10T23:49:02+00:00"
  788. }
  789. ],
  790. "aliases": [],
  791. "minimum-stability": "stable",
  792. "stability-flags": [],
  793. "prefer-stable": false,
  794. "prefer-lowest": false,
  795. "platform": [],
  796. "platform-dev": [],
  797. "platform-overrides": {
  798. "php": "5.6"
  799. }
  800. }