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.

4043 lines
142 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": "41238565556ee0b0f7094b70d9cae03e",
  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": "twilio/sdk",
  2466. "version": "5.11.0",
  2467. "source": {
  2468. "type": "git",
  2469. "url": "https://github.com/twilio/twilio-php.git",
  2470. "reference": "6887cc761df5b011bce5460ad643e846ad8a5548"
  2471. },
  2472. "dist": {
  2473. "type": "zip",
  2474. "url": "https://api.github.com/repos/twilio/twilio-php/zipball/6887cc761df5b011bce5460ad643e846ad8a5548",
  2475. "reference": "6887cc761df5b011bce5460ad643e846ad8a5548",
  2476. "shasum": ""
  2477. },
  2478. "require": {
  2479. "php": ">=5.3.0"
  2480. },
  2481. "require-dev": {
  2482. "apigen/apigen": "^4.1",
  2483. "phpunit/phpunit": "4.5.*"
  2484. },
  2485. "type": "library",
  2486. "autoload": {
  2487. "psr-4": {
  2488. "Twilio\\": "Twilio/"
  2489. }
  2490. },
  2491. "notification-url": "https://packagist.org/downloads/",
  2492. "license": [
  2493. "MIT"
  2494. ],
  2495. "authors": [
  2496. {
  2497. "name": "Twilio API Team",
  2498. "email": "api@twilio.com"
  2499. }
  2500. ],
  2501. "description": "A PHP wrapper for Twilio's API",
  2502. "homepage": "http://github.com/twilio/twilio-php",
  2503. "keywords": [
  2504. "api",
  2505. "sms",
  2506. "twilio"
  2507. ],
  2508. "time": "2017-06-16T20:19:46+00:00"
  2509. },
  2510. {
  2511. "name": "vlucas/phpdotenv",
  2512. "version": "v2.4.0",
  2513. "source": {
  2514. "type": "git",
  2515. "url": "https://github.com/vlucas/phpdotenv.git",
  2516. "reference": "3cc116adbe4b11be5ec557bf1d24dc5e3a21d18c"
  2517. },
  2518. "dist": {
  2519. "type": "zip",
  2520. "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/3cc116adbe4b11be5ec557bf1d24dc5e3a21d18c",
  2521. "reference": "3cc116adbe4b11be5ec557bf1d24dc5e3a21d18c",
  2522. "shasum": ""
  2523. },
  2524. "require": {
  2525. "php": ">=5.3.9"
  2526. },
  2527. "require-dev": {
  2528. "phpunit/phpunit": "^4.8 || ^5.0"
  2529. },
  2530. "type": "library",
  2531. "extra": {
  2532. "branch-alias": {
  2533. "dev-master": "2.4-dev"
  2534. }
  2535. },
  2536. "autoload": {
  2537. "psr-4": {
  2538. "Dotenv\\": "src/"
  2539. }
  2540. },
  2541. "notification-url": "https://packagist.org/downloads/",
  2542. "license": [
  2543. "BSD-3-Clause-Attribution"
  2544. ],
  2545. "authors": [
  2546. {
  2547. "name": "Vance Lucas",
  2548. "email": "vance@vancelucas.com",
  2549. "homepage": "http://www.vancelucas.com"
  2550. }
  2551. ],
  2552. "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
  2553. "keywords": [
  2554. "dotenv",
  2555. "env",
  2556. "environment"
  2557. ],
  2558. "time": "2016-09-01T10:05:43+00:00"
  2559. }
  2560. ],
  2561. "packages-dev": [
  2562. {
  2563. "name": "doctrine/instantiator",
  2564. "version": "1.0.5",
  2565. "source": {
  2566. "type": "git",
  2567. "url": "https://github.com/doctrine/instantiator.git",
  2568. "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
  2569. },
  2570. "dist": {
  2571. "type": "zip",
  2572. "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
  2573. "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
  2574. "shasum": ""
  2575. },
  2576. "require": {
  2577. "php": ">=5.3,<8.0-DEV"
  2578. },
  2579. "require-dev": {
  2580. "athletic/athletic": "~0.1.8",
  2581. "ext-pdo": "*",
  2582. "ext-phar": "*",
  2583. "phpunit/phpunit": "~4.0",
  2584. "squizlabs/php_codesniffer": "~2.0"
  2585. },
  2586. "type": "library",
  2587. "extra": {
  2588. "branch-alias": {
  2589. "dev-master": "1.0.x-dev"
  2590. }
  2591. },
  2592. "autoload": {
  2593. "psr-4": {
  2594. "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
  2595. }
  2596. },
  2597. "notification-url": "https://packagist.org/downloads/",
  2598. "license": [
  2599. "MIT"
  2600. ],
  2601. "authors": [
  2602. {
  2603. "name": "Marco Pivetta",
  2604. "email": "ocramius@gmail.com",
  2605. "homepage": "http://ocramius.github.com/"
  2606. }
  2607. ],
  2608. "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
  2609. "homepage": "https://github.com/doctrine/instantiator",
  2610. "keywords": [
  2611. "constructor",
  2612. "instantiate"
  2613. ],
  2614. "time": "2015-06-14T21:17:01+00:00"
  2615. },
  2616. {
  2617. "name": "fzaninotto/faker",
  2618. "version": "v1.6.0",
  2619. "source": {
  2620. "type": "git",
  2621. "url": "https://github.com/fzaninotto/Faker.git",
  2622. "reference": "44f9a286a04b80c76a4e5fb7aad8bb539b920123"
  2623. },
  2624. "dist": {
  2625. "type": "zip",
  2626. "url": "https://api.github.com/repos/fzaninotto/Faker/zipball/44f9a286a04b80c76a4e5fb7aad8bb539b920123",
  2627. "reference": "44f9a286a04b80c76a4e5fb7aad8bb539b920123",
  2628. "shasum": ""
  2629. },
  2630. "require": {
  2631. "php": "^5.3.3|^7.0"
  2632. },
  2633. "require-dev": {
  2634. "ext-intl": "*",
  2635. "phpunit/phpunit": "~4.0",
  2636. "squizlabs/php_codesniffer": "~1.5"
  2637. },
  2638. "type": "library",
  2639. "extra": {
  2640. "branch-alias": []
  2641. },
  2642. "autoload": {
  2643. "psr-4": {
  2644. "Faker\\": "src/Faker/"
  2645. }
  2646. },
  2647. "notification-url": "https://packagist.org/downloads/",
  2648. "license": [
  2649. "MIT"
  2650. ],
  2651. "authors": [
  2652. {
  2653. "name": "François Zaninotto"
  2654. }
  2655. ],
  2656. "description": "Faker is a PHP library that generates fake data for you.",
  2657. "keywords": [
  2658. "data",
  2659. "faker",
  2660. "fixtures"
  2661. ],
  2662. "time": "2016-04-29T12:21:54+00:00"
  2663. },
  2664. {
  2665. "name": "hamcrest/hamcrest-php",
  2666. "version": "v1.2.2",
  2667. "source": {
  2668. "type": "git",
  2669. "url": "https://github.com/hamcrest/hamcrest-php.git",
  2670. "reference": "b37020aa976fa52d3de9aa904aa2522dc518f79c"
  2671. },
  2672. "dist": {
  2673. "type": "zip",
  2674. "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/b37020aa976fa52d3de9aa904aa2522dc518f79c",
  2675. "reference": "b37020aa976fa52d3de9aa904aa2522dc518f79c",
  2676. "shasum": ""
  2677. },
  2678. "require": {
  2679. "php": ">=5.3.2"
  2680. },
  2681. "replace": {
  2682. "cordoval/hamcrest-php": "*",
  2683. "davedevelopment/hamcrest-php": "*",
  2684. "kodova/hamcrest-php": "*"
  2685. },
  2686. "require-dev": {
  2687. "phpunit/php-file-iterator": "1.3.3",
  2688. "satooshi/php-coveralls": "dev-master"
  2689. },
  2690. "type": "library",
  2691. "autoload": {
  2692. "classmap": [
  2693. "hamcrest"
  2694. ],
  2695. "files": [
  2696. "hamcrest/Hamcrest.php"
  2697. ]
  2698. },
  2699. "notification-url": "https://packagist.org/downloads/",
  2700. "license": [
  2701. "BSD"
  2702. ],
  2703. "description": "This is the PHP port of Hamcrest Matchers",
  2704. "keywords": [
  2705. "test"
  2706. ],
  2707. "time": "2015-05-11T14:41:42+00:00"
  2708. },
  2709. {
  2710. "name": "mockery/mockery",
  2711. "version": "0.9.9",
  2712. "source": {
  2713. "type": "git",
  2714. "url": "https://github.com/mockery/mockery.git",
  2715. "reference": "6fdb61243844dc924071d3404bb23994ea0b6856"
  2716. },
  2717. "dist": {
  2718. "type": "zip",
  2719. "url": "https://api.github.com/repos/mockery/mockery/zipball/6fdb61243844dc924071d3404bb23994ea0b6856",
  2720. "reference": "6fdb61243844dc924071d3404bb23994ea0b6856",
  2721. "shasum": ""
  2722. },
  2723. "require": {
  2724. "hamcrest/hamcrest-php": "~1.1",
  2725. "lib-pcre": ">=7.0",
  2726. "php": ">=5.3.2"
  2727. },
  2728. "require-dev": {
  2729. "phpunit/phpunit": "~4.0"
  2730. },
  2731. "type": "library",
  2732. "extra": {
  2733. "branch-alias": {
  2734. "dev-master": "0.9.x-dev"
  2735. }
  2736. },
  2737. "autoload": {
  2738. "psr-0": {
  2739. "Mockery": "library/"
  2740. }
  2741. },
  2742. "notification-url": "https://packagist.org/downloads/",
  2743. "license": [
  2744. "BSD-3-Clause"
  2745. ],
  2746. "authors": [
  2747. {
  2748. "name": "Pádraic Brady",
  2749. "email": "padraic.brady@gmail.com",
  2750. "homepage": "http://blog.astrumfutura.com"
  2751. },
  2752. {
  2753. "name": "Dave Marshall",
  2754. "email": "dave.marshall@atstsolutions.co.uk",
  2755. "homepage": "http://davedevelopment.co.uk"
  2756. }
  2757. ],
  2758. "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.",
  2759. "homepage": "http://github.com/padraic/mockery",
  2760. "keywords": [
  2761. "BDD",
  2762. "TDD",
  2763. "library",
  2764. "mock",
  2765. "mock objects",
  2766. "mockery",
  2767. "stub",
  2768. "test",
  2769. "test double",
  2770. "testing"
  2771. ],
  2772. "time": "2017-02-28T12:52:32+00:00"
  2773. },
  2774. {
  2775. "name": "myclabs/deep-copy",
  2776. "version": "1.6.1",
  2777. "source": {
  2778. "type": "git",
  2779. "url": "https://github.com/myclabs/DeepCopy.git",
  2780. "reference": "8e6e04167378abf1ddb4d3522d8755c5fd90d102"
  2781. },
  2782. "dist": {
  2783. "type": "zip",
  2784. "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/8e6e04167378abf1ddb4d3522d8755c5fd90d102",
  2785. "reference": "8e6e04167378abf1ddb4d3522d8755c5fd90d102",
  2786. "shasum": ""
  2787. },
  2788. "require": {
  2789. "php": ">=5.4.0"
  2790. },
  2791. "require-dev": {
  2792. "doctrine/collections": "1.*",
  2793. "phpunit/phpunit": "~4.1"
  2794. },
  2795. "type": "library",
  2796. "autoload": {
  2797. "psr-4": {
  2798. "DeepCopy\\": "src/DeepCopy/"
  2799. }
  2800. },
  2801. "notification-url": "https://packagist.org/downloads/",
  2802. "license": [
  2803. "MIT"
  2804. ],
  2805. "description": "Create deep copies (clones) of your objects",
  2806. "homepage": "https://github.com/myclabs/DeepCopy",
  2807. "keywords": [
  2808. "clone",
  2809. "copy",
  2810. "duplicate",
  2811. "object",
  2812. "object graph"
  2813. ],
  2814. "time": "2017-04-12T18:52:22+00:00"
  2815. },
  2816. {
  2817. "name": "phpdocumentor/reflection-common",
  2818. "version": "1.0",
  2819. "source": {
  2820. "type": "git",
  2821. "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
  2822. "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c"
  2823. },
  2824. "dist": {
  2825. "type": "zip",
  2826. "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/144c307535e82c8fdcaacbcfc1d6d8eeb896687c",
  2827. "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c",
  2828. "shasum": ""
  2829. },
  2830. "require": {
  2831. "php": ">=5.5"
  2832. },
  2833. "require-dev": {
  2834. "phpunit/phpunit": "^4.6"
  2835. },
  2836. "type": "library",
  2837. "extra": {
  2838. "branch-alias": {
  2839. "dev-master": "1.0.x-dev"
  2840. }
  2841. },
  2842. "autoload": {
  2843. "psr-4": {
  2844. "phpDocumentor\\Reflection\\": [
  2845. "src"
  2846. ]
  2847. }
  2848. },
  2849. "notification-url": "https://packagist.org/downloads/",
  2850. "license": [
  2851. "MIT"
  2852. ],
  2853. "authors": [
  2854. {
  2855. "name": "Jaap van Otterdijk",
  2856. "email": "opensource@ijaap.nl"
  2857. }
  2858. ],
  2859. "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
  2860. "homepage": "http://www.phpdoc.org",
  2861. "keywords": [
  2862. "FQSEN",
  2863. "phpDocumentor",
  2864. "phpdoc",
  2865. "reflection",
  2866. "static analysis"
  2867. ],
  2868. "time": "2015-12-27T11:43:31+00:00"
  2869. },
  2870. {
  2871. "name": "phpdocumentor/reflection-docblock",
  2872. "version": "3.1.1",
  2873. "source": {
  2874. "type": "git",
  2875. "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
  2876. "reference": "8331b5efe816ae05461b7ca1e721c01b46bafb3e"
  2877. },
  2878. "dist": {
  2879. "type": "zip",
  2880. "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/8331b5efe816ae05461b7ca1e721c01b46bafb3e",
  2881. "reference": "8331b5efe816ae05461b7ca1e721c01b46bafb3e",
  2882. "shasum": ""
  2883. },
  2884. "require": {
  2885. "php": ">=5.5",
  2886. "phpdocumentor/reflection-common": "^1.0@dev",
  2887. "phpdocumentor/type-resolver": "^0.2.0",
  2888. "webmozart/assert": "^1.0"
  2889. },
  2890. "require-dev": {
  2891. "mockery/mockery": "^0.9.4",
  2892. "phpunit/phpunit": "^4.4"
  2893. },
  2894. "type": "library",
  2895. "autoload": {
  2896. "psr-4": {
  2897. "phpDocumentor\\Reflection\\": [
  2898. "src/"
  2899. ]
  2900. }
  2901. },
  2902. "notification-url": "https://packagist.org/downloads/",
  2903. "license": [
  2904. "MIT"
  2905. ],
  2906. "authors": [
  2907. {
  2908. "name": "Mike van Riel",
  2909. "email": "me@mikevanriel.com"
  2910. }
  2911. ],
  2912. "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
  2913. "time": "2016-09-30T07:12:33+00:00"
  2914. },
  2915. {
  2916. "name": "phpdocumentor/type-resolver",
  2917. "version": "0.2.1",
  2918. "source": {
  2919. "type": "git",
  2920. "url": "https://github.com/phpDocumentor/TypeResolver.git",
  2921. "reference": "e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb"
  2922. },
  2923. "dist": {
  2924. "type": "zip",
  2925. "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb",
  2926. "reference": "e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb",
  2927. "shasum": ""
  2928. },
  2929. "require": {
  2930. "php": ">=5.5",
  2931. "phpdocumentor/reflection-common": "^1.0"
  2932. },
  2933. "require-dev": {
  2934. "mockery/mockery": "^0.9.4",
  2935. "phpunit/phpunit": "^5.2||^4.8.24"
  2936. },
  2937. "type": "library",
  2938. "extra": {
  2939. "branch-alias": {
  2940. "dev-master": "1.0.x-dev"
  2941. }
  2942. },
  2943. "autoload": {
  2944. "psr-4": {
  2945. "phpDocumentor\\Reflection\\": [
  2946. "src/"
  2947. ]
  2948. }
  2949. },
  2950. "notification-url": "https://packagist.org/downloads/",
  2951. "license": [
  2952. "MIT"
  2953. ],
  2954. "authors": [
  2955. {
  2956. "name": "Mike van Riel",
  2957. "email": "me@mikevanriel.com"
  2958. }
  2959. ],
  2960. "time": "2016-11-25T06:54:22+00:00"
  2961. },
  2962. {
  2963. "name": "phpspec/prophecy",
  2964. "version": "v1.7.0",
  2965. "source": {
  2966. "type": "git",
  2967. "url": "https://github.com/phpspec/prophecy.git",
  2968. "reference": "93d39f1f7f9326d746203c7c056f300f7f126073"
  2969. },
  2970. "dist": {
  2971. "type": "zip",
  2972. "url": "https://api.github.com/repos/phpspec/prophecy/zipball/93d39f1f7f9326d746203c7c056f300f7f126073",
  2973. "reference": "93d39f1f7f9326d746203c7c056f300f7f126073",
  2974. "shasum": ""
  2975. },
  2976. "require": {
  2977. "doctrine/instantiator": "^1.0.2",
  2978. "php": "^5.3|^7.0",
  2979. "phpdocumentor/reflection-docblock": "^2.0|^3.0.2",
  2980. "sebastian/comparator": "^1.1|^2.0",
  2981. "sebastian/recursion-context": "^1.0|^2.0|^3.0"
  2982. },
  2983. "require-dev": {
  2984. "phpspec/phpspec": "^2.5|^3.2",
  2985. "phpunit/phpunit": "^4.8 || ^5.6.5"
  2986. },
  2987. "type": "library",
  2988. "extra": {
  2989. "branch-alias": {
  2990. "dev-master": "1.6.x-dev"
  2991. }
  2992. },
  2993. "autoload": {
  2994. "psr-0": {
  2995. "Prophecy\\": "src/"
  2996. }
  2997. },
  2998. "notification-url": "https://packagist.org/downloads/",
  2999. "license": [
  3000. "MIT"
  3001. ],
  3002. "authors": [
  3003. {
  3004. "name": "Konstantin Kudryashov",
  3005. "email": "ever.zet@gmail.com",
  3006. "homepage": "http://everzet.com"
  3007. },
  3008. {
  3009. "name": "Marcello Duarte",
  3010. "email": "marcello.duarte@gmail.com"
  3011. }
  3012. ],
  3013. "description": "Highly opinionated mocking framework for PHP 5.3+",
  3014. "homepage": "https://github.com/phpspec/prophecy",
  3015. "keywords": [
  3016. "Double",
  3017. "Dummy",
  3018. "fake",
  3019. "mock",
  3020. "spy",
  3021. "stub"
  3022. ],
  3023. "time": "2017-03-02T20:05:34+00:00"
  3024. },
  3025. {
  3026. "name": "phpunit/php-code-coverage",
  3027. "version": "4.0.8",
  3028. "source": {
  3029. "type": "git",
  3030. "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
  3031. "reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d"
  3032. },
  3033. "dist": {
  3034. "type": "zip",
  3035. "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/ef7b2f56815df854e66ceaee8ebe9393ae36a40d",
  3036. "reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d",
  3037. "shasum": ""
  3038. },
  3039. "require": {
  3040. "ext-dom": "*",
  3041. "ext-xmlwriter": "*",
  3042. "php": "^5.6 || ^7.0",
  3043. "phpunit/php-file-iterator": "^1.3",
  3044. "phpunit/php-text-template": "^1.2",
  3045. "phpunit/php-token-stream": "^1.4.2 || ^2.0",
  3046. "sebastian/code-unit-reverse-lookup": "^1.0",
  3047. "sebastian/environment": "^1.3.2 || ^2.0",
  3048. "sebastian/version": "^1.0 || ^2.0"
  3049. },
  3050. "require-dev": {
  3051. "ext-xdebug": "^2.1.4",
  3052. "phpunit/phpunit": "^5.7"
  3053. },
  3054. "suggest": {
  3055. "ext-xdebug": "^2.5.1"
  3056. },
  3057. "type": "library",
  3058. "extra": {
  3059. "branch-alias": {
  3060. "dev-master": "4.0.x-dev"
  3061. }
  3062. },
  3063. "autoload": {
  3064. "classmap": [
  3065. "src/"
  3066. ]
  3067. },
  3068. "notification-url": "https://packagist.org/downloads/",
  3069. "license": [
  3070. "BSD-3-Clause"
  3071. ],
  3072. "authors": [
  3073. {
  3074. "name": "Sebastian Bergmann",
  3075. "email": "sb@sebastian-bergmann.de",
  3076. "role": "lead"
  3077. }
  3078. ],
  3079. "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
  3080. "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
  3081. "keywords": [
  3082. "coverage",
  3083. "testing",
  3084. "xunit"
  3085. ],
  3086. "time": "2017-04-02T07:44:40+00:00"
  3087. },
  3088. {
  3089. "name": "phpunit/php-file-iterator",
  3090. "version": "1.4.2",
  3091. "source": {
  3092. "type": "git",
  3093. "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
  3094. "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5"
  3095. },
  3096. "dist": {
  3097. "type": "zip",
  3098. "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/3cc8f69b3028d0f96a9078e6295d86e9bf019be5",
  3099. "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5",
  3100. "shasum": ""
  3101. },
  3102. "require": {
  3103. "php": ">=5.3.3"
  3104. },
  3105. "type": "library",
  3106. "extra": {
  3107. "branch-alias": {
  3108. "dev-master": "1.4.x-dev"
  3109. }
  3110. },
  3111. "autoload": {
  3112. "classmap": [
  3113. "src/"
  3114. ]
  3115. },
  3116. "notification-url": "https://packagist.org/downloads/",
  3117. "license": [
  3118. "BSD-3-Clause"
  3119. ],
  3120. "authors": [
  3121. {
  3122. "name": "Sebastian Bergmann",
  3123. "email": "sb@sebastian-bergmann.de",
  3124. "role": "lead"
  3125. }
  3126. ],
  3127. "description": "FilterIterator implementation that filters files based on a list of suffixes.",
  3128. "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
  3129. "keywords": [
  3130. "filesystem",
  3131. "iterator"
  3132. ],
  3133. "time": "2016-10-03T07:40:28+00:00"
  3134. },
  3135. {
  3136. "name": "phpunit/php-text-template",
  3137. "version": "1.2.1",
  3138. "source": {
  3139. "type": "git",
  3140. "url": "https://github.com/sebastianbergmann/php-text-template.git",
  3141. "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
  3142. },
  3143. "dist": {
  3144. "type": "zip",
  3145. "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
  3146. "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
  3147. "shasum": ""
  3148. },
  3149. "require": {
  3150. "php": ">=5.3.3"
  3151. },
  3152. "type": "library",
  3153. "autoload": {
  3154. "classmap": [
  3155. "src/"
  3156. ]
  3157. },
  3158. "notification-url": "https://packagist.org/downloads/",
  3159. "license": [
  3160. "BSD-3-Clause"
  3161. ],
  3162. "authors": [
  3163. {
  3164. "name": "Sebastian Bergmann",
  3165. "email": "sebastian@phpunit.de",
  3166. "role": "lead"
  3167. }
  3168. ],
  3169. "description": "Simple template engine.",
  3170. "homepage": "https://github.com/sebastianbergmann/php-text-template/",
  3171. "keywords": [
  3172. "template"
  3173. ],
  3174. "time": "2015-06-21T13:50:34+00:00"
  3175. },
  3176. {
  3177. "name": "phpunit/php-timer",
  3178. "version": "1.0.9",
  3179. "source": {
  3180. "type": "git",
  3181. "url": "https://github.com/sebastianbergmann/php-timer.git",
  3182. "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
  3183. },
  3184. "dist": {
  3185. "type": "zip",
  3186. "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
  3187. "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
  3188. "shasum": ""
  3189. },
  3190. "require": {
  3191. "php": "^5.3.3 || ^7.0"
  3192. },
  3193. "require-dev": {
  3194. "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
  3195. },
  3196. "type": "library",
  3197. "extra": {
  3198. "branch-alias": {
  3199. "dev-master": "1.0-dev"
  3200. }
  3201. },
  3202. "autoload": {
  3203. "classmap": [
  3204. "src/"
  3205. ]
  3206. },
  3207. "notification-url": "https://packagist.org/downloads/",
  3208. "license": [
  3209. "BSD-3-Clause"
  3210. ],
  3211. "authors": [
  3212. {
  3213. "name": "Sebastian Bergmann",
  3214. "email": "sb@sebastian-bergmann.de",
  3215. "role": "lead"
  3216. }
  3217. ],
  3218. "description": "Utility class for timing",
  3219. "homepage": "https://github.com/sebastianbergmann/php-timer/",
  3220. "keywords": [
  3221. "timer"
  3222. ],
  3223. "time": "2017-02-26T11:10:40+00:00"
  3224. },
  3225. {
  3226. "name": "phpunit/php-token-stream",
  3227. "version": "1.4.11",
  3228. "source": {
  3229. "type": "git",
  3230. "url": "https://github.com/sebastianbergmann/php-token-stream.git",
  3231. "reference": "e03f8f67534427a787e21a385a67ec3ca6978ea7"
  3232. },
  3233. "dist": {
  3234. "type": "zip",
  3235. "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/e03f8f67534427a787e21a385a67ec3ca6978ea7",
  3236. "reference": "e03f8f67534427a787e21a385a67ec3ca6978ea7",
  3237. "shasum": ""
  3238. },
  3239. "require": {
  3240. "ext-tokenizer": "*",
  3241. "php": ">=5.3.3"
  3242. },
  3243. "require-dev": {
  3244. "phpunit/phpunit": "~4.2"
  3245. },
  3246. "type": "library",
  3247. "extra": {
  3248. "branch-alias": {
  3249. "dev-master": "1.4-dev"
  3250. }
  3251. },
  3252. "autoload": {
  3253. "classmap": [
  3254. "src/"
  3255. ]
  3256. },
  3257. "notification-url": "https://packagist.org/downloads/",
  3258. "license": [
  3259. "BSD-3-Clause"
  3260. ],
  3261. "authors": [
  3262. {
  3263. "name": "Sebastian Bergmann",
  3264. "email": "sebastian@phpunit.de"
  3265. }
  3266. ],
  3267. "description": "Wrapper around PHP's tokenizer extension.",
  3268. "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
  3269. "keywords": [
  3270. "tokenizer"
  3271. ],
  3272. "time": "2017-02-27T10:12:30+00:00"
  3273. },
  3274. {
  3275. "name": "phpunit/phpunit",
  3276. "version": "5.7.21",
  3277. "source": {
  3278. "type": "git",
  3279. "url": "https://github.com/sebastianbergmann/phpunit.git",
  3280. "reference": "3b91adfb64264ddec5a2dee9851f354aa66327db"
  3281. },
  3282. "dist": {
  3283. "type": "zip",
  3284. "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/3b91adfb64264ddec5a2dee9851f354aa66327db",
  3285. "reference": "3b91adfb64264ddec5a2dee9851f354aa66327db",
  3286. "shasum": ""
  3287. },
  3288. "require": {
  3289. "ext-dom": "*",
  3290. "ext-json": "*",
  3291. "ext-libxml": "*",
  3292. "ext-mbstring": "*",
  3293. "ext-xml": "*",
  3294. "myclabs/deep-copy": "~1.3",
  3295. "php": "^5.6 || ^7.0",
  3296. "phpspec/prophecy": "^1.6.2",
  3297. "phpunit/php-code-coverage": "^4.0.4",
  3298. "phpunit/php-file-iterator": "~1.4",
  3299. "phpunit/php-text-template": "~1.2",
  3300. "phpunit/php-timer": "^1.0.6",
  3301. "phpunit/phpunit-mock-objects": "^3.2",
  3302. "sebastian/comparator": "^1.2.4",
  3303. "sebastian/diff": "^1.4.3",
  3304. "sebastian/environment": "^1.3.4 || ^2.0",
  3305. "sebastian/exporter": "~2.0",
  3306. "sebastian/global-state": "^1.1",
  3307. "sebastian/object-enumerator": "~2.0",
  3308. "sebastian/resource-operations": "~1.0",
  3309. "sebastian/version": "~1.0.3|~2.0",
  3310. "symfony/yaml": "~2.1|~3.0"
  3311. },
  3312. "conflict": {
  3313. "phpdocumentor/reflection-docblock": "3.0.2"
  3314. },
  3315. "require-dev": {
  3316. "ext-pdo": "*"
  3317. },
  3318. "suggest": {
  3319. "ext-xdebug": "*",
  3320. "phpunit/php-invoker": "~1.1"
  3321. },
  3322. "bin": [
  3323. "phpunit"
  3324. ],
  3325. "type": "library",
  3326. "extra": {
  3327. "branch-alias": {
  3328. "dev-master": "5.7.x-dev"
  3329. }
  3330. },
  3331. "autoload": {
  3332. "classmap": [
  3333. "src/"
  3334. ]
  3335. },
  3336. "notification-url": "https://packagist.org/downloads/",
  3337. "license": [
  3338. "BSD-3-Clause"
  3339. ],
  3340. "authors": [
  3341. {
  3342. "name": "Sebastian Bergmann",
  3343. "email": "sebastian@phpunit.de",
  3344. "role": "lead"
  3345. }
  3346. ],
  3347. "description": "The PHP Unit Testing framework.",
  3348. "homepage": "https://phpunit.de/",
  3349. "keywords": [
  3350. "phpunit",
  3351. "testing",
  3352. "xunit"
  3353. ],
  3354. "time": "2017-06-21T08:11:54+00:00"
  3355. },
  3356. {
  3357. "name": "phpunit/phpunit-mock-objects",
  3358. "version": "3.4.3",
  3359. "source": {
  3360. "type": "git",
  3361. "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
  3362. "reference": "3ab72b65b39b491e0c011e2e09bb2206c2aa8e24"
  3363. },
  3364. "dist": {
  3365. "type": "zip",
  3366. "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/3ab72b65b39b491e0c011e2e09bb2206c2aa8e24",
  3367. "reference": "3ab72b65b39b491e0c011e2e09bb2206c2aa8e24",
  3368. "shasum": ""
  3369. },
  3370. "require": {
  3371. "doctrine/instantiator": "^1.0.2",
  3372. "php": "^5.6 || ^7.0",
  3373. "phpunit/php-text-template": "^1.2",
  3374. "sebastian/exporter": "^1.2 || ^2.0"
  3375. },
  3376. "conflict": {
  3377. "phpunit/phpunit": "<5.4.0"
  3378. },
  3379. "require-dev": {
  3380. "phpunit/phpunit": "^5.4"
  3381. },
  3382. "suggest": {
  3383. "ext-soap": "*"
  3384. },
  3385. "type": "library",
  3386. "extra": {
  3387. "branch-alias": {
  3388. "dev-master": "3.2.x-dev"
  3389. }
  3390. },
  3391. "autoload": {
  3392. "classmap": [
  3393. "src/"
  3394. ]
  3395. },
  3396. "notification-url": "https://packagist.org/downloads/",
  3397. "license": [
  3398. "BSD-3-Clause"
  3399. ],
  3400. "authors": [
  3401. {
  3402. "name": "Sebastian Bergmann",
  3403. "email": "sb@sebastian-bergmann.de",
  3404. "role": "lead"
  3405. }
  3406. ],
  3407. "description": "Mock Object library for PHPUnit",
  3408. "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
  3409. "keywords": [
  3410. "mock",
  3411. "xunit"
  3412. ],
  3413. "time": "2016-12-08T20:27:08+00:00"
  3414. },
  3415. {
  3416. "name": "sebastian/code-unit-reverse-lookup",
  3417. "version": "1.0.1",
  3418. "source": {
  3419. "type": "git",
  3420. "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
  3421. "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
  3422. },
  3423. "dist": {
  3424. "type": "zip",
  3425. "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
  3426. "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
  3427. "shasum": ""
  3428. },
  3429. "require": {
  3430. "php": "^5.6 || ^7.0"
  3431. },
  3432. "require-dev": {
  3433. "phpunit/phpunit": "^5.7 || ^6.0"
  3434. },
  3435. "type": "library",
  3436. "extra": {
  3437. "branch-alias": {
  3438. "dev-master": "1.0.x-dev"
  3439. }
  3440. },
  3441. "autoload": {
  3442. "classmap": [
  3443. "src/"
  3444. ]
  3445. },
  3446. "notification-url": "https://packagist.org/downloads/",
  3447. "license": [
  3448. "BSD-3-Clause"
  3449. ],
  3450. "authors": [
  3451. {
  3452. "name": "Sebastian Bergmann",
  3453. "email": "sebastian@phpunit.de"
  3454. }
  3455. ],
  3456. "description": "Looks up which function or method a line of code belongs to",
  3457. "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
  3458. "time": "2017-03-04T06:30:41+00:00"
  3459. },
  3460. {
  3461. "name": "sebastian/comparator",
  3462. "version": "1.2.4",
  3463. "source": {
  3464. "type": "git",
  3465. "url": "https://github.com/sebastianbergmann/comparator.git",
  3466. "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be"
  3467. },
  3468. "dist": {
  3469. "type": "zip",
  3470. "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
  3471. "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
  3472. "shasum": ""
  3473. },
  3474. "require": {
  3475. "php": ">=5.3.3",
  3476. "sebastian/diff": "~1.2",
  3477. "sebastian/exporter": "~1.2 || ~2.0"
  3478. },
  3479. "require-dev": {
  3480. "phpunit/phpunit": "~4.4"
  3481. },
  3482. "type": "library",
  3483. "extra": {
  3484. "branch-alias": {
  3485. "dev-master": "1.2.x-dev"
  3486. }
  3487. },
  3488. "autoload": {
  3489. "classmap": [
  3490. "src/"
  3491. ]
  3492. },
  3493. "notification-url": "https://packagist.org/downloads/",
  3494. "license": [
  3495. "BSD-3-Clause"
  3496. ],
  3497. "authors": [
  3498. {
  3499. "name": "Jeff Welch",
  3500. "email": "whatthejeff@gmail.com"
  3501. },
  3502. {
  3503. "name": "Volker Dusch",
  3504. "email": "github@wallbash.com"
  3505. },
  3506. {
  3507. "name": "Bernhard Schussek",
  3508. "email": "bschussek@2bepublished.at"
  3509. },
  3510. {
  3511. "name": "Sebastian Bergmann",
  3512. "email": "sebastian@phpunit.de"
  3513. }
  3514. ],
  3515. "description": "Provides the functionality to compare PHP values for equality",
  3516. "homepage": "http://www.github.com/sebastianbergmann/comparator",
  3517. "keywords": [
  3518. "comparator",
  3519. "compare",
  3520. "equality"
  3521. ],
  3522. "time": "2017-01-29T09:50:25+00:00"
  3523. },
  3524. {
  3525. "name": "sebastian/diff",
  3526. "version": "1.4.3",
  3527. "source": {
  3528. "type": "git",
  3529. "url": "https://github.com/sebastianbergmann/diff.git",
  3530. "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4"
  3531. },
  3532. "dist": {
  3533. "type": "zip",
  3534. "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/7f066a26a962dbe58ddea9f72a4e82874a3975a4",
  3535. "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4",
  3536. "shasum": ""
  3537. },
  3538. "require": {
  3539. "php": "^5.3.3 || ^7.0"
  3540. },
  3541. "require-dev": {
  3542. "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
  3543. },
  3544. "type": "library",
  3545. "extra": {
  3546. "branch-alias": {
  3547. "dev-master": "1.4-dev"
  3548. }
  3549. },
  3550. "autoload": {
  3551. "classmap": [
  3552. "src/"
  3553. ]
  3554. },
  3555. "notification-url": "https://packagist.org/downloads/",
  3556. "license": [
  3557. "BSD-3-Clause"
  3558. ],
  3559. "authors": [
  3560. {
  3561. "name": "Kore Nordmann",
  3562. "email": "mail@kore-nordmann.de"
  3563. },
  3564. {
  3565. "name": "Sebastian Bergmann",
  3566. "email": "sebastian@phpunit.de"
  3567. }
  3568. ],
  3569. "description": "Diff implementation",
  3570. "homepage": "https://github.com/sebastianbergmann/diff",
  3571. "keywords": [
  3572. "diff"
  3573. ],
  3574. "time": "2017-05-22T07:24:03+00:00"
  3575. },
  3576. {
  3577. "name": "sebastian/environment",
  3578. "version": "2.0.0",
  3579. "source": {
  3580. "type": "git",
  3581. "url": "https://github.com/sebastianbergmann/environment.git",
  3582. "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac"
  3583. },
  3584. "dist": {
  3585. "type": "zip",
  3586. "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/5795ffe5dc5b02460c3e34222fee8cbe245d8fac",
  3587. "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac",
  3588. "shasum": ""
  3589. },
  3590. "require": {
  3591. "php": "^5.6 || ^7.0"
  3592. },
  3593. "require-dev": {
  3594. "phpunit/phpunit": "^5.0"
  3595. },
  3596. "type": "library",
  3597. "extra": {
  3598. "branch-alias": {
  3599. "dev-master": "2.0.x-dev"
  3600. }
  3601. },
  3602. "autoload": {
  3603. "classmap": [
  3604. "src/"
  3605. ]
  3606. },
  3607. "notification-url": "https://packagist.org/downloads/",
  3608. "license": [
  3609. "BSD-3-Clause"
  3610. ],
  3611. "authors": [
  3612. {
  3613. "name": "Sebastian Bergmann",
  3614. "email": "sebastian@phpunit.de"
  3615. }
  3616. ],
  3617. "description": "Provides functionality to handle HHVM/PHP environments",
  3618. "homepage": "http://www.github.com/sebastianbergmann/environment",
  3619. "keywords": [
  3620. "Xdebug",
  3621. "environment",
  3622. "hhvm"
  3623. ],
  3624. "time": "2016-11-26T07:53:53+00:00"
  3625. },
  3626. {
  3627. "name": "sebastian/exporter",
  3628. "version": "2.0.0",
  3629. "source": {
  3630. "type": "git",
  3631. "url": "https://github.com/sebastianbergmann/exporter.git",
  3632. "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4"
  3633. },
  3634. "dist": {
  3635. "type": "zip",
  3636. "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4",
  3637. "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4",
  3638. "shasum": ""
  3639. },
  3640. "require": {
  3641. "php": ">=5.3.3",
  3642. "sebastian/recursion-context": "~2.0"
  3643. },
  3644. "require-dev": {
  3645. "ext-mbstring": "*",
  3646. "phpunit/phpunit": "~4.4"
  3647. },
  3648. "type": "library",
  3649. "extra": {
  3650. "branch-alias": {
  3651. "dev-master": "2.0.x-dev"
  3652. }
  3653. },
  3654. "autoload": {
  3655. "classmap": [
  3656. "src/"
  3657. ]
  3658. },
  3659. "notification-url": "https://packagist.org/downloads/",
  3660. "license": [
  3661. "BSD-3-Clause"
  3662. ],
  3663. "authors": [
  3664. {
  3665. "name": "Jeff Welch",
  3666. "email": "whatthejeff@gmail.com"
  3667. },
  3668. {
  3669. "name": "Volker Dusch",
  3670. "email": "github@wallbash.com"
  3671. },
  3672. {
  3673. "name": "Bernhard Schussek",
  3674. "email": "bschussek@2bepublished.at"
  3675. },
  3676. {
  3677. "name": "Sebastian Bergmann",
  3678. "email": "sebastian@phpunit.de"
  3679. },
  3680. {
  3681. "name": "Adam Harvey",
  3682. "email": "aharvey@php.net"
  3683. }
  3684. ],
  3685. "description": "Provides the functionality to export PHP variables for visualization",
  3686. "homepage": "http://www.github.com/sebastianbergmann/exporter",
  3687. "keywords": [
  3688. "export",
  3689. "exporter"
  3690. ],
  3691. "time": "2016-11-19T08:54:04+00:00"
  3692. },
  3693. {
  3694. "name": "sebastian/global-state",
  3695. "version": "1.1.1",
  3696. "source": {
  3697. "type": "git",
  3698. "url": "https://github.com/sebastianbergmann/global-state.git",
  3699. "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
  3700. },
  3701. "dist": {
  3702. "type": "zip",
  3703. "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
  3704. "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
  3705. "shasum": ""
  3706. },
  3707. "require": {
  3708. "php": ">=5.3.3"
  3709. },
  3710. "require-dev": {
  3711. "phpunit/phpunit": "~4.2"
  3712. },
  3713. "suggest": {
  3714. "ext-uopz": "*"
  3715. },
  3716. "type": "library",
  3717. "extra": {
  3718. "branch-alias": {
  3719. "dev-master": "1.0-dev"
  3720. }
  3721. },
  3722. "autoload": {
  3723. "classmap": [
  3724. "src/"
  3725. ]
  3726. },
  3727. "notification-url": "https://packagist.org/downloads/",
  3728. "license": [
  3729. "BSD-3-Clause"
  3730. ],
  3731. "authors": [
  3732. {
  3733. "name": "Sebastian Bergmann",
  3734. "email": "sebastian@phpunit.de"
  3735. }
  3736. ],
  3737. "description": "Snapshotting of global state",
  3738. "homepage": "http://www.github.com/sebastianbergmann/global-state",
  3739. "keywords": [
  3740. "global state"
  3741. ],
  3742. "time": "2015-10-12T03:26:01+00:00"
  3743. },
  3744. {
  3745. "name": "sebastian/object-enumerator",
  3746. "version": "2.0.1",
  3747. "source": {
  3748. "type": "git",
  3749. "url": "https://github.com/sebastianbergmann/object-enumerator.git",
  3750. "reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7"
  3751. },
  3752. "dist": {
  3753. "type": "zip",
  3754. "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/1311872ac850040a79c3c058bea3e22d0f09cbb7",
  3755. "reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7",
  3756. "shasum": ""
  3757. },
  3758. "require": {
  3759. "php": ">=5.6",
  3760. "sebastian/recursion-context": "~2.0"
  3761. },
  3762. "require-dev": {
  3763. "phpunit/phpunit": "~5"
  3764. },
  3765. "type": "library",
  3766. "extra": {
  3767. "branch-alias": {
  3768. "dev-master": "2.0.x-dev"
  3769. }
  3770. },
  3771. "autoload": {
  3772. "classmap": [
  3773. "src/"
  3774. ]
  3775. },
  3776. "notification-url": "https://packagist.org/downloads/",
  3777. "license": [
  3778. "BSD-3-Clause"
  3779. ],
  3780. "authors": [
  3781. {
  3782. "name": "Sebastian Bergmann",
  3783. "email": "sebastian@phpunit.de"
  3784. }
  3785. ],
  3786. "description": "Traverses array structures and object graphs to enumerate all referenced objects",
  3787. "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
  3788. "time": "2017-02-18T15:18:39+00:00"
  3789. },
  3790. {
  3791. "name": "sebastian/recursion-context",
  3792. "version": "2.0.0",
  3793. "source": {
  3794. "type": "git",
  3795. "url": "https://github.com/sebastianbergmann/recursion-context.git",
  3796. "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a"
  3797. },
  3798. "dist": {
  3799. "type": "zip",
  3800. "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/2c3ba150cbec723aa057506e73a8d33bdb286c9a",
  3801. "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a",
  3802. "shasum": ""
  3803. },
  3804. "require": {
  3805. "php": ">=5.3.3"
  3806. },
  3807. "require-dev": {
  3808. "phpunit/phpunit": "~4.4"
  3809. },
  3810. "type": "library",
  3811. "extra": {
  3812. "branch-alias": {
  3813. "dev-master": "2.0.x-dev"
  3814. }
  3815. },
  3816. "autoload": {
  3817. "classmap": [
  3818. "src/"
  3819. ]
  3820. },
  3821. "notification-url": "https://packagist.org/downloads/",
  3822. "license": [
  3823. "BSD-3-Clause"
  3824. ],
  3825. "authors": [
  3826. {
  3827. "name": "Jeff Welch",
  3828. "email": "whatthejeff@gmail.com"
  3829. },
  3830. {
  3831. "name": "Sebastian Bergmann",
  3832. "email": "sebastian@phpunit.de"
  3833. },
  3834. {
  3835. "name": "Adam Harvey",
  3836. "email": "aharvey@php.net"
  3837. }
  3838. ],
  3839. "description": "Provides functionality to recursively process PHP variables",
  3840. "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
  3841. "time": "2016-11-19T07:33:16+00:00"
  3842. },
  3843. {
  3844. "name": "sebastian/resource-operations",
  3845. "version": "1.0.0",
  3846. "source": {
  3847. "type": "git",
  3848. "url": "https://github.com/sebastianbergmann/resource-operations.git",
  3849. "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
  3850. },
  3851. "dist": {
  3852. "type": "zip",
  3853. "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
  3854. "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
  3855. "shasum": ""
  3856. },
  3857. "require": {
  3858. "php": ">=5.6.0"
  3859. },
  3860. "type": "library",
  3861. "extra": {
  3862. "branch-alias": {
  3863. "dev-master": "1.0.x-dev"
  3864. }
  3865. },
  3866. "autoload": {
  3867. "classmap": [
  3868. "src/"
  3869. ]
  3870. },
  3871. "notification-url": "https://packagist.org/downloads/",
  3872. "license": [
  3873. "BSD-3-Clause"
  3874. ],
  3875. "authors": [
  3876. {
  3877. "name": "Sebastian Bergmann",
  3878. "email": "sebastian@phpunit.de"
  3879. }
  3880. ],
  3881. "description": "Provides a list of PHP built-in functions that operate on resources",
  3882. "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
  3883. "time": "2015-07-28T20:34:47+00:00"
  3884. },
  3885. {
  3886. "name": "sebastian/version",
  3887. "version": "2.0.1",
  3888. "source": {
  3889. "type": "git",
  3890. "url": "https://github.com/sebastianbergmann/version.git",
  3891. "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
  3892. },
  3893. "dist": {
  3894. "type": "zip",
  3895. "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
  3896. "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
  3897. "shasum": ""
  3898. },
  3899. "require": {
  3900. "php": ">=5.6"
  3901. },
  3902. "type": "library",
  3903. "extra": {
  3904. "branch-alias": {
  3905. "dev-master": "2.0.x-dev"
  3906. }
  3907. },
  3908. "autoload": {
  3909. "classmap": [
  3910. "src/"
  3911. ]
  3912. },
  3913. "notification-url": "https://packagist.org/downloads/",
  3914. "license": [
  3915. "BSD-3-Clause"
  3916. ],
  3917. "authors": [
  3918. {
  3919. "name": "Sebastian Bergmann",
  3920. "email": "sebastian@phpunit.de",
  3921. "role": "lead"
  3922. }
  3923. ],
  3924. "description": "Library that helps with managing the version number of Git-hosted PHP projects",
  3925. "homepage": "https://github.com/sebastianbergmann/version",
  3926. "time": "2016-10-03T07:35:21+00:00"
  3927. },
  3928. {
  3929. "name": "symfony/yaml",
  3930. "version": "v3.3.2",
  3931. "source": {
  3932. "type": "git",
  3933. "url": "https://github.com/symfony/yaml.git",
  3934. "reference": "9752a30000a8ca9f4b34b5227d15d0101b96b063"
  3935. },
  3936. "dist": {
  3937. "type": "zip",
  3938. "url": "https://api.github.com/repos/symfony/yaml/zipball/9752a30000a8ca9f4b34b5227d15d0101b96b063",
  3939. "reference": "9752a30000a8ca9f4b34b5227d15d0101b96b063",
  3940. "shasum": ""
  3941. },
  3942. "require": {
  3943. "php": ">=5.5.9"
  3944. },
  3945. "require-dev": {
  3946. "symfony/console": "~2.8|~3.0"
  3947. },
  3948. "suggest": {
  3949. "symfony/console": "For validating YAML files using the lint command"
  3950. },
  3951. "type": "library",
  3952. "extra": {
  3953. "branch-alias": {
  3954. "dev-master": "3.3-dev"
  3955. }
  3956. },
  3957. "autoload": {
  3958. "psr-4": {
  3959. "Symfony\\Component\\Yaml\\": ""
  3960. },
  3961. "exclude-from-classmap": [
  3962. "/Tests/"
  3963. ]
  3964. },
  3965. "notification-url": "https://packagist.org/downloads/",
  3966. "license": [
  3967. "MIT"
  3968. ],
  3969. "authors": [
  3970. {
  3971. "name": "Fabien Potencier",
  3972. "email": "fabien@symfony.com"
  3973. },
  3974. {
  3975. "name": "Symfony Community",
  3976. "homepage": "https://symfony.com/contributors"
  3977. }
  3978. ],
  3979. "description": "Symfony Yaml Component",
  3980. "homepage": "https://symfony.com",
  3981. "time": "2017-06-02T22:05:06+00:00"
  3982. },
  3983. {
  3984. "name": "webmozart/assert",
  3985. "version": "1.2.0",
  3986. "source": {
  3987. "type": "git",
  3988. "url": "https://github.com/webmozart/assert.git",
  3989. "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f"
  3990. },
  3991. "dist": {
  3992. "type": "zip",
  3993. "url": "https://api.github.com/repos/webmozart/assert/zipball/2db61e59ff05fe5126d152bd0655c9ea113e550f",
  3994. "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f",
  3995. "shasum": ""
  3996. },
  3997. "require": {
  3998. "php": "^5.3.3 || ^7.0"
  3999. },
  4000. "require-dev": {
  4001. "phpunit/phpunit": "^4.6",
  4002. "sebastian/version": "^1.0.1"
  4003. },
  4004. "type": "library",
  4005. "extra": {
  4006. "branch-alias": {
  4007. "dev-master": "1.3-dev"
  4008. }
  4009. },
  4010. "autoload": {
  4011. "psr-4": {
  4012. "Webmozart\\Assert\\": "src/"
  4013. }
  4014. },
  4015. "notification-url": "https://packagist.org/downloads/",
  4016. "license": [
  4017. "MIT"
  4018. ],
  4019. "authors": [
  4020. {
  4021. "name": "Bernhard Schussek",
  4022. "email": "bschussek@gmail.com"
  4023. }
  4024. ],
  4025. "description": "Assertions to validate method input/output with nice error messages.",
  4026. "keywords": [
  4027. "assert",
  4028. "check",
  4029. "validate"
  4030. ],
  4031. "time": "2016-11-23T20:04:58+00:00"
  4032. }
  4033. ],
  4034. "aliases": [],
  4035. "minimum-stability": "stable",
  4036. "stability-flags": [],
  4037. "prefer-stable": false,
  4038. "prefer-lowest": false,
  4039. "platform": {
  4040. "php": ">=5.6.4"
  4041. },
  4042. "platform-dev": []
  4043. }