Advertisement
Guest User

Untitled

a guest
Apr 21st, 2019
237
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 124.63 KB | None | 0 0
  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": "6669c9e65404768e18cd56998765208a",
  8. "packages": [
  9. {
  10. "name": "eloquent/composer-config-reader",
  11. "version": "2.1.0",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/eloquent/composer-config-reader.git",
  15. "reference": "ee83a1cad8f68508f05b30c376003045a7cdfcd8"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/eloquent/composer-config-reader/zipball/ee83a1cad8f68508f05b30c376003045a7cdfcd8",
  20. "reference": "ee83a1cad8f68508f05b30c376003045a7cdfcd8",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "eloquent/enumeration": "^5",
  25. "justinrainbow/json-schema": "^4",
  26. "php": ">=5.3"
  27. },
  28. "require-dev": {
  29. "eloquent/liberator": "^2",
  30. "eloquent/phony": "0.14.4",
  31. "phpunit/phpunit": "^4"
  32. },
  33. "type": "library",
  34. "autoload": {
  35. "psr-4": {
  36. "Eloquent\\Composer\\Configuration\\": "src"
  37. }
  38. },
  39. "notification-url": "https://packagist.org/downloads/",
  40. "license": [
  41. "MIT"
  42. ],
  43. "authors": [
  44. {
  45. "name": "Erin Millard",
  46. "email": "ezzatron@gmail.com",
  47. "homepage": "http://ezzatron.com/"
  48. }
  49. ],
  50. "description": "A light-weight component for reading Composer configuration files.",
  51. "homepage": "https://github.com/eloquent/composer-config-reader",
  52. "keywords": [
  53. "composer",
  54. "configuration",
  55. "parser",
  56. "reader"
  57. ],
  58. "time": "2017-11-02T01:07:08+00:00"
  59. },
  60. {
  61. "name": "eloquent/enumeration",
  62. "version": "5.1.1",
  63. "source": {
  64. "type": "git",
  65. "url": "https://github.com/eloquent/enumeration.git",
  66. "reference": "0242859435d9b135939816858348556d3cde9e3c"
  67. },
  68. "dist": {
  69. "type": "zip",
  70. "url": "https://api.github.com/repos/eloquent/enumeration/zipball/0242859435d9b135939816858348556d3cde9e3c",
  71. "reference": "0242859435d9b135939816858348556d3cde9e3c",
  72. "shasum": ""
  73. },
  74. "require": {
  75. "php": ">=5.3"
  76. },
  77. "require-dev": {
  78. "icecave/archer": "dev-develop",
  79. "phpunit/phpunit": "^4",
  80. "sami/sami": "^3"
  81. },
  82. "type": "library",
  83. "autoload": {
  84. "psr-4": {
  85. "Eloquent\\Enumeration\\": "src"
  86. }
  87. },
  88. "notification-url": "https://packagist.org/downloads/",
  89. "license": [
  90. "MIT"
  91. ],
  92. "authors": [
  93. {
  94. "name": "Erin Millard",
  95. "email": "ezzatron@gmail.com",
  96. "homepage": "http://ezzatron.com/"
  97. }
  98. ],
  99. "description": "An enumeration implementation for PHP.",
  100. "homepage": "https://github.com/eloquent/enumeration",
  101. "keywords": [
  102. "class",
  103. "enum",
  104. "enumeration",
  105. "multiton",
  106. "set",
  107. "type"
  108. ],
  109. "time": "2015-11-03T22:21:38+00:00"
  110. },
  111. {
  112. "name": "facebook/graph-sdk",
  113. "version": "5.7.0",
  114. "source": {
  115. "type": "git",
  116. "url": "https://github.com/facebook/php-graph-sdk.git",
  117. "reference": "2d8250638b33d73e7a87add65f47fabf91f8ad9b"
  118. },
  119. "dist": {
  120. "type": "zip",
  121. "url": "https://api.github.com/repos/facebook/php-graph-sdk/zipball/2d8250638b33d73e7a87add65f47fabf91f8ad9b",
  122. "reference": "2d8250638b33d73e7a87add65f47fabf91f8ad9b",
  123. "shasum": ""
  124. },
  125. "require": {
  126. "php": "^5.4|^7.0"
  127. },
  128. "require-dev": {
  129. "guzzlehttp/guzzle": "~5.0",
  130. "mockery/mockery": "~0.8",
  131. "phpunit/phpunit": "~4.0"
  132. },
  133. "suggest": {
  134. "guzzlehttp/guzzle": "Allows for implementation of the Guzzle HTTP client",
  135. "paragonie/random_compat": "Provides a better CSPRNG option in PHP 5"
  136. },
  137. "type": "library",
  138. "extra": {
  139. "branch-alias": {
  140. "dev-master": "5.x-dev"
  141. }
  142. },
  143. "autoload": {
  144. "psr-4": {
  145. "Facebook\\": "src/Facebook/"
  146. },
  147. "files": [
  148. "src/Facebook/polyfills.php"
  149. ]
  150. },
  151. "notification-url": "https://packagist.org/downloads/",
  152. "license": [
  153. "Facebook Platform"
  154. ],
  155. "authors": [
  156. {
  157. "name": "Facebook",
  158. "homepage": "https://github.com/facebook/php-graph-sdk/contributors"
  159. }
  160. ],
  161. "description": "Facebook SDK for PHP",
  162. "homepage": "https://github.com/facebook/php-graph-sdk",
  163. "keywords": [
  164. "facebook",
  165. "sdk"
  166. ],
  167. "time": "2018-12-11T22:56:31+00:00"
  168. },
  169. {
  170. "name": "firebase/php-jwt",
  171. "version": "v5.0.0",
  172. "source": {
  173. "type": "git",
  174. "url": "https://github.com/firebase/php-jwt.git",
  175. "reference": "9984a4d3a32ae7673d6971ea00bae9d0a1abba0e"
  176. },
  177. "dist": {
  178. "type": "zip",
  179. "url": "https://api.github.com/repos/firebase/php-jwt/zipball/9984a4d3a32ae7673d6971ea00bae9d0a1abba0e",
  180. "reference": "9984a4d3a32ae7673d6971ea00bae9d0a1abba0e",
  181. "shasum": ""
  182. },
  183. "require": {
  184. "php": ">=5.3.0"
  185. },
  186. "require-dev": {
  187. "phpunit/phpunit": " 4.8.35"
  188. },
  189. "type": "library",
  190. "autoload": {
  191. "psr-4": {
  192. "Firebase\\JWT\\": "src"
  193. }
  194. },
  195. "notification-url": "https://packagist.org/downloads/",
  196. "license": [
  197. "BSD-3-Clause"
  198. ],
  199. "authors": [
  200. {
  201. "name": "Neuman Vong",
  202. "email": "neuman+pear@twilio.com",
  203. "role": "Developer"
  204. },
  205. {
  206. "name": "Anant Narayanan",
  207. "email": "anant@php.net",
  208. "role": "Developer"
  209. }
  210. ],
  211. "description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.",
  212. "homepage": "https://github.com/firebase/php-jwt",
  213. "time": "2017-06-27T22:17:23+00:00"
  214. },
  215. {
  216. "name": "google/apiclient",
  217. "version": "v2.2.2",
  218. "source": {
  219. "type": "git",
  220. "url": "https://github.com/googleapis/google-api-php-client.git",
  221. "reference": "4e0fd83510e579043e10e565528b323b7c2b3c81"
  222. },
  223. "dist": {
  224. "type": "zip",
  225. "url": "https://api.github.com/repos/googleapis/google-api-php-client/zipball/4e0fd83510e579043e10e565528b323b7c2b3c81",
  226. "reference": "4e0fd83510e579043e10e565528b323b7c2b3c81",
  227. "shasum": ""
  228. },
  229. "require": {
  230. "firebase/php-jwt": "~2.0|~3.0|~4.0|~5.0",
  231. "google/apiclient-services": "~0.13",
  232. "google/auth": "^1.0",
  233. "guzzlehttp/guzzle": "~5.3.1|~6.0",
  234. "guzzlehttp/psr7": "^1.2",
  235. "monolog/monolog": "^1.17",
  236. "php": ">=5.4",
  237. "phpseclib/phpseclib": "~0.3.10|~2.0"
  238. },
  239. "require-dev": {
  240. "cache/filesystem-adapter": "^0.3.2",
  241. "phpunit/phpunit": "~4.8.36",
  242. "squizlabs/php_codesniffer": "~2.3",
  243. "symfony/css-selector": "~2.1",
  244. "symfony/dom-crawler": "~2.1"
  245. },
  246. "suggest": {
  247. "cache/filesystem-adapter": "For caching certs and tokens (using Google_Client::setCache)"
  248. },
  249. "type": "library",
  250. "extra": {
  251. "branch-alias": {
  252. "dev-master": "2.x-dev"
  253. }
  254. },
  255. "autoload": {
  256. "psr-0": {
  257. "Google_": "src/"
  258. },
  259. "classmap": [
  260. "src/Google/Service/"
  261. ]
  262. },
  263. "notification-url": "https://packagist.org/downloads/",
  264. "license": [
  265. "Apache-2.0"
  266. ],
  267. "description": "Client library for Google APIs",
  268. "homepage": "http://developers.google.com/api-client-library/php",
  269. "keywords": [
  270. "google"
  271. ],
  272. "time": "2018-06-20T15:52:20+00:00"
  273. },
  274. {
  275. "name": "google/apiclient-services",
  276. "version": "v0.93",
  277. "source": {
  278. "type": "git",
  279. "url": "https://github.com/googleapis/google-api-php-client-services.git",
  280. "reference": "c40ae41ebde3a0f5435ddd855ecbdf04c1783de0"
  281. },
  282. "dist": {
  283. "type": "zip",
  284. "url": "https://api.github.com/repos/googleapis/google-api-php-client-services/zipball/c40ae41ebde3a0f5435ddd855ecbdf04c1783de0",
  285. "reference": "c40ae41ebde3a0f5435ddd855ecbdf04c1783de0",
  286. "shasum": ""
  287. },
  288. "require": {
  289. "php": ">=5.4"
  290. },
  291. "require-dev": {
  292. "phpunit/phpunit": "~4.8"
  293. },
  294. "type": "library",
  295. "autoload": {
  296. "psr-0": {
  297. "Google_Service_": "src"
  298. }
  299. },
  300. "notification-url": "https://packagist.org/downloads/",
  301. "license": [
  302. "Apache-2.0"
  303. ],
  304. "description": "Client library for Google APIs",
  305. "homepage": "http://developers.google.com/api-client-library/php",
  306. "keywords": [
  307. "google"
  308. ],
  309. "time": "2019-04-06T00:22:58+00:00"
  310. },
  311. {
  312. "name": "google/auth",
  313. "version": "v1.4.0",
  314. "source": {
  315. "type": "git",
  316. "url": "https://github.com/googleapis/google-auth-library-php.git",
  317. "reference": "196237248e636a3554a7d9e4dfddeb97f450ab5c"
  318. },
  319. "dist": {
  320. "type": "zip",
  321. "url": "https://api.github.com/repos/googleapis/google-auth-library-php/zipball/196237248e636a3554a7d9e4dfddeb97f450ab5c",
  322. "reference": "196237248e636a3554a7d9e4dfddeb97f450ab5c",
  323. "shasum": ""
  324. },
  325. "require": {
  326. "firebase/php-jwt": "~2.0|~3.0|~4.0|~5.0",
  327. "guzzlehttp/guzzle": "~5.3.1|~6.0",
  328. "guzzlehttp/psr7": "^1.2",
  329. "php": ">=5.4",
  330. "psr/cache": "^1.0",
  331. "psr/http-message": "^1.0"
  332. },
  333. "require-dev": {
  334. "friendsofphp/php-cs-fixer": "^1.11",
  335. "guzzlehttp/promises": "0.1.1|^1.3",
  336. "phpunit/phpunit": "^4.8.36|^5.7",
  337. "sebastian/comparator": ">=1.2.3"
  338. },
  339. "type": "library",
  340. "autoload": {
  341. "psr-4": {
  342. "Google\\Auth\\": "src"
  343. }
  344. },
  345. "notification-url": "https://packagist.org/downloads/",
  346. "license": [
  347. "Apache-2.0"
  348. ],
  349. "description": "Google Auth Library for PHP",
  350. "homepage": "http://github.com/google/google-auth-library-php",
  351. "keywords": [
  352. "Authentication",
  353. "google",
  354. "oauth2"
  355. ],
  356. "time": "2018-09-17T20:29:21+00:00"
  357. },
  358. {
  359. "name": "guzzlehttp/guzzle",
  360. "version": "6.3.3",
  361. "source": {
  362. "type": "git",
  363. "url": "https://github.com/guzzle/guzzle.git",
  364. "reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba"
  365. },
  366. "dist": {
  367. "type": "zip",
  368. "url": "https://api.github.com/repos/guzzle/guzzle/zipball/407b0cb880ace85c9b63c5f9551db498cb2d50ba",
  369. "reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba",
  370. "shasum": ""
  371. },
  372. "require": {
  373. "guzzlehttp/promises": "^1.0",
  374. "guzzlehttp/psr7": "^1.4",
  375. "php": ">=5.5"
  376. },
  377. "require-dev": {
  378. "ext-curl": "*",
  379. "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0",
  380. "psr/log": "^1.0"
  381. },
  382. "suggest": {
  383. "psr/log": "Required for using the Log middleware"
  384. },
  385. "type": "library",
  386. "extra": {
  387. "branch-alias": {
  388. "dev-master": "6.3-dev"
  389. }
  390. },
  391. "autoload": {
  392. "files": [
  393. "src/functions_include.php"
  394. ],
  395. "psr-4": {
  396. "GuzzleHttp\\": "src/"
  397. }
  398. },
  399. "notification-url": "https://packagist.org/downloads/",
  400. "license": [
  401. "MIT"
  402. ],
  403. "authors": [
  404. {
  405. "name": "Michael Dowling",
  406. "email": "mtdowling@gmail.com",
  407. "homepage": "https://github.com/mtdowling"
  408. }
  409. ],
  410. "description": "Guzzle is a PHP HTTP client library",
  411. "homepage": "http://guzzlephp.org/",
  412. "keywords": [
  413. "client",
  414. "curl",
  415. "framework",
  416. "http",
  417. "http client",
  418. "rest",
  419. "web service"
  420. ],
  421. "time": "2018-04-22T15:46:56+00:00"
  422. },
  423. {
  424. "name": "guzzlehttp/promises",
  425. "version": "v1.3.1",
  426. "source": {
  427. "type": "git",
  428. "url": "https://github.com/guzzle/promises.git",
  429. "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
  430. },
  431. "dist": {
  432. "type": "zip",
  433. "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
  434. "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
  435. "shasum": ""
  436. },
  437. "require": {
  438. "php": ">=5.5.0"
  439. },
  440. "require-dev": {
  441. "phpunit/phpunit": "^4.0"
  442. },
  443. "type": "library",
  444. "extra": {
  445. "branch-alias": {
  446. "dev-master": "1.4-dev"
  447. }
  448. },
  449. "autoload": {
  450. "psr-4": {
  451. "GuzzleHttp\\Promise\\": "src/"
  452. },
  453. "files": [
  454. "src/functions_include.php"
  455. ]
  456. },
  457. "notification-url": "https://packagist.org/downloads/",
  458. "license": [
  459. "MIT"
  460. ],
  461. "authors": [
  462. {
  463. "name": "Michael Dowling",
  464. "email": "mtdowling@gmail.com",
  465. "homepage": "https://github.com/mtdowling"
  466. }
  467. ],
  468. "description": "Guzzle promises library",
  469. "keywords": [
  470. "promise"
  471. ],
  472. "time": "2016-12-20T10:07:11+00:00"
  473. },
  474. {
  475. "name": "guzzlehttp/psr7",
  476. "version": "1.5.2",
  477. "source": {
  478. "type": "git",
  479. "url": "https://github.com/guzzle/psr7.git",
  480. "reference": "9f83dded91781a01c63574e387eaa769be769115"
  481. },
  482. "dist": {
  483. "type": "zip",
  484. "url": "https://api.github.com/repos/guzzle/psr7/zipball/9f83dded91781a01c63574e387eaa769be769115",
  485. "reference": "9f83dded91781a01c63574e387eaa769be769115",
  486. "shasum": ""
  487. },
  488. "require": {
  489. "php": ">=5.4.0",
  490. "psr/http-message": "~1.0",
  491. "ralouphie/getallheaders": "^2.0.5"
  492. },
  493. "provide": {
  494. "psr/http-message-implementation": "1.0"
  495. },
  496. "require-dev": {
  497. "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.8"
  498. },
  499. "type": "library",
  500. "extra": {
  501. "branch-alias": {
  502. "dev-master": "1.5-dev"
  503. }
  504. },
  505. "autoload": {
  506. "psr-4": {
  507. "GuzzleHttp\\Psr7\\": "src/"
  508. },
  509. "files": [
  510. "src/functions_include.php"
  511. ]
  512. },
  513. "notification-url": "https://packagist.org/downloads/",
  514. "license": [
  515. "MIT"
  516. ],
  517. "authors": [
  518. {
  519. "name": "Michael Dowling",
  520. "email": "mtdowling@gmail.com",
  521. "homepage": "https://github.com/mtdowling"
  522. },
  523. {
  524. "name": "Tobias Schultze",
  525. "homepage": "https://github.com/Tobion"
  526. }
  527. ],
  528. "description": "PSR-7 message implementation that also provides common utility methods",
  529. "keywords": [
  530. "http",
  531. "message",
  532. "psr-7",
  533. "request",
  534. "response",
  535. "stream",
  536. "uri",
  537. "url"
  538. ],
  539. "time": "2018-12-04T20:46:45+00:00"
  540. },
  541. {
  542. "name": "justinrainbow/json-schema",
  543. "version": "4.1.0",
  544. "source": {
  545. "type": "git",
  546. "url": "https://github.com/justinrainbow/json-schema.git",
  547. "reference": "d39c56a46b3ebe1f3696479966cd2b9f50aaa24f"
  548. },
  549. "dist": {
  550. "type": "zip",
  551. "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/d39c56a46b3ebe1f3696479966cd2b9f50aaa24f",
  552. "reference": "d39c56a46b3ebe1f3696479966cd2b9f50aaa24f",
  553. "shasum": ""
  554. },
  555. "require": {
  556. "php": ">=5.3.3"
  557. },
  558. "require-dev": {
  559. "json-schema/json-schema-test-suite": "1.2.0",
  560. "phpdocumentor/phpdocumentor": "~2",
  561. "phpunit/phpunit": "^4.8.22"
  562. },
  563. "bin": [
  564. "bin/validate-json"
  565. ],
  566. "type": "library",
  567. "extra": {
  568. "branch-alias": {
  569. "dev-master": "4.0.x-dev"
  570. }
  571. },
  572. "autoload": {
  573. "psr-4": {
  574. "JsonSchema\\": "src/JsonSchema/"
  575. }
  576. },
  577. "notification-url": "https://packagist.org/downloads/",
  578. "license": [
  579. "MIT"
  580. ],
  581. "authors": [
  582. {
  583. "name": "Bruno Prieto Reis",
  584. "email": "bruno.p.reis@gmail.com"
  585. },
  586. {
  587. "name": "Justin Rainbow",
  588. "email": "justin.rainbow@gmail.com"
  589. },
  590. {
  591. "name": "Igor Wiedler",
  592. "email": "igor@wiedler.ch"
  593. },
  594. {
  595. "name": "Robert Schönthal",
  596. "email": "seroscho@googlemail.com"
  597. }
  598. ],
  599. "description": "A library to validate a json schema.",
  600. "homepage": "https://github.com/justinrainbow/json-schema",
  601. "keywords": [
  602. "json",
  603. "schema"
  604. ],
  605. "time": "2016-12-22T16:43:46+00:00"
  606. },
  607. {
  608. "name": "kevinlebrun/colors.php",
  609. "version": "0.4.1",
  610. "source": {
  611. "type": "git",
  612. "url": "https://github.com/kevinlebrun/colors.php.git",
  613. "reference": "d132f36d06e48ea080855af19b4bcb1fb615224a"
  614. },
  615. "dist": {
  616. "type": "zip",
  617. "url": "https://api.github.com/repos/kevinlebrun/colors.php/zipball/d132f36d06e48ea080855af19b4bcb1fb615224a",
  618. "reference": "d132f36d06e48ea080855af19b4bcb1fb615224a",
  619. "shasum": ""
  620. },
  621. "require": {
  622. "php": ">=5.3.0"
  623. },
  624. "require-dev": {
  625. "phpunit/phpunit": "3.7.*",
  626. "satooshi/php-coveralls": "dev-master",
  627. "squizlabs/php_codesniffer": "1.*"
  628. },
  629. "type": "library",
  630. "autoload": {
  631. "psr-0": {
  632. "Colors": "src/"
  633. }
  634. },
  635. "notification-url": "https://packagist.org/downloads/",
  636. "license": [
  637. "MIT"
  638. ],
  639. "authors": [
  640. {
  641. "name": "Kevin Le Brun",
  642. "email": "lebrun.k@gmail.com",
  643. "homepage": "http://kevinlebrun.fr",
  644. "role": "developer"
  645. }
  646. ],
  647. "description": "Colors for PHP CLI scripts",
  648. "homepage": "https://github.com/kevinlebrun/colors.php",
  649. "keywords": [
  650. "cli",
  651. "color",
  652. "colors",
  653. "console",
  654. "shell"
  655. ],
  656. "time": "2014-12-23T01:23:37+00:00"
  657. },
  658. {
  659. "name": "magento-hackathon/magento-composer-installer",
  660. "version": "3.0.7",
  661. "source": {
  662. "type": "git",
  663. "url": "https://github.com/Cotya/magento-composer-installer.git",
  664. "reference": "a98dbae53a51ccfc22b0fb8bedce2422f1691c36"
  665. },
  666. "dist": {
  667. "type": "zip",
  668. "url": "https://api.github.com/repos/Cotya/magento-composer-installer/zipball/a98dbae53a51ccfc22b0fb8bedce2422f1691c36",
  669. "reference": "a98dbae53a51ccfc22b0fb8bedce2422f1691c36",
  670. "shasum": ""
  671. },
  672. "archive": {
  673. "exclude": [
  674. "vendor",
  675. "/tests/FullStackTest/"
  676. ]
  677. },
  678. "require": {
  679. "composer-plugin-api": "~1.0",
  680. "eloquent/composer-config-reader": "2.*",
  681. "php": ">=5.5",
  682. "symfony/console": "^2.5|^3.0"
  683. },
  684. "require-dev": {
  685. "composer/composer": "1.0.*",
  686. "cotya/composer-test-framework": "dev-master",
  687. "mikey179/vfsstream": "~1.4",
  688. "phpunit/phpunit": "~4.3",
  689. "phpunit/phpunit-mock-objects": "~2.3",
  690. "squizlabs/php_codesniffer": "~2.1",
  691. "symfony/process": "~2.5"
  692. },
  693. "suggest": {
  694. "colinmollenhour/modman": "*",
  695. "theseer/autoload": "~1.14"
  696. },
  697. "bin": [
  698. "bin/magento-composer-installer.php"
  699. ],
  700. "type": "composer-plugin",
  701. "extra": {
  702. "class": "MagentoHackathon\\Composer\\Magento\\Plugin"
  703. },
  704. "autoload": {
  705. "psr-0": {
  706. "MagentoHackathon\\Composer": "src/"
  707. }
  708. },
  709. "autoload-dev": {
  710. "psr-0": {
  711. "MagentoHackathon\\Composer\\Magento": "tests/"
  712. }
  713. },
  714. "license": [
  715. "OSL-3.0"
  716. ],
  717. "authors": [
  718. {
  719. "name": "Daniel Fahlke aka Flyingmana",
  720. "email": "flyingmana@googlemail.com"
  721. },
  722. {
  723. "name": "Jörg Weller",
  724. "email": "weller@flagbit.de"
  725. },
  726. {
  727. "name": "Karl Spies",
  728. "email": "karl.spies@gmx.net"
  729. },
  730. {
  731. "name": "Tobias Vogt",
  732. "email": "tobi@webguys.de"
  733. },
  734. {
  735. "name": "David Fuhr",
  736. "email": "fuhr@flagbit.de"
  737. },
  738. {
  739. "name": "Vinai Kopp",
  740. "email": "vinai@netzarbeiter.com"
  741. }
  742. ],
  743. "description": "Composer installer for Magento modules",
  744. "homepage": "https://github.com/magento-hackathon/magento-composer-installer",
  745. "keywords": [
  746. "composer-installer",
  747. "magento"
  748. ],
  749. "support": {
  750. "source": "https://github.com/Cotya/magento-composer-installer/tree/3.0.7",
  751. "issues": "https://github.com/Cotya/magento-composer-installer/issues"
  752. },
  753. "time": "2016-08-29T20:34:08+00:00"
  754. },
  755. {
  756. "name": "monolog/monolog",
  757. "version": "1.24.0",
  758. "source": {
  759. "type": "git",
  760. "url": "https://github.com/Seldaek/monolog.git",
  761. "reference": "bfc9ebb28f97e7a24c45bdc3f0ff482e47bb0266"
  762. },
  763. "dist": {
  764. "type": "zip",
  765. "url": "https://api.github.com/repos/Seldaek/monolog/zipball/bfc9ebb28f97e7a24c45bdc3f0ff482e47bb0266",
  766. "reference": "bfc9ebb28f97e7a24c45bdc3f0ff482e47bb0266",
  767. "shasum": ""
  768. },
  769. "require": {
  770. "php": ">=5.3.0",
  771. "psr/log": "~1.0"
  772. },
  773. "provide": {
  774. "psr/log-implementation": "1.0.0"
  775. },
  776. "require-dev": {
  777. "aws/aws-sdk-php": "^2.4.9 || ^3.0",
  778. "doctrine/couchdb": "~1.0@dev",
  779. "graylog2/gelf-php": "~1.0",
  780. "jakub-onderka/php-parallel-lint": "0.9",
  781. "php-amqplib/php-amqplib": "~2.4",
  782. "php-console/php-console": "^3.1.3",
  783. "phpunit/phpunit": "~4.5",
  784. "phpunit/phpunit-mock-objects": "2.3.0",
  785. "ruflin/elastica": ">=0.90 <3.0",
  786. "sentry/sentry": "^0.13",
  787. "swiftmailer/swiftmailer": "^5.3|^6.0"
  788. },
  789. "suggest": {
  790. "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
  791. "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
  792. "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
  793. "ext-mongo": "Allow sending log messages to a MongoDB server",
  794. "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
  795. "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
  796. "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
  797. "php-console/php-console": "Allow sending log messages to Google Chrome",
  798. "rollbar/rollbar": "Allow sending log messages to Rollbar",
  799. "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
  800. "sentry/sentry": "Allow sending log messages to a Sentry server"
  801. },
  802. "type": "library",
  803. "extra": {
  804. "branch-alias": {
  805. "dev-master": "2.0.x-dev"
  806. }
  807. },
  808. "autoload": {
  809. "psr-4": {
  810. "Monolog\\": "src/Monolog"
  811. }
  812. },
  813. "notification-url": "https://packagist.org/downloads/",
  814. "license": [
  815. "MIT"
  816. ],
  817. "authors": [
  818. {
  819. "name": "Jordi Boggiano",
  820. "email": "j.boggiano@seld.be",
  821. "homepage": "http://seld.be"
  822. }
  823. ],
  824. "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
  825. "homepage": "http://github.com/Seldaek/monolog",
  826. "keywords": [
  827. "log",
  828. "logging",
  829. "psr-3"
  830. ],
  831. "time": "2018-11-05T09:00:11+00:00"
  832. },
  833. {
  834. "name": "nategood/commando",
  835. "version": "0.2.9",
  836. "source": {
  837. "type": "git",
  838. "url": "https://github.com/nategood/commando.git",
  839. "reference": "ba476a3928dcecfb257f9daf7d965a3abe53b6bd"
  840. },
  841. "dist": {
  842. "type": "zip",
  843. "url": "https://api.github.com/repos/nategood/commando/zipball/ba476a3928dcecfb257f9daf7d965a3abe53b6bd",
  844. "reference": "ba476a3928dcecfb257f9daf7d965a3abe53b6bd",
  845. "shasum": ""
  846. },
  847. "require": {
  848. "kevinlebrun/colors.php": "~0.2",
  849. "php": ">=5.3"
  850. },
  851. "type": "library",
  852. "autoload": {
  853. "psr-0": {
  854. "Commando": "src/"
  855. }
  856. },
  857. "notification-url": "https://packagist.org/downloads/",
  858. "license": [
  859. "MIT"
  860. ],
  861. "authors": [
  862. {
  863. "name": "Nate Good",
  864. "email": "me@nategood.com"
  865. }
  866. ],
  867. "description": "PHP CLI Commando Style",
  868. "homepage": "http://github.com/nategood/commando",
  869. "keywords": [
  870. "automation",
  871. "cli",
  872. "command",
  873. "command line",
  874. "command line interface",
  875. "scripting"
  876. ],
  877. "time": "2016-11-09T16:22:34+00:00"
  878. },
  879. {
  880. "name": "paquettg/php-html-parser",
  881. "version": "1.7.0",
  882. "source": {
  883. "type": "git",
  884. "url": "https://github.com/paquettg/php-html-parser.git",
  885. "reference": "18845e09831dd0772b88b51e788a4f74c701224c"
  886. },
  887. "dist": {
  888. "type": "zip",
  889. "url": "https://api.github.com/repos/paquettg/php-html-parser/zipball/18845e09831dd0772b88b51e788a4f74c701224c",
  890. "reference": "18845e09831dd0772b88b51e788a4f74c701224c",
  891. "shasum": ""
  892. },
  893. "require": {
  894. "paquettg/string-encode": "~0.1.0",
  895. "php": ">=5.4"
  896. },
  897. "require-dev": {
  898. "mockery/mockery": "~0.9.0",
  899. "phpunit/phpunit": "~4.8.0",
  900. "satooshi/php-coveralls": "~0.6.0"
  901. },
  902. "type": "library",
  903. "autoload": {
  904. "psr-0": {
  905. "PHPHtmlParser": "src/"
  906. }
  907. },
  908. "notification-url": "https://packagist.org/downloads/",
  909. "license": [
  910. "MIT"
  911. ],
  912. "authors": [
  913. {
  914. "name": "Gilles Paquette",
  915. "email": "paquettg@gmail.com",
  916. "homepage": "http://gillespaquette.ca"
  917. }
  918. ],
  919. "description": "An HTML DOM parser. It allows you to manipulate HTML. Find tags on an HTML page with selectors just like jQuery.",
  920. "homepage": "https://github.com/paquettg/php-html-parser",
  921. "keywords": [
  922. "dom",
  923. "html",
  924. "parser"
  925. ],
  926. "time": "2016-04-06T15:24:40+00:00"
  927. },
  928. {
  929. "name": "paquettg/string-encode",
  930. "version": "0.1.1",
  931. "source": {
  932. "type": "git",
  933. "url": "https://github.com/paquettg/string-encoder.git",
  934. "reference": "cf08343649701979f581c1601d01247fa3782439"
  935. },
  936. "dist": {
  937. "type": "zip",
  938. "url": "https://api.github.com/repos/paquettg/string-encoder/zipball/cf08343649701979f581c1601d01247fa3782439",
  939. "reference": "cf08343649701979f581c1601d01247fa3782439",
  940. "shasum": ""
  941. },
  942. "require": {
  943. "php": ">=5.4"
  944. },
  945. "require-dev": {
  946. "phpunit/phpunit": "3.7.*"
  947. },
  948. "type": "library",
  949. "autoload": {
  950. "psr-0": {
  951. "stringEncode": "src/"
  952. }
  953. },
  954. "notification-url": "https://packagist.org/downloads/",
  955. "license": [
  956. "MIT"
  957. ],
  958. "authors": [
  959. {
  960. "name": "Gilles Paquette",
  961. "email": "paquettg@gmail.com",
  962. "homepage": "http://gillespaquette.ca"
  963. }
  964. ],
  965. "description": "Facilitating the process of altering string encoding in PHP.",
  966. "homepage": "https://github.com/paquettg/string-encoder",
  967. "keywords": [
  968. "charset",
  969. "encoding",
  970. "string"
  971. ],
  972. "time": "2014-05-29T18:38:09+00:00"
  973. },
  974. {
  975. "name": "pclzip/pclzip",
  976. "version": "2.8.2",
  977. "source": {
  978. "type": "git",
  979. "url": "https://github.com/ivanlanin/pclzip.git",
  980. "reference": "19dd1de9d3f5fc4d7d70175b4c344dee329f45fd"
  981. },
  982. "dist": {
  983. "type": "zip",
  984. "url": "https://api.github.com/repos/ivanlanin/pclzip/zipball/19dd1de9d3f5fc4d7d70175b4c344dee329f45fd",
  985. "reference": "19dd1de9d3f5fc4d7d70175b4c344dee329f45fd",
  986. "shasum": ""
  987. },
  988. "type": "library",
  989. "autoload": {
  990. "classmap": [
  991. "pclzip.lib.php"
  992. ]
  993. },
  994. "notification-url": "https://packagist.org/downloads/",
  995. "license": [
  996. "LGPL-2.1"
  997. ],
  998. "authors": [
  999. {
  1000. "name": "Vincent Blavet"
  1001. }
  1002. ],
  1003. "description": "A PHP library that offers compression and extraction functions for Zip formatted archives",
  1004. "homepage": "http://www.phpconcept.net/pclzip",
  1005. "keywords": [
  1006. "php",
  1007. "zip"
  1008. ],
  1009. "time": "2014-06-05T11:42:24+00:00"
  1010. },
  1011. {
  1012. "name": "php-amqplib/php-amqplib",
  1013. "version": "v2.6.3",
  1014. "source": {
  1015. "type": "git",
  1016. "url": "https://github.com/php-amqplib/php-amqplib.git",
  1017. "reference": "fa2f0d4410a11008cb36b379177291be7ee9e4f6"
  1018. },
  1019. "dist": {
  1020. "type": "zip",
  1021. "url": "https://api.github.com/repos/php-amqplib/php-amqplib/zipball/fa2f0d4410a11008cb36b379177291be7ee9e4f6",
  1022. "reference": "fa2f0d4410a11008cb36b379177291be7ee9e4f6",
  1023. "shasum": ""
  1024. },
  1025. "require": {
  1026. "ext-bcmath": "*",
  1027. "ext-mbstring": "*",
  1028. "php": ">=5.3.0"
  1029. },
  1030. "replace": {
  1031. "videlalvaro/php-amqplib": "self.version"
  1032. },
  1033. "require-dev": {
  1034. "phpunit/phpunit": "^4.8",
  1035. "scrutinizer/ocular": "^1.1",
  1036. "squizlabs/php_codesniffer": "^2.5"
  1037. },
  1038. "suggest": {
  1039. "ext-sockets": "Use AMQPSocketConnection"
  1040. },
  1041. "type": "library",
  1042. "extra": {
  1043. "branch-alias": {
  1044. "dev-master": "2.7-dev"
  1045. }
  1046. },
  1047. "autoload": {
  1048. "psr-4": {
  1049. "PhpAmqpLib\\": "PhpAmqpLib/"
  1050. }
  1051. },
  1052. "notification-url": "https://packagist.org/downloads/",
  1053. "license": [
  1054. "LGPL-2.1"
  1055. ],
  1056. "authors": [
  1057. {
  1058. "name": "Alvaro Videla",
  1059. "role": "Original Maintainer"
  1060. },
  1061. {
  1062. "name": "John Kelly",
  1063. "email": "johnmkelly86@gmail.com",
  1064. "role": "Maintainer"
  1065. },
  1066. {
  1067. "name": "Raúl Araya",
  1068. "email": "nubeiro@gmail.com",
  1069. "role": "Maintainer"
  1070. }
  1071. ],
  1072. "description": "Formerly videlalvaro/php-amqplib. This library is a pure PHP implementation of the AMQP protocol. It's been tested against RabbitMQ.",
  1073. "homepage": "https://github.com/php-amqplib/php-amqplib/",
  1074. "keywords": [
  1075. "message",
  1076. "queue",
  1077. "rabbitmq"
  1078. ],
  1079. "time": "2016-04-11T14:30:01+00:00"
  1080. },
  1081. {
  1082. "name": "phpixie/validate",
  1083. "version": "3.4",
  1084. "source": {
  1085. "type": "git",
  1086. "url": "https://github.com/PHPixie/Validate.git",
  1087. "reference": "97a40a4289852dcec85e1d88c118f46d2ab253f8"
  1088. },
  1089. "dist": {
  1090. "type": "zip",
  1091. "url": "https://api.github.com/repos/PHPixie/Validate/zipball/97a40a4289852dcec85e1d88c118f46d2ab253f8",
  1092. "reference": "97a40a4289852dcec85e1d88c118f46d2ab253f8",
  1093. "shasum": ""
  1094. },
  1095. "require-dev": {
  1096. "phpixie/test": "3.*@dev"
  1097. },
  1098. "type": "library",
  1099. "extra": {
  1100. "branch-alias": {
  1101. "dev-master": "3.x-dev"
  1102. }
  1103. },
  1104. "autoload": {
  1105. "psr-4": {
  1106. "PHPixie\\": "src/PHPixie",
  1107. "PHPixie\\Tests\\": "tests/PHPixie/Tests"
  1108. }
  1109. },
  1110. "notification-url": "https://packagist.org/downloads/",
  1111. "license": [
  1112. "BSD"
  1113. ],
  1114. "authors": [
  1115. {
  1116. "name": "Roman Tsiupa",
  1117. "email": "draconyster@gmail.com",
  1118. "homepage": "http://dracony.org"
  1119. }
  1120. ],
  1121. "description": "Validation library for PHPixie",
  1122. "homepage": "http://phpixie.com",
  1123. "keywords": [
  1124. "validate",
  1125. "validation"
  1126. ],
  1127. "time": "2017-01-13T17:15:49+00:00"
  1128. },
  1129. {
  1130. "name": "phpoffice/common",
  1131. "version": "0.2.9",
  1132. "source": {
  1133. "type": "git",
  1134. "url": "https://github.com/PHPOffice/Common.git",
  1135. "reference": "edb5d32b1e3400a35a5c91e2539ed6f6ce925e4d"
  1136. },
  1137. "dist": {
  1138. "type": "zip",
  1139. "url": "https://api.github.com/repos/PHPOffice/Common/zipball/edb5d32b1e3400a35a5c91e2539ed6f6ce925e4d",
  1140. "reference": "edb5d32b1e3400a35a5c91e2539ed6f6ce925e4d",
  1141. "shasum": ""
  1142. },
  1143. "require": {
  1144. "pclzip/pclzip": "^2.8",
  1145. "php": ">=5.3.0"
  1146. },
  1147. "require-dev": {
  1148. "phpdocumentor/phpdocumentor": "2.*",
  1149. "phploc/phploc": "2.*",
  1150. "phpmd/phpmd": "2.*",
  1151. "phpunit/phpunit": "^4.8.36 || ^7.0",
  1152. "sebastian/phpcpd": "2.*",
  1153. "squizlabs/php_codesniffer": "2.*"
  1154. },
  1155. "type": "library",
  1156. "autoload": {
  1157. "psr-4": {
  1158. "PhpOffice\\Common\\": "src/Common/"
  1159. }
  1160. },
  1161. "notification-url": "https://packagist.org/downloads/",
  1162. "license": [
  1163. "LGPL"
  1164. ],
  1165. "authors": [
  1166. {
  1167. "name": "Mark Baker"
  1168. },
  1169. {
  1170. "name": "Franck Lefevre",
  1171. "homepage": "http://rootslabs.net"
  1172. }
  1173. ],
  1174. "description": "PHPOffice Common",
  1175. "homepage": "http://phpoffice.github.io",
  1176. "keywords": [
  1177. "common",
  1178. "component",
  1179. "office",
  1180. "php"
  1181. ],
  1182. "time": "2018-07-13T14:12:34+00:00"
  1183. },
  1184. {
  1185. "name": "phpoffice/phpword",
  1186. "version": "dev-master",
  1187. "source": {
  1188. "type": "git",
  1189. "url": "https://github.com/PHPOffice/PHPWord.git",
  1190. "reference": "7b7d4e4936014544aa706f4c03d3ac925d74beb9"
  1191. },
  1192. "dist": {
  1193. "type": "zip",
  1194. "url": "https://api.github.com/repos/PHPOffice/PHPWord/zipball/7b7d4e4936014544aa706f4c03d3ac925d74beb9",
  1195. "reference": "7b7d4e4936014544aa706f4c03d3ac925d74beb9",
  1196. "shasum": ""
  1197. },
  1198. "require": {
  1199. "ext-xml": "*",
  1200. "php": "^5.3.3 || ^7.0",
  1201. "phpoffice/common": "^0.2.9",
  1202. "zendframework/zend-escaper": "^2.2"
  1203. },
  1204. "require-dev": {
  1205. "dompdf/dompdf": "0.8.*",
  1206. "ext-gd": "*",
  1207. "ext-zip": "*",
  1208. "friendsofphp/php-cs-fixer": "^2.2",
  1209. "mpdf/mpdf": "5.7.4 || 6.* || 7.*",
  1210. "php-coveralls/php-coveralls": "1.1.0 || ^2.0",
  1211. "phploc/phploc": "2.* || 3.* || 4.*",
  1212. "phpmd/phpmd": "2.*",
  1213. "phpunit/phpunit": "^4.8.36 || ^7.0",
  1214. "squizlabs/php_codesniffer": "^2.9",
  1215. "tecnickcom/tcpdf": "6.*"
  1216. },
  1217. "suggest": {
  1218. "dompdf/dompdf": "Allows writing PDF",
  1219. "ext-gd2": "Allows adding images",
  1220. "ext-xmlwriter": "Allows writing OOXML and ODF",
  1221. "ext-xsl": "Allows applying XSL style sheet to headers, to main document part, and to footers of an OOXML template",
  1222. "ext-zip": "Allows writing OOXML and ODF"
  1223. },
  1224. "type": "library",
  1225. "extra": {
  1226. "branch-alias": {
  1227. "dev-develop": "0.17-dev"
  1228. }
  1229. },
  1230. "autoload": {
  1231. "psr-4": {
  1232. "PhpOffice\\PhpWord\\": "src/PhpWord"
  1233. }
  1234. },
  1235. "notification-url": "https://packagist.org/downloads/",
  1236. "license": [
  1237. "LGPL-3.0"
  1238. ],
  1239. "authors": [
  1240. {
  1241. "name": "Mark Baker"
  1242. },
  1243. {
  1244. "name": "Gabriel Bull",
  1245. "email": "me@gabrielbull.com",
  1246. "homepage": "http://gabrielbull.com/"
  1247. },
  1248. {
  1249. "name": "Ivan Lanin",
  1250. "homepage": "http://ivan.lanin.org"
  1251. },
  1252. {
  1253. "name": "Roman Syroeshko",
  1254. "homepage": "http://ru.linkedin.com/pub/roman-syroeshko/34/a53/994/"
  1255. },
  1256. {
  1257. "name": "Franck Lefevre",
  1258. "homepage": "https://rootslabs.net/blog/"
  1259. },
  1260. {
  1261. "name": "Antoine de Troostembergh"
  1262. }
  1263. ],
  1264. "description": "PHPWord - A pure PHP library for reading and writing word processing documents (OOXML, ODF, RTF, HTML, PDF)",
  1265. "homepage": "http://phpoffice.github.io",
  1266. "keywords": [
  1267. "ISO IEC 29500",
  1268. "OOXML",
  1269. "Office Open XML",
  1270. "OpenDocument",
  1271. "OpenXML",
  1272. "PhpOffice",
  1273. "PhpWord",
  1274. "Rich Text Format",
  1275. "WordprocessingML",
  1276. "doc",
  1277. "docx",
  1278. "html",
  1279. "odf",
  1280. "odt",
  1281. "office",
  1282. "pdf",
  1283. "php",
  1284. "reader",
  1285. "rtf",
  1286. "template",
  1287. "template processor",
  1288. "word",
  1289. "writer"
  1290. ],
  1291. "time": "2018-12-30 00:35:03"
  1292. },
  1293. {
  1294. "name": "phpseclib/phpseclib",
  1295. "version": "2.0.15",
  1296. "source": {
  1297. "type": "git",
  1298. "url": "https://github.com/phpseclib/phpseclib.git",
  1299. "reference": "11cf67cf78dc4acb18dc9149a57be4aee5036ce0"
  1300. },
  1301. "dist": {
  1302. "type": "zip",
  1303. "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/11cf67cf78dc4acb18dc9149a57be4aee5036ce0",
  1304. "reference": "11cf67cf78dc4acb18dc9149a57be4aee5036ce0",
  1305. "shasum": ""
  1306. },
  1307. "require": {
  1308. "php": ">=5.3.3"
  1309. },
  1310. "require-dev": {
  1311. "phing/phing": "~2.7",
  1312. "phpunit/phpunit": "^4.8.35|^5.7|^6.0",
  1313. "sami/sami": "~2.0",
  1314. "squizlabs/php_codesniffer": "~2.0"
  1315. },
  1316. "suggest": {
  1317. "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
  1318. "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.",
  1319. "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
  1320. "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations."
  1321. },
  1322. "type": "library",
  1323. "autoload": {
  1324. "files": [
  1325. "phpseclib/bootstrap.php"
  1326. ],
  1327. "psr-4": {
  1328. "phpseclib\\": "phpseclib/"
  1329. }
  1330. },
  1331. "notification-url": "https://packagist.org/downloads/",
  1332. "license": [
  1333. "MIT"
  1334. ],
  1335. "authors": [
  1336. {
  1337. "name": "Jim Wigginton",
  1338. "email": "terrafrost@php.net",
  1339. "role": "Lead Developer"
  1340. },
  1341. {
  1342. "name": "Patrick Monnerat",
  1343. "email": "pm@datasphere.ch",
  1344. "role": "Developer"
  1345. },
  1346. {
  1347. "name": "Andreas Fischer",
  1348. "email": "bantu@phpbb.com",
  1349. "role": "Developer"
  1350. },
  1351. {
  1352. "name": "Hans-Jürgen Petrich",
  1353. "email": "petrich@tronic-media.com",
  1354. "role": "Developer"
  1355. },
  1356. {
  1357. "name": "Graham Campbell",
  1358. "email": "graham@alt-three.com",
  1359. "role": "Developer"
  1360. }
  1361. ],
  1362. "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
  1363. "homepage": "http://phpseclib.sourceforge.net",
  1364. "keywords": [
  1365. "BigInteger",
  1366. "aes",
  1367. "asn.1",
  1368. "asn1",
  1369. "blowfish",
  1370. "crypto",
  1371. "cryptography",
  1372. "encryption",
  1373. "rsa",
  1374. "security",
  1375. "sftp",
  1376. "signature",
  1377. "signing",
  1378. "ssh",
  1379. "twofish",
  1380. "x.509",
  1381. "x509"
  1382. ],
  1383. "time": "2019-03-10T16:53:45+00:00"
  1384. },
  1385. {
  1386. "name": "psr/cache",
  1387. "version": "1.0.1",
  1388. "source": {
  1389. "type": "git",
  1390. "url": "https://github.com/php-fig/cache.git",
  1391. "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
  1392. },
  1393. "dist": {
  1394. "type": "zip",
  1395. "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
  1396. "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
  1397. "shasum": ""
  1398. },
  1399. "require": {
  1400. "php": ">=5.3.0"
  1401. },
  1402. "type": "library",
  1403. "extra": {
  1404. "branch-alias": {
  1405. "dev-master": "1.0.x-dev"
  1406. }
  1407. },
  1408. "autoload": {
  1409. "psr-4": {
  1410. "Psr\\Cache\\": "src/"
  1411. }
  1412. },
  1413. "notification-url": "https://packagist.org/downloads/",
  1414. "license": [
  1415. "MIT"
  1416. ],
  1417. "authors": [
  1418. {
  1419. "name": "PHP-FIG",
  1420. "homepage": "http://www.php-fig.org/"
  1421. }
  1422. ],
  1423. "description": "Common interface for caching libraries",
  1424. "keywords": [
  1425. "cache",
  1426. "psr",
  1427. "psr-6"
  1428. ],
  1429. "time": "2016-08-06T20:24:11+00:00"
  1430. },
  1431. {
  1432. "name": "psr/http-message",
  1433. "version": "1.0.1",
  1434. "source": {
  1435. "type": "git",
  1436. "url": "https://github.com/php-fig/http-message.git",
  1437. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
  1438. },
  1439. "dist": {
  1440. "type": "zip",
  1441. "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
  1442. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
  1443. "shasum": ""
  1444. },
  1445. "require": {
  1446. "php": ">=5.3.0"
  1447. },
  1448. "type": "library",
  1449. "extra": {
  1450. "branch-alias": {
  1451. "dev-master": "1.0.x-dev"
  1452. }
  1453. },
  1454. "autoload": {
  1455. "psr-4": {
  1456. "Psr\\Http\\Message\\": "src/"
  1457. }
  1458. },
  1459. "notification-url": "https://packagist.org/downloads/",
  1460. "license": [
  1461. "MIT"
  1462. ],
  1463. "authors": [
  1464. {
  1465. "name": "PHP-FIG",
  1466. "homepage": "http://www.php-fig.org/"
  1467. }
  1468. ],
  1469. "description": "Common interface for HTTP messages",
  1470. "homepage": "https://github.com/php-fig/http-message",
  1471. "keywords": [
  1472. "http",
  1473. "http-message",
  1474. "psr",
  1475. "psr-7",
  1476. "request",
  1477. "response"
  1478. ],
  1479. "time": "2016-08-06T14:39:51+00:00"
  1480. },
  1481. {
  1482. "name": "psr/log",
  1483. "version": "1.1.0",
  1484. "source": {
  1485. "type": "git",
  1486. "url": "https://github.com/php-fig/log.git",
  1487. "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd"
  1488. },
  1489. "dist": {
  1490. "type": "zip",
  1491. "url": "https://api.github.com/repos/php-fig/log/zipball/6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd",
  1492. "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd",
  1493. "shasum": ""
  1494. },
  1495. "require": {
  1496. "php": ">=5.3.0"
  1497. },
  1498. "type": "library",
  1499. "extra": {
  1500. "branch-alias": {
  1501. "dev-master": "1.0.x-dev"
  1502. }
  1503. },
  1504. "autoload": {
  1505. "psr-4": {
  1506. "Psr\\Log\\": "Psr/Log/"
  1507. }
  1508. },
  1509. "notification-url": "https://packagist.org/downloads/",
  1510. "license": [
  1511. "MIT"
  1512. ],
  1513. "authors": [
  1514. {
  1515. "name": "PHP-FIG",
  1516. "homepage": "http://www.php-fig.org/"
  1517. }
  1518. ],
  1519. "description": "Common interface for logging libraries",
  1520. "homepage": "https://github.com/php-fig/log",
  1521. "keywords": [
  1522. "log",
  1523. "psr",
  1524. "psr-3"
  1525. ],
  1526. "time": "2018-11-20T15:27:04+00:00"
  1527. },
  1528. {
  1529. "name": "ralouphie/getallheaders",
  1530. "version": "2.0.5",
  1531. "source": {
  1532. "type": "git",
  1533. "url": "https://github.com/ralouphie/getallheaders.git",
  1534. "reference": "5601c8a83fbba7ef674a7369456d12f1e0d0eafa"
  1535. },
  1536. "dist": {
  1537. "type": "zip",
  1538. "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/5601c8a83fbba7ef674a7369456d12f1e0d0eafa",
  1539. "reference": "5601c8a83fbba7ef674a7369456d12f1e0d0eafa",
  1540. "shasum": ""
  1541. },
  1542. "require": {
  1543. "php": ">=5.3"
  1544. },
  1545. "require-dev": {
  1546. "phpunit/phpunit": "~3.7.0",
  1547. "satooshi/php-coveralls": ">=1.0"
  1548. },
  1549. "type": "library",
  1550. "autoload": {
  1551. "files": [
  1552. "src/getallheaders.php"
  1553. ]
  1554. },
  1555. "notification-url": "https://packagist.org/downloads/",
  1556. "license": [
  1557. "MIT"
  1558. ],
  1559. "authors": [
  1560. {
  1561. "name": "Ralph Khattar",
  1562. "email": "ralph.khattar@gmail.com"
  1563. }
  1564. ],
  1565. "description": "A polyfill for getallheaders.",
  1566. "time": "2016-02-11T07:05:27+00:00"
  1567. },
  1568. {
  1569. "name": "symfony/console",
  1570. "version": "v3.4.24",
  1571. "source": {
  1572. "type": "git",
  1573. "url": "https://github.com/symfony/console.git",
  1574. "reference": "98ae3cdc4bec48fe7ee24afc81dbb4a242186c9e"
  1575. },
  1576. "dist": {
  1577. "type": "zip",
  1578. "url": "https://api.github.com/repos/symfony/console/zipball/98ae3cdc4bec48fe7ee24afc81dbb4a242186c9e",
  1579. "reference": "98ae3cdc4bec48fe7ee24afc81dbb4a242186c9e",
  1580. "shasum": ""
  1581. },
  1582. "require": {
  1583. "php": "^5.5.9|>=7.0.8",
  1584. "symfony/debug": "~2.8|~3.0|~4.0",
  1585. "symfony/polyfill-mbstring": "~1.0"
  1586. },
  1587. "conflict": {
  1588. "symfony/dependency-injection": "<3.4",
  1589. "symfony/process": "<3.3"
  1590. },
  1591. "provide": {
  1592. "psr/log-implementation": "1.0"
  1593. },
  1594. "require-dev": {
  1595. "psr/log": "~1.0",
  1596. "symfony/config": "~3.3|~4.0",
  1597. "symfony/dependency-injection": "~3.4|~4.0",
  1598. "symfony/event-dispatcher": "~2.8|~3.0|~4.0",
  1599. "symfony/lock": "~3.4|~4.0",
  1600. "symfony/process": "~3.3|~4.0"
  1601. },
  1602. "suggest": {
  1603. "psr/log": "For using the console logger",
  1604. "symfony/event-dispatcher": "",
  1605. "symfony/lock": "",
  1606. "symfony/process": ""
  1607. },
  1608. "type": "library",
  1609. "extra": {
  1610. "branch-alias": {
  1611. "dev-master": "3.4-dev"
  1612. }
  1613. },
  1614. "autoload": {
  1615. "psr-4": {
  1616. "Symfony\\Component\\Console\\": ""
  1617. },
  1618. "exclude-from-classmap": [
  1619. "/Tests/"
  1620. ]
  1621. },
  1622. "notification-url": "https://packagist.org/downloads/",
  1623. "license": [
  1624. "MIT"
  1625. ],
  1626. "authors": [
  1627. {
  1628. "name": "Fabien Potencier",
  1629. "email": "fabien@symfony.com"
  1630. },
  1631. {
  1632. "name": "Symfony Community",
  1633. "homepage": "https://symfony.com/contributors"
  1634. }
  1635. ],
  1636. "description": "Symfony Console Component",
  1637. "homepage": "https://symfony.com",
  1638. "time": "2019-03-31T11:33:18+00:00"
  1639. },
  1640. {
  1641. "name": "symfony/debug",
  1642. "version": "v4.2.5",
  1643. "source": {
  1644. "type": "git",
  1645. "url": "https://github.com/symfony/debug.git",
  1646. "reference": "43ce8ab34c734dcc8a4af576cb86711daab964c5"
  1647. },
  1648. "dist": {
  1649. "type": "zip",
  1650. "url": "https://api.github.com/repos/symfony/debug/zipball/43ce8ab34c734dcc8a4af576cb86711daab964c5",
  1651. "reference": "43ce8ab34c734dcc8a4af576cb86711daab964c5",
  1652. "shasum": ""
  1653. },
  1654. "require": {
  1655. "php": "^7.1.3",
  1656. "psr/log": "~1.0"
  1657. },
  1658. "conflict": {
  1659. "symfony/http-kernel": "<3.4"
  1660. },
  1661. "require-dev": {
  1662. "symfony/http-kernel": "~3.4|~4.0"
  1663. },
  1664. "type": "library",
  1665. "extra": {
  1666. "branch-alias": {
  1667. "dev-master": "4.2-dev"
  1668. }
  1669. },
  1670. "autoload": {
  1671. "psr-4": {
  1672. "Symfony\\Component\\Debug\\": ""
  1673. },
  1674. "exclude-from-classmap": [
  1675. "/Tests/"
  1676. ]
  1677. },
  1678. "notification-url": "https://packagist.org/downloads/",
  1679. "license": [
  1680. "MIT"
  1681. ],
  1682. "authors": [
  1683. {
  1684. "name": "Fabien Potencier",
  1685. "email": "fabien@symfony.com"
  1686. },
  1687. {
  1688. "name": "Symfony Community",
  1689. "homepage": "https://symfony.com/contributors"
  1690. }
  1691. ],
  1692. "description": "Symfony Debug Component",
  1693. "homepage": "https://symfony.com",
  1694. "time": "2019-03-10T17:09:50+00:00"
  1695. },
  1696. {
  1697. "name": "symfony/finder",
  1698. "version": "v2.8.49",
  1699. "source": {
  1700. "type": "git",
  1701. "url": "https://github.com/symfony/finder.git",
  1702. "reference": "1444eac52273e345d9b95129bf914639305a9ba4"
  1703. },
  1704. "dist": {
  1705. "type": "zip",
  1706. "url": "https://api.github.com/repos/symfony/finder/zipball/1444eac52273e345d9b95129bf914639305a9ba4",
  1707. "reference": "1444eac52273e345d9b95129bf914639305a9ba4",
  1708. "shasum": ""
  1709. },
  1710. "require": {
  1711. "php": ">=5.3.9"
  1712. },
  1713. "type": "library",
  1714. "extra": {
  1715. "branch-alias": {
  1716. "dev-master": "2.8-dev"
  1717. }
  1718. },
  1719. "autoload": {
  1720. "psr-4": {
  1721. "Symfony\\Component\\Finder\\": ""
  1722. },
  1723. "exclude-from-classmap": [
  1724. "/Tests/"
  1725. ]
  1726. },
  1727. "notification-url": "https://packagist.org/downloads/",
  1728. "license": [
  1729. "MIT"
  1730. ],
  1731. "authors": [
  1732. {
  1733. "name": "Fabien Potencier",
  1734. "email": "fabien@symfony.com"
  1735. },
  1736. {
  1737. "name": "Symfony Community",
  1738. "homepage": "https://symfony.com/contributors"
  1739. }
  1740. ],
  1741. "description": "Symfony Finder Component",
  1742. "homepage": "https://symfony.com",
  1743. "time": "2018-11-11T11:18:13+00:00"
  1744. },
  1745. {
  1746. "name": "symfony/polyfill-mbstring",
  1747. "version": "v1.11.0",
  1748. "source": {
  1749. "type": "git",
  1750. "url": "https://github.com/symfony/polyfill-mbstring.git",
  1751. "reference": "fe5e94c604826c35a32fa832f35bd036b6799609"
  1752. },
  1753. "dist": {
  1754. "type": "zip",
  1755. "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/fe5e94c604826c35a32fa832f35bd036b6799609",
  1756. "reference": "fe5e94c604826c35a32fa832f35bd036b6799609",
  1757. "shasum": ""
  1758. },
  1759. "require": {
  1760. "php": ">=5.3.3"
  1761. },
  1762. "suggest": {
  1763. "ext-mbstring": "For best performance"
  1764. },
  1765. "type": "library",
  1766. "extra": {
  1767. "branch-alias": {
  1768. "dev-master": "1.11-dev"
  1769. }
  1770. },
  1771. "autoload": {
  1772. "psr-4": {
  1773. "Symfony\\Polyfill\\Mbstring\\": ""
  1774. },
  1775. "files": [
  1776. "bootstrap.php"
  1777. ]
  1778. },
  1779. "notification-url": "https://packagist.org/downloads/",
  1780. "license": [
  1781. "MIT"
  1782. ],
  1783. "authors": [
  1784. {
  1785. "name": "Nicolas Grekas",
  1786. "email": "p@tchwork.com"
  1787. },
  1788. {
  1789. "name": "Symfony Community",
  1790. "homepage": "https://symfony.com/contributors"
  1791. }
  1792. ],
  1793. "description": "Symfony polyfill for the Mbstring extension",
  1794. "homepage": "https://symfony.com",
  1795. "keywords": [
  1796. "compatibility",
  1797. "mbstring",
  1798. "polyfill",
  1799. "portable",
  1800. "shim"
  1801. ],
  1802. "time": "2019-02-06T07:57:58+00:00"
  1803. },
  1804. {
  1805. "name": "theextensionlab/megamenu",
  1806. "version": "1.5.7",
  1807. "source": {
  1808. "type": "git",
  1809. "url": "https://github.com/TheExtensionLab/MegaMenu.git",
  1810. "reference": "ad5227b02d59d2e8adf015f334c740eb6d376d45"
  1811. },
  1812. "dist": {
  1813. "type": "zip",
  1814. "url": "https://api.github.com/repos/TheExtensionLab/MegaMenu/zipball/ad5227b02d59d2e8adf015f334c740eb6d376d45",
  1815. "reference": "ad5227b02d59d2e8adf015f334c740eb6d376d45",
  1816. "shasum": ""
  1817. },
  1818. "require": {
  1819. "magento-hackathon/magento-composer-installer": "*",
  1820. "theextensionlab/tinymceconfig": "~1.0",
  1821. "theextensionlab/widgetimage": "~1.0"
  1822. },
  1823. "require-dev": {
  1824. "ecomdev/ecomdev_phpunit": "~0.3.7"
  1825. },
  1826. "type": "magento-module",
  1827. "license": [
  1828. "http://www.theextensionlab.com/license/license.txt"
  1829. ],
  1830. "authors": [
  1831. {
  1832. "name": "James Anelay",
  1833. "email": "james@theextensionlab.com"
  1834. }
  1835. ],
  1836. "description": "Magento MegaMenu extension",
  1837. "homepage": "http://www.theextensionlab.com/magento/mega-menu",
  1838. "support": {
  1839. "source": "https://github.com/TheExtensionLab/MegaMenu/tree/1.5.7",
  1840. "issues": "https://github.com/TheExtensionLab/MegaMenu/issues"
  1841. },
  1842. "time": "2016-11-08T17:12:57+00:00"
  1843. },
  1844. {
  1845. "name": "theextensionlab/tinymceconfig",
  1846. "version": "1.2.0",
  1847. "source": {
  1848. "type": "git",
  1849. "url": "https://github.com/TheExtensionLab/TinyMceConfig.git",
  1850. "reference": "152bccb02d60fe39dd84d0af175df20af6acd191"
  1851. },
  1852. "dist": {
  1853. "type": "zip",
  1854. "url": "https://api.github.com/repos/TheExtensionLab/TinyMceConfig/zipball/152bccb02d60fe39dd84d0af175df20af6acd191",
  1855. "reference": "152bccb02d60fe39dd84d0af175df20af6acd191",
  1856. "shasum": ""
  1857. },
  1858. "require": {
  1859. "magento-hackathon/magento-composer-installer": "*"
  1860. },
  1861. "type": "magento-module",
  1862. "license": [
  1863. "OSL-3.0"
  1864. ],
  1865. "authors": [
  1866. {
  1867. "name": "James Anelay",
  1868. "email": "james@theextensionlab.com"
  1869. }
  1870. ],
  1871. "description": "Magento TinyMce Settings Update extension",
  1872. "support": {
  1873. "source": "https://github.com/TheExtensionLab/TinyMceConfig/tree/1.2.0",
  1874. "issues": "https://github.com/TheExtensionLab/TinyMceConfig/issues"
  1875. },
  1876. "time": "2015-11-12T13:22:55+00:00"
  1877. },
  1878. {
  1879. "name": "theextensionlab/widgetimage",
  1880. "version": "1.0.1",
  1881. "source": {
  1882. "type": "git",
  1883. "url": "https://github.com/TheExtensionLab/WidgetImage.git",
  1884. "reference": "934e1362ef58f3b53534150e73712b09ca79e613"
  1885. },
  1886. "dist": {
  1887. "type": "zip",
  1888. "url": "https://api.github.com/repos/TheExtensionLab/WidgetImage/zipball/934e1362ef58f3b53534150e73712b09ca79e613",
  1889. "reference": "934e1362ef58f3b53534150e73712b09ca79e613",
  1890. "shasum": ""
  1891. },
  1892. "require": {
  1893. "magento-hackathon/magento-composer-installer": "*"
  1894. },
  1895. "type": "magento-module",
  1896. "license": [
  1897. "OSL-3.0"
  1898. ],
  1899. "authors": [
  1900. {
  1901. "name": "James Anelay",
  1902. "email": "james@theextensionlab.com"
  1903. }
  1904. ],
  1905. "description": "Magento extension that adds a widget helper block",
  1906. "support": {
  1907. "source": "https://github.com/TheExtensionLab/WidgetImage/tree/1.0.1",
  1908. "issues": "https://github.com/TheExtensionLab/WidgetImage/issues"
  1909. },
  1910. "time": "2016-11-06T13:42:01+00:00"
  1911. },
  1912. {
  1913. "name": "theiconic/php-ga-measurement-protocol",
  1914. "version": "v2.0.0",
  1915. "source": {
  1916. "type": "git",
  1917. "url": "https://github.com/theiconic/php-ga-measurement-protocol.git",
  1918. "reference": "3f17b0985d1c8b69a0e3c4c013d5815f7d527d76"
  1919. },
  1920. "dist": {
  1921. "type": "zip",
  1922. "url": "https://api.github.com/repos/theiconic/php-ga-measurement-protocol/zipball/3f17b0985d1c8b69a0e3c4c013d5815f7d527d76",
  1923. "reference": "3f17b0985d1c8b69a0e3c4c013d5815f7d527d76",
  1924. "shasum": ""
  1925. },
  1926. "require": {
  1927. "guzzlehttp/guzzle": "^6.0",
  1928. "php": ">=5.5",
  1929. "symfony/finder": "^2.5"
  1930. },
  1931. "require-dev": {
  1932. "phpunit/phpunit": "4.7.*",
  1933. "satooshi/php-coveralls": "dev-master"
  1934. },
  1935. "type": "library",
  1936. "autoload": {
  1937. "psr-4": {
  1938. "TheIconic\\Tracking\\GoogleAnalytics\\": "src/"
  1939. }
  1940. },
  1941. "notification-url": "https://packagist.org/downloads/",
  1942. "license": [
  1943. "MIT"
  1944. ],
  1945. "authors": [
  1946. {
  1947. "name": "THE ICONIC ENGINEERING TEAM",
  1948. "email": "engineering@theiconic.com.au"
  1949. }
  1950. ],
  1951. "description": "Send data to Google Analytics from the server using PHP. This library fully implements GA measurement protocol.",
  1952. "time": "2015-07-03T10:13:15+00:00"
  1953. },
  1954. {
  1955. "name": "zendframework/zend-escaper",
  1956. "version": "2.6.0",
  1957. "source": {
  1958. "type": "git",
  1959. "url": "https://github.com/zendframework/zend-escaper.git",
  1960. "reference": "31d8aafae982f9568287cb4dce987e6aff8fd074"
  1961. },
  1962. "dist": {
  1963. "type": "zip",
  1964. "url": "https://api.github.com/repos/zendframework/zend-escaper/zipball/31d8aafae982f9568287cb4dce987e6aff8fd074",
  1965. "reference": "31d8aafae982f9568287cb4dce987e6aff8fd074",
  1966. "shasum": ""
  1967. },
  1968. "require": {
  1969. "php": "^5.6 || ^7.0"
  1970. },
  1971. "require-dev": {
  1972. "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2",
  1973. "zendframework/zend-coding-standard": "~1.0.0"
  1974. },
  1975. "type": "library",
  1976. "extra": {
  1977. "branch-alias": {
  1978. "dev-master": "2.6.x-dev",
  1979. "dev-develop": "2.7.x-dev"
  1980. }
  1981. },
  1982. "autoload": {
  1983. "psr-4": {
  1984. "Zend\\Escaper\\": "src/"
  1985. }
  1986. },
  1987. "notification-url": "https://packagist.org/downloads/",
  1988. "license": [
  1989. "BSD-3-Clause"
  1990. ],
  1991. "description": "Securely and safely escape HTML, HTML attributes, JavaScript, CSS, and URLs",
  1992. "keywords": [
  1993. "ZendFramework",
  1994. "escaper",
  1995. "zf"
  1996. ],
  1997. "time": "2018-04-25T15:48:53+00:00"
  1998. }
  1999. ],
  2000. "packages-dev": [
  2001. {
  2002. "name": "doctrine/instantiator",
  2003. "version": "1.2.0",
  2004. "source": {
  2005. "type": "git",
  2006. "url": "https://github.com/doctrine/instantiator.git",
  2007. "reference": "a2c590166b2133a4633738648b6b064edae0814a"
  2008. },
  2009. "dist": {
  2010. "type": "zip",
  2011. "url": "https://api.github.com/repos/doctrine/instantiator/zipball/a2c590166b2133a4633738648b6b064edae0814a",
  2012. "reference": "a2c590166b2133a4633738648b6b064edae0814a",
  2013. "shasum": ""
  2014. },
  2015. "require": {
  2016. "php": "^7.1"
  2017. },
  2018. "require-dev": {
  2019. "doctrine/coding-standard": "^6.0",
  2020. "ext-pdo": "*",
  2021. "ext-phar": "*",
  2022. "phpbench/phpbench": "^0.13",
  2023. "phpstan/phpstan-phpunit": "^0.11",
  2024. "phpstan/phpstan-shim": "^0.11",
  2025. "phpunit/phpunit": "^7.0"
  2026. },
  2027. "type": "library",
  2028. "extra": {
  2029. "branch-alias": {
  2030. "dev-master": "1.2.x-dev"
  2031. }
  2032. },
  2033. "autoload": {
  2034. "psr-4": {
  2035. "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
  2036. }
  2037. },
  2038. "notification-url": "https://packagist.org/downloads/",
  2039. "license": [
  2040. "MIT"
  2041. ],
  2042. "authors": [
  2043. {
  2044. "name": "Marco Pivetta",
  2045. "email": "ocramius@gmail.com",
  2046. "homepage": "http://ocramius.github.com/"
  2047. }
  2048. ],
  2049. "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
  2050. "homepage": "https://www.doctrine-project.org/projects/instantiator.html",
  2051. "keywords": [
  2052. "constructor",
  2053. "instantiate"
  2054. ],
  2055. "time": "2019-03-17T17:37:11+00:00"
  2056. },
  2057. {
  2058. "name": "myclabs/deep-copy",
  2059. "version": "1.9.0",
  2060. "source": {
  2061. "type": "git",
  2062. "url": "https://github.com/myclabs/DeepCopy.git",
  2063. "reference": "78af75148f9fdd34ea727c8b529a9b4a8f7b740c"
  2064. },
  2065. "dist": {
  2066. "type": "zip",
  2067. "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/78af75148f9fdd34ea727c8b529a9b4a8f7b740c",
  2068. "reference": "78af75148f9fdd34ea727c8b529a9b4a8f7b740c",
  2069. "shasum": ""
  2070. },
  2071. "require": {
  2072. "php": "^7.2"
  2073. },
  2074. "replace": {
  2075. "myclabs/deep-copy": "self.version"
  2076. },
  2077. "require-dev": {
  2078. "doctrine/collections": "^1.0",
  2079. "doctrine/common": "^2.6",
  2080. "phpstan/phpstan": "^0.9.2",
  2081. "phpstan/phpstan-phpunit": "^0.9.4",
  2082. "phpunit/phpunit": "^7.1"
  2083. },
  2084. "type": "library",
  2085. "autoload": {
  2086. "psr-4": {
  2087. "DeepCopy\\": "src/DeepCopy/"
  2088. },
  2089. "files": [
  2090. "src/DeepCopy/deep_copy.php"
  2091. ]
  2092. },
  2093. "notification-url": "https://packagist.org/downloads/",
  2094. "license": [
  2095. "MIT"
  2096. ],
  2097. "description": "Create deep copies (clones) of your objects",
  2098. "keywords": [
  2099. "clone",
  2100. "copy",
  2101. "duplicate",
  2102. "object",
  2103. "object graph"
  2104. ],
  2105. "time": "2018-10-30T00:14:44+00:00"
  2106. },
  2107. {
  2108. "name": "phar-io/manifest",
  2109. "version": "1.0.3",
  2110. "source": {
  2111. "type": "git",
  2112. "url": "https://github.com/phar-io/manifest.git",
  2113. "reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4"
  2114. },
  2115. "dist": {
  2116. "type": "zip",
  2117. "url": "https://api.github.com/repos/phar-io/manifest/zipball/7761fcacf03b4d4f16e7ccb606d4879ca431fcf4",
  2118. "reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4",
  2119. "shasum": ""
  2120. },
  2121. "require": {
  2122. "ext-dom": "*",
  2123. "ext-phar": "*",
  2124. "phar-io/version": "^2.0",
  2125. "php": "^5.6 || ^7.0"
  2126. },
  2127. "type": "library",
  2128. "extra": {
  2129. "branch-alias": {
  2130. "dev-master": "1.0.x-dev"
  2131. }
  2132. },
  2133. "autoload": {
  2134. "classmap": [
  2135. "src/"
  2136. ]
  2137. },
  2138. "notification-url": "https://packagist.org/downloads/",
  2139. "license": [
  2140. "BSD-3-Clause"
  2141. ],
  2142. "authors": [
  2143. {
  2144. "name": "Arne Blankerts",
  2145. "email": "arne@blankerts.de",
  2146. "role": "Developer"
  2147. },
  2148. {
  2149. "name": "Sebastian Heuer",
  2150. "email": "sebastian@phpeople.de",
  2151. "role": "Developer"
  2152. },
  2153. {
  2154. "name": "Sebastian Bergmann",
  2155. "email": "sebastian@phpunit.de",
  2156. "role": "Developer"
  2157. }
  2158. ],
  2159. "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
  2160. "time": "2018-07-08T19:23:20+00:00"
  2161. },
  2162. {
  2163. "name": "phar-io/version",
  2164. "version": "2.0.1",
  2165. "source": {
  2166. "type": "git",
  2167. "url": "https://github.com/phar-io/version.git",
  2168. "reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6"
  2169. },
  2170. "dist": {
  2171. "type": "zip",
  2172. "url": "https://api.github.com/repos/phar-io/version/zipball/45a2ec53a73c70ce41d55cedef9063630abaf1b6",
  2173. "reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6",
  2174. "shasum": ""
  2175. },
  2176. "require": {
  2177. "php": "^5.6 || ^7.0"
  2178. },
  2179. "type": "library",
  2180. "autoload": {
  2181. "classmap": [
  2182. "src/"
  2183. ]
  2184. },
  2185. "notification-url": "https://packagist.org/downloads/",
  2186. "license": [
  2187. "BSD-3-Clause"
  2188. ],
  2189. "authors": [
  2190. {
  2191. "name": "Arne Blankerts",
  2192. "email": "arne@blankerts.de",
  2193. "role": "Developer"
  2194. },
  2195. {
  2196. "name": "Sebastian Heuer",
  2197. "email": "sebastian@phpeople.de",
  2198. "role": "Developer"
  2199. },
  2200. {
  2201. "name": "Sebastian Bergmann",
  2202. "email": "sebastian@phpunit.de",
  2203. "role": "Developer"
  2204. }
  2205. ],
  2206. "description": "Library for handling version information and constraints",
  2207. "time": "2018-07-08T19:19:57+00:00"
  2208. },
  2209. {
  2210. "name": "phpdocumentor/reflection-common",
  2211. "version": "1.0.1",
  2212. "source": {
  2213. "type": "git",
  2214. "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
  2215. "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6"
  2216. },
  2217. "dist": {
  2218. "type": "zip",
  2219. "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
  2220. "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
  2221. "shasum": ""
  2222. },
  2223. "require": {
  2224. "php": ">=5.5"
  2225. },
  2226. "require-dev": {
  2227. "phpunit/phpunit": "^4.6"
  2228. },
  2229. "type": "library",
  2230. "extra": {
  2231. "branch-alias": {
  2232. "dev-master": "1.0.x-dev"
  2233. }
  2234. },
  2235. "autoload": {
  2236. "psr-4": {
  2237. "phpDocumentor\\Reflection\\": [
  2238. "src"
  2239. ]
  2240. }
  2241. },
  2242. "notification-url": "https://packagist.org/downloads/",
  2243. "license": [
  2244. "MIT"
  2245. ],
  2246. "authors": [
  2247. {
  2248. "name": "Jaap van Otterdijk",
  2249. "email": "opensource@ijaap.nl"
  2250. }
  2251. ],
  2252. "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
  2253. "homepage": "http://www.phpdoc.org",
  2254. "keywords": [
  2255. "FQSEN",
  2256. "phpDocumentor",
  2257. "phpdoc",
  2258. "reflection",
  2259. "static analysis"
  2260. ],
  2261. "time": "2017-09-11T18:02:19+00:00"
  2262. },
  2263. {
  2264. "name": "phpdocumentor/reflection-docblock",
  2265. "version": "4.3.0",
  2266. "source": {
  2267. "type": "git",
  2268. "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
  2269. "reference": "94fd0001232e47129dd3504189fa1c7225010d08"
  2270. },
  2271. "dist": {
  2272. "type": "zip",
  2273. "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/94fd0001232e47129dd3504189fa1c7225010d08",
  2274. "reference": "94fd0001232e47129dd3504189fa1c7225010d08",
  2275. "shasum": ""
  2276. },
  2277. "require": {
  2278. "php": "^7.0",
  2279. "phpdocumentor/reflection-common": "^1.0.0",
  2280. "phpdocumentor/type-resolver": "^0.4.0",
  2281. "webmozart/assert": "^1.0"
  2282. },
  2283. "require-dev": {
  2284. "doctrine/instantiator": "~1.0.5",
  2285. "mockery/mockery": "^1.0",
  2286. "phpunit/phpunit": "^6.4"
  2287. },
  2288. "type": "library",
  2289. "extra": {
  2290. "branch-alias": {
  2291. "dev-master": "4.x-dev"
  2292. }
  2293. },
  2294. "autoload": {
  2295. "psr-4": {
  2296. "phpDocumentor\\Reflection\\": [
  2297. "src/"
  2298. ]
  2299. }
  2300. },
  2301. "notification-url": "https://packagist.org/downloads/",
  2302. "license": [
  2303. "MIT"
  2304. ],
  2305. "authors": [
  2306. {
  2307. "name": "Mike van Riel",
  2308. "email": "me@mikevanriel.com"
  2309. }
  2310. ],
  2311. "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
  2312. "time": "2017-11-30T07:14:17+00:00"
  2313. },
  2314. {
  2315. "name": "phpdocumentor/type-resolver",
  2316. "version": "0.4.0",
  2317. "source": {
  2318. "type": "git",
  2319. "url": "https://github.com/phpDocumentor/TypeResolver.git",
  2320. "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7"
  2321. },
  2322. "dist": {
  2323. "type": "zip",
  2324. "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7",
  2325. "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7",
  2326. "shasum": ""
  2327. },
  2328. "require": {
  2329. "php": "^5.5 || ^7.0",
  2330. "phpdocumentor/reflection-common": "^1.0"
  2331. },
  2332. "require-dev": {
  2333. "mockery/mockery": "^0.9.4",
  2334. "phpunit/phpunit": "^5.2||^4.8.24"
  2335. },
  2336. "type": "library",
  2337. "extra": {
  2338. "branch-alias": {
  2339. "dev-master": "1.0.x-dev"
  2340. }
  2341. },
  2342. "autoload": {
  2343. "psr-4": {
  2344. "phpDocumentor\\Reflection\\": [
  2345. "src/"
  2346. ]
  2347. }
  2348. },
  2349. "notification-url": "https://packagist.org/downloads/",
  2350. "license": [
  2351. "MIT"
  2352. ],
  2353. "authors": [
  2354. {
  2355. "name": "Mike van Riel",
  2356. "email": "me@mikevanriel.com"
  2357. }
  2358. ],
  2359. "time": "2017-07-14T14:27:02+00:00"
  2360. },
  2361. {
  2362. "name": "phpspec/prophecy",
  2363. "version": "1.8.0",
  2364. "source": {
  2365. "type": "git",
  2366. "url": "https://github.com/phpspec/prophecy.git",
  2367. "reference": "4ba436b55987b4bf311cb7c6ba82aa528aac0a06"
  2368. },
  2369. "dist": {
  2370. "type": "zip",
  2371. "url": "https://api.github.com/repos/phpspec/prophecy/zipball/4ba436b55987b4bf311cb7c6ba82aa528aac0a06",
  2372. "reference": "4ba436b55987b4bf311cb7c6ba82aa528aac0a06",
  2373. "shasum": ""
  2374. },
  2375. "require": {
  2376. "doctrine/instantiator": "^1.0.2",
  2377. "php": "^5.3|^7.0",
  2378. "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0",
  2379. "sebastian/comparator": "^1.1|^2.0|^3.0",
  2380. "sebastian/recursion-context": "^1.0|^2.0|^3.0"
  2381. },
  2382. "require-dev": {
  2383. "phpspec/phpspec": "^2.5|^3.2",
  2384. "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1"
  2385. },
  2386. "type": "library",
  2387. "extra": {
  2388. "branch-alias": {
  2389. "dev-master": "1.8.x-dev"
  2390. }
  2391. },
  2392. "autoload": {
  2393. "psr-0": {
  2394. "Prophecy\\": "src/"
  2395. }
  2396. },
  2397. "notification-url": "https://packagist.org/downloads/",
  2398. "license": [
  2399. "MIT"
  2400. ],
  2401. "authors": [
  2402. {
  2403. "name": "Konstantin Kudryashov",
  2404. "email": "ever.zet@gmail.com",
  2405. "homepage": "http://everzet.com"
  2406. },
  2407. {
  2408. "name": "Marcello Duarte",
  2409. "email": "marcello.duarte@gmail.com"
  2410. }
  2411. ],
  2412. "description": "Highly opinionated mocking framework for PHP 5.3+",
  2413. "homepage": "https://github.com/phpspec/prophecy",
  2414. "keywords": [
  2415. "Double",
  2416. "Dummy",
  2417. "fake",
  2418. "mock",
  2419. "spy",
  2420. "stub"
  2421. ],
  2422. "time": "2018-08-05T17:53:17+00:00"
  2423. },
  2424. {
  2425. "name": "phpunit/php-code-coverage",
  2426. "version": "7.0.3",
  2427. "source": {
  2428. "type": "git",
  2429. "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
  2430. "reference": "0317a769a81845c390e19684d9ba25d7f6aa4707"
  2431. },
  2432. "dist": {
  2433. "type": "zip",
  2434. "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/0317a769a81845c390e19684d9ba25d7f6aa4707",
  2435. "reference": "0317a769a81845c390e19684d9ba25d7f6aa4707",
  2436. "shasum": ""
  2437. },
  2438. "require": {
  2439. "ext-dom": "*",
  2440. "ext-xmlwriter": "*",
  2441. "php": "^7.2",
  2442. "phpunit/php-file-iterator": "^2.0.2",
  2443. "phpunit/php-text-template": "^1.2.1",
  2444. "phpunit/php-token-stream": "^3.0.1",
  2445. "sebastian/code-unit-reverse-lookup": "^1.0.1",
  2446. "sebastian/environment": "^4.1",
  2447. "sebastian/version": "^2.0.1",
  2448. "theseer/tokenizer": "^1.1"
  2449. },
  2450. "require-dev": {
  2451. "phpunit/phpunit": "^8.0"
  2452. },
  2453. "suggest": {
  2454. "ext-xdebug": "^2.6.1"
  2455. },
  2456. "type": "library",
  2457. "extra": {
  2458. "branch-alias": {
  2459. "dev-master": "7.0-dev"
  2460. }
  2461. },
  2462. "autoload": {
  2463. "classmap": [
  2464. "src/"
  2465. ]
  2466. },
  2467. "notification-url": "https://packagist.org/downloads/",
  2468. "license": [
  2469. "BSD-3-Clause"
  2470. ],
  2471. "authors": [
  2472. {
  2473. "name": "Sebastian Bergmann",
  2474. "email": "sebastian@phpunit.de",
  2475. "role": "lead"
  2476. }
  2477. ],
  2478. "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
  2479. "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
  2480. "keywords": [
  2481. "coverage",
  2482. "testing",
  2483. "xunit"
  2484. ],
  2485. "time": "2019-02-26T07:38:26+00:00"
  2486. },
  2487. {
  2488. "name": "phpunit/php-file-iterator",
  2489. "version": "2.0.2",
  2490. "source": {
  2491. "type": "git",
  2492. "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
  2493. "reference": "050bedf145a257b1ff02746c31894800e5122946"
  2494. },
  2495. "dist": {
  2496. "type": "zip",
  2497. "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/050bedf145a257b1ff02746c31894800e5122946",
  2498. "reference": "050bedf145a257b1ff02746c31894800e5122946",
  2499. "shasum": ""
  2500. },
  2501. "require": {
  2502. "php": "^7.1"
  2503. },
  2504. "require-dev": {
  2505. "phpunit/phpunit": "^7.1"
  2506. },
  2507. "type": "library",
  2508. "extra": {
  2509. "branch-alias": {
  2510. "dev-master": "2.0.x-dev"
  2511. }
  2512. },
  2513. "autoload": {
  2514. "classmap": [
  2515. "src/"
  2516. ]
  2517. },
  2518. "notification-url": "https://packagist.org/downloads/",
  2519. "license": [
  2520. "BSD-3-Clause"
  2521. ],
  2522. "authors": [
  2523. {
  2524. "name": "Sebastian Bergmann",
  2525. "email": "sebastian@phpunit.de",
  2526. "role": "lead"
  2527. }
  2528. ],
  2529. "description": "FilterIterator implementation that filters files based on a list of suffixes.",
  2530. "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
  2531. "keywords": [
  2532. "filesystem",
  2533. "iterator"
  2534. ],
  2535. "time": "2018-09-13T20:33:42+00:00"
  2536. },
  2537. {
  2538. "name": "phpunit/php-text-template",
  2539. "version": "1.2.1",
  2540. "source": {
  2541. "type": "git",
  2542. "url": "https://github.com/sebastianbergmann/php-text-template.git",
  2543. "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
  2544. },
  2545. "dist": {
  2546. "type": "zip",
  2547. "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
  2548. "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
  2549. "shasum": ""
  2550. },
  2551. "require": {
  2552. "php": ">=5.3.3"
  2553. },
  2554. "type": "library",
  2555. "autoload": {
  2556. "classmap": [
  2557. "src/"
  2558. ]
  2559. },
  2560. "notification-url": "https://packagist.org/downloads/",
  2561. "license": [
  2562. "BSD-3-Clause"
  2563. ],
  2564. "authors": [
  2565. {
  2566. "name": "Sebastian Bergmann",
  2567. "email": "sebastian@phpunit.de",
  2568. "role": "lead"
  2569. }
  2570. ],
  2571. "description": "Simple template engine.",
  2572. "homepage": "https://github.com/sebastianbergmann/php-text-template/",
  2573. "keywords": [
  2574. "template"
  2575. ],
  2576. "time": "2015-06-21T13:50:34+00:00"
  2577. },
  2578. {
  2579. "name": "phpunit/php-timer",
  2580. "version": "2.1.1",
  2581. "source": {
  2582. "type": "git",
  2583. "url": "https://github.com/sebastianbergmann/php-timer.git",
  2584. "reference": "8b389aebe1b8b0578430bda0c7c95a829608e059"
  2585. },
  2586. "dist": {
  2587. "type": "zip",
  2588. "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/8b389aebe1b8b0578430bda0c7c95a829608e059",
  2589. "reference": "8b389aebe1b8b0578430bda0c7c95a829608e059",
  2590. "shasum": ""
  2591. },
  2592. "require": {
  2593. "php": "^7.1"
  2594. },
  2595. "require-dev": {
  2596. "phpunit/phpunit": "^7.0"
  2597. },
  2598. "type": "library",
  2599. "extra": {
  2600. "branch-alias": {
  2601. "dev-master": "2.1-dev"
  2602. }
  2603. },
  2604. "autoload": {
  2605. "classmap": [
  2606. "src/"
  2607. ]
  2608. },
  2609. "notification-url": "https://packagist.org/downloads/",
  2610. "license": [
  2611. "BSD-3-Clause"
  2612. ],
  2613. "authors": [
  2614. {
  2615. "name": "Sebastian Bergmann",
  2616. "email": "sebastian@phpunit.de",
  2617. "role": "lead"
  2618. }
  2619. ],
  2620. "description": "Utility class for timing",
  2621. "homepage": "https://github.com/sebastianbergmann/php-timer/",
  2622. "keywords": [
  2623. "timer"
  2624. ],
  2625. "time": "2019-02-20T10:12:59+00:00"
  2626. },
  2627. {
  2628. "name": "phpunit/php-token-stream",
  2629. "version": "3.0.1",
  2630. "source": {
  2631. "type": "git",
  2632. "url": "https://github.com/sebastianbergmann/php-token-stream.git",
  2633. "reference": "c99e3be9d3e85f60646f152f9002d46ed7770d18"
  2634. },
  2635. "dist": {
  2636. "type": "zip",
  2637. "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/c99e3be9d3e85f60646f152f9002d46ed7770d18",
  2638. "reference": "c99e3be9d3e85f60646f152f9002d46ed7770d18",
  2639. "shasum": ""
  2640. },
  2641. "require": {
  2642. "ext-tokenizer": "*",
  2643. "php": "^7.1"
  2644. },
  2645. "require-dev": {
  2646. "phpunit/phpunit": "^7.0"
  2647. },
  2648. "type": "library",
  2649. "extra": {
  2650. "branch-alias": {
  2651. "dev-master": "3.0-dev"
  2652. }
  2653. },
  2654. "autoload": {
  2655. "classmap": [
  2656. "src/"
  2657. ]
  2658. },
  2659. "notification-url": "https://packagist.org/downloads/",
  2660. "license": [
  2661. "BSD-3-Clause"
  2662. ],
  2663. "authors": [
  2664. {
  2665. "name": "Sebastian Bergmann",
  2666. "email": "sebastian@phpunit.de"
  2667. }
  2668. ],
  2669. "description": "Wrapper around PHP's tokenizer extension.",
  2670. "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
  2671. "keywords": [
  2672. "tokenizer"
  2673. ],
  2674. "time": "2018-10-30T05:52:18+00:00"
  2675. },
  2676. {
  2677. "name": "phpunit/phpunit",
  2678. "version": "8.1.2",
  2679. "source": {
  2680. "type": "git",
  2681. "url": "https://github.com/sebastianbergmann/phpunit.git",
  2682. "reference": "e7450b51b6f5d29edcd645ff72b355ab0633ca35"
  2683. },
  2684. "dist": {
  2685. "type": "zip",
  2686. "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/e7450b51b6f5d29edcd645ff72b355ab0633ca35",
  2687. "reference": "e7450b51b6f5d29edcd645ff72b355ab0633ca35",
  2688. "shasum": ""
  2689. },
  2690. "require": {
  2691. "doctrine/instantiator": "^1.1",
  2692. "ext-dom": "*",
  2693. "ext-json": "*",
  2694. "ext-libxml": "*",
  2695. "ext-mbstring": "*",
  2696. "ext-xml": "*",
  2697. "ext-xmlwriter": "*",
  2698. "myclabs/deep-copy": "^1.7",
  2699. "phar-io/manifest": "^1.0.2",
  2700. "phar-io/version": "^2.0",
  2701. "php": "^7.2",
  2702. "phpspec/prophecy": "^1.7",
  2703. "phpunit/php-code-coverage": "^7.0",
  2704. "phpunit/php-file-iterator": "^2.0.1",
  2705. "phpunit/php-text-template": "^1.2.1",
  2706. "phpunit/php-timer": "^2.1",
  2707. "sebastian/comparator": "^3.0",
  2708. "sebastian/diff": "^3.0",
  2709. "sebastian/environment": "^4.1",
  2710. "sebastian/exporter": "^3.1",
  2711. "sebastian/global-state": "^3.0",
  2712. "sebastian/object-enumerator": "^3.0.3",
  2713. "sebastian/resource-operations": "^2.0",
  2714. "sebastian/version": "^2.0.1"
  2715. },
  2716. "require-dev": {
  2717. "ext-pdo": "*"
  2718. },
  2719. "suggest": {
  2720. "ext-soap": "*",
  2721. "ext-xdebug": "*",
  2722. "phpunit/php-invoker": "^2.0"
  2723. },
  2724. "bin": [
  2725. "phpunit"
  2726. ],
  2727. "type": "library",
  2728. "extra": {
  2729. "branch-alias": {
  2730. "dev-master": "8.1-dev"
  2731. }
  2732. },
  2733. "autoload": {
  2734. "classmap": [
  2735. "src/"
  2736. ]
  2737. },
  2738. "notification-url": "https://packagist.org/downloads/",
  2739. "license": [
  2740. "BSD-3-Clause"
  2741. ],
  2742. "authors": [
  2743. {
  2744. "name": "Sebastian Bergmann",
  2745. "email": "sebastian@phpunit.de",
  2746. "role": "lead"
  2747. }
  2748. ],
  2749. "description": "The PHP Unit Testing framework.",
  2750. "homepage": "https://phpunit.de/",
  2751. "keywords": [
  2752. "phpunit",
  2753. "testing",
  2754. "xunit"
  2755. ],
  2756. "time": "2019-04-08T16:03:02+00:00"
  2757. },
  2758. {
  2759. "name": "sebastian/code-unit-reverse-lookup",
  2760. "version": "1.0.1",
  2761. "source": {
  2762. "type": "git",
  2763. "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
  2764. "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
  2765. },
  2766. "dist": {
  2767. "type": "zip",
  2768. "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
  2769. "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
  2770. "shasum": ""
  2771. },
  2772. "require": {
  2773. "php": "^5.6 || ^7.0"
  2774. },
  2775. "require-dev": {
  2776. "phpunit/phpunit": "^5.7 || ^6.0"
  2777. },
  2778. "type": "library",
  2779. "extra": {
  2780. "branch-alias": {
  2781. "dev-master": "1.0.x-dev"
  2782. }
  2783. },
  2784. "autoload": {
  2785. "classmap": [
  2786. "src/"
  2787. ]
  2788. },
  2789. "notification-url": "https://packagist.org/downloads/",
  2790. "license": [
  2791. "BSD-3-Clause"
  2792. ],
  2793. "authors": [
  2794. {
  2795. "name": "Sebastian Bergmann",
  2796. "email": "sebastian@phpunit.de"
  2797. }
  2798. ],
  2799. "description": "Looks up which function or method a line of code belongs to",
  2800. "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
  2801. "time": "2017-03-04T06:30:41+00:00"
  2802. },
  2803. {
  2804. "name": "sebastian/comparator",
  2805. "version": "3.0.2",
  2806. "source": {
  2807. "type": "git",
  2808. "url": "https://github.com/sebastianbergmann/comparator.git",
  2809. "reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da"
  2810. },
  2811. "dist": {
  2812. "type": "zip",
  2813. "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/5de4fc177adf9bce8df98d8d141a7559d7ccf6da",
  2814. "reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da",
  2815. "shasum": ""
  2816. },
  2817. "require": {
  2818. "php": "^7.1",
  2819. "sebastian/diff": "^3.0",
  2820. "sebastian/exporter": "^3.1"
  2821. },
  2822. "require-dev": {
  2823. "phpunit/phpunit": "^7.1"
  2824. },
  2825. "type": "library",
  2826. "extra": {
  2827. "branch-alias": {
  2828. "dev-master": "3.0-dev"
  2829. }
  2830. },
  2831. "autoload": {
  2832. "classmap": [
  2833. "src/"
  2834. ]
  2835. },
  2836. "notification-url": "https://packagist.org/downloads/",
  2837. "license": [
  2838. "BSD-3-Clause"
  2839. ],
  2840. "authors": [
  2841. {
  2842. "name": "Jeff Welch",
  2843. "email": "whatthejeff@gmail.com"
  2844. },
  2845. {
  2846. "name": "Volker Dusch",
  2847. "email": "github@wallbash.com"
  2848. },
  2849. {
  2850. "name": "Bernhard Schussek",
  2851. "email": "bschussek@2bepublished.at"
  2852. },
  2853. {
  2854. "name": "Sebastian Bergmann",
  2855. "email": "sebastian@phpunit.de"
  2856. }
  2857. ],
  2858. "description": "Provides the functionality to compare PHP values for equality",
  2859. "homepage": "https://github.com/sebastianbergmann/comparator",
  2860. "keywords": [
  2861. "comparator",
  2862. "compare",
  2863. "equality"
  2864. ],
  2865. "time": "2018-07-12T15:12:46+00:00"
  2866. },
  2867. {
  2868. "name": "sebastian/diff",
  2869. "version": "3.0.2",
  2870. "source": {
  2871. "type": "git",
  2872. "url": "https://github.com/sebastianbergmann/diff.git",
  2873. "reference": "720fcc7e9b5cf384ea68d9d930d480907a0c1a29"
  2874. },
  2875. "dist": {
  2876. "type": "zip",
  2877. "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/720fcc7e9b5cf384ea68d9d930d480907a0c1a29",
  2878. "reference": "720fcc7e9b5cf384ea68d9d930d480907a0c1a29",
  2879. "shasum": ""
  2880. },
  2881. "require": {
  2882. "php": "^7.1"
  2883. },
  2884. "require-dev": {
  2885. "phpunit/phpunit": "^7.5 || ^8.0",
  2886. "symfony/process": "^2 || ^3.3 || ^4"
  2887. },
  2888. "type": "library",
  2889. "extra": {
  2890. "branch-alias": {
  2891. "dev-master": "3.0-dev"
  2892. }
  2893. },
  2894. "autoload": {
  2895. "classmap": [
  2896. "src/"
  2897. ]
  2898. },
  2899. "notification-url": "https://packagist.org/downloads/",
  2900. "license": [
  2901. "BSD-3-Clause"
  2902. ],
  2903. "authors": [
  2904. {
  2905. "name": "Kore Nordmann",
  2906. "email": "mail@kore-nordmann.de"
  2907. },
  2908. {
  2909. "name": "Sebastian Bergmann",
  2910. "email": "sebastian@phpunit.de"
  2911. }
  2912. ],
  2913. "description": "Diff implementation",
  2914. "homepage": "https://github.com/sebastianbergmann/diff",
  2915. "keywords": [
  2916. "diff",
  2917. "udiff",
  2918. "unidiff",
  2919. "unified diff"
  2920. ],
  2921. "time": "2019-02-04T06:01:07+00:00"
  2922. },
  2923. {
  2924. "name": "sebastian/environment",
  2925. "version": "4.1.0",
  2926. "source": {
  2927. "type": "git",
  2928. "url": "https://github.com/sebastianbergmann/environment.git",
  2929. "reference": "6fda8ce1974b62b14935adc02a9ed38252eca656"
  2930. },
  2931. "dist": {
  2932. "type": "zip",
  2933. "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/6fda8ce1974b62b14935adc02a9ed38252eca656",
  2934. "reference": "6fda8ce1974b62b14935adc02a9ed38252eca656",
  2935. "shasum": ""
  2936. },
  2937. "require": {
  2938. "php": "^7.1"
  2939. },
  2940. "require-dev": {
  2941. "phpunit/phpunit": "^7.5"
  2942. },
  2943. "suggest": {
  2944. "ext-posix": "*"
  2945. },
  2946. "type": "library",
  2947. "extra": {
  2948. "branch-alias": {
  2949. "dev-master": "4.1-dev"
  2950. }
  2951. },
  2952. "autoload": {
  2953. "classmap": [
  2954. "src/"
  2955. ]
  2956. },
  2957. "notification-url": "https://packagist.org/downloads/",
  2958. "license": [
  2959. "BSD-3-Clause"
  2960. ],
  2961. "authors": [
  2962. {
  2963. "name": "Sebastian Bergmann",
  2964. "email": "sebastian@phpunit.de"
  2965. }
  2966. ],
  2967. "description": "Provides functionality to handle HHVM/PHP environments",
  2968. "homepage": "http://www.github.com/sebastianbergmann/environment",
  2969. "keywords": [
  2970. "Xdebug",
  2971. "environment",
  2972. "hhvm"
  2973. ],
  2974. "time": "2019-02-01T05:27:49+00:00"
  2975. },
  2976. {
  2977. "name": "sebastian/exporter",
  2978. "version": "3.1.0",
  2979. "source": {
  2980. "type": "git",
  2981. "url": "https://github.com/sebastianbergmann/exporter.git",
  2982. "reference": "234199f4528de6d12aaa58b612e98f7d36adb937"
  2983. },
  2984. "dist": {
  2985. "type": "zip",
  2986. "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/234199f4528de6d12aaa58b612e98f7d36adb937",
  2987. "reference": "234199f4528de6d12aaa58b612e98f7d36adb937",
  2988. "shasum": ""
  2989. },
  2990. "require": {
  2991. "php": "^7.0",
  2992. "sebastian/recursion-context": "^3.0"
  2993. },
  2994. "require-dev": {
  2995. "ext-mbstring": "*",
  2996. "phpunit/phpunit": "^6.0"
  2997. },
  2998. "type": "library",
  2999. "extra": {
  3000. "branch-alias": {
  3001. "dev-master": "3.1.x-dev"
  3002. }
  3003. },
  3004. "autoload": {
  3005. "classmap": [
  3006. "src/"
  3007. ]
  3008. },
  3009. "notification-url": "https://packagist.org/downloads/",
  3010. "license": [
  3011. "BSD-3-Clause"
  3012. ],
  3013. "authors": [
  3014. {
  3015. "name": "Jeff Welch",
  3016. "email": "whatthejeff@gmail.com"
  3017. },
  3018. {
  3019. "name": "Volker Dusch",
  3020. "email": "github@wallbash.com"
  3021. },
  3022. {
  3023. "name": "Bernhard Schussek",
  3024. "email": "bschussek@2bepublished.at"
  3025. },
  3026. {
  3027. "name": "Sebastian Bergmann",
  3028. "email": "sebastian@phpunit.de"
  3029. },
  3030. {
  3031. "name": "Adam Harvey",
  3032. "email": "aharvey@php.net"
  3033. }
  3034. ],
  3035. "description": "Provides the functionality to export PHP variables for visualization",
  3036. "homepage": "http://www.github.com/sebastianbergmann/exporter",
  3037. "keywords": [
  3038. "export",
  3039. "exporter"
  3040. ],
  3041. "time": "2017-04-03T13:19:02+00:00"
  3042. },
  3043. {
  3044. "name": "sebastian/global-state",
  3045. "version": "3.0.0",
  3046. "source": {
  3047. "type": "git",
  3048. "url": "https://github.com/sebastianbergmann/global-state.git",
  3049. "reference": "edf8a461cf1d4005f19fb0b6b8b95a9f7fa0adc4"
  3050. },
  3051. "dist": {
  3052. "type": "zip",
  3053. "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/edf8a461cf1d4005f19fb0b6b8b95a9f7fa0adc4",
  3054. "reference": "edf8a461cf1d4005f19fb0b6b8b95a9f7fa0adc4",
  3055. "shasum": ""
  3056. },
  3057. "require": {
  3058. "php": "^7.2",
  3059. "sebastian/object-reflector": "^1.1.1",
  3060. "sebastian/recursion-context": "^3.0"
  3061. },
  3062. "require-dev": {
  3063. "ext-dom": "*",
  3064. "phpunit/phpunit": "^8.0"
  3065. },
  3066. "suggest": {
  3067. "ext-uopz": "*"
  3068. },
  3069. "type": "library",
  3070. "extra": {
  3071. "branch-alias": {
  3072. "dev-master": "3.0-dev"
  3073. }
  3074. },
  3075. "autoload": {
  3076. "classmap": [
  3077. "src/"
  3078. ]
  3079. },
  3080. "notification-url": "https://packagist.org/downloads/",
  3081. "license": [
  3082. "BSD-3-Clause"
  3083. ],
  3084. "authors": [
  3085. {
  3086. "name": "Sebastian Bergmann",
  3087. "email": "sebastian@phpunit.de"
  3088. }
  3089. ],
  3090. "description": "Snapshotting of global state",
  3091. "homepage": "http://www.github.com/sebastianbergmann/global-state",
  3092. "keywords": [
  3093. "global state"
  3094. ],
  3095. "time": "2019-02-01T05:30:01+00:00"
  3096. },
  3097. {
  3098. "name": "sebastian/object-enumerator",
  3099. "version": "3.0.3",
  3100. "source": {
  3101. "type": "git",
  3102. "url": "https://github.com/sebastianbergmann/object-enumerator.git",
  3103. "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5"
  3104. },
  3105. "dist": {
  3106. "type": "zip",
  3107. "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5",
  3108. "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5",
  3109. "shasum": ""
  3110. },
  3111. "require": {
  3112. "php": "^7.0",
  3113. "sebastian/object-reflector": "^1.1.1",
  3114. "sebastian/recursion-context": "^3.0"
  3115. },
  3116. "require-dev": {
  3117. "phpunit/phpunit": "^6.0"
  3118. },
  3119. "type": "library",
  3120. "extra": {
  3121. "branch-alias": {
  3122. "dev-master": "3.0.x-dev"
  3123. }
  3124. },
  3125. "autoload": {
  3126. "classmap": [
  3127. "src/"
  3128. ]
  3129. },
  3130. "notification-url": "https://packagist.org/downloads/",
  3131. "license": [
  3132. "BSD-3-Clause"
  3133. ],
  3134. "authors": [
  3135. {
  3136. "name": "Sebastian Bergmann",
  3137. "email": "sebastian@phpunit.de"
  3138. }
  3139. ],
  3140. "description": "Traverses array structures and object graphs to enumerate all referenced objects",
  3141. "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
  3142. "time": "2017-08-03T12:35:26+00:00"
  3143. },
  3144. {
  3145. "name": "sebastian/object-reflector",
  3146. "version": "1.1.1",
  3147. "source": {
  3148. "type": "git",
  3149. "url": "https://github.com/sebastianbergmann/object-reflector.git",
  3150. "reference": "773f97c67f28de00d397be301821b06708fca0be"
  3151. },
  3152. "dist": {
  3153. "type": "zip",
  3154. "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be",
  3155. "reference": "773f97c67f28de00d397be301821b06708fca0be",
  3156. "shasum": ""
  3157. },
  3158. "require": {
  3159. "php": "^7.0"
  3160. },
  3161. "require-dev": {
  3162. "phpunit/phpunit": "^6.0"
  3163. },
  3164. "type": "library",
  3165. "extra": {
  3166. "branch-alias": {
  3167. "dev-master": "1.1-dev"
  3168. }
  3169. },
  3170. "autoload": {
  3171. "classmap": [
  3172. "src/"
  3173. ]
  3174. },
  3175. "notification-url": "https://packagist.org/downloads/",
  3176. "license": [
  3177. "BSD-3-Clause"
  3178. ],
  3179. "authors": [
  3180. {
  3181. "name": "Sebastian Bergmann",
  3182. "email": "sebastian@phpunit.de"
  3183. }
  3184. ],
  3185. "description": "Allows reflection of object attributes, including inherited and non-public ones",
  3186. "homepage": "https://github.com/sebastianbergmann/object-reflector/",
  3187. "time": "2017-03-29T09:07:27+00:00"
  3188. },
  3189. {
  3190. "name": "sebastian/recursion-context",
  3191. "version": "3.0.0",
  3192. "source": {
  3193. "type": "git",
  3194. "url": "https://github.com/sebastianbergmann/recursion-context.git",
  3195. "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8"
  3196. },
  3197. "dist": {
  3198. "type": "zip",
  3199. "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
  3200. "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
  3201. "shasum": ""
  3202. },
  3203. "require": {
  3204. "php": "^7.0"
  3205. },
  3206. "require-dev": {
  3207. "phpunit/phpunit": "^6.0"
  3208. },
  3209. "type": "library",
  3210. "extra": {
  3211. "branch-alias": {
  3212. "dev-master": "3.0.x-dev"
  3213. }
  3214. },
  3215. "autoload": {
  3216. "classmap": [
  3217. "src/"
  3218. ]
  3219. },
  3220. "notification-url": "https://packagist.org/downloads/",
  3221. "license": [
  3222. "BSD-3-Clause"
  3223. ],
  3224. "authors": [
  3225. {
  3226. "name": "Jeff Welch",
  3227. "email": "whatthejeff@gmail.com"
  3228. },
  3229. {
  3230. "name": "Sebastian Bergmann",
  3231. "email": "sebastian@phpunit.de"
  3232. },
  3233. {
  3234. "name": "Adam Harvey",
  3235. "email": "aharvey@php.net"
  3236. }
  3237. ],
  3238. "description": "Provides functionality to recursively process PHP variables",
  3239. "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
  3240. "time": "2017-03-03T06:23:57+00:00"
  3241. },
  3242. {
  3243. "name": "sebastian/resource-operations",
  3244. "version": "2.0.1",
  3245. "source": {
  3246. "type": "git",
  3247. "url": "https://github.com/sebastianbergmann/resource-operations.git",
  3248. "reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9"
  3249. },
  3250. "dist": {
  3251. "type": "zip",
  3252. "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/4d7a795d35b889bf80a0cc04e08d77cedfa917a9",
  3253. "reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9",
  3254. "shasum": ""
  3255. },
  3256. "require": {
  3257. "php": "^7.1"
  3258. },
  3259. "type": "library",
  3260. "extra": {
  3261. "branch-alias": {
  3262. "dev-master": "2.0-dev"
  3263. }
  3264. },
  3265. "autoload": {
  3266. "classmap": [
  3267. "src/"
  3268. ]
  3269. },
  3270. "notification-url": "https://packagist.org/downloads/",
  3271. "license": [
  3272. "BSD-3-Clause"
  3273. ],
  3274. "authors": [
  3275. {
  3276. "name": "Sebastian Bergmann",
  3277. "email": "sebastian@phpunit.de"
  3278. }
  3279. ],
  3280. "description": "Provides a list of PHP built-in functions that operate on resources",
  3281. "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
  3282. "time": "2018-10-04T04:07:39+00:00"
  3283. },
  3284. {
  3285. "name": "sebastian/version",
  3286. "version": "2.0.1",
  3287. "source": {
  3288. "type": "git",
  3289. "url": "https://github.com/sebastianbergmann/version.git",
  3290. "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
  3291. },
  3292. "dist": {
  3293. "type": "zip",
  3294. "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
  3295. "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
  3296. "shasum": ""
  3297. },
  3298. "require": {
  3299. "php": ">=5.6"
  3300. },
  3301. "type": "library",
  3302. "extra": {
  3303. "branch-alias": {
  3304. "dev-master": "2.0.x-dev"
  3305. }
  3306. },
  3307. "autoload": {
  3308. "classmap": [
  3309. "src/"
  3310. ]
  3311. },
  3312. "notification-url": "https://packagist.org/downloads/",
  3313. "license": [
  3314. "BSD-3-Clause"
  3315. ],
  3316. "authors": [
  3317. {
  3318. "name": "Sebastian Bergmann",
  3319. "email": "sebastian@phpunit.de",
  3320. "role": "lead"
  3321. }
  3322. ],
  3323. "description": "Library that helps with managing the version number of Git-hosted PHP projects",
  3324. "homepage": "https://github.com/sebastianbergmann/version",
  3325. "time": "2016-10-03T07:35:21+00:00"
  3326. },
  3327. {
  3328. "name": "symfony/polyfill-ctype",
  3329. "version": "v1.11.0",
  3330. "source": {
  3331. "type": "git",
  3332. "url": "https://github.com/symfony/polyfill-ctype.git",
  3333. "reference": "82ebae02209c21113908c229e9883c419720738a"
  3334. },
  3335. "dist": {
  3336. "type": "zip",
  3337. "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/82ebae02209c21113908c229e9883c419720738a",
  3338. "reference": "82ebae02209c21113908c229e9883c419720738a",
  3339. "shasum": ""
  3340. },
  3341. "require": {
  3342. "php": ">=5.3.3"
  3343. },
  3344. "suggest": {
  3345. "ext-ctype": "For best performance"
  3346. },
  3347. "type": "library",
  3348. "extra": {
  3349. "branch-alias": {
  3350. "dev-master": "1.11-dev"
  3351. }
  3352. },
  3353. "autoload": {
  3354. "psr-4": {
  3355. "Symfony\\Polyfill\\Ctype\\": ""
  3356. },
  3357. "files": [
  3358. "bootstrap.php"
  3359. ]
  3360. },
  3361. "notification-url": "https://packagist.org/downloads/",
  3362. "license": [
  3363. "MIT"
  3364. ],
  3365. "authors": [
  3366. {
  3367. "name": "Symfony Community",
  3368. "homepage": "https://symfony.com/contributors"
  3369. },
  3370. {
  3371. "name": "Gert de Pagter",
  3372. "email": "backendtea@gmail.com"
  3373. }
  3374. ],
  3375. "description": "Symfony polyfill for ctype functions",
  3376. "homepage": "https://symfony.com",
  3377. "keywords": [
  3378. "compatibility",
  3379. "ctype",
  3380. "polyfill",
  3381. "portable"
  3382. ],
  3383. "time": "2019-02-06T07:57:58+00:00"
  3384. },
  3385. {
  3386. "name": "theseer/tokenizer",
  3387. "version": "1.1.2",
  3388. "source": {
  3389. "type": "git",
  3390. "url": "https://github.com/theseer/tokenizer.git",
  3391. "reference": "1c42705be2b6c1de5904f8afacef5895cab44bf8"
  3392. },
  3393. "dist": {
  3394. "type": "zip",
  3395. "url": "https://api.github.com/repos/theseer/tokenizer/zipball/1c42705be2b6c1de5904f8afacef5895cab44bf8",
  3396. "reference": "1c42705be2b6c1de5904f8afacef5895cab44bf8",
  3397. "shasum": ""
  3398. },
  3399. "require": {
  3400. "ext-dom": "*",
  3401. "ext-tokenizer": "*",
  3402. "ext-xmlwriter": "*",
  3403. "php": "^7.0"
  3404. },
  3405. "type": "library",
  3406. "autoload": {
  3407. "classmap": [
  3408. "src/"
  3409. ]
  3410. },
  3411. "notification-url": "https://packagist.org/downloads/",
  3412. "license": [
  3413. "BSD-3-Clause"
  3414. ],
  3415. "authors": [
  3416. {
  3417. "name": "Arne Blankerts",
  3418. "email": "arne@blankerts.de",
  3419. "role": "Developer"
  3420. }
  3421. ],
  3422. "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
  3423. "time": "2019-04-04T09:56:43+00:00"
  3424. },
  3425. {
  3426. "name": "webmozart/assert",
  3427. "version": "1.4.0",
  3428. "source": {
  3429. "type": "git",
  3430. "url": "https://github.com/webmozart/assert.git",
  3431. "reference": "83e253c8e0be5b0257b881e1827274667c5c17a9"
  3432. },
  3433. "dist": {
  3434. "type": "zip",
  3435. "url": "https://api.github.com/repos/webmozart/assert/zipball/83e253c8e0be5b0257b881e1827274667c5c17a9",
  3436. "reference": "83e253c8e0be5b0257b881e1827274667c5c17a9",
  3437. "shasum": ""
  3438. },
  3439. "require": {
  3440. "php": "^5.3.3 || ^7.0",
  3441. "symfony/polyfill-ctype": "^1.8"
  3442. },
  3443. "require-dev": {
  3444. "phpunit/phpunit": "^4.6",
  3445. "sebastian/version": "^1.0.1"
  3446. },
  3447. "type": "library",
  3448. "extra": {
  3449. "branch-alias": {
  3450. "dev-master": "1.3-dev"
  3451. }
  3452. },
  3453. "autoload": {
  3454. "psr-4": {
  3455. "Webmozart\\Assert\\": "src/"
  3456. }
  3457. },
  3458. "notification-url": "https://packagist.org/downloads/",
  3459. "license": [
  3460. "MIT"
  3461. ],
  3462. "authors": [
  3463. {
  3464. "name": "Bernhard Schussek",
  3465. "email": "bschussek@gmail.com"
  3466. }
  3467. ],
  3468. "description": "Assertions to validate method input/output with nice error messages.",
  3469. "keywords": [
  3470. "assert",
  3471. "check",
  3472. "validate"
  3473. ],
  3474. "time": "2018-12-25T11:19:39+00:00"
  3475. }
  3476. ],
  3477. "aliases": [],
  3478. "minimum-stability": "stable",
  3479. "stability-flags": {
  3480. "phpoffice/phpword": 20
  3481. },
  3482. "prefer-stable": false,
  3483. "prefer-lowest": false,
  3484. "platform": [],
  3485. "platform-dev": []
  3486. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement