Advertisement
Guest User

Untitled

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