You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

3997 lines
141 KiB

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