Advertisement
Guest User

Untitled

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