Advertisement
Guest User

Untitled

a guest
Jul 25th, 2018
683
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 174.31 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#installing-dependencies",
  5. "This file is @generated automatically"
  6. ],
  7. "content-hash": "1e40817c014f107201026d8e44d3aa9d",
  8. "packages": [
  9. {
  10. "name": "barryvdh/laravel-dompdf",
  11. "version": "v0.8.2",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/barryvdh/laravel-dompdf.git",
  15. "reference": "7dcdecfa125c174d0abe723603633dc2756ea3af"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/barryvdh/laravel-dompdf/zipball/7dcdecfa125c174d0abe723603633dc2756ea3af",
  20. "reference": "7dcdecfa125c174d0abe723603633dc2756ea3af",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "dompdf/dompdf": "^0.8",
  25. "illuminate/support": "5.1.x|5.2.x|5.3.x|5.4.x|5.5.x|5.6.x",
  26. "php": ">=5.5.9"
  27. },
  28. "type": "library",
  29. "extra": {
  30. "branch-alias": {
  31. "dev-master": "0.8-dev"
  32. },
  33. "laravel": {
  34. "providers": [
  35. "Barryvdh\\DomPDF\\ServiceProvider"
  36. ],
  37. "aliases": {
  38. "PDF": "Barryvdh\\DomPDF\\Facade"
  39. }
  40. }
  41. },
  42. "autoload": {
  43. "psr-4": {
  44. "Barryvdh\\DomPDF\\": "src"
  45. }
  46. },
  47. "notification-url": "https://packagist.org/downloads/",
  48. "license": [
  49. "MIT"
  50. ],
  51. "authors": [
  52. {
  53. "name": "Barry vd. Heuvel",
  54. "email": "barryvdh@gmail.com"
  55. }
  56. ],
  57. "description": "A DOMPDF Wrapper for Laravel",
  58. "keywords": [
  59. "dompdf",
  60. "laravel",
  61. "pdf"
  62. ],
  63. "time": "2018-02-07T17:43:25+00:00"
  64. },
  65. {
  66. "name": "dnoegel/php-xdg-base-dir",
  67. "version": "0.1",
  68. "source": {
  69. "type": "git",
  70. "url": "https://github.com/dnoegel/php-xdg-base-dir.git",
  71. "reference": "265b8593498b997dc2d31e75b89f053b5cc9621a"
  72. },
  73. "dist": {
  74. "type": "zip",
  75. "url": "https://api.github.com/repos/dnoegel/php-xdg-base-dir/zipball/265b8593498b997dc2d31e75b89f053b5cc9621a",
  76. "reference": "265b8593498b997dc2d31e75b89f053b5cc9621a",
  77. "shasum": ""
  78. },
  79. "require": {
  80. "php": ">=5.3.2"
  81. },
  82. "require-dev": {
  83. "phpunit/phpunit": "@stable"
  84. },
  85. "type": "project",
  86. "autoload": {
  87. "psr-4": {
  88. "XdgBaseDir\\": "src/"
  89. }
  90. },
  91. "notification-url": "https://packagist.org/downloads/",
  92. "license": [
  93. "MIT"
  94. ],
  95. "description": "implementation of xdg base directory specification for php",
  96. "time": "2014-10-24T07:27:01+00:00"
  97. },
  98. {
  99. "name": "doctrine/inflector",
  100. "version": "v1.3.0",
  101. "source": {
  102. "type": "git",
  103. "url": "https://github.com/doctrine/inflector.git",
  104. "reference": "5527a48b7313d15261292c149e55e26eae771b0a"
  105. },
  106. "dist": {
  107. "type": "zip",
  108. "url": "https://api.github.com/repos/doctrine/inflector/zipball/5527a48b7313d15261292c149e55e26eae771b0a",
  109. "reference": "5527a48b7313d15261292c149e55e26eae771b0a",
  110. "shasum": ""
  111. },
  112. "require": {
  113. "php": "^7.1"
  114. },
  115. "require-dev": {
  116. "phpunit/phpunit": "^6.2"
  117. },
  118. "type": "library",
  119. "extra": {
  120. "branch-alias": {
  121. "dev-master": "1.3.x-dev"
  122. }
  123. },
  124. "autoload": {
  125. "psr-4": {
  126. "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector"
  127. }
  128. },
  129. "notification-url": "https://packagist.org/downloads/",
  130. "license": [
  131. "MIT"
  132. ],
  133. "authors": [
  134. {
  135. "name": "Roman Borschel",
  136. "email": "roman@code-factory.org"
  137. },
  138. {
  139. "name": "Benjamin Eberlei",
  140. "email": "kontakt@beberlei.de"
  141. },
  142. {
  143. "name": "Guilherme Blanco",
  144. "email": "guilhermeblanco@gmail.com"
  145. },
  146. {
  147. "name": "Jonathan Wage",
  148. "email": "jonwage@gmail.com"
  149. },
  150. {
  151. "name": "Johannes Schmitt",
  152. "email": "schmittjoh@gmail.com"
  153. }
  154. ],
  155. "description": "Common String Manipulations with regard to casing and singular/plural rules.",
  156. "homepage": "http://www.doctrine-project.org",
  157. "keywords": [
  158. "inflection",
  159. "pluralize",
  160. "singularize",
  161. "string"
  162. ],
  163. "time": "2018-01-09T20:05:19+00:00"
  164. },
  165. {
  166. "name": "doctrine/lexer",
  167. "version": "v1.0.1",
  168. "source": {
  169. "type": "git",
  170. "url": "https://github.com/doctrine/lexer.git",
  171. "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
  172. },
  173. "dist": {
  174. "type": "zip",
  175. "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
  176. "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
  177. "shasum": ""
  178. },
  179. "require": {
  180. "php": ">=5.3.2"
  181. },
  182. "type": "library",
  183. "extra": {
  184. "branch-alias": {
  185. "dev-master": "1.0.x-dev"
  186. }
  187. },
  188. "autoload": {
  189. "psr-0": {
  190. "Doctrine\\Common\\Lexer\\": "lib/"
  191. }
  192. },
  193. "notification-url": "https://packagist.org/downloads/",
  194. "license": [
  195. "MIT"
  196. ],
  197. "authors": [
  198. {
  199. "name": "Roman Borschel",
  200. "email": "roman@code-factory.org"
  201. },
  202. {
  203. "name": "Guilherme Blanco",
  204. "email": "guilhermeblanco@gmail.com"
  205. },
  206. {
  207. "name": "Johannes Schmitt",
  208. "email": "schmittjoh@gmail.com"
  209. }
  210. ],
  211. "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
  212. "homepage": "http://www.doctrine-project.org",
  213. "keywords": [
  214. "lexer",
  215. "parser"
  216. ],
  217. "time": "2014-09-09T13:34:57+00:00"
  218. },
  219. {
  220. "name": "dompdf/dompdf",
  221. "version": "v0.8.2",
  222. "source": {
  223. "type": "git",
  224. "url": "https://github.com/dompdf/dompdf.git",
  225. "reference": "5113accd9ae5d466077cce5208dcf3fb871bf8f6"
  226. },
  227. "dist": {
  228. "type": "zip",
  229. "url": "https://api.github.com/repos/dompdf/dompdf/zipball/5113accd9ae5d466077cce5208dcf3fb871bf8f6",
  230. "reference": "5113accd9ae5d466077cce5208dcf3fb871bf8f6",
  231. "shasum": ""
  232. },
  233. "require": {
  234. "ext-dom": "*",
  235. "ext-gd": "*",
  236. "ext-mbstring": "*",
  237. "phenx/php-font-lib": "0.5.*",
  238. "phenx/php-svg-lib": "0.3.*",
  239. "php": ">=5.4.0"
  240. },
  241. "require-dev": {
  242. "phpunit/phpunit": "4.8.*",
  243. "squizlabs/php_codesniffer": "2.*"
  244. },
  245. "type": "library",
  246. "extra": {
  247. "branch-alias": {
  248. "dev-develop": "0.7-dev"
  249. }
  250. },
  251. "autoload": {
  252. "psr-4": {
  253. "Dompdf\\": "src/"
  254. },
  255. "classmap": [
  256. "lib/"
  257. ]
  258. },
  259. "notification-url": "https://packagist.org/downloads/",
  260. "license": [
  261. "LGPL-2.1"
  262. ],
  263. "authors": [
  264. {
  265. "name": "Fabien Ménager",
  266. "email": "fabien.menager@gmail.com"
  267. },
  268. {
  269. "name": "Brian Sweeney",
  270. "email": "eclecticgeek@gmail.com"
  271. },
  272. {
  273. "name": "Gabriel Bull",
  274. "email": "me@gabrielbull.com"
  275. }
  276. ],
  277. "description": "DOMPDF is a CSS 2.1 compliant HTML to PDF converter",
  278. "homepage": "https://github.com/dompdf/dompdf",
  279. "time": "2017-11-26T14:49:08+00:00"
  280. },
  281. {
  282. "name": "dragonmantank/cron-expression",
  283. "version": "v2.2.0",
  284. "source": {
  285. "type": "git",
  286. "url": "https://github.com/dragonmantank/cron-expression.git",
  287. "reference": "92a2c3768d50e21a1f26a53cb795ce72806266c5"
  288. },
  289. "dist": {
  290. "type": "zip",
  291. "url": "https://api.github.com/repos/dragonmantank/cron-expression/zipball/92a2c3768d50e21a1f26a53cb795ce72806266c5",
  292. "reference": "92a2c3768d50e21a1f26a53cb795ce72806266c5",
  293. "shasum": ""
  294. },
  295. "require": {
  296. "php": ">=7.0.0"
  297. },
  298. "require-dev": {
  299. "phpunit/phpunit": "~6.4"
  300. },
  301. "type": "library",
  302. "autoload": {
  303. "psr-4": {
  304. "Cron\\": "src/Cron/"
  305. }
  306. },
  307. "notification-url": "https://packagist.org/downloads/",
  308. "license": [
  309. "MIT"
  310. ],
  311. "authors": [
  312. {
  313. "name": "Michael Dowling",
  314. "email": "mtdowling@gmail.com",
  315. "homepage": "https://github.com/mtdowling"
  316. },
  317. {
  318. "name": "Chris Tankersley",
  319. "email": "chris@ctankersley.com",
  320. "homepage": "https://github.com/dragonmantank"
  321. }
  322. ],
  323. "description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due",
  324. "keywords": [
  325. "cron",
  326. "schedule"
  327. ],
  328. "time": "2018-06-06T03:12:17+00:00"
  329. },
  330. {
  331. "name": "egulias/email-validator",
  332. "version": "2.1.4",
  333. "source": {
  334. "type": "git",
  335. "url": "https://github.com/egulias/EmailValidator.git",
  336. "reference": "8790f594151ca6a2010c6218e09d96df67173ad3"
  337. },
  338. "dist": {
  339. "type": "zip",
  340. "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/8790f594151ca6a2010c6218e09d96df67173ad3",
  341. "reference": "8790f594151ca6a2010c6218e09d96df67173ad3",
  342. "shasum": ""
  343. },
  344. "require": {
  345. "doctrine/lexer": "^1.0.1",
  346. "php": ">= 5.5"
  347. },
  348. "require-dev": {
  349. "dominicsayers/isemail": "dev-master",
  350. "phpunit/phpunit": "^4.8.35||^5.7||^6.0",
  351. "satooshi/php-coveralls": "^1.0.1"
  352. },
  353. "suggest": {
  354. "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
  355. },
  356. "type": "library",
  357. "extra": {
  358. "branch-alias": {
  359. "dev-master": "2.0.x-dev"
  360. }
  361. },
  362. "autoload": {
  363. "psr-4": {
  364. "Egulias\\EmailValidator\\": "EmailValidator"
  365. }
  366. },
  367. "notification-url": "https://packagist.org/downloads/",
  368. "license": [
  369. "MIT"
  370. ],
  371. "authors": [
  372. {
  373. "name": "Eduardo Gulias Davis"
  374. }
  375. ],
  376. "description": "A library for validating emails against several RFCs",
  377. "homepage": "https://github.com/egulias/EmailValidator",
  378. "keywords": [
  379. "email",
  380. "emailvalidation",
  381. "emailvalidator",
  382. "validation",
  383. "validator"
  384. ],
  385. "time": "2018-04-10T10:11:19+00:00"
  386. },
  387. {
  388. "name": "erusev/parsedown",
  389. "version": "1.7.1",
  390. "source": {
  391. "type": "git",
  392. "url": "https://github.com/erusev/parsedown.git",
  393. "reference": "92e9c27ba0e74b8b028b111d1b6f956a15c01fc1"
  394. },
  395. "dist": {
  396. "type": "zip",
  397. "url": "https://api.github.com/repos/erusev/parsedown/zipball/92e9c27ba0e74b8b028b111d1b6f956a15c01fc1",
  398. "reference": "92e9c27ba0e74b8b028b111d1b6f956a15c01fc1",
  399. "shasum": ""
  400. },
  401. "require": {
  402. "ext-mbstring": "*",
  403. "php": ">=5.3.0"
  404. },
  405. "require-dev": {
  406. "phpunit/phpunit": "^4.8.35"
  407. },
  408. "type": "library",
  409. "autoload": {
  410. "psr-0": {
  411. "Parsedown": ""
  412. }
  413. },
  414. "notification-url": "https://packagist.org/downloads/",
  415. "license": [
  416. "MIT"
  417. ],
  418. "authors": [
  419. {
  420. "name": "Emanuil Rusev",
  421. "email": "hello@erusev.com",
  422. "homepage": "http://erusev.com"
  423. }
  424. ],
  425. "description": "Parser for Markdown.",
  426. "homepage": "http://parsedown.org",
  427. "keywords": [
  428. "markdown",
  429. "parser"
  430. ],
  431. "time": "2018-03-08T01:11:30+00:00"
  432. },
  433. {
  434. "name": "fideloper/proxy",
  435. "version": "4.0.0",
  436. "source": {
  437. "type": "git",
  438. "url": "https://github.com/fideloper/TrustedProxy.git",
  439. "reference": "cf8a0ca4b85659b9557e206c90110a6a4dba980a"
  440. },
  441. "dist": {
  442. "type": "zip",
  443. "url": "https://api.github.com/repos/fideloper/TrustedProxy/zipball/cf8a0ca4b85659b9557e206c90110a6a4dba980a",
  444. "reference": "cf8a0ca4b85659b9557e206c90110a6a4dba980a",
  445. "shasum": ""
  446. },
  447. "require": {
  448. "illuminate/contracts": "~5.0",
  449. "php": ">=5.4.0"
  450. },
  451. "require-dev": {
  452. "illuminate/http": "~5.6",
  453. "mockery/mockery": "~1.0",
  454. "phpunit/phpunit": "^6.0"
  455. },
  456. "type": "library",
  457. "extra": {
  458. "laravel": {
  459. "providers": [
  460. "Fideloper\\Proxy\\TrustedProxyServiceProvider"
  461. ]
  462. }
  463. },
  464. "autoload": {
  465. "psr-4": {
  466. "Fideloper\\Proxy\\": "src/"
  467. }
  468. },
  469. "notification-url": "https://packagist.org/downloads/",
  470. "license": [
  471. "MIT"
  472. ],
  473. "authors": [
  474. {
  475. "name": "Chris Fidao",
  476. "email": "fideloper@gmail.com"
  477. }
  478. ],
  479. "description": "Set trusted proxies for Laravel",
  480. "keywords": [
  481. "load balancing",
  482. "proxy",
  483. "trusted proxy"
  484. ],
  485. "time": "2018-02-07T20:20:57+00:00"
  486. },
  487. {
  488. "name": "jakub-onderka/php-console-color",
  489. "version": "0.1",
  490. "source": {
  491. "type": "git",
  492. "url": "https://github.com/JakubOnderka/PHP-Console-Color.git",
  493. "reference": "e0b393dacf7703fc36a4efc3df1435485197e6c1"
  494. },
  495. "dist": {
  496. "type": "zip",
  497. "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Color/zipball/e0b393dacf7703fc36a4efc3df1435485197e6c1",
  498. "reference": "e0b393dacf7703fc36a4efc3df1435485197e6c1",
  499. "shasum": ""
  500. },
  501. "require": {
  502. "php": ">=5.3.2"
  503. },
  504. "require-dev": {
  505. "jakub-onderka/php-code-style": "1.0",
  506. "jakub-onderka/php-parallel-lint": "0.*",
  507. "jakub-onderka/php-var-dump-check": "0.*",
  508. "phpunit/phpunit": "3.7.*",
  509. "squizlabs/php_codesniffer": "1.*"
  510. },
  511. "type": "library",
  512. "autoload": {
  513. "psr-0": {
  514. "JakubOnderka\\PhpConsoleColor": "src/"
  515. }
  516. },
  517. "notification-url": "https://packagist.org/downloads/",
  518. "license": [
  519. "BSD-2-Clause"
  520. ],
  521. "authors": [
  522. {
  523. "name": "Jakub Onderka",
  524. "email": "jakub.onderka@gmail.com",
  525. "homepage": "http://www.acci.cz"
  526. }
  527. ],
  528. "time": "2014-04-08T15:00:19+00:00"
  529. },
  530. {
  531. "name": "jakub-onderka/php-console-highlighter",
  532. "version": "v0.3.2",
  533. "source": {
  534. "type": "git",
  535. "url": "https://github.com/JakubOnderka/PHP-Console-Highlighter.git",
  536. "reference": "7daa75df45242c8d5b75a22c00a201e7954e4fb5"
  537. },
  538. "dist": {
  539. "type": "zip",
  540. "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Highlighter/zipball/7daa75df45242c8d5b75a22c00a201e7954e4fb5",
  541. "reference": "7daa75df45242c8d5b75a22c00a201e7954e4fb5",
  542. "shasum": ""
  543. },
  544. "require": {
  545. "jakub-onderka/php-console-color": "~0.1",
  546. "php": ">=5.3.0"
  547. },
  548. "require-dev": {
  549. "jakub-onderka/php-code-style": "~1.0",
  550. "jakub-onderka/php-parallel-lint": "~0.5",
  551. "jakub-onderka/php-var-dump-check": "~0.1",
  552. "phpunit/phpunit": "~4.0",
  553. "squizlabs/php_codesniffer": "~1.5"
  554. },
  555. "type": "library",
  556. "autoload": {
  557. "psr-0": {
  558. "JakubOnderka\\PhpConsoleHighlighter": "src/"
  559. }
  560. },
  561. "notification-url": "https://packagist.org/downloads/",
  562. "license": [
  563. "MIT"
  564. ],
  565. "authors": [
  566. {
  567. "name": "Jakub Onderka",
  568. "email": "acci@acci.cz",
  569. "homepage": "http://www.acci.cz/"
  570. }
  571. ],
  572. "time": "2015-04-20T18:58:01+00:00"
  573. },
  574. {
  575. "name": "jeremeamia/SuperClosure",
  576. "version": "2.4.0",
  577. "source": {
  578. "type": "git",
  579. "url": "https://github.com/jeremeamia/super_closure.git",
  580. "reference": "5707d5821b30b9a07acfb4d76949784aaa0e9ce9"
  581. },
  582. "dist": {
  583. "type": "zip",
  584. "url": "https://api.github.com/repos/jeremeamia/super_closure/zipball/5707d5821b30b9a07acfb4d76949784aaa0e9ce9",
  585. "reference": "5707d5821b30b9a07acfb4d76949784aaa0e9ce9",
  586. "shasum": ""
  587. },
  588. "require": {
  589. "nikic/php-parser": "^1.2|^2.0|^3.0|^4.0",
  590. "php": ">=5.4",
  591. "symfony/polyfill-php56": "^1.0"
  592. },
  593. "require-dev": {
  594. "phpunit/phpunit": "^4.0|^5.0"
  595. },
  596. "type": "library",
  597. "extra": {
  598. "branch-alias": {
  599. "dev-master": "2.4-dev"
  600. }
  601. },
  602. "autoload": {
  603. "psr-4": {
  604. "SuperClosure\\": "src/"
  605. }
  606. },
  607. "notification-url": "https://packagist.org/downloads/",
  608. "license": [
  609. "MIT"
  610. ],
  611. "authors": [
  612. {
  613. "name": "Jeremy Lindblom",
  614. "email": "jeremeamia@gmail.com",
  615. "homepage": "https://github.com/jeremeamia",
  616. "role": "Developer"
  617. }
  618. ],
  619. "description": "Serialize Closure objects, including their context and binding",
  620. "homepage": "https://github.com/jeremeamia/super_closure",
  621. "keywords": [
  622. "closure",
  623. "function",
  624. "lambda",
  625. "parser",
  626. "serializable",
  627. "serialize",
  628. "tokenizer"
  629. ],
  630. "time": "2018-03-21T22:21:57+00:00"
  631. },
  632. {
  633. "name": "khill/lavacharts",
  634. "version": "3.0.8",
  635. "source": {
  636. "type": "git",
  637. "url": "https://github.com/kevinkhill/lavacharts.git",
  638. "reference": "ab4aa8d8bc3d68d0e86b3d59383a0aaee384c6f5"
  639. },
  640. "dist": {
  641. "type": "zip",
  642. "url": "https://api.github.com/repos/kevinkhill/lavacharts/zipball/ab4aa8d8bc3d68d0e86b3d59383a0aaee384c6f5",
  643. "reference": "ab4aa8d8bc3d68d0e86b3d59383a0aaee384c6f5",
  644. "shasum": ""
  645. },
  646. "require": {
  647. "nesbot/carbon": "~1.14",
  648. "php": ">=5.4.0"
  649. },
  650. "require-dev": {
  651. "illuminate/support": "5.0.*",
  652. "mockery/mockery": "~0.9",
  653. "mybuilder/phpunit-accelerator": "~1.1",
  654. "phpunit/phpunit": "~4.5",
  655. "satooshi/php-coveralls": "~1.0",
  656. "squizlabs/php_codesniffer": "~2.5"
  657. },
  658. "suggest": {
  659. "khill/datatableplus": "Adds extra features to DataTables such as csv and laravel collection parsing."
  660. },
  661. "type": "library",
  662. "autoload": {
  663. "psr-4": {
  664. "Khill\\Lavacharts\\": "src/"
  665. }
  666. },
  667. "notification-url": "https://packagist.org/downloads/",
  668. "license": [
  669. "MIT"
  670. ],
  671. "authors": [
  672. {
  673. "name": "Kevin Hill",
  674. "email": "kevinkhill@gmail.com",
  675. "role": "Creator"
  676. },
  677. {
  678. "name": "deringer",
  679. "homepage": "https://github.com/deringer",
  680. "role": "Contributor"
  681. },
  682. {
  683. "name": "stevebauman",
  684. "homepage": "https://github.com/stevebauman",
  685. "role": "Contributor"
  686. },
  687. {
  688. "name": "rajivseelam",
  689. "homepage": "https://github.com/rajivseelam",
  690. "role": "Contributor"
  691. },
  692. {
  693. "name": "tobias-kuendig",
  694. "homepage": "https://github.com/tobias-kuendig",
  695. "role": "Contributor"
  696. },
  697. {
  698. "name": "Stonos",
  699. "homepage": "https://github.com/Stonos",
  700. "role": "Contributor"
  701. },
  702. {
  703. "name": "MicahKV",
  704. "email": "micah138@yahoo.com",
  705. "role": "Contributor"
  706. },
  707. {
  708. "name": "SendDerek",
  709. "homepage": "https://github.com/SendDerek",
  710. "role": "Contributor"
  711. }
  712. ],
  713. "description": "PHP wrapper library for the Google Chart API",
  714. "homepage": "http://lavacharts.com",
  715. "keywords": [
  716. "charts",
  717. "google",
  718. "graphs"
  719. ],
  720. "time": "2017-03-14T13:36:30+00:00"
  721. },
  722. {
  723. "name": "laravel/framework",
  724. "version": "v5.6.28",
  725. "source": {
  726. "type": "git",
  727. "url": "https://github.com/laravel/framework.git",
  728. "reference": "40ba2ee0e61cb4bc3c9f1dab04908e6acf06b86f"
  729. },
  730. "dist": {
  731. "type": "zip",
  732. "url": "https://api.github.com/repos/laravel/framework/zipball/40ba2ee0e61cb4bc3c9f1dab04908e6acf06b86f",
  733. "reference": "40ba2ee0e61cb4bc3c9f1dab04908e6acf06b86f",
  734. "shasum": ""
  735. },
  736. "require": {
  737. "doctrine/inflector": "~1.1",
  738. "dragonmantank/cron-expression": "~2.0",
  739. "erusev/parsedown": "~1.7",
  740. "ext-mbstring": "*",
  741. "ext-openssl": "*",
  742. "league/flysystem": "^1.0.8",
  743. "monolog/monolog": "~1.12",
  744. "nesbot/carbon": "1.25.*",
  745. "php": "^7.1.3",
  746. "psr/container": "~1.0",
  747. "psr/simple-cache": "^1.0",
  748. "ramsey/uuid": "^3.7",
  749. "swiftmailer/swiftmailer": "~6.0",
  750. "symfony/console": "~4.0",
  751. "symfony/debug": "~4.0",
  752. "symfony/finder": "~4.0",
  753. "symfony/http-foundation": "~4.0",
  754. "symfony/http-kernel": "~4.0",
  755. "symfony/process": "~4.0",
  756. "symfony/routing": "~4.0",
  757. "symfony/var-dumper": "~4.0",
  758. "tijsverkoyen/css-to-inline-styles": "^2.2.1",
  759. "vlucas/phpdotenv": "~2.2"
  760. },
  761. "conflict": {
  762. "tightenco/collect": "<5.5.33"
  763. },
  764. "replace": {
  765. "illuminate/auth": "self.version",
  766. "illuminate/broadcasting": "self.version",
  767. "illuminate/bus": "self.version",
  768. "illuminate/cache": "self.version",
  769. "illuminate/config": "self.version",
  770. "illuminate/console": "self.version",
  771. "illuminate/container": "self.version",
  772. "illuminate/contracts": "self.version",
  773. "illuminate/cookie": "self.version",
  774. "illuminate/database": "self.version",
  775. "illuminate/encryption": "self.version",
  776. "illuminate/events": "self.version",
  777. "illuminate/filesystem": "self.version",
  778. "illuminate/hashing": "self.version",
  779. "illuminate/http": "self.version",
  780. "illuminate/log": "self.version",
  781. "illuminate/mail": "self.version",
  782. "illuminate/notifications": "self.version",
  783. "illuminate/pagination": "self.version",
  784. "illuminate/pipeline": "self.version",
  785. "illuminate/queue": "self.version",
  786. "illuminate/redis": "self.version",
  787. "illuminate/routing": "self.version",
  788. "illuminate/session": "self.version",
  789. "illuminate/support": "self.version",
  790. "illuminate/translation": "self.version",
  791. "illuminate/validation": "self.version",
  792. "illuminate/view": "self.version"
  793. },
  794. "require-dev": {
  795. "aws/aws-sdk-php": "~3.0",
  796. "doctrine/dbal": "~2.6",
  797. "filp/whoops": "^2.1.4",
  798. "league/flysystem-cached-adapter": "~1.0",
  799. "mockery/mockery": "~1.0",
  800. "moontoast/math": "^1.1",
  801. "orchestra/testbench-core": "3.6.*",
  802. "pda/pheanstalk": "~3.0",
  803. "phpunit/phpunit": "~7.0",
  804. "predis/predis": "^1.1.1",
  805. "symfony/css-selector": "~4.0",
  806. "symfony/dom-crawler": "~4.0"
  807. },
  808. "suggest": {
  809. "aws/aws-sdk-php": "Required to use the SQS queue driver and SES mail driver (~3.0).",
  810. "doctrine/dbal": "Required to rename columns and drop SQLite columns (~2.6).",
  811. "ext-pcntl": "Required to use all features of the queue worker.",
  812. "ext-posix": "Required to use all features of the queue worker.",
  813. "fzaninotto/faker": "Required to use the eloquent factory builder (~1.4).",
  814. "guzzlehttp/guzzle": "Required to use the Mailgun and Mandrill mail drivers and the ping methods on schedules (~6.0).",
  815. "laravel/tinker": "Required to use the tinker console command (~1.0).",
  816. "league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (~1.0).",
  817. "league/flysystem-cached-adapter": "Required to use the Flysystem cache (~1.0).",
  818. "league/flysystem-rackspace": "Required to use the Flysystem Rackspace driver (~1.0).",
  819. "league/flysystem-sftp": "Required to use the Flysystem SFTP driver (~1.0).",
  820. "nexmo/client": "Required to use the Nexmo transport (~1.0).",
  821. "pda/pheanstalk": "Required to use the beanstalk queue driver (~3.0).",
  822. "predis/predis": "Required to use the redis cache and queue drivers (~1.0).",
  823. "pusher/pusher-php-server": "Required to use the Pusher broadcast driver (~3.0).",
  824. "symfony/css-selector": "Required to use some of the crawler integration testing tools (~4.0).",
  825. "symfony/dom-crawler": "Required to use most of the crawler integration testing tools (~4.0).",
  826. "symfony/psr-http-message-bridge": "Required to psr7 bridging features (~1.0)."
  827. },
  828. "type": "library",
  829. "extra": {
  830. "branch-alias": {
  831. "dev-master": "5.6-dev"
  832. }
  833. },
  834. "autoload": {
  835. "files": [
  836. "src/Illuminate/Foundation/helpers.php",
  837. "src/Illuminate/Support/helpers.php"
  838. ],
  839. "psr-4": {
  840. "Illuminate\\": "src/Illuminate/"
  841. }
  842. },
  843. "notification-url": "https://packagist.org/downloads/",
  844. "license": [
  845. "MIT"
  846. ],
  847. "authors": [
  848. {
  849. "name": "Taylor Otwell",
  850. "email": "taylor@laravel.com"
  851. }
  852. ],
  853. "description": "The Laravel Framework.",
  854. "homepage": "https://laravel.com",
  855. "keywords": [
  856. "framework",
  857. "laravel"
  858. ],
  859. "time": "2018-07-17T14:15:36+00:00"
  860. },
  861. {
  862. "name": "laravel/tinker",
  863. "version": "v1.0.7",
  864. "source": {
  865. "type": "git",
  866. "url": "https://github.com/laravel/tinker.git",
  867. "reference": "e3086ee8cb1f54a39ae8dcb72d1c37d10128997d"
  868. },
  869. "dist": {
  870. "type": "zip",
  871. "url": "https://api.github.com/repos/laravel/tinker/zipball/e3086ee8cb1f54a39ae8dcb72d1c37d10128997d",
  872. "reference": "e3086ee8cb1f54a39ae8dcb72d1c37d10128997d",
  873. "shasum": ""
  874. },
  875. "require": {
  876. "illuminate/console": "~5.1",
  877. "illuminate/contracts": "~5.1",
  878. "illuminate/support": "~5.1",
  879. "php": ">=5.5.9",
  880. "psy/psysh": "0.7.*|0.8.*|0.9.*",
  881. "symfony/var-dumper": "~3.0|~4.0"
  882. },
  883. "require-dev": {
  884. "phpunit/phpunit": "~4.0|~5.0"
  885. },
  886. "suggest": {
  887. "illuminate/database": "The Illuminate Database package (~5.1)."
  888. },
  889. "type": "library",
  890. "extra": {
  891. "branch-alias": {
  892. "dev-master": "1.0-dev"
  893. },
  894. "laravel": {
  895. "providers": [
  896. "Laravel\\Tinker\\TinkerServiceProvider"
  897. ]
  898. }
  899. },
  900. "autoload": {
  901. "psr-4": {
  902. "Laravel\\Tinker\\": "src/"
  903. }
  904. },
  905. "notification-url": "https://packagist.org/downloads/",
  906. "license": [
  907. "MIT"
  908. ],
  909. "authors": [
  910. {
  911. "name": "Taylor Otwell",
  912. "email": "taylor@laravel.com"
  913. }
  914. ],
  915. "description": "Powerful REPL for the Laravel framework.",
  916. "keywords": [
  917. "REPL",
  918. "Tinker",
  919. "laravel",
  920. "psysh"
  921. ],
  922. "time": "2018-05-17T13:42:07+00:00"
  923. },
  924. {
  925. "name": "laravelcollective/html",
  926. "version": "v5.6.10",
  927. "source": {
  928. "type": "git",
  929. "url": "https://github.com/LaravelCollective/html.git",
  930. "reference": "974605fcd22a7e4d19f0b2ef635a0d1d7400387d"
  931. },
  932. "dist": {
  933. "type": "zip",
  934. "url": "https://api.github.com/repos/LaravelCollective/html/zipball/974605fcd22a7e4d19f0b2ef635a0d1d7400387d",
  935. "reference": "974605fcd22a7e4d19f0b2ef635a0d1d7400387d",
  936. "shasum": ""
  937. },
  938. "require": {
  939. "illuminate/http": "5.6.*",
  940. "illuminate/routing": "5.6.*",
  941. "illuminate/session": "5.6.*",
  942. "illuminate/support": "5.6.*",
  943. "illuminate/view": "5.6.*",
  944. "php": ">=7.1.3"
  945. },
  946. "require-dev": {
  947. "illuminate/database": "5.6.*",
  948. "mockery/mockery": "~1.0",
  949. "phpunit/phpunit": "~7.1"
  950. },
  951. "type": "library",
  952. "extra": {
  953. "branch-alias": {
  954. "dev-master": "5.6-dev"
  955. },
  956. "laravel": {
  957. "providers": [
  958. "Collective\\Html\\HtmlServiceProvider"
  959. ],
  960. "aliases": {
  961. "Form": "Collective\\Html\\FormFacade",
  962. "Html": "Collective\\Html\\HtmlFacade"
  963. }
  964. }
  965. },
  966. "autoload": {
  967. "psr-4": {
  968. "Collective\\Html\\": "src/"
  969. },
  970. "files": [
  971. "src/helpers.php"
  972. ]
  973. },
  974. "notification-url": "https://packagist.org/downloads/",
  975. "license": [
  976. "MIT"
  977. ],
  978. "authors": [
  979. {
  980. "name": "Taylor Otwell",
  981. "email": "taylorotwell@gmail.com"
  982. },
  983. {
  984. "name": "Adam Engebretson",
  985. "email": "adam@laravelcollective.com"
  986. }
  987. ],
  988. "description": "HTML and Form Builders for the Laravel Framework",
  989. "homepage": "https://laravelcollective.com",
  990. "time": "2018-06-18T15:04:16+00:00"
  991. },
  992. {
  993. "name": "league/flysystem",
  994. "version": "1.0.45",
  995. "source": {
  996. "type": "git",
  997. "url": "https://github.com/thephpleague/flysystem.git",
  998. "reference": "a99f94e63b512d75f851b181afcdf0ee9ebef7e6"
  999. },
  1000. "dist": {
  1001. "type": "zip",
  1002. "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/a99f94e63b512d75f851b181afcdf0ee9ebef7e6",
  1003. "reference": "a99f94e63b512d75f851b181afcdf0ee9ebef7e6",
  1004. "shasum": ""
  1005. },
  1006. "require": {
  1007. "php": ">=5.5.9"
  1008. },
  1009. "conflict": {
  1010. "league/flysystem-sftp": "<1.0.6"
  1011. },
  1012. "require-dev": {
  1013. "ext-fileinfo": "*",
  1014. "phpspec/phpspec": "^3.4",
  1015. "phpunit/phpunit": "^5.7"
  1016. },
  1017. "suggest": {
  1018. "ext-fileinfo": "Required for MimeType",
  1019. "ext-ftp": "Allows you to use FTP server storage",
  1020. "ext-openssl": "Allows you to use FTPS server storage",
  1021. "league/flysystem-aws-s3-v2": "Allows you to use S3 storage with AWS SDK v2",
  1022. "league/flysystem-aws-s3-v3": "Allows you to use S3 storage with AWS SDK v3",
  1023. "league/flysystem-azure": "Allows you to use Windows Azure Blob storage",
  1024. "league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching",
  1025. "league/flysystem-eventable-filesystem": "Allows you to use EventableFilesystem",
  1026. "league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files",
  1027. "league/flysystem-sftp": "Allows you to use SFTP server storage via phpseclib",
  1028. "league/flysystem-webdav": "Allows you to use WebDAV storage",
  1029. "league/flysystem-ziparchive": "Allows you to use ZipArchive adapter",
  1030. "spatie/flysystem-dropbox": "Allows you to use Dropbox storage",
  1031. "srmklive/flysystem-dropbox-v2": "Allows you to use Dropbox storage for PHP 5 applications"
  1032. },
  1033. "type": "library",
  1034. "extra": {
  1035. "branch-alias": {
  1036. "dev-master": "1.1-dev"
  1037. }
  1038. },
  1039. "autoload": {
  1040. "psr-4": {
  1041. "League\\Flysystem\\": "src/"
  1042. }
  1043. },
  1044. "notification-url": "https://packagist.org/downloads/",
  1045. "license": [
  1046. "MIT"
  1047. ],
  1048. "authors": [
  1049. {
  1050. "name": "Frank de Jonge",
  1051. "email": "info@frenky.net"
  1052. }
  1053. ],
  1054. "description": "Filesystem abstraction: Many filesystems, one API.",
  1055. "keywords": [
  1056. "Cloud Files",
  1057. "WebDAV",
  1058. "abstraction",
  1059. "aws",
  1060. "cloud",
  1061. "copy.com",
  1062. "dropbox",
  1063. "file systems",
  1064. "files",
  1065. "filesystem",
  1066. "filesystems",
  1067. "ftp",
  1068. "rackspace",
  1069. "remote",
  1070. "s3",
  1071. "sftp",
  1072. "storage"
  1073. ],
  1074. "time": "2018-05-07T08:44:23+00:00"
  1075. },
  1076. {
  1077. "name": "maatwebsite/excel",
  1078. "version": "2.1.28",
  1079. "source": {
  1080. "type": "git",
  1081. "url": "https://github.com/Maatwebsite/Laravel-Excel.git",
  1082. "reference": "06e397a30595d1082963d6aa5ec0c3a9961d70c8"
  1083. },
  1084. "dist": {
  1085. "type": "zip",
  1086. "url": "https://api.github.com/repos/Maatwebsite/Laravel-Excel/zipball/06e397a30595d1082963d6aa5ec0c3a9961d70c8",
  1087. "reference": "06e397a30595d1082963d6aa5ec0c3a9961d70c8",
  1088. "shasum": ""
  1089. },
  1090. "require": {
  1091. "illuminate/cache": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*",
  1092. "illuminate/config": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*",
  1093. "illuminate/filesystem": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*",
  1094. "illuminate/support": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*",
  1095. "jeremeamia/superclosure": "^2.3",
  1096. "nesbot/carbon": "~1.0",
  1097. "php": ">=5.5",
  1098. "phpoffice/phpexcel": "^1.8.1",
  1099. "tijsverkoyen/css-to-inline-styles": "~2.0"
  1100. },
  1101. "require-dev": {
  1102. "mockery/mockery": "~1.0",
  1103. "orchestra/testbench": "3.1.*|3.2.*|3.3.*|3.4.*|3.5.*|3.6.*",
  1104. "phpseclib/phpseclib": "~1.0",
  1105. "phpunit/phpunit": "~4.0"
  1106. },
  1107. "suggest": {
  1108. "illuminate/http": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*",
  1109. "illuminate/queue": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*",
  1110. "illuminate/routing": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*",
  1111. "illuminate/view": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*"
  1112. },
  1113. "type": "library",
  1114. "extra": {
  1115. "laravel": {
  1116. "providers": [
  1117. "Maatwebsite\\Excel\\ExcelServiceProvider"
  1118. ],
  1119. "aliases": {
  1120. "Excel": "Maatwebsite\\Excel\\Facades\\Excel"
  1121. }
  1122. }
  1123. },
  1124. "autoload": {
  1125. "classmap": [
  1126. "src/Maatwebsite/Excel"
  1127. ],
  1128. "psr-0": {
  1129. "Maatwebsite\\Excel\\": "src/"
  1130. }
  1131. },
  1132. "notification-url": "https://packagist.org/downloads/",
  1133. "license": [
  1134. "MIT"
  1135. ],
  1136. "authors": [
  1137. {
  1138. "name": "Maatwebsite.nl",
  1139. "email": "patrick@maatwebsite.nl"
  1140. }
  1141. ],
  1142. "description": "An eloquent way of importing and exporting Excel and CSV in Laravel 4 with the power of PHPExcel",
  1143. "keywords": [
  1144. "PHPExcel",
  1145. "batch",
  1146. "csv",
  1147. "excel",
  1148. "export",
  1149. "import",
  1150. "laravel"
  1151. ],
  1152. "time": "2018-05-09T14:34:18+00:00"
  1153. },
  1154. {
  1155. "name": "monolog/monolog",
  1156. "version": "1.23.0",
  1157. "source": {
  1158. "type": "git",
  1159. "url": "https://github.com/Seldaek/monolog.git",
  1160. "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4"
  1161. },
  1162. "dist": {
  1163. "type": "zip",
  1164. "url": "https://api.github.com/repos/Seldaek/monolog/zipball/fd8c787753b3a2ad11bc60c063cff1358a32a3b4",
  1165. "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4",
  1166. "shasum": ""
  1167. },
  1168. "require": {
  1169. "php": ">=5.3.0",
  1170. "psr/log": "~1.0"
  1171. },
  1172. "provide": {
  1173. "psr/log-implementation": "1.0.0"
  1174. },
  1175. "require-dev": {
  1176. "aws/aws-sdk-php": "^2.4.9 || ^3.0",
  1177. "doctrine/couchdb": "~1.0@dev",
  1178. "graylog2/gelf-php": "~1.0",
  1179. "jakub-onderka/php-parallel-lint": "0.9",
  1180. "php-amqplib/php-amqplib": "~2.4",
  1181. "php-console/php-console": "^3.1.3",
  1182. "phpunit/phpunit": "~4.5",
  1183. "phpunit/phpunit-mock-objects": "2.3.0",
  1184. "ruflin/elastica": ">=0.90 <3.0",
  1185. "sentry/sentry": "^0.13",
  1186. "swiftmailer/swiftmailer": "^5.3|^6.0"
  1187. },
  1188. "suggest": {
  1189. "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
  1190. "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
  1191. "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
  1192. "ext-mongo": "Allow sending log messages to a MongoDB server",
  1193. "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
  1194. "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
  1195. "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
  1196. "php-console/php-console": "Allow sending log messages to Google Chrome",
  1197. "rollbar/rollbar": "Allow sending log messages to Rollbar",
  1198. "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
  1199. "sentry/sentry": "Allow sending log messages to a Sentry server"
  1200. },
  1201. "type": "library",
  1202. "extra": {
  1203. "branch-alias": {
  1204. "dev-master": "2.0.x-dev"
  1205. }
  1206. },
  1207. "autoload": {
  1208. "psr-4": {
  1209. "Monolog\\": "src/Monolog"
  1210. }
  1211. },
  1212. "notification-url": "https://packagist.org/downloads/",
  1213. "license": [
  1214. "MIT"
  1215. ],
  1216. "authors": [
  1217. {
  1218. "name": "Jordi Boggiano",
  1219. "email": "j.boggiano@seld.be",
  1220. "homepage": "http://seld.be"
  1221. }
  1222. ],
  1223. "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
  1224. "homepage": "http://github.com/Seldaek/monolog",
  1225. "keywords": [
  1226. "log",
  1227. "logging",
  1228. "psr-3"
  1229. ],
  1230. "time": "2017-06-19T01:22:40+00:00"
  1231. },
  1232. {
  1233. "name": "nesbot/carbon",
  1234. "version": "1.25.0",
  1235. "source": {
  1236. "type": "git",
  1237. "url": "https://github.com/briannesbitt/Carbon.git",
  1238. "reference": "cbcf13da0b531767e39eb86e9687f5deba9857b4"
  1239. },
  1240. "dist": {
  1241. "type": "zip",
  1242. "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/cbcf13da0b531767e39eb86e9687f5deba9857b4",
  1243. "reference": "cbcf13da0b531767e39eb86e9687f5deba9857b4",
  1244. "shasum": ""
  1245. },
  1246. "require": {
  1247. "php": ">=5.3.9",
  1248. "symfony/translation": "~2.6 || ~3.0 || ~4.0"
  1249. },
  1250. "require-dev": {
  1251. "friendsofphp/php-cs-fixer": "~2",
  1252. "phpunit/phpunit": "^4.8.35 || ^5.7"
  1253. },
  1254. "type": "library",
  1255. "extra": {
  1256. "branch-alias": {
  1257. "dev-master": "1.23-dev"
  1258. }
  1259. },
  1260. "autoload": {
  1261. "psr-4": {
  1262. "Carbon\\": "src/Carbon/"
  1263. }
  1264. },
  1265. "notification-url": "https://packagist.org/downloads/",
  1266. "license": [
  1267. "MIT"
  1268. ],
  1269. "authors": [
  1270. {
  1271. "name": "Brian Nesbitt",
  1272. "email": "brian@nesbot.com",
  1273. "homepage": "http://nesbot.com"
  1274. }
  1275. ],
  1276. "description": "A simple API extension for DateTime.",
  1277. "homepage": "http://carbon.nesbot.com",
  1278. "keywords": [
  1279. "date",
  1280. "datetime",
  1281. "time"
  1282. ],
  1283. "time": "2018-03-19T15:50:49+00:00"
  1284. },
  1285. {
  1286. "name": "nikic/php-parser",
  1287. "version": "v4.0.3",
  1288. "source": {
  1289. "type": "git",
  1290. "url": "https://github.com/nikic/PHP-Parser.git",
  1291. "reference": "bd088dc940a418f09cda079a9b5c7c478890fb8d"
  1292. },
  1293. "dist": {
  1294. "type": "zip",
  1295. "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/bd088dc940a418f09cda079a9b5c7c478890fb8d",
  1296. "reference": "bd088dc940a418f09cda079a9b5c7c478890fb8d",
  1297. "shasum": ""
  1298. },
  1299. "require": {
  1300. "ext-tokenizer": "*",
  1301. "php": ">=7.0"
  1302. },
  1303. "require-dev": {
  1304. "phpunit/phpunit": "^6.5 || ^7.0"
  1305. },
  1306. "bin": [
  1307. "bin/php-parse"
  1308. ],
  1309. "type": "library",
  1310. "extra": {
  1311. "branch-alias": {
  1312. "dev-master": "4.0-dev"
  1313. }
  1314. },
  1315. "autoload": {
  1316. "psr-4": {
  1317. "PhpParser\\": "lib/PhpParser"
  1318. }
  1319. },
  1320. "notification-url": "https://packagist.org/downloads/",
  1321. "license": [
  1322. "BSD-3-Clause"
  1323. ],
  1324. "authors": [
  1325. {
  1326. "name": "Nikita Popov"
  1327. }
  1328. ],
  1329. "description": "A PHP parser written in PHP",
  1330. "keywords": [
  1331. "parser",
  1332. "php"
  1333. ],
  1334. "time": "2018-07-15T17:25:16+00:00"
  1335. },
  1336. {
  1337. "name": "paragonie/random_compat",
  1338. "version": "v9.99.99",
  1339. "source": {
  1340. "type": "git",
  1341. "url": "https://github.com/paragonie/random_compat.git",
  1342. "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95"
  1343. },
  1344. "dist": {
  1345. "type": "zip",
  1346. "url": "https://api.github.com/repos/paragonie/random_compat/zipball/84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
  1347. "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
  1348. "shasum": ""
  1349. },
  1350. "require": {
  1351. "php": "^7"
  1352. },
  1353. "require-dev": {
  1354. "phpunit/phpunit": "4.*|5.*",
  1355. "vimeo/psalm": "^1"
  1356. },
  1357. "suggest": {
  1358. "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
  1359. },
  1360. "type": "library",
  1361. "notification-url": "https://packagist.org/downloads/",
  1362. "license": [
  1363. "MIT"
  1364. ],
  1365. "authors": [
  1366. {
  1367. "name": "Paragon Initiative Enterprises",
  1368. "email": "security@paragonie.com",
  1369. "homepage": "https://paragonie.com"
  1370. }
  1371. ],
  1372. "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
  1373. "keywords": [
  1374. "csprng",
  1375. "polyfill",
  1376. "pseudorandom",
  1377. "random"
  1378. ],
  1379. "time": "2018-07-02T15:55:56+00:00"
  1380. },
  1381. {
  1382. "name": "phenx/php-font-lib",
  1383. "version": "0.5.1",
  1384. "source": {
  1385. "type": "git",
  1386. "url": "https://github.com/PhenX/php-font-lib.git",
  1387. "reference": "760148820110a1ae0936e5cc35851e25a938bc97"
  1388. },
  1389. "dist": {
  1390. "type": "zip",
  1391. "url": "https://api.github.com/repos/PhenX/php-font-lib/zipball/760148820110a1ae0936e5cc35851e25a938bc97",
  1392. "reference": "760148820110a1ae0936e5cc35851e25a938bc97",
  1393. "shasum": ""
  1394. },
  1395. "require-dev": {
  1396. "phpunit/phpunit": "^4.8"
  1397. },
  1398. "type": "library",
  1399. "autoload": {
  1400. "psr-4": {
  1401. "FontLib\\": "src/FontLib"
  1402. }
  1403. },
  1404. "notification-url": "https://packagist.org/downloads/",
  1405. "license": [
  1406. "LGPL-3.0"
  1407. ],
  1408. "authors": [
  1409. {
  1410. "name": "Fabien Ménager",
  1411. "email": "fabien.menager@gmail.com"
  1412. }
  1413. ],
  1414. "description": "A library to read, parse, export and make subsets of different types of font files.",
  1415. "homepage": "https://github.com/PhenX/php-font-lib",
  1416. "time": "2017-09-13T16:14:37+00:00"
  1417. },
  1418. {
  1419. "name": "phenx/php-svg-lib",
  1420. "version": "v0.3.2",
  1421. "source": {
  1422. "type": "git",
  1423. "url": "https://github.com/PhenX/php-svg-lib.git",
  1424. "reference": "ccc46ef6340d4b8a4a68047e68d8501ea961442c"
  1425. },
  1426. "dist": {
  1427. "type": "zip",
  1428. "url": "https://api.github.com/repos/PhenX/php-svg-lib/zipball/ccc46ef6340d4b8a4a68047e68d8501ea961442c",
  1429. "reference": "ccc46ef6340d4b8a4a68047e68d8501ea961442c",
  1430. "shasum": ""
  1431. },
  1432. "require": {
  1433. "sabberworm/php-css-parser": "8.1.*"
  1434. },
  1435. "require-dev": {
  1436. "phpunit/phpunit": "~5.0"
  1437. },
  1438. "type": "library",
  1439. "autoload": {
  1440. "psr-0": {
  1441. "Svg\\": "src/"
  1442. }
  1443. },
  1444. "notification-url": "https://packagist.org/downloads/",
  1445. "license": [
  1446. "LGPL-3.0"
  1447. ],
  1448. "authors": [
  1449. {
  1450. "name": "Fabien Ménager",
  1451. "email": "fabien.menager@gmail.com"
  1452. }
  1453. ],
  1454. "description": "A library to read, parse and export to PDF SVG files.",
  1455. "homepage": "https://github.com/PhenX/php-svg-lib",
  1456. "time": "2018-06-03T10:10:03+00:00"
  1457. },
  1458. {
  1459. "name": "phpoffice/phpexcel",
  1460. "version": "1.8.1",
  1461. "source": {
  1462. "type": "git",
  1463. "url": "https://github.com/PHPOffice/PHPExcel.git",
  1464. "reference": "372c7cbb695a6f6f1e62649381aeaa37e7e70b32"
  1465. },
  1466. "dist": {
  1467. "type": "zip",
  1468. "url": "https://api.github.com/repos/PHPOffice/PHPExcel/zipball/372c7cbb695a6f6f1e62649381aeaa37e7e70b32",
  1469. "reference": "372c7cbb695a6f6f1e62649381aeaa37e7e70b32",
  1470. "shasum": ""
  1471. },
  1472. "require": {
  1473. "ext-xml": "*",
  1474. "ext-xmlwriter": "*",
  1475. "php": ">=5.2.0"
  1476. },
  1477. "type": "library",
  1478. "autoload": {
  1479. "psr-0": {
  1480. "PHPExcel": "Classes/"
  1481. }
  1482. },
  1483. "notification-url": "https://packagist.org/downloads/",
  1484. "license": [
  1485. "LGPL"
  1486. ],
  1487. "authors": [
  1488. {
  1489. "name": "Maarten Balliauw",
  1490. "homepage": "http://blog.maartenballiauw.be"
  1491. },
  1492. {
  1493. "name": "Mark Baker"
  1494. },
  1495. {
  1496. "name": "Franck Lefevre",
  1497. "homepage": "http://blog.rootslabs.net"
  1498. },
  1499. {
  1500. "name": "Erik Tilt"
  1501. }
  1502. ],
  1503. "description": "PHPExcel - OpenXML - Read, Create and Write Spreadsheet documents in PHP - Spreadsheet engine",
  1504. "homepage": "http://phpexcel.codeplex.com",
  1505. "keywords": [
  1506. "OpenXML",
  1507. "excel",
  1508. "php",
  1509. "spreadsheet",
  1510. "xls",
  1511. "xlsx"
  1512. ],
  1513. "abandoned": "phpoffice/phpspreadsheet",
  1514. "time": "2015-05-01T07:00:55+00:00"
  1515. },
  1516. {
  1517. "name": "psr/container",
  1518. "version": "1.0.0",
  1519. "source": {
  1520. "type": "git",
  1521. "url": "https://github.com/php-fig/container.git",
  1522. "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
  1523. },
  1524. "dist": {
  1525. "type": "zip",
  1526. "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
  1527. "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
  1528. "shasum": ""
  1529. },
  1530. "require": {
  1531. "php": ">=5.3.0"
  1532. },
  1533. "type": "library",
  1534. "extra": {
  1535. "branch-alias": {
  1536. "dev-master": "1.0.x-dev"
  1537. }
  1538. },
  1539. "autoload": {
  1540. "psr-4": {
  1541. "Psr\\Container\\": "src/"
  1542. }
  1543. },
  1544. "notification-url": "https://packagist.org/downloads/",
  1545. "license": [
  1546. "MIT"
  1547. ],
  1548. "authors": [
  1549. {
  1550. "name": "PHP-FIG",
  1551. "homepage": "http://www.php-fig.org/"
  1552. }
  1553. ],
  1554. "description": "Common Container Interface (PHP FIG PSR-11)",
  1555. "homepage": "https://github.com/php-fig/container",
  1556. "keywords": [
  1557. "PSR-11",
  1558. "container",
  1559. "container-interface",
  1560. "container-interop",
  1561. "psr"
  1562. ],
  1563. "time": "2017-02-14T16:28:37+00:00"
  1564. },
  1565. {
  1566. "name": "psr/log",
  1567. "version": "1.0.2",
  1568. "source": {
  1569. "type": "git",
  1570. "url": "https://github.com/php-fig/log.git",
  1571. "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
  1572. },
  1573. "dist": {
  1574. "type": "zip",
  1575. "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
  1576. "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
  1577. "shasum": ""
  1578. },
  1579. "require": {
  1580. "php": ">=5.3.0"
  1581. },
  1582. "type": "library",
  1583. "extra": {
  1584. "branch-alias": {
  1585. "dev-master": "1.0.x-dev"
  1586. }
  1587. },
  1588. "autoload": {
  1589. "psr-4": {
  1590. "Psr\\Log\\": "Psr/Log/"
  1591. }
  1592. },
  1593. "notification-url": "https://packagist.org/downloads/",
  1594. "license": [
  1595. "MIT"
  1596. ],
  1597. "authors": [
  1598. {
  1599. "name": "PHP-FIG",
  1600. "homepage": "http://www.php-fig.org/"
  1601. }
  1602. ],
  1603. "description": "Common interface for logging libraries",
  1604. "homepage": "https://github.com/php-fig/log",
  1605. "keywords": [
  1606. "log",
  1607. "psr",
  1608. "psr-3"
  1609. ],
  1610. "time": "2016-10-10T12:19:37+00:00"
  1611. },
  1612. {
  1613. "name": "psr/simple-cache",
  1614. "version": "1.0.1",
  1615. "source": {
  1616. "type": "git",
  1617. "url": "https://github.com/php-fig/simple-cache.git",
  1618. "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
  1619. },
  1620. "dist": {
  1621. "type": "zip",
  1622. "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
  1623. "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
  1624. "shasum": ""
  1625. },
  1626. "require": {
  1627. "php": ">=5.3.0"
  1628. },
  1629. "type": "library",
  1630. "extra": {
  1631. "branch-alias": {
  1632. "dev-master": "1.0.x-dev"
  1633. }
  1634. },
  1635. "autoload": {
  1636. "psr-4": {
  1637. "Psr\\SimpleCache\\": "src/"
  1638. }
  1639. },
  1640. "notification-url": "https://packagist.org/downloads/",
  1641. "license": [
  1642. "MIT"
  1643. ],
  1644. "authors": [
  1645. {
  1646. "name": "PHP-FIG",
  1647. "homepage": "http://www.php-fig.org/"
  1648. }
  1649. ],
  1650. "description": "Common interfaces for simple caching",
  1651. "keywords": [
  1652. "cache",
  1653. "caching",
  1654. "psr",
  1655. "psr-16",
  1656. "simple-cache"
  1657. ],
  1658. "time": "2017-10-23T01:57:42+00:00"
  1659. },
  1660. {
  1661. "name": "psy/psysh",
  1662. "version": "v0.9.6",
  1663. "source": {
  1664. "type": "git",
  1665. "url": "https://github.com/bobthecow/psysh.git",
  1666. "reference": "4a2ce86f199d51b6e2524214dc06835e872f4fce"
  1667. },
  1668. "dist": {
  1669. "type": "zip",
  1670. "url": "https://api.github.com/repos/bobthecow/psysh/zipball/4a2ce86f199d51b6e2524214dc06835e872f4fce",
  1671. "reference": "4a2ce86f199d51b6e2524214dc06835e872f4fce",
  1672. "shasum": ""
  1673. },
  1674. "require": {
  1675. "dnoegel/php-xdg-base-dir": "0.1",
  1676. "jakub-onderka/php-console-highlighter": "0.3.*",
  1677. "nikic/php-parser": "~1.3|~2.0|~3.0|~4.0",
  1678. "php": ">=5.4.0",
  1679. "symfony/console": "~2.3.10|^2.4.2|~3.0|~4.0",
  1680. "symfony/var-dumper": "~2.7|~3.0|~4.0"
  1681. },
  1682. "require-dev": {
  1683. "bamarni/composer-bin-plugin": "^1.2",
  1684. "hoa/console": "~2.15|~3.16",
  1685. "phpunit/phpunit": "~4.8.35|~5.0|~6.0|~7.0"
  1686. },
  1687. "suggest": {
  1688. "ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)",
  1689. "ext-pdo-sqlite": "The doc command requires SQLite to work.",
  1690. "ext-posix": "If you have PCNTL, you'll want the POSIX extension as well.",
  1691. "ext-readline": "Enables support for arrow-key history navigation, and showing and manipulating command history.",
  1692. "hoa/console": "A pure PHP readline implementation. You'll want this if your PHP install doesn't already support readline or libedit."
  1693. },
  1694. "bin": [
  1695. "bin/psysh"
  1696. ],
  1697. "type": "library",
  1698. "extra": {
  1699. "branch-alias": {
  1700. "dev-develop": "0.9.x-dev"
  1701. }
  1702. },
  1703. "autoload": {
  1704. "files": [
  1705. "src/functions.php"
  1706. ],
  1707. "psr-4": {
  1708. "Psy\\": "src/"
  1709. }
  1710. },
  1711. "notification-url": "https://packagist.org/downloads/",
  1712. "license": [
  1713. "MIT"
  1714. ],
  1715. "authors": [
  1716. {
  1717. "name": "Justin Hileman",
  1718. "email": "justin@justinhileman.info",
  1719. "homepage": "http://justinhileman.com"
  1720. }
  1721. ],
  1722. "description": "An interactive shell for modern PHP.",
  1723. "homepage": "http://psysh.org",
  1724. "keywords": [
  1725. "REPL",
  1726. "console",
  1727. "interactive",
  1728. "shell"
  1729. ],
  1730. "time": "2018-06-10T17:57:20+00:00"
  1731. },
  1732. {
  1733. "name": "pusher/pusher-php-server",
  1734. "version": "v3.1.1",
  1735. "source": {
  1736. "type": "git",
  1737. "url": "https://github.com/pusher/pusher-http-php.git",
  1738. "reference": "d9260b2d11e4ad45a9f1c95269b18e16b2518447"
  1739. },
  1740. "dist": {
  1741. "type": "zip",
  1742. "url": "https://api.github.com/repos/pusher/pusher-http-php/zipball/d9260b2d11e4ad45a9f1c95269b18e16b2518447",
  1743. "reference": "d9260b2d11e4ad45a9f1c95269b18e16b2518447",
  1744. "shasum": ""
  1745. },
  1746. "require": {
  1747. "ext-curl": "*",
  1748. "php": "^5.4 || ^7.0",
  1749. "psr/log": "^1.0"
  1750. },
  1751. "require-dev": {
  1752. "phpunit/phpunit": "^4.8 || ^5.7"
  1753. },
  1754. "type": "library",
  1755. "extra": {
  1756. "branch-alias": {
  1757. "dev-master": "3.0-dev"
  1758. }
  1759. },
  1760. "autoload": {
  1761. "psr-4": {
  1762. "Pusher\\": "src/"
  1763. }
  1764. },
  1765. "notification-url": "https://packagist.org/downloads/",
  1766. "license": [
  1767. "MIT"
  1768. ],
  1769. "description": "Library for interacting with the Pusher REST API",
  1770. "keywords": [
  1771. "events",
  1772. "messaging",
  1773. "php-pusher-server",
  1774. "publish",
  1775. "push",
  1776. "pusher",
  1777. "real time",
  1778. "real-time",
  1779. "realtime",
  1780. "rest",
  1781. "trigger"
  1782. ],
  1783. "time": "2018-07-13T13:24:54+00:00"
  1784. },
  1785. {
  1786. "name": "ramsey/uuid",
  1787. "version": "3.8.0",
  1788. "source": {
  1789. "type": "git",
  1790. "url": "https://github.com/ramsey/uuid.git",
  1791. "reference": "d09ea80159c1929d75b3f9c60504d613aeb4a1e3"
  1792. },
  1793. "dist": {
  1794. "type": "zip",
  1795. "url": "https://api.github.com/repos/ramsey/uuid/zipball/d09ea80159c1929d75b3f9c60504d613aeb4a1e3",
  1796. "reference": "d09ea80159c1929d75b3f9c60504d613aeb4a1e3",
  1797. "shasum": ""
  1798. },
  1799. "require": {
  1800. "paragonie/random_compat": "^1.0|^2.0|9.99.99",
  1801. "php": "^5.4 || ^7.0",
  1802. "symfony/polyfill-ctype": "^1.8"
  1803. },
  1804. "replace": {
  1805. "rhumsaa/uuid": "self.version"
  1806. },
  1807. "require-dev": {
  1808. "codeception/aspect-mock": "^1.0 | ~2.0.0",
  1809. "doctrine/annotations": "~1.2.0",
  1810. "goaop/framework": "1.0.0-alpha.2 | ^1.0 | ~2.1.0",
  1811. "ircmaxell/random-lib": "^1.1",
  1812. "jakub-onderka/php-parallel-lint": "^0.9.0",
  1813. "mockery/mockery": "^0.9.9",
  1814. "moontoast/math": "^1.1",
  1815. "php-mock/php-mock-phpunit": "^0.3|^1.1",
  1816. "phpunit/phpunit": "^4.7|^5.0|^6.5",
  1817. "squizlabs/php_codesniffer": "^2.3"
  1818. },
  1819. "suggest": {
  1820. "ext-ctype": "Provides support for PHP Ctype functions",
  1821. "ext-libsodium": "Provides the PECL libsodium extension for use with the SodiumRandomGenerator",
  1822. "ext-uuid": "Provides the PECL UUID extension for use with the PeclUuidTimeGenerator and PeclUuidRandomGenerator",
  1823. "ircmaxell/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
  1824. "moontoast/math": "Provides support for converting UUID to 128-bit integer (in string form).",
  1825. "ramsey/uuid-console": "A console application for generating UUIDs with ramsey/uuid",
  1826. "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
  1827. },
  1828. "type": "library",
  1829. "extra": {
  1830. "branch-alias": {
  1831. "dev-master": "3.x-dev"
  1832. }
  1833. },
  1834. "autoload": {
  1835. "psr-4": {
  1836. "Ramsey\\Uuid\\": "src/"
  1837. }
  1838. },
  1839. "notification-url": "https://packagist.org/downloads/",
  1840. "license": [
  1841. "MIT"
  1842. ],
  1843. "authors": [
  1844. {
  1845. "name": "Marijn Huizendveld",
  1846. "email": "marijn.huizendveld@gmail.com"
  1847. },
  1848. {
  1849. "name": "Thibaud Fabre",
  1850. "email": "thibaud@aztech.io"
  1851. },
  1852. {
  1853. "name": "Ben Ramsey",
  1854. "email": "ben@benramsey.com",
  1855. "homepage": "https://benramsey.com"
  1856. }
  1857. ],
  1858. "description": "Formerly rhumsaa/uuid. A PHP 5.4+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).",
  1859. "homepage": "https://github.com/ramsey/uuid",
  1860. "keywords": [
  1861. "guid",
  1862. "identifier",
  1863. "uuid"
  1864. ],
  1865. "time": "2018-07-19T23:38:55+00:00"
  1866. },
  1867. {
  1868. "name": "sabberworm/php-css-parser",
  1869. "version": "8.1.0",
  1870. "source": {
  1871. "type": "git",
  1872. "url": "https://github.com/sabberworm/PHP-CSS-Parser.git",
  1873. "reference": "850cbbcbe7fbb155387a151ea562897a67e242ef"
  1874. },
  1875. "dist": {
  1876. "type": "zip",
  1877. "url": "https://api.github.com/repos/sabberworm/PHP-CSS-Parser/zipball/850cbbcbe7fbb155387a151ea562897a67e242ef",
  1878. "reference": "850cbbcbe7fbb155387a151ea562897a67e242ef",
  1879. "shasum": ""
  1880. },
  1881. "require": {
  1882. "php": ">=5.3.2"
  1883. },
  1884. "require-dev": {
  1885. "phpunit/phpunit": "*"
  1886. },
  1887. "type": "library",
  1888. "autoload": {
  1889. "psr-0": {
  1890. "Sabberworm\\CSS": "lib/"
  1891. }
  1892. },
  1893. "notification-url": "https://packagist.org/downloads/",
  1894. "license": [
  1895. "MIT"
  1896. ],
  1897. "authors": [
  1898. {
  1899. "name": "Raphael Schweikert"
  1900. }
  1901. ],
  1902. "description": "Parser for CSS Files written in PHP",
  1903. "homepage": "http://www.sabberworm.com/blog/2010/6/10/php-css-parser",
  1904. "keywords": [
  1905. "css",
  1906. "parser",
  1907. "stylesheet"
  1908. ],
  1909. "time": "2016-07-19T19:14:21+00:00"
  1910. },
  1911. {
  1912. "name": "swiftmailer/swiftmailer",
  1913. "version": "v6.1.2",
  1914. "source": {
  1915. "type": "git",
  1916. "url": "https://github.com/swiftmailer/swiftmailer.git",
  1917. "reference": "7d760881d266d63c5e7a1155cbcf2ac656a31ca8"
  1918. },
  1919. "dist": {
  1920. "type": "zip",
  1921. "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/7d760881d266d63c5e7a1155cbcf2ac656a31ca8",
  1922. "reference": "7d760881d266d63c5e7a1155cbcf2ac656a31ca8",
  1923. "shasum": ""
  1924. },
  1925. "require": {
  1926. "egulias/email-validator": "~2.0",
  1927. "php": ">=7.0.0"
  1928. },
  1929. "require-dev": {
  1930. "mockery/mockery": "~0.9.1",
  1931. "symfony/phpunit-bridge": "~3.3@dev"
  1932. },
  1933. "suggest": {
  1934. "ext-intl": "Needed to support internationalized email addresses",
  1935. "true/punycode": "Needed to support internationalized email addresses, if ext-intl is not installed"
  1936. },
  1937. "type": "library",
  1938. "extra": {
  1939. "branch-alias": {
  1940. "dev-master": "6.1-dev"
  1941. }
  1942. },
  1943. "autoload": {
  1944. "files": [
  1945. "lib/swift_required.php"
  1946. ]
  1947. },
  1948. "notification-url": "https://packagist.org/downloads/",
  1949. "license": [
  1950. "MIT"
  1951. ],
  1952. "authors": [
  1953. {
  1954. "name": "Chris Corbyn"
  1955. },
  1956. {
  1957. "name": "Fabien Potencier",
  1958. "email": "fabien@symfony.com"
  1959. }
  1960. ],
  1961. "description": "Swiftmailer, free feature-rich PHP mailer",
  1962. "homepage": "https://swiftmailer.symfony.com",
  1963. "keywords": [
  1964. "email",
  1965. "mail",
  1966. "mailer"
  1967. ],
  1968. "time": "2018-07-13T07:04:35+00:00"
  1969. },
  1970. {
  1971. "name": "symfony/console",
  1972. "version": "v4.1.1",
  1973. "source": {
  1974. "type": "git",
  1975. "url": "https://github.com/symfony/console.git",
  1976. "reference": "70591cda56b4b47c55776ac78e157c4bb6c8b43f"
  1977. },
  1978. "dist": {
  1979. "type": "zip",
  1980. "url": "https://api.github.com/repos/symfony/console/zipball/70591cda56b4b47c55776ac78e157c4bb6c8b43f",
  1981. "reference": "70591cda56b4b47c55776ac78e157c4bb6c8b43f",
  1982. "shasum": ""
  1983. },
  1984. "require": {
  1985. "php": "^7.1.3",
  1986. "symfony/polyfill-mbstring": "~1.0"
  1987. },
  1988. "conflict": {
  1989. "symfony/dependency-injection": "<3.4",
  1990. "symfony/process": "<3.3"
  1991. },
  1992. "require-dev": {
  1993. "psr/log": "~1.0",
  1994. "symfony/config": "~3.4|~4.0",
  1995. "symfony/dependency-injection": "~3.4|~4.0",
  1996. "symfony/event-dispatcher": "~3.4|~4.0",
  1997. "symfony/lock": "~3.4|~4.0",
  1998. "symfony/process": "~3.4|~4.0"
  1999. },
  2000. "suggest": {
  2001. "psr/log-implementation": "For using the console logger",
  2002. "symfony/event-dispatcher": "",
  2003. "symfony/lock": "",
  2004. "symfony/process": ""
  2005. },
  2006. "type": "library",
  2007. "extra": {
  2008. "branch-alias": {
  2009. "dev-master": "4.1-dev"
  2010. }
  2011. },
  2012. "autoload": {
  2013. "psr-4": {
  2014. "Symfony\\Component\\Console\\": ""
  2015. },
  2016. "exclude-from-classmap": [
  2017. "/Tests/"
  2018. ]
  2019. },
  2020. "notification-url": "https://packagist.org/downloads/",
  2021. "license": [
  2022. "MIT"
  2023. ],
  2024. "authors": [
  2025. {
  2026. "name": "Fabien Potencier",
  2027. "email": "fabien@symfony.com"
  2028. },
  2029. {
  2030. "name": "Symfony Community",
  2031. "homepage": "https://symfony.com/contributors"
  2032. }
  2033. ],
  2034. "description": "Symfony Console Component",
  2035. "homepage": "https://symfony.com",
  2036. "time": "2018-05-31T10:17:53+00:00"
  2037. },
  2038. {
  2039. "name": "symfony/css-selector",
  2040. "version": "v4.1.1",
  2041. "source": {
  2042. "type": "git",
  2043. "url": "https://github.com/symfony/css-selector.git",
  2044. "reference": "03ac71606ecb0b0ce792faa17d74cc32c2949ef4"
  2045. },
  2046. "dist": {
  2047. "type": "zip",
  2048. "url": "https://api.github.com/repos/symfony/css-selector/zipball/03ac71606ecb0b0ce792faa17d74cc32c2949ef4",
  2049. "reference": "03ac71606ecb0b0ce792faa17d74cc32c2949ef4",
  2050. "shasum": ""
  2051. },
  2052. "require": {
  2053. "php": "^7.1.3"
  2054. },
  2055. "type": "library",
  2056. "extra": {
  2057. "branch-alias": {
  2058. "dev-master": "4.1-dev"
  2059. }
  2060. },
  2061. "autoload": {
  2062. "psr-4": {
  2063. "Symfony\\Component\\CssSelector\\": ""
  2064. },
  2065. "exclude-from-classmap": [
  2066. "/Tests/"
  2067. ]
  2068. },
  2069. "notification-url": "https://packagist.org/downloads/",
  2070. "license": [
  2071. "MIT"
  2072. ],
  2073. "authors": [
  2074. {
  2075. "name": "Jean-François Simon",
  2076. "email": "jeanfrancois.simon@sensiolabs.com"
  2077. },
  2078. {
  2079. "name": "Fabien Potencier",
  2080. "email": "fabien@symfony.com"
  2081. },
  2082. {
  2083. "name": "Symfony Community",
  2084. "homepage": "https://symfony.com/contributors"
  2085. }
  2086. ],
  2087. "description": "Symfony CssSelector Component",
  2088. "homepage": "https://symfony.com",
  2089. "time": "2018-05-30T07:26:09+00:00"
  2090. },
  2091. {
  2092. "name": "symfony/debug",
  2093. "version": "v4.1.1",
  2094. "source": {
  2095. "type": "git",
  2096. "url": "https://github.com/symfony/debug.git",
  2097. "reference": "dbe0fad88046a755dcf9379f2964c61a02f5ae3d"
  2098. },
  2099. "dist": {
  2100. "type": "zip",
  2101. "url": "https://api.github.com/repos/symfony/debug/zipball/dbe0fad88046a755dcf9379f2964c61a02f5ae3d",
  2102. "reference": "dbe0fad88046a755dcf9379f2964c61a02f5ae3d",
  2103. "shasum": ""
  2104. },
  2105. "require": {
  2106. "php": "^7.1.3",
  2107. "psr/log": "~1.0"
  2108. },
  2109. "conflict": {
  2110. "symfony/http-kernel": "<3.4"
  2111. },
  2112. "require-dev": {
  2113. "symfony/http-kernel": "~3.4|~4.0"
  2114. },
  2115. "type": "library",
  2116. "extra": {
  2117. "branch-alias": {
  2118. "dev-master": "4.1-dev"
  2119. }
  2120. },
  2121. "autoload": {
  2122. "psr-4": {
  2123. "Symfony\\Component\\Debug\\": ""
  2124. },
  2125. "exclude-from-classmap": [
  2126. "/Tests/"
  2127. ]
  2128. },
  2129. "notification-url": "https://packagist.org/downloads/",
  2130. "license": [
  2131. "MIT"
  2132. ],
  2133. "authors": [
  2134. {
  2135. "name": "Fabien Potencier",
  2136. "email": "fabien@symfony.com"
  2137. },
  2138. {
  2139. "name": "Symfony Community",
  2140. "homepage": "https://symfony.com/contributors"
  2141. }
  2142. ],
  2143. "description": "Symfony Debug Component",
  2144. "homepage": "https://symfony.com",
  2145. "time": "2018-06-08T09:39:36+00:00"
  2146. },
  2147. {
  2148. "name": "symfony/event-dispatcher",
  2149. "version": "v4.1.1",
  2150. "source": {
  2151. "type": "git",
  2152. "url": "https://github.com/symfony/event-dispatcher.git",
  2153. "reference": "2391ed210a239868e7256eb6921b1bd83f3087b5"
  2154. },
  2155. "dist": {
  2156. "type": "zip",
  2157. "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/2391ed210a239868e7256eb6921b1bd83f3087b5",
  2158. "reference": "2391ed210a239868e7256eb6921b1bd83f3087b5",
  2159. "shasum": ""
  2160. },
  2161. "require": {
  2162. "php": "^7.1.3"
  2163. },
  2164. "conflict": {
  2165. "symfony/dependency-injection": "<3.4"
  2166. },
  2167. "require-dev": {
  2168. "psr/log": "~1.0",
  2169. "symfony/config": "~3.4|~4.0",
  2170. "symfony/dependency-injection": "~3.4|~4.0",
  2171. "symfony/expression-language": "~3.4|~4.0",
  2172. "symfony/stopwatch": "~3.4|~4.0"
  2173. },
  2174. "suggest": {
  2175. "symfony/dependency-injection": "",
  2176. "symfony/http-kernel": ""
  2177. },
  2178. "type": "library",
  2179. "extra": {
  2180. "branch-alias": {
  2181. "dev-master": "4.1-dev"
  2182. }
  2183. },
  2184. "autoload": {
  2185. "psr-4": {
  2186. "Symfony\\Component\\EventDispatcher\\": ""
  2187. },
  2188. "exclude-from-classmap": [
  2189. "/Tests/"
  2190. ]
  2191. },
  2192. "notification-url": "https://packagist.org/downloads/",
  2193. "license": [
  2194. "MIT"
  2195. ],
  2196. "authors": [
  2197. {
  2198. "name": "Fabien Potencier",
  2199. "email": "fabien@symfony.com"
  2200. },
  2201. {
  2202. "name": "Symfony Community",
  2203. "homepage": "https://symfony.com/contributors"
  2204. }
  2205. ],
  2206. "description": "Symfony EventDispatcher Component",
  2207. "homepage": "https://symfony.com",
  2208. "time": "2018-04-06T07:35:57+00:00"
  2209. },
  2210. {
  2211. "name": "symfony/finder",
  2212. "version": "v4.1.1",
  2213. "source": {
  2214. "type": "git",
  2215. "url": "https://github.com/symfony/finder.git",
  2216. "reference": "84714b8417d19e4ba02ea78a41a975b3efaafddb"
  2217. },
  2218. "dist": {
  2219. "type": "zip",
  2220. "url": "https://api.github.com/repos/symfony/finder/zipball/84714b8417d19e4ba02ea78a41a975b3efaafddb",
  2221. "reference": "84714b8417d19e4ba02ea78a41a975b3efaafddb",
  2222. "shasum": ""
  2223. },
  2224. "require": {
  2225. "php": "^7.1.3"
  2226. },
  2227. "type": "library",
  2228. "extra": {
  2229. "branch-alias": {
  2230. "dev-master": "4.1-dev"
  2231. }
  2232. },
  2233. "autoload": {
  2234. "psr-4": {
  2235. "Symfony\\Component\\Finder\\": ""
  2236. },
  2237. "exclude-from-classmap": [
  2238. "/Tests/"
  2239. ]
  2240. },
  2241. "notification-url": "https://packagist.org/downloads/",
  2242. "license": [
  2243. "MIT"
  2244. ],
  2245. "authors": [
  2246. {
  2247. "name": "Fabien Potencier",
  2248. "email": "fabien@symfony.com"
  2249. },
  2250. {
  2251. "name": "Symfony Community",
  2252. "homepage": "https://symfony.com/contributors"
  2253. }
  2254. ],
  2255. "description": "Symfony Finder Component",
  2256. "homepage": "https://symfony.com",
  2257. "time": "2018-06-19T21:38:16+00:00"
  2258. },
  2259. {
  2260. "name": "symfony/http-foundation",
  2261. "version": "v4.1.1",
  2262. "source": {
  2263. "type": "git",
  2264. "url": "https://github.com/symfony/http-foundation.git",
  2265. "reference": "4f9c7cf962e635b0b26b14500ac046e07dbef7f3"
  2266. },
  2267. "dist": {
  2268. "type": "zip",
  2269. "url": "https://api.github.com/repos/symfony/http-foundation/zipball/4f9c7cf962e635b0b26b14500ac046e07dbef7f3",
  2270. "reference": "4f9c7cf962e635b0b26b14500ac046e07dbef7f3",
  2271. "shasum": ""
  2272. },
  2273. "require": {
  2274. "php": "^7.1.3",
  2275. "symfony/polyfill-mbstring": "~1.1"
  2276. },
  2277. "require-dev": {
  2278. "predis/predis": "~1.0",
  2279. "symfony/expression-language": "~3.4|~4.0"
  2280. },
  2281. "type": "library",
  2282. "extra": {
  2283. "branch-alias": {
  2284. "dev-master": "4.1-dev"
  2285. }
  2286. },
  2287. "autoload": {
  2288. "psr-4": {
  2289. "Symfony\\Component\\HttpFoundation\\": ""
  2290. },
  2291. "exclude-from-classmap": [
  2292. "/Tests/"
  2293. ]
  2294. },
  2295. "notification-url": "https://packagist.org/downloads/",
  2296. "license": [
  2297. "MIT"
  2298. ],
  2299. "authors": [
  2300. {
  2301. "name": "Fabien Potencier",
  2302. "email": "fabien@symfony.com"
  2303. },
  2304. {
  2305. "name": "Symfony Community",
  2306. "homepage": "https://symfony.com/contributors"
  2307. }
  2308. ],
  2309. "description": "Symfony HttpFoundation Component",
  2310. "homepage": "https://symfony.com",
  2311. "time": "2018-06-19T21:38:16+00:00"
  2312. },
  2313. {
  2314. "name": "symfony/http-kernel",
  2315. "version": "v4.1.1",
  2316. "source": {
  2317. "type": "git",
  2318. "url": "https://github.com/symfony/http-kernel.git",
  2319. "reference": "29c094a1c4f8209b7e033f612cbbd69029e38955"
  2320. },
  2321. "dist": {
  2322. "type": "zip",
  2323. "url": "https://api.github.com/repos/symfony/http-kernel/zipball/29c094a1c4f8209b7e033f612cbbd69029e38955",
  2324. "reference": "29c094a1c4f8209b7e033f612cbbd69029e38955",
  2325. "shasum": ""
  2326. },
  2327. "require": {
  2328. "php": "^7.1.3",
  2329. "psr/log": "~1.0",
  2330. "symfony/debug": "~3.4|~4.0",
  2331. "symfony/event-dispatcher": "~4.1",
  2332. "symfony/http-foundation": "^4.1.1",
  2333. "symfony/polyfill-ctype": "~1.8"
  2334. },
  2335. "conflict": {
  2336. "symfony/config": "<3.4",
  2337. "symfony/dependency-injection": "<4.1",
  2338. "symfony/var-dumper": "<4.1.1",
  2339. "twig/twig": "<1.34|<2.4,>=2"
  2340. },
  2341. "provide": {
  2342. "psr/log-implementation": "1.0"
  2343. },
  2344. "require-dev": {
  2345. "psr/cache": "~1.0",
  2346. "symfony/browser-kit": "~3.4|~4.0",
  2347. "symfony/config": "~3.4|~4.0",
  2348. "symfony/console": "~3.4|~4.0",
  2349. "symfony/css-selector": "~3.4|~4.0",
  2350. "symfony/dependency-injection": "^4.1",
  2351. "symfony/dom-crawler": "~3.4|~4.0",
  2352. "symfony/expression-language": "~3.4|~4.0",
  2353. "symfony/finder": "~3.4|~4.0",
  2354. "symfony/process": "~3.4|~4.0",
  2355. "symfony/routing": "~3.4|~4.0",
  2356. "symfony/stopwatch": "~3.4|~4.0",
  2357. "symfony/templating": "~3.4|~4.0",
  2358. "symfony/translation": "~3.4|~4.0",
  2359. "symfony/var-dumper": "^4.1.1"
  2360. },
  2361. "suggest": {
  2362. "symfony/browser-kit": "",
  2363. "symfony/config": "",
  2364. "symfony/console": "",
  2365. "symfony/dependency-injection": "",
  2366. "symfony/var-dumper": ""
  2367. },
  2368. "type": "library",
  2369. "extra": {
  2370. "branch-alias": {
  2371. "dev-master": "4.1-dev"
  2372. }
  2373. },
  2374. "autoload": {
  2375. "psr-4": {
  2376. "Symfony\\Component\\HttpKernel\\": ""
  2377. },
  2378. "exclude-from-classmap": [
  2379. "/Tests/"
  2380. ]
  2381. },
  2382. "notification-url": "https://packagist.org/downloads/",
  2383. "license": [
  2384. "MIT"
  2385. ],
  2386. "authors": [
  2387. {
  2388. "name": "Fabien Potencier",
  2389. "email": "fabien@symfony.com"
  2390. },
  2391. {
  2392. "name": "Symfony Community",
  2393. "homepage": "https://symfony.com/contributors"
  2394. }
  2395. ],
  2396. "description": "Symfony HttpKernel Component",
  2397. "homepage": "https://symfony.com",
  2398. "time": "2018-06-25T13:06:45+00:00"
  2399. },
  2400. {
  2401. "name": "symfony/polyfill-ctype",
  2402. "version": "v1.8.0",
  2403. "source": {
  2404. "type": "git",
  2405. "url": "https://github.com/symfony/polyfill-ctype.git",
  2406. "reference": "7cc359f1b7b80fc25ed7796be7d96adc9b354bae"
  2407. },
  2408. "dist": {
  2409. "type": "zip",
  2410. "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/7cc359f1b7b80fc25ed7796be7d96adc9b354bae",
  2411. "reference": "7cc359f1b7b80fc25ed7796be7d96adc9b354bae",
  2412. "shasum": ""
  2413. },
  2414. "require": {
  2415. "php": ">=5.3.3"
  2416. },
  2417. "type": "library",
  2418. "extra": {
  2419. "branch-alias": {
  2420. "dev-master": "1.8-dev"
  2421. }
  2422. },
  2423. "autoload": {
  2424. "psr-4": {
  2425. "Symfony\\Polyfill\\Ctype\\": ""
  2426. },
  2427. "files": [
  2428. "bootstrap.php"
  2429. ]
  2430. },
  2431. "notification-url": "https://packagist.org/downloads/",
  2432. "license": [
  2433. "MIT"
  2434. ],
  2435. "authors": [
  2436. {
  2437. "name": "Symfony Community",
  2438. "homepage": "https://symfony.com/contributors"
  2439. },
  2440. {
  2441. "name": "Gert de Pagter",
  2442. "email": "BackEndTea@gmail.com"
  2443. }
  2444. ],
  2445. "description": "Symfony polyfill for ctype functions",
  2446. "homepage": "https://symfony.com",
  2447. "keywords": [
  2448. "compatibility",
  2449. "ctype",
  2450. "polyfill",
  2451. "portable"
  2452. ],
  2453. "time": "2018-04-30T19:57:29+00:00"
  2454. },
  2455. {
  2456. "name": "symfony/polyfill-mbstring",
  2457. "version": "v1.8.0",
  2458. "source": {
  2459. "type": "git",
  2460. "url": "https://github.com/symfony/polyfill-mbstring.git",
  2461. "reference": "3296adf6a6454a050679cde90f95350ad604b171"
  2462. },
  2463. "dist": {
  2464. "type": "zip",
  2465. "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/3296adf6a6454a050679cde90f95350ad604b171",
  2466. "reference": "3296adf6a6454a050679cde90f95350ad604b171",
  2467. "shasum": ""
  2468. },
  2469. "require": {
  2470. "php": ">=5.3.3"
  2471. },
  2472. "suggest": {
  2473. "ext-mbstring": "For best performance"
  2474. },
  2475. "type": "library",
  2476. "extra": {
  2477. "branch-alias": {
  2478. "dev-master": "1.8-dev"
  2479. }
  2480. },
  2481. "autoload": {
  2482. "psr-4": {
  2483. "Symfony\\Polyfill\\Mbstring\\": ""
  2484. },
  2485. "files": [
  2486. "bootstrap.php"
  2487. ]
  2488. },
  2489. "notification-url": "https://packagist.org/downloads/",
  2490. "license": [
  2491. "MIT"
  2492. ],
  2493. "authors": [
  2494. {
  2495. "name": "Nicolas Grekas",
  2496. "email": "p@tchwork.com"
  2497. },
  2498. {
  2499. "name": "Symfony Community",
  2500. "homepage": "https://symfony.com/contributors"
  2501. }
  2502. ],
  2503. "description": "Symfony polyfill for the Mbstring extension",
  2504. "homepage": "https://symfony.com",
  2505. "keywords": [
  2506. "compatibility",
  2507. "mbstring",
  2508. "polyfill",
  2509. "portable",
  2510. "shim"
  2511. ],
  2512. "time": "2018-04-26T10:06:28+00:00"
  2513. },
  2514. {
  2515. "name": "symfony/polyfill-php56",
  2516. "version": "v1.8.0",
  2517. "source": {
  2518. "type": "git",
  2519. "url": "https://github.com/symfony/polyfill-php56.git",
  2520. "reference": "af98553c84912459db3f636329567809d639a8f6"
  2521. },
  2522. "dist": {
  2523. "type": "zip",
  2524. "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/af98553c84912459db3f636329567809d639a8f6",
  2525. "reference": "af98553c84912459db3f636329567809d639a8f6",
  2526. "shasum": ""
  2527. },
  2528. "require": {
  2529. "php": ">=5.3.3",
  2530. "symfony/polyfill-util": "~1.0"
  2531. },
  2532. "type": "library",
  2533. "extra": {
  2534. "branch-alias": {
  2535. "dev-master": "1.8-dev"
  2536. }
  2537. },
  2538. "autoload": {
  2539. "psr-4": {
  2540. "Symfony\\Polyfill\\Php56\\": ""
  2541. },
  2542. "files": [
  2543. "bootstrap.php"
  2544. ]
  2545. },
  2546. "notification-url": "https://packagist.org/downloads/",
  2547. "license": [
  2548. "MIT"
  2549. ],
  2550. "authors": [
  2551. {
  2552. "name": "Nicolas Grekas",
  2553. "email": "p@tchwork.com"
  2554. },
  2555. {
  2556. "name": "Symfony Community",
  2557. "homepage": "https://symfony.com/contributors"
  2558. }
  2559. ],
  2560. "description": "Symfony polyfill backporting some PHP 5.6+ features to lower PHP versions",
  2561. "homepage": "https://symfony.com",
  2562. "keywords": [
  2563. "compatibility",
  2564. "polyfill",
  2565. "portable",
  2566. "shim"
  2567. ],
  2568. "time": "2018-04-26T10:06:28+00:00"
  2569. },
  2570. {
  2571. "name": "symfony/polyfill-php72",
  2572. "version": "v1.8.0",
  2573. "source": {
  2574. "type": "git",
  2575. "url": "https://github.com/symfony/polyfill-php72.git",
  2576. "reference": "a4576e282d782ad82397f3e4ec1df8e0f0cafb46"
  2577. },
  2578. "dist": {
  2579. "type": "zip",
  2580. "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/a4576e282d782ad82397f3e4ec1df8e0f0cafb46",
  2581. "reference": "a4576e282d782ad82397f3e4ec1df8e0f0cafb46",
  2582. "shasum": ""
  2583. },
  2584. "require": {
  2585. "php": ">=5.3.3"
  2586. },
  2587. "type": "library",
  2588. "extra": {
  2589. "branch-alias": {
  2590. "dev-master": "1.8-dev"
  2591. }
  2592. },
  2593. "autoload": {
  2594. "psr-4": {
  2595. "Symfony\\Polyfill\\Php72\\": ""
  2596. },
  2597. "files": [
  2598. "bootstrap.php"
  2599. ]
  2600. },
  2601. "notification-url": "https://packagist.org/downloads/",
  2602. "license": [
  2603. "MIT"
  2604. ],
  2605. "authors": [
  2606. {
  2607. "name": "Nicolas Grekas",
  2608. "email": "p@tchwork.com"
  2609. },
  2610. {
  2611. "name": "Symfony Community",
  2612. "homepage": "https://symfony.com/contributors"
  2613. }
  2614. ],
  2615. "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
  2616. "homepage": "https://symfony.com",
  2617. "keywords": [
  2618. "compatibility",
  2619. "polyfill",
  2620. "portable",
  2621. "shim"
  2622. ],
  2623. "time": "2018-04-26T10:06:28+00:00"
  2624. },
  2625. {
  2626. "name": "symfony/polyfill-util",
  2627. "version": "v1.8.0",
  2628. "source": {
  2629. "type": "git",
  2630. "url": "https://github.com/symfony/polyfill-util.git",
  2631. "reference": "1a5ad95d9436cbff3296034fe9f8d586dce3fb3a"
  2632. },
  2633. "dist": {
  2634. "type": "zip",
  2635. "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/1a5ad95d9436cbff3296034fe9f8d586dce3fb3a",
  2636. "reference": "1a5ad95d9436cbff3296034fe9f8d586dce3fb3a",
  2637. "shasum": ""
  2638. },
  2639. "require": {
  2640. "php": ">=5.3.3"
  2641. },
  2642. "type": "library",
  2643. "extra": {
  2644. "branch-alias": {
  2645. "dev-master": "1.8-dev"
  2646. }
  2647. },
  2648. "autoload": {
  2649. "psr-4": {
  2650. "Symfony\\Polyfill\\Util\\": ""
  2651. }
  2652. },
  2653. "notification-url": "https://packagist.org/downloads/",
  2654. "license": [
  2655. "MIT"
  2656. ],
  2657. "authors": [
  2658. {
  2659. "name": "Nicolas Grekas",
  2660. "email": "p@tchwork.com"
  2661. },
  2662. {
  2663. "name": "Symfony Community",
  2664. "homepage": "https://symfony.com/contributors"
  2665. }
  2666. ],
  2667. "description": "Symfony utilities for portability of PHP codes",
  2668. "homepage": "https://symfony.com",
  2669. "keywords": [
  2670. "compat",
  2671. "compatibility",
  2672. "polyfill",
  2673. "shim"
  2674. ],
  2675. "time": "2018-04-26T10:06:28+00:00"
  2676. },
  2677. {
  2678. "name": "symfony/process",
  2679. "version": "v4.1.1",
  2680. "source": {
  2681. "type": "git",
  2682. "url": "https://github.com/symfony/process.git",
  2683. "reference": "1d1677391ecf00d1c5b9482d6050c0c27aa3ac3a"
  2684. },
  2685. "dist": {
  2686. "type": "zip",
  2687. "url": "https://api.github.com/repos/symfony/process/zipball/1d1677391ecf00d1c5b9482d6050c0c27aa3ac3a",
  2688. "reference": "1d1677391ecf00d1c5b9482d6050c0c27aa3ac3a",
  2689. "shasum": ""
  2690. },
  2691. "require": {
  2692. "php": "^7.1.3"
  2693. },
  2694. "type": "library",
  2695. "extra": {
  2696. "branch-alias": {
  2697. "dev-master": "4.1-dev"
  2698. }
  2699. },
  2700. "autoload": {
  2701. "psr-4": {
  2702. "Symfony\\Component\\Process\\": ""
  2703. },
  2704. "exclude-from-classmap": [
  2705. "/Tests/"
  2706. ]
  2707. },
  2708. "notification-url": "https://packagist.org/downloads/",
  2709. "license": [
  2710. "MIT"
  2711. ],
  2712. "authors": [
  2713. {
  2714. "name": "Fabien Potencier",
  2715. "email": "fabien@symfony.com"
  2716. },
  2717. {
  2718. "name": "Symfony Community",
  2719. "homepage": "https://symfony.com/contributors"
  2720. }
  2721. ],
  2722. "description": "Symfony Process Component",
  2723. "homepage": "https://symfony.com",
  2724. "time": "2018-05-31T10:17:53+00:00"
  2725. },
  2726. {
  2727. "name": "symfony/routing",
  2728. "version": "v4.1.1",
  2729. "source": {
  2730. "type": "git",
  2731. "url": "https://github.com/symfony/routing.git",
  2732. "reference": "b38b9797327b26ea2e4146a40e6e2dc9820a6932"
  2733. },
  2734. "dist": {
  2735. "type": "zip",
  2736. "url": "https://api.github.com/repos/symfony/routing/zipball/b38b9797327b26ea2e4146a40e6e2dc9820a6932",
  2737. "reference": "b38b9797327b26ea2e4146a40e6e2dc9820a6932",
  2738. "shasum": ""
  2739. },
  2740. "require": {
  2741. "php": "^7.1.3"
  2742. },
  2743. "conflict": {
  2744. "symfony/config": "<3.4",
  2745. "symfony/dependency-injection": "<3.4",
  2746. "symfony/yaml": "<3.4"
  2747. },
  2748. "require-dev": {
  2749. "doctrine/annotations": "~1.0",
  2750. "psr/log": "~1.0",
  2751. "symfony/config": "~3.4|~4.0",
  2752. "symfony/dependency-injection": "~3.4|~4.0",
  2753. "symfony/expression-language": "~3.4|~4.0",
  2754. "symfony/http-foundation": "~3.4|~4.0",
  2755. "symfony/yaml": "~3.4|~4.0"
  2756. },
  2757. "suggest": {
  2758. "doctrine/annotations": "For using the annotation loader",
  2759. "symfony/config": "For using the all-in-one router or any loader",
  2760. "symfony/dependency-injection": "For loading routes from a service",
  2761. "symfony/expression-language": "For using expression matching",
  2762. "symfony/http-foundation": "For using a Symfony Request object",
  2763. "symfony/yaml": "For using the YAML loader"
  2764. },
  2765. "type": "library",
  2766. "extra": {
  2767. "branch-alias": {
  2768. "dev-master": "4.1-dev"
  2769. }
  2770. },
  2771. "autoload": {
  2772. "psr-4": {
  2773. "Symfony\\Component\\Routing\\": ""
  2774. },
  2775. "exclude-from-classmap": [
  2776. "/Tests/"
  2777. ]
  2778. },
  2779. "notification-url": "https://packagist.org/downloads/",
  2780. "license": [
  2781. "MIT"
  2782. ],
  2783. "authors": [
  2784. {
  2785. "name": "Fabien Potencier",
  2786. "email": "fabien@symfony.com"
  2787. },
  2788. {
  2789. "name": "Symfony Community",
  2790. "homepage": "https://symfony.com/contributors"
  2791. }
  2792. ],
  2793. "description": "Symfony Routing Component",
  2794. "homepage": "https://symfony.com",
  2795. "keywords": [
  2796. "router",
  2797. "routing",
  2798. "uri",
  2799. "url"
  2800. ],
  2801. "time": "2018-06-19T21:38:16+00:00"
  2802. },
  2803. {
  2804. "name": "symfony/translation",
  2805. "version": "v4.1.1",
  2806. "source": {
  2807. "type": "git",
  2808. "url": "https://github.com/symfony/translation.git",
  2809. "reference": "b6d8164085ee0b6debcd1b7a131fd6f63bb04854"
  2810. },
  2811. "dist": {
  2812. "type": "zip",
  2813. "url": "https://api.github.com/repos/symfony/translation/zipball/b6d8164085ee0b6debcd1b7a131fd6f63bb04854",
  2814. "reference": "b6d8164085ee0b6debcd1b7a131fd6f63bb04854",
  2815. "shasum": ""
  2816. },
  2817. "require": {
  2818. "php": "^7.1.3",
  2819. "symfony/polyfill-mbstring": "~1.0"
  2820. },
  2821. "conflict": {
  2822. "symfony/config": "<3.4",
  2823. "symfony/dependency-injection": "<3.4",
  2824. "symfony/yaml": "<3.4"
  2825. },
  2826. "require-dev": {
  2827. "psr/log": "~1.0",
  2828. "symfony/config": "~3.4|~4.0",
  2829. "symfony/console": "~3.4|~4.0",
  2830. "symfony/dependency-injection": "~3.4|~4.0",
  2831. "symfony/finder": "~2.8|~3.0|~4.0",
  2832. "symfony/intl": "~3.4|~4.0",
  2833. "symfony/yaml": "~3.4|~4.0"
  2834. },
  2835. "suggest": {
  2836. "psr/log-implementation": "To use logging capability in translator",
  2837. "symfony/config": "",
  2838. "symfony/yaml": ""
  2839. },
  2840. "type": "library",
  2841. "extra": {
  2842. "branch-alias": {
  2843. "dev-master": "4.1-dev"
  2844. }
  2845. },
  2846. "autoload": {
  2847. "psr-4": {
  2848. "Symfony\\Component\\Translation\\": ""
  2849. },
  2850. "exclude-from-classmap": [
  2851. "/Tests/"
  2852. ]
  2853. },
  2854. "notification-url": "https://packagist.org/downloads/",
  2855. "license": [
  2856. "MIT"
  2857. ],
  2858. "authors": [
  2859. {
  2860. "name": "Fabien Potencier",
  2861. "email": "fabien@symfony.com"
  2862. },
  2863. {
  2864. "name": "Symfony Community",
  2865. "homepage": "https://symfony.com/contributors"
  2866. }
  2867. ],
  2868. "description": "Symfony Translation Component",
  2869. "homepage": "https://symfony.com",
  2870. "time": "2018-06-22T08:59:39+00:00"
  2871. },
  2872. {
  2873. "name": "symfony/var-dumper",
  2874. "version": "v4.1.1",
  2875. "source": {
  2876. "type": "git",
  2877. "url": "https://github.com/symfony/var-dumper.git",
  2878. "reference": "b2eebaec085d1f2cafbad7644733d494a3bbbc9b"
  2879. },
  2880. "dist": {
  2881. "type": "zip",
  2882. "url": "https://api.github.com/repos/symfony/var-dumper/zipball/b2eebaec085d1f2cafbad7644733d494a3bbbc9b",
  2883. "reference": "b2eebaec085d1f2cafbad7644733d494a3bbbc9b",
  2884. "shasum": ""
  2885. },
  2886. "require": {
  2887. "php": "^7.1.3",
  2888. "symfony/polyfill-mbstring": "~1.0",
  2889. "symfony/polyfill-php72": "~1.5"
  2890. },
  2891. "conflict": {
  2892. "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
  2893. "symfony/console": "<3.4"
  2894. },
  2895. "require-dev": {
  2896. "ext-iconv": "*",
  2897. "symfony/process": "~3.4|~4.0",
  2898. "twig/twig": "~1.34|~2.4"
  2899. },
  2900. "suggest": {
  2901. "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
  2902. "ext-intl": "To show region name in time zone dump",
  2903. "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script"
  2904. },
  2905. "bin": [
  2906. "Resources/bin/var-dump-server"
  2907. ],
  2908. "type": "library",
  2909. "extra": {
  2910. "branch-alias": {
  2911. "dev-master": "4.1-dev"
  2912. }
  2913. },
  2914. "autoload": {
  2915. "files": [
  2916. "Resources/functions/dump.php"
  2917. ],
  2918. "psr-4": {
  2919. "Symfony\\Component\\VarDumper\\": ""
  2920. },
  2921. "exclude-from-classmap": [
  2922. "/Tests/"
  2923. ]
  2924. },
  2925. "notification-url": "https://packagist.org/downloads/",
  2926. "license": [
  2927. "MIT"
  2928. ],
  2929. "authors": [
  2930. {
  2931. "name": "Nicolas Grekas",
  2932. "email": "p@tchwork.com"
  2933. },
  2934. {
  2935. "name": "Symfony Community",
  2936. "homepage": "https://symfony.com/contributors"
  2937. }
  2938. ],
  2939. "description": "Symfony mechanism for exploring and dumping PHP variables",
  2940. "homepage": "https://symfony.com",
  2941. "keywords": [
  2942. "debug",
  2943. "dump"
  2944. ],
  2945. "time": "2018-06-23T12:23:56+00:00"
  2946. },
  2947. {
  2948. "name": "tijsverkoyen/css-to-inline-styles",
  2949. "version": "2.2.1",
  2950. "source": {
  2951. "type": "git",
  2952. "url": "https://github.com/tijsverkoyen/CssToInlineStyles.git",
  2953. "reference": "0ed4a2ea4e0902dac0489e6436ebcd5bbcae9757"
  2954. },
  2955. "dist": {
  2956. "type": "zip",
  2957. "url": "https://api.github.com/repos/tijsverkoyen/CssToInlineStyles/zipball/0ed4a2ea4e0902dac0489e6436ebcd5bbcae9757",
  2958. "reference": "0ed4a2ea4e0902dac0489e6436ebcd5bbcae9757",
  2959. "shasum": ""
  2960. },
  2961. "require": {
  2962. "php": "^5.5 || ^7.0",
  2963. "symfony/css-selector": "^2.7 || ^3.0 || ^4.0"
  2964. },
  2965. "require-dev": {
  2966. "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
  2967. },
  2968. "type": "library",
  2969. "extra": {
  2970. "branch-alias": {
  2971. "dev-master": "2.2.x-dev"
  2972. }
  2973. },
  2974. "autoload": {
  2975. "psr-4": {
  2976. "TijsVerkoyen\\CssToInlineStyles\\": "src"
  2977. }
  2978. },
  2979. "notification-url": "https://packagist.org/downloads/",
  2980. "license": [
  2981. "BSD-3-Clause"
  2982. ],
  2983. "authors": [
  2984. {
  2985. "name": "Tijs Verkoyen",
  2986. "email": "css_to_inline_styles@verkoyen.eu",
  2987. "role": "Developer"
  2988. }
  2989. ],
  2990. "description": "CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very useful when you're sending emails.",
  2991. "homepage": "https://github.com/tijsverkoyen/CssToInlineStyles",
  2992. "time": "2017-11-27T11:13:29+00:00"
  2993. },
  2994. {
  2995. "name": "vlucas/phpdotenv",
  2996. "version": "v2.5.0",
  2997. "source": {
  2998. "type": "git",
  2999. "url": "https://github.com/vlucas/phpdotenv.git",
  3000. "reference": "6ae3e2e6494bb5e58c2decadafc3de7f1453f70a"
  3001. },
  3002. "dist": {
  3003. "type": "zip",
  3004. "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/6ae3e2e6494bb5e58c2decadafc3de7f1453f70a",
  3005. "reference": "6ae3e2e6494bb5e58c2decadafc3de7f1453f70a",
  3006. "shasum": ""
  3007. },
  3008. "require": {
  3009. "php": ">=5.3.9"
  3010. },
  3011. "require-dev": {
  3012. "phpunit/phpunit": "^4.8.35 || ^5.0"
  3013. },
  3014. "type": "library",
  3015. "extra": {
  3016. "branch-alias": {
  3017. "dev-master": "2.5-dev"
  3018. }
  3019. },
  3020. "autoload": {
  3021. "psr-4": {
  3022. "Dotenv\\": "src/"
  3023. }
  3024. },
  3025. "notification-url": "https://packagist.org/downloads/",
  3026. "license": [
  3027. "BSD-3-Clause"
  3028. ],
  3029. "authors": [
  3030. {
  3031. "name": "Vance Lucas",
  3032. "email": "vance@vancelucas.com",
  3033. "homepage": "http://www.vancelucas.com"
  3034. }
  3035. ],
  3036. "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
  3037. "keywords": [
  3038. "dotenv",
  3039. "env",
  3040. "environment"
  3041. ],
  3042. "time": "2018-07-01T10:25:50+00:00"
  3043. },
  3044. {
  3045. "name": "yajra/laravel-datatables-oracle",
  3046. "version": "v8.7.1",
  3047. "source": {
  3048. "type": "git",
  3049. "url": "https://github.com/yajra/laravel-datatables.git",
  3050. "reference": "1643ba54cf9c7556ac7bba90564f5900cc2473fe"
  3051. },
  3052. "dist": {
  3053. "type": "zip",
  3054. "url": "https://api.github.com/repos/yajra/laravel-datatables/zipball/1643ba54cf9c7556ac7bba90564f5900cc2473fe",
  3055. "reference": "1643ba54cf9c7556ac7bba90564f5900cc2473fe",
  3056. "shasum": ""
  3057. },
  3058. "require": {
  3059. "illuminate/database": "5.4.*|5.5.*|5.6.*",
  3060. "illuminate/filesystem": "5.4.*|5.5.*|5.6.*",
  3061. "illuminate/http": "5.4.*|5.5.*|5.6.*",
  3062. "illuminate/support": "5.4.*|5.5.*|5.6.*",
  3063. "illuminate/view": "5.4.*|5.5.*|5.6.*",
  3064. "php": ">=7.0"
  3065. },
  3066. "require-dev": {
  3067. "orchestra/testbench": "~3.5"
  3068. },
  3069. "suggest": {
  3070. "yajra/laravel-datatables-buttons": "Plugin for server-side exporting of dataTable.",
  3071. "yajra/laravel-datatables-editor": "Plugin to use Datatables Editor (requires a license).",
  3072. "yajra/laravel-datatables-fractal": "Plugin for server-side response using Fractal.",
  3073. "yajra/laravel-datatables-html": "Plugin for server-side HTML builder of dataTable."
  3074. },
  3075. "type": "library",
  3076. "extra": {
  3077. "branch-alias": {
  3078. "dev-master": "8.0-dev"
  3079. },
  3080. "laravel": {
  3081. "providers": [
  3082. "Yajra\\DataTables\\DataTablesServiceProvider"
  3083. ],
  3084. "aliases": {
  3085. "DataTables": "Yajra\\DataTables\\Facades\\DataTables"
  3086. }
  3087. }
  3088. },
  3089. "autoload": {
  3090. "psr-4": {
  3091. "Yajra\\DataTables\\": "src/"
  3092. },
  3093. "files": [
  3094. "src/helper.php"
  3095. ]
  3096. },
  3097. "notification-url": "https://packagist.org/downloads/",
  3098. "license": [
  3099. "MIT"
  3100. ],
  3101. "authors": [
  3102. {
  3103. "name": "Arjay Angeles",
  3104. "email": "aqangeles@gmail.com"
  3105. }
  3106. ],
  3107. "description": "jQuery DataTables API for Laravel 4|5",
  3108. "keywords": [
  3109. "datatables",
  3110. "jquery",
  3111. "laravel"
  3112. ],
  3113. "time": "2018-07-06T01:19:37+00:00"
  3114. }
  3115. ],
  3116. "packages-dev": [
  3117. {
  3118. "name": "doctrine/instantiator",
  3119. "version": "1.1.0",
  3120. "source": {
  3121. "type": "git",
  3122. "url": "https://github.com/doctrine/instantiator.git",
  3123. "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda"
  3124. },
  3125. "dist": {
  3126. "type": "zip",
  3127. "url": "https://api.github.com/repos/doctrine/instantiator/zipball/185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda",
  3128. "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda",
  3129. "shasum": ""
  3130. },
  3131. "require": {
  3132. "php": "^7.1"
  3133. },
  3134. "require-dev": {
  3135. "athletic/athletic": "~0.1.8",
  3136. "ext-pdo": "*",
  3137. "ext-phar": "*",
  3138. "phpunit/phpunit": "^6.2.3",
  3139. "squizlabs/php_codesniffer": "^3.0.2"
  3140. },
  3141. "type": "library",
  3142. "extra": {
  3143. "branch-alias": {
  3144. "dev-master": "1.2.x-dev"
  3145. }
  3146. },
  3147. "autoload": {
  3148. "psr-4": {
  3149. "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
  3150. }
  3151. },
  3152. "notification-url": "https://packagist.org/downloads/",
  3153. "license": [
  3154. "MIT"
  3155. ],
  3156. "authors": [
  3157. {
  3158. "name": "Marco Pivetta",
  3159. "email": "ocramius@gmail.com",
  3160. "homepage": "http://ocramius.github.com/"
  3161. }
  3162. ],
  3163. "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
  3164. "homepage": "https://github.com/doctrine/instantiator",
  3165. "keywords": [
  3166. "constructor",
  3167. "instantiate"
  3168. ],
  3169. "time": "2017-07-22T11:58:36+00:00"
  3170. },
  3171. {
  3172. "name": "filp/whoops",
  3173. "version": "2.2.0",
  3174. "source": {
  3175. "type": "git",
  3176. "url": "https://github.com/filp/whoops.git",
  3177. "reference": "181c4502d8f34db7aed7bfe88d4f87875b8e947a"
  3178. },
  3179. "dist": {
  3180. "type": "zip",
  3181. "url": "https://api.github.com/repos/filp/whoops/zipball/181c4502d8f34db7aed7bfe88d4f87875b8e947a",
  3182. "reference": "181c4502d8f34db7aed7bfe88d4f87875b8e947a",
  3183. "shasum": ""
  3184. },
  3185. "require": {
  3186. "php": "^5.5.9 || ^7.0",
  3187. "psr/log": "^1.0.1"
  3188. },
  3189. "require-dev": {
  3190. "mockery/mockery": "^0.9 || ^1.0",
  3191. "phpunit/phpunit": "^4.8.35 || ^5.7",
  3192. "symfony/var-dumper": "^2.6 || ^3.0 || ^4.0"
  3193. },
  3194. "suggest": {
  3195. "symfony/var-dumper": "Pretty print complex values better with var-dumper available",
  3196. "whoops/soap": "Formats errors as SOAP responses"
  3197. },
  3198. "type": "library",
  3199. "extra": {
  3200. "branch-alias": {
  3201. "dev-master": "2.1-dev"
  3202. }
  3203. },
  3204. "autoload": {
  3205. "psr-4": {
  3206. "Whoops\\": "src/Whoops/"
  3207. }
  3208. },
  3209. "notification-url": "https://packagist.org/downloads/",
  3210. "license": [
  3211. "MIT"
  3212. ],
  3213. "authors": [
  3214. {
  3215. "name": "Filipe Dobreira",
  3216. "homepage": "https://github.com/filp",
  3217. "role": "Developer"
  3218. }
  3219. ],
  3220. "description": "php error handling for cool kids",
  3221. "homepage": "https://filp.github.io/whoops/",
  3222. "keywords": [
  3223. "error",
  3224. "exception",
  3225. "handling",
  3226. "library",
  3227. "throwable",
  3228. "whoops"
  3229. ],
  3230. "time": "2018-03-03T17:56:25+00:00"
  3231. },
  3232. {
  3233. "name": "fzaninotto/faker",
  3234. "version": "v1.8.0",
  3235. "source": {
  3236. "type": "git",
  3237. "url": "https://github.com/fzaninotto/Faker.git",
  3238. "reference": "f72816b43e74063c8b10357394b6bba8cb1c10de"
  3239. },
  3240. "dist": {
  3241. "type": "zip",
  3242. "url": "https://api.github.com/repos/fzaninotto/Faker/zipball/f72816b43e74063c8b10357394b6bba8cb1c10de",
  3243. "reference": "f72816b43e74063c8b10357394b6bba8cb1c10de",
  3244. "shasum": ""
  3245. },
  3246. "require": {
  3247. "php": "^5.3.3 || ^7.0"
  3248. },
  3249. "require-dev": {
  3250. "ext-intl": "*",
  3251. "phpunit/phpunit": "^4.8.35 || ^5.7",
  3252. "squizlabs/php_codesniffer": "^1.5"
  3253. },
  3254. "type": "library",
  3255. "extra": {
  3256. "branch-alias": {
  3257. "dev-master": "1.8-dev"
  3258. }
  3259. },
  3260. "autoload": {
  3261. "psr-4": {
  3262. "Faker\\": "src/Faker/"
  3263. }
  3264. },
  3265. "notification-url": "https://packagist.org/downloads/",
  3266. "license": [
  3267. "MIT"
  3268. ],
  3269. "authors": [
  3270. {
  3271. "name": "François Zaninotto"
  3272. }
  3273. ],
  3274. "description": "Faker is a PHP library that generates fake data for you.",
  3275. "keywords": [
  3276. "data",
  3277. "faker",
  3278. "fixtures"
  3279. ],
  3280. "time": "2018-07-12T10:23:15+00:00"
  3281. },
  3282. {
  3283. "name": "hamcrest/hamcrest-php",
  3284. "version": "v2.0.0",
  3285. "source": {
  3286. "type": "git",
  3287. "url": "https://github.com/hamcrest/hamcrest-php.git",
  3288. "reference": "776503d3a8e85d4f9a1148614f95b7a608b046ad"
  3289. },
  3290. "dist": {
  3291. "type": "zip",
  3292. "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/776503d3a8e85d4f9a1148614f95b7a608b046ad",
  3293. "reference": "776503d3a8e85d4f9a1148614f95b7a608b046ad",
  3294. "shasum": ""
  3295. },
  3296. "require": {
  3297. "php": "^5.3|^7.0"
  3298. },
  3299. "replace": {
  3300. "cordoval/hamcrest-php": "*",
  3301. "davedevelopment/hamcrest-php": "*",
  3302. "kodova/hamcrest-php": "*"
  3303. },
  3304. "require-dev": {
  3305. "phpunit/php-file-iterator": "1.3.3",
  3306. "phpunit/phpunit": "~4.0",
  3307. "satooshi/php-coveralls": "^1.0"
  3308. },
  3309. "type": "library",
  3310. "extra": {
  3311. "branch-alias": {
  3312. "dev-master": "2.0-dev"
  3313. }
  3314. },
  3315. "autoload": {
  3316. "classmap": [
  3317. "hamcrest"
  3318. ]
  3319. },
  3320. "notification-url": "https://packagist.org/downloads/",
  3321. "license": [
  3322. "BSD"
  3323. ],
  3324. "description": "This is the PHP port of Hamcrest Matchers",
  3325. "keywords": [
  3326. "test"
  3327. ],
  3328. "time": "2016-01-20T08:20:44+00:00"
  3329. },
  3330. {
  3331. "name": "mockery/mockery",
  3332. "version": "1.1.0",
  3333. "source": {
  3334. "type": "git",
  3335. "url": "https://github.com/mockery/mockery.git",
  3336. "reference": "99e29d3596b16dabe4982548527d5ddf90232e99"
  3337. },
  3338. "dist": {
  3339. "type": "zip",
  3340. "url": "https://api.github.com/repos/mockery/mockery/zipball/99e29d3596b16dabe4982548527d5ddf90232e99",
  3341. "reference": "99e29d3596b16dabe4982548527d5ddf90232e99",
  3342. "shasum": ""
  3343. },
  3344. "require": {
  3345. "hamcrest/hamcrest-php": "~2.0",
  3346. "lib-pcre": ">=7.0",
  3347. "php": ">=5.6.0"
  3348. },
  3349. "require-dev": {
  3350. "phpdocumentor/phpdocumentor": "^2.9",
  3351. "phpunit/phpunit": "~5.7.10|~6.5"
  3352. },
  3353. "type": "library",
  3354. "extra": {
  3355. "branch-alias": {
  3356. "dev-master": "1.0.x-dev"
  3357. }
  3358. },
  3359. "autoload": {
  3360. "psr-0": {
  3361. "Mockery": "library/"
  3362. }
  3363. },
  3364. "notification-url": "https://packagist.org/downloads/",
  3365. "license": [
  3366. "BSD-3-Clause"
  3367. ],
  3368. "authors": [
  3369. {
  3370. "name": "Pádraic Brady",
  3371. "email": "padraic.brady@gmail.com",
  3372. "homepage": "http://blog.astrumfutura.com"
  3373. },
  3374. {
  3375. "name": "Dave Marshall",
  3376. "email": "dave.marshall@atstsolutions.co.uk",
  3377. "homepage": "http://davedevelopment.co.uk"
  3378. }
  3379. ],
  3380. "description": "Mockery is a simple yet flexible PHP mock object framework",
  3381. "homepage": "https://github.com/mockery/mockery",
  3382. "keywords": [
  3383. "BDD",
  3384. "TDD",
  3385. "library",
  3386. "mock",
  3387. "mock objects",
  3388. "mockery",
  3389. "stub",
  3390. "test",
  3391. "test double",
  3392. "testing"
  3393. ],
  3394. "time": "2018-05-08T08:54:48+00:00"
  3395. },
  3396. {
  3397. "name": "myclabs/deep-copy",
  3398. "version": "1.8.1",
  3399. "source": {
  3400. "type": "git",
  3401. "url": "https://github.com/myclabs/DeepCopy.git",
  3402. "reference": "3e01bdad3e18354c3dce54466b7fbe33a9f9f7f8"
  3403. },
  3404. "dist": {
  3405. "type": "zip",
  3406. "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3e01bdad3e18354c3dce54466b7fbe33a9f9f7f8",
  3407. "reference": "3e01bdad3e18354c3dce54466b7fbe33a9f9f7f8",
  3408. "shasum": ""
  3409. },
  3410. "require": {
  3411. "php": "^7.1"
  3412. },
  3413. "replace": {
  3414. "myclabs/deep-copy": "self.version"
  3415. },
  3416. "require-dev": {
  3417. "doctrine/collections": "^1.0",
  3418. "doctrine/common": "^2.6",
  3419. "phpunit/phpunit": "^7.1"
  3420. },
  3421. "type": "library",
  3422. "autoload": {
  3423. "psr-4": {
  3424. "DeepCopy\\": "src/DeepCopy/"
  3425. },
  3426. "files": [
  3427. "src/DeepCopy/deep_copy.php"
  3428. ]
  3429. },
  3430. "notification-url": "https://packagist.org/downloads/",
  3431. "license": [
  3432. "MIT"
  3433. ],
  3434. "description": "Create deep copies (clones) of your objects",
  3435. "keywords": [
  3436. "clone",
  3437. "copy",
  3438. "duplicate",
  3439. "object",
  3440. "object graph"
  3441. ],
  3442. "time": "2018-06-11T23:09:50+00:00"
  3443. },
  3444. {
  3445. "name": "nunomaduro/collision",
  3446. "version": "v2.0.3",
  3447. "source": {
  3448. "type": "git",
  3449. "url": "https://github.com/nunomaduro/collision.git",
  3450. "reference": "b1f606399ae77e9479b5597cd1aa3d8ea0078176"
  3451. },
  3452. "dist": {
  3453. "type": "zip",
  3454. "url": "https://api.github.com/repos/nunomaduro/collision/zipball/b1f606399ae77e9479b5597cd1aa3d8ea0078176",
  3455. "reference": "b1f606399ae77e9479b5597cd1aa3d8ea0078176",
  3456. "shasum": ""
  3457. },
  3458. "require": {
  3459. "filp/whoops": "^2.1.4",
  3460. "jakub-onderka/php-console-highlighter": "0.3.*",
  3461. "php": "^7.1",
  3462. "symfony/console": "~2.8|~3.3|~4.0"
  3463. },
  3464. "require-dev": {
  3465. "laravel/framework": "5.6.*",
  3466. "phpstan/phpstan": "^0.9.2",
  3467. "phpunit/phpunit": "~7.2"
  3468. },
  3469. "type": "library",
  3470. "extra": {
  3471. "laravel": {
  3472. "providers": [
  3473. "NunoMaduro\\Collision\\Adapters\\Laravel\\CollisionServiceProvider"
  3474. ]
  3475. }
  3476. },
  3477. "autoload": {
  3478. "psr-4": {
  3479. "NunoMaduro\\Collision\\": "src/"
  3480. }
  3481. },
  3482. "notification-url": "https://packagist.org/downloads/",
  3483. "license": [
  3484. "MIT"
  3485. ],
  3486. "authors": [
  3487. {
  3488. "name": "Nuno Maduro",
  3489. "email": "enunomaduro@gmail.com"
  3490. }
  3491. ],
  3492. "description": "Cli error handling for console/command-line PHP applications.",
  3493. "keywords": [
  3494. "artisan",
  3495. "cli",
  3496. "command-line",
  3497. "console",
  3498. "error",
  3499. "handling",
  3500. "laravel",
  3501. "laravel-zero",
  3502. "php",
  3503. "symfony"
  3504. ],
  3505. "time": "2018-06-16T22:05:52+00:00"
  3506. },
  3507. {
  3508. "name": "phar-io/manifest",
  3509. "version": "1.0.3",
  3510. "source": {
  3511. "type": "git",
  3512. "url": "https://github.com/phar-io/manifest.git",
  3513. "reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4"
  3514. },
  3515. "dist": {
  3516. "type": "zip",
  3517. "url": "https://api.github.com/repos/phar-io/manifest/zipball/7761fcacf03b4d4f16e7ccb606d4879ca431fcf4",
  3518. "reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4",
  3519. "shasum": ""
  3520. },
  3521. "require": {
  3522. "ext-dom": "*",
  3523. "ext-phar": "*",
  3524. "phar-io/version": "^2.0",
  3525. "php": "^5.6 || ^7.0"
  3526. },
  3527. "type": "library",
  3528. "extra": {
  3529. "branch-alias": {
  3530. "dev-master": "1.0.x-dev"
  3531. }
  3532. },
  3533. "autoload": {
  3534. "classmap": [
  3535. "src/"
  3536. ]
  3537. },
  3538. "notification-url": "https://packagist.org/downloads/",
  3539. "license": [
  3540. "BSD-3-Clause"
  3541. ],
  3542. "authors": [
  3543. {
  3544. "name": "Arne Blankerts",
  3545. "email": "arne@blankerts.de",
  3546. "role": "Developer"
  3547. },
  3548. {
  3549. "name": "Sebastian Heuer",
  3550. "email": "sebastian@phpeople.de",
  3551. "role": "Developer"
  3552. },
  3553. {
  3554. "name": "Sebastian Bergmann",
  3555. "email": "sebastian@phpunit.de",
  3556. "role": "Developer"
  3557. }
  3558. ],
  3559. "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
  3560. "time": "2018-07-08T19:23:20+00:00"
  3561. },
  3562. {
  3563. "name": "phar-io/version",
  3564. "version": "2.0.1",
  3565. "source": {
  3566. "type": "git",
  3567. "url": "https://github.com/phar-io/version.git",
  3568. "reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6"
  3569. },
  3570. "dist": {
  3571. "type": "zip",
  3572. "url": "https://api.github.com/repos/phar-io/version/zipball/45a2ec53a73c70ce41d55cedef9063630abaf1b6",
  3573. "reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6",
  3574. "shasum": ""
  3575. },
  3576. "require": {
  3577. "php": "^5.6 || ^7.0"
  3578. },
  3579. "type": "library",
  3580. "autoload": {
  3581. "classmap": [
  3582. "src/"
  3583. ]
  3584. },
  3585. "notification-url": "https://packagist.org/downloads/",
  3586. "license": [
  3587. "BSD-3-Clause"
  3588. ],
  3589. "authors": [
  3590. {
  3591. "name": "Arne Blankerts",
  3592. "email": "arne@blankerts.de",
  3593. "role": "Developer"
  3594. },
  3595. {
  3596. "name": "Sebastian Heuer",
  3597. "email": "sebastian@phpeople.de",
  3598. "role": "Developer"
  3599. },
  3600. {
  3601. "name": "Sebastian Bergmann",
  3602. "email": "sebastian@phpunit.de",
  3603. "role": "Developer"
  3604. }
  3605. ],
  3606. "description": "Library for handling version information and constraints",
  3607. "time": "2018-07-08T19:19:57+00:00"
  3608. },
  3609. {
  3610. "name": "phpdocumentor/reflection-common",
  3611. "version": "1.0.1",
  3612. "source": {
  3613. "type": "git",
  3614. "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
  3615. "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6"
  3616. },
  3617. "dist": {
  3618. "type": "zip",
  3619. "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
  3620. "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
  3621. "shasum": ""
  3622. },
  3623. "require": {
  3624. "php": ">=5.5"
  3625. },
  3626. "require-dev": {
  3627. "phpunit/phpunit": "^4.6"
  3628. },
  3629. "type": "library",
  3630. "extra": {
  3631. "branch-alias": {
  3632. "dev-master": "1.0.x-dev"
  3633. }
  3634. },
  3635. "autoload": {
  3636. "psr-4": {
  3637. "phpDocumentor\\Reflection\\": [
  3638. "src"
  3639. ]
  3640. }
  3641. },
  3642. "notification-url": "https://packagist.org/downloads/",
  3643. "license": [
  3644. "MIT"
  3645. ],
  3646. "authors": [
  3647. {
  3648. "name": "Jaap van Otterdijk",
  3649. "email": "opensource@ijaap.nl"
  3650. }
  3651. ],
  3652. "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
  3653. "homepage": "http://www.phpdoc.org",
  3654. "keywords": [
  3655. "FQSEN",
  3656. "phpDocumentor",
  3657. "phpdoc",
  3658. "reflection",
  3659. "static analysis"
  3660. ],
  3661. "time": "2017-09-11T18:02:19+00:00"
  3662. },
  3663. {
  3664. "name": "phpdocumentor/reflection-docblock",
  3665. "version": "4.3.0",
  3666. "source": {
  3667. "type": "git",
  3668. "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
  3669. "reference": "94fd0001232e47129dd3504189fa1c7225010d08"
  3670. },
  3671. "dist": {
  3672. "type": "zip",
  3673. "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/94fd0001232e47129dd3504189fa1c7225010d08",
  3674. "reference": "94fd0001232e47129dd3504189fa1c7225010d08",
  3675. "shasum": ""
  3676. },
  3677. "require": {
  3678. "php": "^7.0",
  3679. "phpdocumentor/reflection-common": "^1.0.0",
  3680. "phpdocumentor/type-resolver": "^0.4.0",
  3681. "webmozart/assert": "^1.0"
  3682. },
  3683. "require-dev": {
  3684. "doctrine/instantiator": "~1.0.5",
  3685. "mockery/mockery": "^1.0",
  3686. "phpunit/phpunit": "^6.4"
  3687. },
  3688. "type": "library",
  3689. "extra": {
  3690. "branch-alias": {
  3691. "dev-master": "4.x-dev"
  3692. }
  3693. },
  3694. "autoload": {
  3695. "psr-4": {
  3696. "phpDocumentor\\Reflection\\": [
  3697. "src/"
  3698. ]
  3699. }
  3700. },
  3701. "notification-url": "https://packagist.org/downloads/",
  3702. "license": [
  3703. "MIT"
  3704. ],
  3705. "authors": [
  3706. {
  3707. "name": "Mike van Riel",
  3708. "email": "me@mikevanriel.com"
  3709. }
  3710. ],
  3711. "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
  3712. "time": "2017-11-30T07:14:17+00:00"
  3713. },
  3714. {
  3715. "name": "phpdocumentor/type-resolver",
  3716. "version": "0.4.0",
  3717. "source": {
  3718. "type": "git",
  3719. "url": "https://github.com/phpDocumentor/TypeResolver.git",
  3720. "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7"
  3721. },
  3722. "dist": {
  3723. "type": "zip",
  3724. "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7",
  3725. "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7",
  3726. "shasum": ""
  3727. },
  3728. "require": {
  3729. "php": "^5.5 || ^7.0",
  3730. "phpdocumentor/reflection-common": "^1.0"
  3731. },
  3732. "require-dev": {
  3733. "mockery/mockery": "^0.9.4",
  3734. "phpunit/phpunit": "^5.2||^4.8.24"
  3735. },
  3736. "type": "library",
  3737. "extra": {
  3738. "branch-alias": {
  3739. "dev-master": "1.0.x-dev"
  3740. }
  3741. },
  3742. "autoload": {
  3743. "psr-4": {
  3744. "phpDocumentor\\Reflection\\": [
  3745. "src/"
  3746. ]
  3747. }
  3748. },
  3749. "notification-url": "https://packagist.org/downloads/",
  3750. "license": [
  3751. "MIT"
  3752. ],
  3753. "authors": [
  3754. {
  3755. "name": "Mike van Riel",
  3756. "email": "me@mikevanriel.com"
  3757. }
  3758. ],
  3759. "time": "2017-07-14T14:27:02+00:00"
  3760. },
  3761. {
  3762. "name": "phpspec/prophecy",
  3763. "version": "1.7.6",
  3764. "source": {
  3765. "type": "git",
  3766. "url": "https://github.com/phpspec/prophecy.git",
  3767. "reference": "33a7e3c4fda54e912ff6338c48823bd5c0f0b712"
  3768. },
  3769. "dist": {
  3770. "type": "zip",
  3771. "url": "https://api.github.com/repos/phpspec/prophecy/zipball/33a7e3c4fda54e912ff6338c48823bd5c0f0b712",
  3772. "reference": "33a7e3c4fda54e912ff6338c48823bd5c0f0b712",
  3773. "shasum": ""
  3774. },
  3775. "require": {
  3776. "doctrine/instantiator": "^1.0.2",
  3777. "php": "^5.3|^7.0",
  3778. "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0",
  3779. "sebastian/comparator": "^1.1|^2.0|^3.0",
  3780. "sebastian/recursion-context": "^1.0|^2.0|^3.0"
  3781. },
  3782. "require-dev": {
  3783. "phpspec/phpspec": "^2.5|^3.2",
  3784. "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5"
  3785. },
  3786. "type": "library",
  3787. "extra": {
  3788. "branch-alias": {
  3789. "dev-master": "1.7.x-dev"
  3790. }
  3791. },
  3792. "autoload": {
  3793. "psr-0": {
  3794. "Prophecy\\": "src/"
  3795. }
  3796. },
  3797. "notification-url": "https://packagist.org/downloads/",
  3798. "license": [
  3799. "MIT"
  3800. ],
  3801. "authors": [
  3802. {
  3803. "name": "Konstantin Kudryashov",
  3804. "email": "ever.zet@gmail.com",
  3805. "homepage": "http://everzet.com"
  3806. },
  3807. {
  3808. "name": "Marcello Duarte",
  3809. "email": "marcello.duarte@gmail.com"
  3810. }
  3811. ],
  3812. "description": "Highly opinionated mocking framework for PHP 5.3+",
  3813. "homepage": "https://github.com/phpspec/prophecy",
  3814. "keywords": [
  3815. "Double",
  3816. "Dummy",
  3817. "fake",
  3818. "mock",
  3819. "spy",
  3820. "stub"
  3821. ],
  3822. "time": "2018-04-18T13:57:24+00:00"
  3823. },
  3824. {
  3825. "name": "phpunit/php-code-coverage",
  3826. "version": "6.0.7",
  3827. "source": {
  3828. "type": "git",
  3829. "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
  3830. "reference": "865662550c384bc1db7e51d29aeda1c2c161d69a"
  3831. },
  3832. "dist": {
  3833. "type": "zip",
  3834. "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/865662550c384bc1db7e51d29aeda1c2c161d69a",
  3835. "reference": "865662550c384bc1db7e51d29aeda1c2c161d69a",
  3836. "shasum": ""
  3837. },
  3838. "require": {
  3839. "ext-dom": "*",
  3840. "ext-xmlwriter": "*",
  3841. "php": "^7.1",
  3842. "phpunit/php-file-iterator": "^2.0",
  3843. "phpunit/php-text-template": "^1.2.1",
  3844. "phpunit/php-token-stream": "^3.0",
  3845. "sebastian/code-unit-reverse-lookup": "^1.0.1",
  3846. "sebastian/environment": "^3.1",
  3847. "sebastian/version": "^2.0.1",
  3848. "theseer/tokenizer": "^1.1"
  3849. },
  3850. "require-dev": {
  3851. "phpunit/phpunit": "^7.0"
  3852. },
  3853. "suggest": {
  3854. "ext-xdebug": "^2.6.0"
  3855. },
  3856. "type": "library",
  3857. "extra": {
  3858. "branch-alias": {
  3859. "dev-master": "6.0-dev"
  3860. }
  3861. },
  3862. "autoload": {
  3863. "classmap": [
  3864. "src/"
  3865. ]
  3866. },
  3867. "notification-url": "https://packagist.org/downloads/",
  3868. "license": [
  3869. "BSD-3-Clause"
  3870. ],
  3871. "authors": [
  3872. {
  3873. "name": "Sebastian Bergmann",
  3874. "email": "sebastian@phpunit.de",
  3875. "role": "lead"
  3876. }
  3877. ],
  3878. "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
  3879. "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
  3880. "keywords": [
  3881. "coverage",
  3882. "testing",
  3883. "xunit"
  3884. ],
  3885. "time": "2018-06-01T07:51:50+00:00"
  3886. },
  3887. {
  3888. "name": "phpunit/php-file-iterator",
  3889. "version": "2.0.1",
  3890. "source": {
  3891. "type": "git",
  3892. "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
  3893. "reference": "cecbc684605bb0cc288828eb5d65d93d5c676d3c"
  3894. },
  3895. "dist": {
  3896. "type": "zip",
  3897. "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/cecbc684605bb0cc288828eb5d65d93d5c676d3c",
  3898. "reference": "cecbc684605bb0cc288828eb5d65d93d5c676d3c",
  3899. "shasum": ""
  3900. },
  3901. "require": {
  3902. "php": "^7.1"
  3903. },
  3904. "type": "library",
  3905. "extra": {
  3906. "branch-alias": {
  3907. "dev-master": "2.0.x-dev"
  3908. }
  3909. },
  3910. "autoload": {
  3911. "classmap": [
  3912. "src/"
  3913. ]
  3914. },
  3915. "notification-url": "https://packagist.org/downloads/",
  3916. "license": [
  3917. "BSD-3-Clause"
  3918. ],
  3919. "authors": [
  3920. {
  3921. "name": "Sebastian Bergmann",
  3922. "email": "sebastian@phpunit.de",
  3923. "role": "lead"
  3924. }
  3925. ],
  3926. "description": "FilterIterator implementation that filters files based on a list of suffixes.",
  3927. "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
  3928. "keywords": [
  3929. "filesystem",
  3930. "iterator"
  3931. ],
  3932. "time": "2018-06-11T11:44:00+00:00"
  3933. },
  3934. {
  3935. "name": "phpunit/php-text-template",
  3936. "version": "1.2.1",
  3937. "source": {
  3938. "type": "git",
  3939. "url": "https://github.com/sebastianbergmann/php-text-template.git",
  3940. "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
  3941. },
  3942. "dist": {
  3943. "type": "zip",
  3944. "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
  3945. "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
  3946. "shasum": ""
  3947. },
  3948. "require": {
  3949. "php": ">=5.3.3"
  3950. },
  3951. "type": "library",
  3952. "autoload": {
  3953. "classmap": [
  3954. "src/"
  3955. ]
  3956. },
  3957. "notification-url": "https://packagist.org/downloads/",
  3958. "license": [
  3959. "BSD-3-Clause"
  3960. ],
  3961. "authors": [
  3962. {
  3963. "name": "Sebastian Bergmann",
  3964. "email": "sebastian@phpunit.de",
  3965. "role": "lead"
  3966. }
  3967. ],
  3968. "description": "Simple template engine.",
  3969. "homepage": "https://github.com/sebastianbergmann/php-text-template/",
  3970. "keywords": [
  3971. "template"
  3972. ],
  3973. "time": "2015-06-21T13:50:34+00:00"
  3974. },
  3975. {
  3976. "name": "phpunit/php-timer",
  3977. "version": "2.0.0",
  3978. "source": {
  3979. "type": "git",
  3980. "url": "https://github.com/sebastianbergmann/php-timer.git",
  3981. "reference": "8b8454ea6958c3dee38453d3bd571e023108c91f"
  3982. },
  3983. "dist": {
  3984. "type": "zip",
  3985. "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/8b8454ea6958c3dee38453d3bd571e023108c91f",
  3986. "reference": "8b8454ea6958c3dee38453d3bd571e023108c91f",
  3987. "shasum": ""
  3988. },
  3989. "require": {
  3990. "php": "^7.1"
  3991. },
  3992. "require-dev": {
  3993. "phpunit/phpunit": "^7.0"
  3994. },
  3995. "type": "library",
  3996. "extra": {
  3997. "branch-alias": {
  3998. "dev-master": "2.0-dev"
  3999. }
  4000. },
  4001. "autoload": {
  4002. "classmap": [
  4003. "src/"
  4004. ]
  4005. },
  4006. "notification-url": "https://packagist.org/downloads/",
  4007. "license": [
  4008. "BSD-3-Clause"
  4009. ],
  4010. "authors": [
  4011. {
  4012. "name": "Sebastian Bergmann",
  4013. "email": "sebastian@phpunit.de",
  4014. "role": "lead"
  4015. }
  4016. ],
  4017. "description": "Utility class for timing",
  4018. "homepage": "https://github.com/sebastianbergmann/php-timer/",
  4019. "keywords": [
  4020. "timer"
  4021. ],
  4022. "time": "2018-02-01T13:07:23+00:00"
  4023. },
  4024. {
  4025. "name": "phpunit/php-token-stream",
  4026. "version": "3.0.0",
  4027. "source": {
  4028. "type": "git",
  4029. "url": "https://github.com/sebastianbergmann/php-token-stream.git",
  4030. "reference": "21ad88bbba7c3d93530d93994e0a33cd45f02ace"
  4031. },
  4032. "dist": {
  4033. "type": "zip",
  4034. "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/21ad88bbba7c3d93530d93994e0a33cd45f02ace",
  4035. "reference": "21ad88bbba7c3d93530d93994e0a33cd45f02ace",
  4036. "shasum": ""
  4037. },
  4038. "require": {
  4039. "ext-tokenizer": "*",
  4040. "php": "^7.1"
  4041. },
  4042. "require-dev": {
  4043. "phpunit/phpunit": "^7.0"
  4044. },
  4045. "type": "library",
  4046. "extra": {
  4047. "branch-alias": {
  4048. "dev-master": "3.0-dev"
  4049. }
  4050. },
  4051. "autoload": {
  4052. "classmap": [
  4053. "src/"
  4054. ]
  4055. },
  4056. "notification-url": "https://packagist.org/downloads/",
  4057. "license": [
  4058. "BSD-3-Clause"
  4059. ],
  4060. "authors": [
  4061. {
  4062. "name": "Sebastian Bergmann",
  4063. "email": "sebastian@phpunit.de"
  4064. }
  4065. ],
  4066. "description": "Wrapper around PHP's tokenizer extension.",
  4067. "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
  4068. "keywords": [
  4069. "tokenizer"
  4070. ],
  4071. "time": "2018-02-01T13:16:43+00:00"
  4072. },
  4073. {
  4074. "name": "phpunit/phpunit",
  4075. "version": "7.2.7",
  4076. "source": {
  4077. "type": "git",
  4078. "url": "https://github.com/sebastianbergmann/phpunit.git",
  4079. "reference": "8e878aff7917ef66e702e03d1359b16eee254e2c"
  4080. },
  4081. "dist": {
  4082. "type": "zip",
  4083. "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/8e878aff7917ef66e702e03d1359b16eee254e2c",
  4084. "reference": "8e878aff7917ef66e702e03d1359b16eee254e2c",
  4085. "shasum": ""
  4086. },
  4087. "require": {
  4088. "doctrine/instantiator": "^1.1",
  4089. "ext-dom": "*",
  4090. "ext-json": "*",
  4091. "ext-libxml": "*",
  4092. "ext-mbstring": "*",
  4093. "ext-xml": "*",
  4094. "myclabs/deep-copy": "^1.7",
  4095. "phar-io/manifest": "^1.0.2",
  4096. "phar-io/version": "^2.0",
  4097. "php": "^7.1",
  4098. "phpspec/prophecy": "^1.7",
  4099. "phpunit/php-code-coverage": "^6.0.7",
  4100. "phpunit/php-file-iterator": "^2.0.1",
  4101. "phpunit/php-text-template": "^1.2.1",
  4102. "phpunit/php-timer": "^2.0",
  4103. "sebastian/comparator": "^3.0",
  4104. "sebastian/diff": "^3.0",
  4105. "sebastian/environment": "^3.1",
  4106. "sebastian/exporter": "^3.1",
  4107. "sebastian/global-state": "^2.0",
  4108. "sebastian/object-enumerator": "^3.0.3",
  4109. "sebastian/resource-operations": "^1.0",
  4110. "sebastian/version": "^2.0.1"
  4111. },
  4112. "conflict": {
  4113. "phpunit/phpunit-mock-objects": "*"
  4114. },
  4115. "require-dev": {
  4116. "ext-pdo": "*"
  4117. },
  4118. "suggest": {
  4119. "ext-soap": "*",
  4120. "ext-xdebug": "*",
  4121. "phpunit/php-invoker": "^2.0"
  4122. },
  4123. "bin": [
  4124. "phpunit"
  4125. ],
  4126. "type": "library",
  4127. "extra": {
  4128. "branch-alias": {
  4129. "dev-master": "7.2-dev"
  4130. }
  4131. },
  4132. "autoload": {
  4133. "classmap": [
  4134. "src/"
  4135. ]
  4136. },
  4137. "notification-url": "https://packagist.org/downloads/",
  4138. "license": [
  4139. "BSD-3-Clause"
  4140. ],
  4141. "authors": [
  4142. {
  4143. "name": "Sebastian Bergmann",
  4144. "email": "sebastian@phpunit.de",
  4145. "role": "lead"
  4146. }
  4147. ],
  4148. "description": "The PHP Unit Testing framework.",
  4149. "homepage": "https://phpunit.de/",
  4150. "keywords": [
  4151. "phpunit",
  4152. "testing",
  4153. "xunit"
  4154. ],
  4155. "time": "2018-07-15T05:20:50+00:00"
  4156. },
  4157. {
  4158. "name": "sebastian/code-unit-reverse-lookup",
  4159. "version": "1.0.1",
  4160. "source": {
  4161. "type": "git",
  4162. "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
  4163. "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
  4164. },
  4165. "dist": {
  4166. "type": "zip",
  4167. "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
  4168. "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
  4169. "shasum": ""
  4170. },
  4171. "require": {
  4172. "php": "^5.6 || ^7.0"
  4173. },
  4174. "require-dev": {
  4175. "phpunit/phpunit": "^5.7 || ^6.0"
  4176. },
  4177. "type": "library",
  4178. "extra": {
  4179. "branch-alias": {
  4180. "dev-master": "1.0.x-dev"
  4181. }
  4182. },
  4183. "autoload": {
  4184. "classmap": [
  4185. "src/"
  4186. ]
  4187. },
  4188. "notification-url": "https://packagist.org/downloads/",
  4189. "license": [
  4190. "BSD-3-Clause"
  4191. ],
  4192. "authors": [
  4193. {
  4194. "name": "Sebastian Bergmann",
  4195. "email": "sebastian@phpunit.de"
  4196. }
  4197. ],
  4198. "description": "Looks up which function or method a line of code belongs to",
  4199. "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
  4200. "time": "2017-03-04T06:30:41+00:00"
  4201. },
  4202. {
  4203. "name": "sebastian/comparator",
  4204. "version": "3.0.2",
  4205. "source": {
  4206. "type": "git",
  4207. "url": "https://github.com/sebastianbergmann/comparator.git",
  4208. "reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da"
  4209. },
  4210. "dist": {
  4211. "type": "zip",
  4212. "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/5de4fc177adf9bce8df98d8d141a7559d7ccf6da",
  4213. "reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da",
  4214. "shasum": ""
  4215. },
  4216. "require": {
  4217. "php": "^7.1",
  4218. "sebastian/diff": "^3.0",
  4219. "sebastian/exporter": "^3.1"
  4220. },
  4221. "require-dev": {
  4222. "phpunit/phpunit": "^7.1"
  4223. },
  4224. "type": "library",
  4225. "extra": {
  4226. "branch-alias": {
  4227. "dev-master": "3.0-dev"
  4228. }
  4229. },
  4230. "autoload": {
  4231. "classmap": [
  4232. "src/"
  4233. ]
  4234. },
  4235. "notification-url": "https://packagist.org/downloads/",
  4236. "license": [
  4237. "BSD-3-Clause"
  4238. ],
  4239. "authors": [
  4240. {
  4241. "name": "Jeff Welch",
  4242. "email": "whatthejeff@gmail.com"
  4243. },
  4244. {
  4245. "name": "Volker Dusch",
  4246. "email": "github@wallbash.com"
  4247. },
  4248. {
  4249. "name": "Bernhard Schussek",
  4250. "email": "bschussek@2bepublished.at"
  4251. },
  4252. {
  4253. "name": "Sebastian Bergmann",
  4254. "email": "sebastian@phpunit.de"
  4255. }
  4256. ],
  4257. "description": "Provides the functionality to compare PHP values for equality",
  4258. "homepage": "https://github.com/sebastianbergmann/comparator",
  4259. "keywords": [
  4260. "comparator",
  4261. "compare",
  4262. "equality"
  4263. ],
  4264. "time": "2018-07-12T15:12:46+00:00"
  4265. },
  4266. {
  4267. "name": "sebastian/diff",
  4268. "version": "3.0.1",
  4269. "source": {
  4270. "type": "git",
  4271. "url": "https://github.com/sebastianbergmann/diff.git",
  4272. "reference": "366541b989927187c4ca70490a35615d3fef2dce"
  4273. },
  4274. "dist": {
  4275. "type": "zip",
  4276. "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/366541b989927187c4ca70490a35615d3fef2dce",
  4277. "reference": "366541b989927187c4ca70490a35615d3fef2dce",
  4278. "shasum": ""
  4279. },
  4280. "require": {
  4281. "php": "^7.1"
  4282. },
  4283. "require-dev": {
  4284. "phpunit/phpunit": "^7.0",
  4285. "symfony/process": "^2 || ^3.3 || ^4"
  4286. },
  4287. "type": "library",
  4288. "extra": {
  4289. "branch-alias": {
  4290. "dev-master": "3.0-dev"
  4291. }
  4292. },
  4293. "autoload": {
  4294. "classmap": [
  4295. "src/"
  4296. ]
  4297. },
  4298. "notification-url": "https://packagist.org/downloads/",
  4299. "license": [
  4300. "BSD-3-Clause"
  4301. ],
  4302. "authors": [
  4303. {
  4304. "name": "Kore Nordmann",
  4305. "email": "mail@kore-nordmann.de"
  4306. },
  4307. {
  4308. "name": "Sebastian Bergmann",
  4309. "email": "sebastian@phpunit.de"
  4310. }
  4311. ],
  4312. "description": "Diff implementation",
  4313. "homepage": "https://github.com/sebastianbergmann/diff",
  4314. "keywords": [
  4315. "diff",
  4316. "udiff",
  4317. "unidiff",
  4318. "unified diff"
  4319. ],
  4320. "time": "2018-06-10T07:54:39+00:00"
  4321. },
  4322. {
  4323. "name": "sebastian/environment",
  4324. "version": "3.1.0",
  4325. "source": {
  4326. "type": "git",
  4327. "url": "https://github.com/sebastianbergmann/environment.git",
  4328. "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5"
  4329. },
  4330. "dist": {
  4331. "type": "zip",
  4332. "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/cd0871b3975fb7fc44d11314fd1ee20925fce4f5",
  4333. "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5",
  4334. "shasum": ""
  4335. },
  4336. "require": {
  4337. "php": "^7.0"
  4338. },
  4339. "require-dev": {
  4340. "phpunit/phpunit": "^6.1"
  4341. },
  4342. "type": "library",
  4343. "extra": {
  4344. "branch-alias": {
  4345. "dev-master": "3.1.x-dev"
  4346. }
  4347. },
  4348. "autoload": {
  4349. "classmap": [
  4350. "src/"
  4351. ]
  4352. },
  4353. "notification-url": "https://packagist.org/downloads/",
  4354. "license": [
  4355. "BSD-3-Clause"
  4356. ],
  4357. "authors": [
  4358. {
  4359. "name": "Sebastian Bergmann",
  4360. "email": "sebastian@phpunit.de"
  4361. }
  4362. ],
  4363. "description": "Provides functionality to handle HHVM/PHP environments",
  4364. "homepage": "http://www.github.com/sebastianbergmann/environment",
  4365. "keywords": [
  4366. "Xdebug",
  4367. "environment",
  4368. "hhvm"
  4369. ],
  4370. "time": "2017-07-01T08:51:00+00:00"
  4371. },
  4372. {
  4373. "name": "sebastian/exporter",
  4374. "version": "3.1.0",
  4375. "source": {
  4376. "type": "git",
  4377. "url": "https://github.com/sebastianbergmann/exporter.git",
  4378. "reference": "234199f4528de6d12aaa58b612e98f7d36adb937"
  4379. },
  4380. "dist": {
  4381. "type": "zip",
  4382. "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/234199f4528de6d12aaa58b612e98f7d36adb937",
  4383. "reference": "234199f4528de6d12aaa58b612e98f7d36adb937",
  4384. "shasum": ""
  4385. },
  4386. "require": {
  4387. "php": "^7.0",
  4388. "sebastian/recursion-context": "^3.0"
  4389. },
  4390. "require-dev": {
  4391. "ext-mbstring": "*",
  4392. "phpunit/phpunit": "^6.0"
  4393. },
  4394. "type": "library",
  4395. "extra": {
  4396. "branch-alias": {
  4397. "dev-master": "3.1.x-dev"
  4398. }
  4399. },
  4400. "autoload": {
  4401. "classmap": [
  4402. "src/"
  4403. ]
  4404. },
  4405. "notification-url": "https://packagist.org/downloads/",
  4406. "license": [
  4407. "BSD-3-Clause"
  4408. ],
  4409. "authors": [
  4410. {
  4411. "name": "Jeff Welch",
  4412. "email": "whatthejeff@gmail.com"
  4413. },
  4414. {
  4415. "name": "Volker Dusch",
  4416. "email": "github@wallbash.com"
  4417. },
  4418. {
  4419. "name": "Bernhard Schussek",
  4420. "email": "bschussek@2bepublished.at"
  4421. },
  4422. {
  4423. "name": "Sebastian Bergmann",
  4424. "email": "sebastian@phpunit.de"
  4425. },
  4426. {
  4427. "name": "Adam Harvey",
  4428. "email": "aharvey@php.net"
  4429. }
  4430. ],
  4431. "description": "Provides the functionality to export PHP variables for visualization",
  4432. "homepage": "http://www.github.com/sebastianbergmann/exporter",
  4433. "keywords": [
  4434. "export",
  4435. "exporter"
  4436. ],
  4437. "time": "2017-04-03T13:19:02+00:00"
  4438. },
  4439. {
  4440. "name": "sebastian/global-state",
  4441. "version": "2.0.0",
  4442. "source": {
  4443. "type": "git",
  4444. "url": "https://github.com/sebastianbergmann/global-state.git",
  4445. "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4"
  4446. },
  4447. "dist": {
  4448. "type": "zip",
  4449. "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
  4450. "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
  4451. "shasum": ""
  4452. },
  4453. "require": {
  4454. "php": "^7.0"
  4455. },
  4456. "require-dev": {
  4457. "phpunit/phpunit": "^6.0"
  4458. },
  4459. "suggest": {
  4460. "ext-uopz": "*"
  4461. },
  4462. "type": "library",
  4463. "extra": {
  4464. "branch-alias": {
  4465. "dev-master": "2.0-dev"
  4466. }
  4467. },
  4468. "autoload": {
  4469. "classmap": [
  4470. "src/"
  4471. ]
  4472. },
  4473. "notification-url": "https://packagist.org/downloads/",
  4474. "license": [
  4475. "BSD-3-Clause"
  4476. ],
  4477. "authors": [
  4478. {
  4479. "name": "Sebastian Bergmann",
  4480. "email": "sebastian@phpunit.de"
  4481. }
  4482. ],
  4483. "description": "Snapshotting of global state",
  4484. "homepage": "http://www.github.com/sebastianbergmann/global-state",
  4485. "keywords": [
  4486. "global state"
  4487. ],
  4488. "time": "2017-04-27T15:39:26+00:00"
  4489. },
  4490. {
  4491. "name": "sebastian/object-enumerator",
  4492. "version": "3.0.3",
  4493. "source": {
  4494. "type": "git",
  4495. "url": "https://github.com/sebastianbergmann/object-enumerator.git",
  4496. "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5"
  4497. },
  4498. "dist": {
  4499. "type": "zip",
  4500. "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5",
  4501. "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5",
  4502. "shasum": ""
  4503. },
  4504. "require": {
  4505. "php": "^7.0",
  4506. "sebastian/object-reflector": "^1.1.1",
  4507. "sebastian/recursion-context": "^3.0"
  4508. },
  4509. "require-dev": {
  4510. "phpunit/phpunit": "^6.0"
  4511. },
  4512. "type": "library",
  4513. "extra": {
  4514. "branch-alias": {
  4515. "dev-master": "3.0.x-dev"
  4516. }
  4517. },
  4518. "autoload": {
  4519. "classmap": [
  4520. "src/"
  4521. ]
  4522. },
  4523. "notification-url": "https://packagist.org/downloads/",
  4524. "license": [
  4525. "BSD-3-Clause"
  4526. ],
  4527. "authors": [
  4528. {
  4529. "name": "Sebastian Bergmann",
  4530. "email": "sebastian@phpunit.de"
  4531. }
  4532. ],
  4533. "description": "Traverses array structures and object graphs to enumerate all referenced objects",
  4534. "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
  4535. "time": "2017-08-03T12:35:26+00:00"
  4536. },
  4537. {
  4538. "name": "sebastian/object-reflector",
  4539. "version": "1.1.1",
  4540. "source": {
  4541. "type": "git",
  4542. "url": "https://github.com/sebastianbergmann/object-reflector.git",
  4543. "reference": "773f97c67f28de00d397be301821b06708fca0be"
  4544. },
  4545. "dist": {
  4546. "type": "zip",
  4547. "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be",
  4548. "reference": "773f97c67f28de00d397be301821b06708fca0be",
  4549. "shasum": ""
  4550. },
  4551. "require": {
  4552. "php": "^7.0"
  4553. },
  4554. "require-dev": {
  4555. "phpunit/phpunit": "^6.0"
  4556. },
  4557. "type": "library",
  4558. "extra": {
  4559. "branch-alias": {
  4560. "dev-master": "1.1-dev"
  4561. }
  4562. },
  4563. "autoload": {
  4564. "classmap": [
  4565. "src/"
  4566. ]
  4567. },
  4568. "notification-url": "https://packagist.org/downloads/",
  4569. "license": [
  4570. "BSD-3-Clause"
  4571. ],
  4572. "authors": [
  4573. {
  4574. "name": "Sebastian Bergmann",
  4575. "email": "sebastian@phpunit.de"
  4576. }
  4577. ],
  4578. "description": "Allows reflection of object attributes, including inherited and non-public ones",
  4579. "homepage": "https://github.com/sebastianbergmann/object-reflector/",
  4580. "time": "2017-03-29T09:07:27+00:00"
  4581. },
  4582. {
  4583. "name": "sebastian/recursion-context",
  4584. "version": "3.0.0",
  4585. "source": {
  4586. "type": "git",
  4587. "url": "https://github.com/sebastianbergmann/recursion-context.git",
  4588. "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8"
  4589. },
  4590. "dist": {
  4591. "type": "zip",
  4592. "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
  4593. "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
  4594. "shasum": ""
  4595. },
  4596. "require": {
  4597. "php": "^7.0"
  4598. },
  4599. "require-dev": {
  4600. "phpunit/phpunit": "^6.0"
  4601. },
  4602. "type": "library",
  4603. "extra": {
  4604. "branch-alias": {
  4605. "dev-master": "3.0.x-dev"
  4606. }
  4607. },
  4608. "autoload": {
  4609. "classmap": [
  4610. "src/"
  4611. ]
  4612. },
  4613. "notification-url": "https://packagist.org/downloads/",
  4614. "license": [
  4615. "BSD-3-Clause"
  4616. ],
  4617. "authors": [
  4618. {
  4619. "name": "Jeff Welch",
  4620. "email": "whatthejeff@gmail.com"
  4621. },
  4622. {
  4623. "name": "Sebastian Bergmann",
  4624. "email": "sebastian@phpunit.de"
  4625. },
  4626. {
  4627. "name": "Adam Harvey",
  4628. "email": "aharvey@php.net"
  4629. }
  4630. ],
  4631. "description": "Provides functionality to recursively process PHP variables",
  4632. "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
  4633. "time": "2017-03-03T06:23:57+00:00"
  4634. },
  4635. {
  4636. "name": "sebastian/resource-operations",
  4637. "version": "1.0.0",
  4638. "source": {
  4639. "type": "git",
  4640. "url": "https://github.com/sebastianbergmann/resource-operations.git",
  4641. "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
  4642. },
  4643. "dist": {
  4644. "type": "zip",
  4645. "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
  4646. "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
  4647. "shasum": ""
  4648. },
  4649. "require": {
  4650. "php": ">=5.6.0"
  4651. },
  4652. "type": "library",
  4653. "extra": {
  4654. "branch-alias": {
  4655. "dev-master": "1.0.x-dev"
  4656. }
  4657. },
  4658. "autoload": {
  4659. "classmap": [
  4660. "src/"
  4661. ]
  4662. },
  4663. "notification-url": "https://packagist.org/downloads/",
  4664. "license": [
  4665. "BSD-3-Clause"
  4666. ],
  4667. "authors": [
  4668. {
  4669. "name": "Sebastian Bergmann",
  4670. "email": "sebastian@phpunit.de"
  4671. }
  4672. ],
  4673. "description": "Provides a list of PHP built-in functions that operate on resources",
  4674. "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
  4675. "time": "2015-07-28T20:34:47+00:00"
  4676. },
  4677. {
  4678. "name": "sebastian/version",
  4679. "version": "2.0.1",
  4680. "source": {
  4681. "type": "git",
  4682. "url": "https://github.com/sebastianbergmann/version.git",
  4683. "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
  4684. },
  4685. "dist": {
  4686. "type": "zip",
  4687. "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
  4688. "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
  4689. "shasum": ""
  4690. },
  4691. "require": {
  4692. "php": ">=5.6"
  4693. },
  4694. "type": "library",
  4695. "extra": {
  4696. "branch-alias": {
  4697. "dev-master": "2.0.x-dev"
  4698. }
  4699. },
  4700. "autoload": {
  4701. "classmap": [
  4702. "src/"
  4703. ]
  4704. },
  4705. "notification-url": "https://packagist.org/downloads/",
  4706. "license": [
  4707. "BSD-3-Clause"
  4708. ],
  4709. "authors": [
  4710. {
  4711. "name": "Sebastian Bergmann",
  4712. "email": "sebastian@phpunit.de",
  4713. "role": "lead"
  4714. }
  4715. ],
  4716. "description": "Library that helps with managing the version number of Git-hosted PHP projects",
  4717. "homepage": "https://github.com/sebastianbergmann/version",
  4718. "time": "2016-10-03T07:35:21+00:00"
  4719. },
  4720. {
  4721. "name": "theseer/tokenizer",
  4722. "version": "1.1.0",
  4723. "source": {
  4724. "type": "git",
  4725. "url": "https://github.com/theseer/tokenizer.git",
  4726. "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b"
  4727. },
  4728. "dist": {
  4729. "type": "zip",
  4730. "url": "https://api.github.com/repos/theseer/tokenizer/zipball/cb2f008f3f05af2893a87208fe6a6c4985483f8b",
  4731. "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b",
  4732. "shasum": ""
  4733. },
  4734. "require": {
  4735. "ext-dom": "*",
  4736. "ext-tokenizer": "*",
  4737. "ext-xmlwriter": "*",
  4738. "php": "^7.0"
  4739. },
  4740. "type": "library",
  4741. "autoload": {
  4742. "classmap": [
  4743. "src/"
  4744. ]
  4745. },
  4746. "notification-url": "https://packagist.org/downloads/",
  4747. "license": [
  4748. "BSD-3-Clause"
  4749. ],
  4750. "authors": [
  4751. {
  4752. "name": "Arne Blankerts",
  4753. "email": "arne@blankerts.de",
  4754. "role": "Developer"
  4755. }
  4756. ],
  4757. "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
  4758. "time": "2017-04-07T12:08:54+00:00"
  4759. },
  4760. {
  4761. "name": "webmozart/assert",
  4762. "version": "1.3.0",
  4763. "source": {
  4764. "type": "git",
  4765. "url": "https://github.com/webmozart/assert.git",
  4766. "reference": "0df1908962e7a3071564e857d86874dad1ef204a"
  4767. },
  4768. "dist": {
  4769. "type": "zip",
  4770. "url": "https://api.github.com/repos/webmozart/assert/zipball/0df1908962e7a3071564e857d86874dad1ef204a",
  4771. "reference": "0df1908962e7a3071564e857d86874dad1ef204a",
  4772. "shasum": ""
  4773. },
  4774. "require": {
  4775. "php": "^5.3.3 || ^7.0"
  4776. },
  4777. "require-dev": {
  4778. "phpunit/phpunit": "^4.6",
  4779. "sebastian/version": "^1.0.1"
  4780. },
  4781. "type": "library",
  4782. "extra": {
  4783. "branch-alias": {
  4784. "dev-master": "1.3-dev"
  4785. }
  4786. },
  4787. "autoload": {
  4788. "psr-4": {
  4789. "Webmozart\\Assert\\": "src/"
  4790. }
  4791. },
  4792. "notification-url": "https://packagist.org/downloads/",
  4793. "license": [
  4794. "MIT"
  4795. ],
  4796. "authors": [
  4797. {
  4798. "name": "Bernhard Schussek",
  4799. "email": "bschussek@gmail.com"
  4800. }
  4801. ],
  4802. "description": "Assertions to validate method input/output with nice error messages.",
  4803. "keywords": [
  4804. "assert",
  4805. "check",
  4806. "validate"
  4807. ],
  4808. "time": "2018-01-29T19:49:41+00:00"
  4809. }
  4810. ],
  4811. "aliases": [],
  4812. "minimum-stability": "dev",
  4813. "stability-flags": [],
  4814. "prefer-stable": true,
  4815. "prefer-lowest": false,
  4816. "platform": {
  4817. "php": "^7.1.3"
  4818. },
  4819. "platform-dev": []
  4820. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement