Advertisement
Ostap34PHP

package.lock

Sep 5th, 2019
465
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 218.06 KB | None | 0 0
  1. {
  2. "_readme": [
  3. "This file locks the dependencies of your project to a known state",
  4. "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
  5. "This file is @generated automatically"
  6. ],
  7. "content-hash": "e0a38f3884f62882500fb183edb40c4d",
  8. "packages": [
  9. {
  10. "name": "anahkiasen/underscore-php",
  11. "version": "2.0.0",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/Anahkiasen/underscore-php.git",
  15. "reference": "48f97b295c82d99c1fe10d8b0684c43f051b5580"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/Anahkiasen/underscore-php/zipball/48f97b295c82d99c1fe10d8b0684c43f051b5580",
  20. "reference": "48f97b295c82d99c1fe10d8b0684c43f051b5580",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "doctrine/inflector": "^1.0",
  25. "patchwork/utf8": "^1.2",
  26. "php": ">=5.4.0"
  27. },
  28. "require-dev": {
  29. "fabpot/php-cs-fixer": "2.0.*@dev",
  30. "phpunit/phpunit": "^4.6"
  31. },
  32. "type": "library",
  33. "autoload": {
  34. "psr-4": {
  35. "Underscore\\": [
  36. "src",
  37. "tests"
  38. ]
  39. }
  40. },
  41. "notification-url": "https://packagist.org/downloads/",
  42. "license": [
  43. "MIT"
  44. ],
  45. "authors": [
  46. {
  47. "name": "Maxime Fabre",
  48. "email": "[email protected]"
  49. }
  50. ],
  51. "description": "A redacted port of Underscore.js for PHP",
  52. "keywords": [
  53. "internals",
  54. "laravel",
  55. "toolkit"
  56. ],
  57. "time": "2015-05-16T19:24:58+00:00"
  58. },
  59. {
  60. "name": "cocur/slugify",
  61. "version": "v3.2",
  62. "source": {
  63. "type": "git",
  64. "url": "https://github.com/cocur/slugify.git",
  65. "reference": "d41701efe58ba2df9cae029c3d21e1518cc6780e"
  66. },
  67. "dist": {
  68. "type": "zip",
  69. "url": "https://api.github.com/repos/cocur/slugify/zipball/d41701efe58ba2df9cae029c3d21e1518cc6780e",
  70. "reference": "d41701efe58ba2df9cae029c3d21e1518cc6780e",
  71. "shasum": ""
  72. },
  73. "require": {
  74. "ext-mbstring": "*",
  75. "php": ">=5.5.9"
  76. },
  77. "require-dev": {
  78. "laravel/framework": "~5.1",
  79. "latte/latte": "~2.2",
  80. "league/container": "^2.2.0",
  81. "mikey179/vfsstream": "~1.6",
  82. "mockery/mockery": "~0.9",
  83. "nette/di": "~2.2",
  84. "phpunit/phpunit": "~4.8.36|~5.2",
  85. "pimple/pimple": "~1.1",
  86. "plumphp/plum": "~0.1",
  87. "silex/silex": "~1.3",
  88. "symfony/config": "~2.4|~3.0|~4.0",
  89. "symfony/dependency-injection": "~2.4|~3.0|~4.0",
  90. "symfony/http-kernel": "~2.4|~3.0|~4.0",
  91. "twig/twig": "~1.26|~2.0",
  92. "zendframework/zend-modulemanager": "~2.2",
  93. "zendframework/zend-servicemanager": "~2.2",
  94. "zendframework/zend-view": "~2.2"
  95. },
  96. "type": "library",
  97. "autoload": {
  98. "psr-4": {
  99. "Cocur\\Slugify\\": "src"
  100. }
  101. },
  102. "notification-url": "https://packagist.org/downloads/",
  103. "license": [
  104. "MIT"
  105. ],
  106. "authors": [
  107. {
  108. "name": "Ivo Bathke",
  109. "email": "[email protected]"
  110. },
  111. {
  112. "name": "Florian Eckerstorfer",
  113. "email": "[email protected]",
  114. "homepage": "https://florian.ec"
  115. }
  116. ],
  117. "description": "Converts a string into a slug.",
  118. "keywords": [
  119. "slug",
  120. "slugify"
  121. ],
  122. "time": "2019-01-31T20:38:55+00:00"
  123. },
  124. {
  125. "name": "cviebrock/eloquent-sluggable",
  126. "version": "4.8.0",
  127. "source": {
  128. "type": "git",
  129. "url": "https://github.com/cviebrock/eloquent-sluggable.git",
  130. "reference": "4a5bf905b55e7eb0a30ef5933f647387dc8f365a"
  131. },
  132. "dist": {
  133. "type": "zip",
  134. "url": "https://api.github.com/repos/cviebrock/eloquent-sluggable/zipball/4a5bf905b55e7eb0a30ef5933f647387dc8f365a",
  135. "reference": "4a5bf905b55e7eb0a30ef5933f647387dc8f365a",
  136. "shasum": ""
  137. },
  138. "require": {
  139. "cocur/slugify": "^3.1",
  140. "illuminate/config": "~5.8.0",
  141. "illuminate/database": "~5.8.0",
  142. "illuminate/support": "~5.8.0",
  143. "php": "^7.1"
  144. },
  145. "require-dev": {
  146. "limedeck/phpunit-detailed-printer": "^4.1",
  147. "mockery/mockery": "^1.2",
  148. "orchestra/database": "3.8.x-dev",
  149. "orchestra/testbench": "v3.8.0",
  150. "phpunit/phpunit": "~7.0"
  151. },
  152. "type": "library",
  153. "extra": {
  154. "laravel": {
  155. "providers": [
  156. "Cviebrock\\EloquentSluggable\\ServiceProvider"
  157. ]
  158. }
  159. },
  160. "autoload": {
  161. "psr-4": {
  162. "Cviebrock\\EloquentSluggable\\": "src"
  163. }
  164. },
  165. "notification-url": "https://packagist.org/downloads/",
  166. "license": [
  167. "MIT"
  168. ],
  169. "authors": [
  170. {
  171. "name": "Colin Viebrock",
  172. "email": "[email protected]"
  173. }
  174. ],
  175. "description": "Easy creation of slugs for your Eloquent models in Laravel 5.",
  176. "homepage": "https://github.com/cviebrock/eloquent-sluggable",
  177. "keywords": [
  178. "eloquent",
  179. "eloquent-sluggable",
  180. "laravel",
  181. "lumen",
  182. "slug",
  183. "sluggable"
  184. ],
  185. "time": "2019-03-01T05:04:21+00:00"
  186. },
  187. {
  188. "name": "dnoegel/php-xdg-base-dir",
  189. "version": "0.1",
  190. "source": {
  191. "type": "git",
  192. "url": "https://github.com/dnoegel/php-xdg-base-dir.git",
  193. "reference": "265b8593498b997dc2d31e75b89f053b5cc9621a"
  194. },
  195. "dist": {
  196. "type": "zip",
  197. "url": "https://api.github.com/repos/dnoegel/php-xdg-base-dir/zipball/265b8593498b997dc2d31e75b89f053b5cc9621a",
  198. "reference": "265b8593498b997dc2d31e75b89f053b5cc9621a",
  199. "shasum": ""
  200. },
  201. "require": {
  202. "php": ">=5.3.2"
  203. },
  204. "require-dev": {
  205. "phpunit/phpunit": "@stable"
  206. },
  207. "type": "project",
  208. "autoload": {
  209. "psr-4": {
  210. "XdgBaseDir\\": "src/"
  211. }
  212. },
  213. "notification-url": "https://packagist.org/downloads/",
  214. "license": [
  215. "MIT"
  216. ],
  217. "description": "implementation of xdg base directory specification for php",
  218. "time": "2014-10-24T07:27:01+00:00"
  219. },
  220. {
  221. "name": "doctrine/inflector",
  222. "version": "v1.3.0",
  223. "source": {
  224. "type": "git",
  225. "url": "https://github.com/doctrine/inflector.git",
  226. "reference": "5527a48b7313d15261292c149e55e26eae771b0a"
  227. },
  228. "dist": {
  229. "type": "zip",
  230. "url": "https://api.github.com/repos/doctrine/inflector/zipball/5527a48b7313d15261292c149e55e26eae771b0a",
  231. "reference": "5527a48b7313d15261292c149e55e26eae771b0a",
  232. "shasum": ""
  233. },
  234. "require": {
  235. "php": "^7.1"
  236. },
  237. "require-dev": {
  238. "phpunit/phpunit": "^6.2"
  239. },
  240. "type": "library",
  241. "extra": {
  242. "branch-alias": {
  243. "dev-master": "1.3.x-dev"
  244. }
  245. },
  246. "autoload": {
  247. "psr-4": {
  248. "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector"
  249. }
  250. },
  251. "notification-url": "https://packagist.org/downloads/",
  252. "license": [
  253. "MIT"
  254. ],
  255. "authors": [
  256. {
  257. "name": "Roman Borschel",
  258. "email": "[email protected]"
  259. },
  260. {
  261. "name": "Benjamin Eberlei",
  262. "email": "[email protected]"
  263. },
  264. {
  265. "name": "Guilherme Blanco",
  266. "email": "[email protected]"
  267. },
  268. {
  269. "name": "Jonathan Wage",
  270. "email": "[email protected]"
  271. },
  272. {
  273. "name": "Johannes Schmitt",
  274. "email": "[email protected]"
  275. }
  276. ],
  277. "description": "Common String Manipulations with regard to casing and singular/plural rules.",
  278. "homepage": "http://www.doctrine-project.org",
  279. "keywords": [
  280. "inflection",
  281. "pluralize",
  282. "singularize",
  283. "string"
  284. ],
  285. "time": "2018-01-09T20:05:19+00:00"
  286. },
  287. {
  288. "name": "doctrine/lexer",
  289. "version": "1.1.0",
  290. "source": {
  291. "type": "git",
  292. "url": "https://github.com/doctrine/lexer.git",
  293. "reference": "e17f069ede36f7534b95adec71910ed1b49c74ea"
  294. },
  295. "dist": {
  296. "type": "zip",
  297. "url": "https://api.github.com/repos/doctrine/lexer/zipball/e17f069ede36f7534b95adec71910ed1b49c74ea",
  298. "reference": "e17f069ede36f7534b95adec71910ed1b49c74ea",
  299. "shasum": ""
  300. },
  301. "require": {
  302. "php": "^7.2"
  303. },
  304. "require-dev": {
  305. "doctrine/coding-standard": "^6.0",
  306. "phpstan/phpstan": "^0.11.8",
  307. "phpunit/phpunit": "^8.2"
  308. },
  309. "type": "library",
  310. "extra": {
  311. "branch-alias": {
  312. "dev-master": "1.1.x-dev"
  313. }
  314. },
  315. "autoload": {
  316. "psr-4": {
  317. "Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer"
  318. }
  319. },
  320. "notification-url": "https://packagist.org/downloads/",
  321. "license": [
  322. "MIT"
  323. ],
  324. "authors": [
  325. {
  326. "name": "Guilherme Blanco",
  327. "email": "[email protected]"
  328. },
  329. {
  330. "name": "Roman Borschel",
  331. "email": "[email protected]"
  332. },
  333. {
  334. "name": "Johannes Schmitt",
  335. "email": "[email protected]"
  336. }
  337. ],
  338. "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.",
  339. "homepage": "https://www.doctrine-project.org/projects/lexer.html",
  340. "keywords": [
  341. "annotations",
  342. "docblock",
  343. "lexer",
  344. "parser",
  345. "php"
  346. ],
  347. "time": "2019-07-30T19:33:28+00:00"
  348. },
  349. {
  350. "name": "dragonmantank/cron-expression",
  351. "version": "v2.3.0",
  352. "source": {
  353. "type": "git",
  354. "url": "https://github.com/dragonmantank/cron-expression.git",
  355. "reference": "72b6fbf76adb3cf5bc0db68559b33d41219aba27"
  356. },
  357. "dist": {
  358. "type": "zip",
  359. "url": "https://api.github.com/repos/dragonmantank/cron-expression/zipball/72b6fbf76adb3cf5bc0db68559b33d41219aba27",
  360. "reference": "72b6fbf76adb3cf5bc0db68559b33d41219aba27",
  361. "shasum": ""
  362. },
  363. "require": {
  364. "php": "^7.0"
  365. },
  366. "require-dev": {
  367. "phpunit/phpunit": "^6.4|^7.0"
  368. },
  369. "type": "library",
  370. "extra": {
  371. "branch-alias": {
  372. "dev-master": "2.3-dev"
  373. }
  374. },
  375. "autoload": {
  376. "psr-4": {
  377. "Cron\\": "src/Cron/"
  378. }
  379. },
  380. "notification-url": "https://packagist.org/downloads/",
  381. "license": [
  382. "MIT"
  383. ],
  384. "authors": [
  385. {
  386. "name": "Michael Dowling",
  387. "email": "[email protected]",
  388. "homepage": "https://github.com/mtdowling"
  389. },
  390. {
  391. "name": "Chris Tankersley",
  392. "email": "[email protected]",
  393. "homepage": "https://github.com/dragonmantank"
  394. }
  395. ],
  396. "description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due",
  397. "keywords": [
  398. "cron",
  399. "schedule"
  400. ],
  401. "time": "2019-03-31T00:38:28+00:00"
  402. },
  403. {
  404. "name": "egulias/email-validator",
  405. "version": "2.1.11",
  406. "source": {
  407. "type": "git",
  408. "url": "https://github.com/egulias/EmailValidator.git",
  409. "reference": "92dd169c32f6f55ba570c309d83f5209cefb5e23"
  410. },
  411. "dist": {
  412. "type": "zip",
  413. "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/92dd169c32f6f55ba570c309d83f5209cefb5e23",
  414. "reference": "92dd169c32f6f55ba570c309d83f5209cefb5e23",
  415. "shasum": ""
  416. },
  417. "require": {
  418. "doctrine/lexer": "^1.0.1",
  419. "php": ">= 5.5"
  420. },
  421. "require-dev": {
  422. "dominicsayers/isemail": "dev-master",
  423. "phpunit/phpunit": "^4.8.35||^5.7||^6.0",
  424. "satooshi/php-coveralls": "^1.0.1",
  425. "symfony/phpunit-bridge": "^4.4@dev"
  426. },
  427. "suggest": {
  428. "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
  429. },
  430. "type": "library",
  431. "extra": {
  432. "branch-alias": {
  433. "dev-master": "2.1.x-dev"
  434. }
  435. },
  436. "autoload": {
  437. "psr-4": {
  438. "Egulias\\EmailValidator\\": "EmailValidator"
  439. }
  440. },
  441. "notification-url": "https://packagist.org/downloads/",
  442. "license": [
  443. "MIT"
  444. ],
  445. "authors": [
  446. {
  447. "name": "Eduardo Gulias Davis"
  448. }
  449. ],
  450. "description": "A library for validating emails against several RFCs",
  451. "homepage": "https://github.com/egulias/EmailValidator",
  452. "keywords": [
  453. "email",
  454. "emailvalidation",
  455. "emailvalidator",
  456. "validation",
  457. "validator"
  458. ],
  459. "time": "2019-08-13T17:33:27+00:00"
  460. },
  461. {
  462. "name": "erusev/parsedown",
  463. "version": "1.7.3",
  464. "source": {
  465. "type": "git",
  466. "url": "https://github.com/erusev/parsedown.git",
  467. "reference": "6d893938171a817f4e9bc9e86f2da1e370b7bcd7"
  468. },
  469. "dist": {
  470. "type": "zip",
  471. "url": "https://api.github.com/repos/erusev/parsedown/zipball/6d893938171a817f4e9bc9e86f2da1e370b7bcd7",
  472. "reference": "6d893938171a817f4e9bc9e86f2da1e370b7bcd7",
  473. "shasum": ""
  474. },
  475. "require": {
  476. "ext-mbstring": "*",
  477. "php": ">=5.3.0"
  478. },
  479. "require-dev": {
  480. "phpunit/phpunit": "^4.8.35"
  481. },
  482. "type": "library",
  483. "autoload": {
  484. "psr-0": {
  485. "Parsedown": ""
  486. }
  487. },
  488. "notification-url": "https://packagist.org/downloads/",
  489. "license": [
  490. "MIT"
  491. ],
  492. "authors": [
  493. {
  494. "name": "Emanuil Rusev",
  495. "email": "[email protected]",
  496. "homepage": "http://erusev.com"
  497. }
  498. ],
  499. "description": "Parser for Markdown.",
  500. "homepage": "http://parsedown.org",
  501. "keywords": [
  502. "markdown",
  503. "parser"
  504. ],
  505. "time": "2019-03-17T18:48:37+00:00"
  506. },
  507. {
  508. "name": "fideloper/proxy",
  509. "version": "4.2.1",
  510. "source": {
  511. "type": "git",
  512. "url": "https://github.com/fideloper/TrustedProxy.git",
  513. "reference": "03085e58ec7bee24773fa5a8850751a6e61a7e8a"
  514. },
  515. "dist": {
  516. "type": "zip",
  517. "url": "https://api.github.com/repos/fideloper/TrustedProxy/zipball/03085e58ec7bee24773fa5a8850751a6e61a7e8a",
  518. "reference": "03085e58ec7bee24773fa5a8850751a6e61a7e8a",
  519. "shasum": ""
  520. },
  521. "require": {
  522. "illuminate/contracts": "^5.0|^6.0|^7.0",
  523. "php": ">=5.4.0"
  524. },
  525. "require-dev": {
  526. "illuminate/http": "^5.0|^6.0|^7.0",
  527. "mockery/mockery": "^1.0",
  528. "phpunit/phpunit": "^6.0"
  529. },
  530. "type": "library",
  531. "extra": {
  532. "laravel": {
  533. "providers": [
  534. "Fideloper\\Proxy\\TrustedProxyServiceProvider"
  535. ]
  536. }
  537. },
  538. "autoload": {
  539. "psr-4": {
  540. "Fideloper\\Proxy\\": "src/"
  541. }
  542. },
  543. "notification-url": "https://packagist.org/downloads/",
  544. "license": [
  545. "MIT"
  546. ],
  547. "authors": [
  548. {
  549. "name": "Chris Fidao",
  550. "email": "[email protected]"
  551. }
  552. ],
  553. "description": "Set trusted proxies for Laravel",
  554. "keywords": [
  555. "load balancing",
  556. "proxy",
  557. "trusted proxy"
  558. ],
  559. "time": "2019-09-03T16:45:42+00:00"
  560. },
  561. {
  562. "name": "graham-campbell/manager",
  563. "version": "v4.3.0",
  564. "source": {
  565. "type": "git",
  566. "url": "https://github.com/GrahamCampbell/Laravel-Manager.git",
  567. "reference": "c62ecb34fc5bc5247f3f3e5362b28dfa2ceb3dfc"
  568. },
  569. "dist": {
  570. "type": "zip",
  571. "url": "https://api.github.com/repos/GrahamCampbell/Laravel-Manager/zipball/c62ecb34fc5bc5247f3f3e5362b28dfa2ceb3dfc",
  572. "reference": "c62ecb34fc5bc5247f3f3e5362b28dfa2ceb3dfc",
  573. "shasum": ""
  574. },
  575. "require": {
  576. "illuminate/contracts": "^5.5|^6.0",
  577. "illuminate/support": "^5.5|^6.0",
  578. "php": "^7.1.3"
  579. },
  580. "require-dev": {
  581. "graham-campbell/analyzer": "^2.1",
  582. "graham-campbell/testbench-core": "^3.0",
  583. "mockery/mockery": "^1.0",
  584. "phpunit/phpunit": "^6.5|^7.0|^8.0"
  585. },
  586. "type": "library",
  587. "extra": {
  588. "branch-alias": {
  589. "dev-master": "4.3-dev"
  590. }
  591. },
  592. "autoload": {
  593. "psr-4": {
  594. "GrahamCampbell\\Manager\\": "src/"
  595. }
  596. },
  597. "notification-url": "https://packagist.org/downloads/",
  598. "license": [
  599. "MIT"
  600. ],
  601. "authors": [
  602. {
  603. "name": "Graham Campbell",
  604. "email": "[email protected]"
  605. }
  606. ],
  607. "description": "Manager Provides Some Manager Functionality For Laravel 5",
  608. "keywords": [
  609. "Graham Campbell",
  610. "GrahamCampbell",
  611. "Laravel Manager",
  612. "Laravel-Manager",
  613. "connector",
  614. "framework",
  615. "interface",
  616. "laravel",
  617. "manager"
  618. ],
  619. "time": "2019-08-26T15:31:22+00:00"
  620. },
  621. {
  622. "name": "hashids/hashids",
  623. "version": "4.0.0",
  624. "source": {
  625. "type": "git",
  626. "url": "https://github.com/vinkla/hashids.git",
  627. "reference": "43bb2407f16a631f0128f47bcb67ff986c63dde2"
  628. },
  629. "dist": {
  630. "type": "zip",
  631. "url": "https://api.github.com/repos/vinkla/hashids/zipball/43bb2407f16a631f0128f47bcb67ff986c63dde2",
  632. "reference": "43bb2407f16a631f0128f47bcb67ff986c63dde2",
  633. "shasum": ""
  634. },
  635. "require": {
  636. "ext-mbstring": "*",
  637. "php": "^7.2"
  638. },
  639. "require-dev": {
  640. "phpunit/phpunit": "^8.0"
  641. },
  642. "suggest": {
  643. "ext-bcmath": "Required to use BC Math arbitrary precision mathematics (*).",
  644. "ext-gmp": "Required to use GNU multiple precision mathematics (*)."
  645. },
  646. "type": "library",
  647. "extra": {
  648. "branch-alias": {
  649. "dev-master": "4.0-dev"
  650. }
  651. },
  652. "autoload": {
  653. "psr-4": {
  654. "Hashids\\": "src/"
  655. }
  656. },
  657. "notification-url": "https://packagist.org/downloads/",
  658. "license": [
  659. "MIT"
  660. ],
  661. "authors": [
  662. {
  663. "name": "Ivan Akimov",
  664. "email": "[email protected]",
  665. "homepage": "https://twitter.com/IvanAkimov"
  666. },
  667. {
  668. "name": "Vincent Klaiber",
  669. "email": "[email protected]",
  670. "homepage": "https://doubledip.se"
  671. }
  672. ],
  673. "description": "Generate short, unique, non-sequential ids (like YouTube and Bitly) from numbers",
  674. "homepage": "http://hashids.org/php",
  675. "keywords": [
  676. "bitly",
  677. "decode",
  678. "encode",
  679. "hash",
  680. "hashid",
  681. "hashids",
  682. "ids",
  683. "obfuscate",
  684. "youtube"
  685. ],
  686. "time": "2019-04-03T13:40:29+00:00"
  687. },
  688. {
  689. "name": "jakub-onderka/php-console-color",
  690. "version": "v0.2",
  691. "source": {
  692. "type": "git",
  693. "url": "https://github.com/JakubOnderka/PHP-Console-Color.git",
  694. "reference": "d5deaecff52a0d61ccb613bb3804088da0307191"
  695. },
  696. "dist": {
  697. "type": "zip",
  698. "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Color/zipball/d5deaecff52a0d61ccb613bb3804088da0307191",
  699. "reference": "d5deaecff52a0d61ccb613bb3804088da0307191",
  700. "shasum": ""
  701. },
  702. "require": {
  703. "php": ">=5.4.0"
  704. },
  705. "require-dev": {
  706. "jakub-onderka/php-code-style": "1.0",
  707. "jakub-onderka/php-parallel-lint": "1.0",
  708. "jakub-onderka/php-var-dump-check": "0.*",
  709. "phpunit/phpunit": "~4.3",
  710. "squizlabs/php_codesniffer": "1.*"
  711. },
  712. "type": "library",
  713. "autoload": {
  714. "psr-4": {
  715. "JakubOnderka\\PhpConsoleColor\\": "src/"
  716. }
  717. },
  718. "notification-url": "https://packagist.org/downloads/",
  719. "license": [
  720. "BSD-2-Clause"
  721. ],
  722. "authors": [
  723. {
  724. "name": "Jakub Onderka",
  725. "email": "[email protected]"
  726. }
  727. ],
  728. "time": "2018-09-29T17:23:10+00:00"
  729. },
  730. {
  731. "name": "jakub-onderka/php-console-highlighter",
  732. "version": "v0.4",
  733. "source": {
  734. "type": "git",
  735. "url": "https://github.com/JakubOnderka/PHP-Console-Highlighter.git",
  736. "reference": "9f7a229a69d52506914b4bc61bfdb199d90c5547"
  737. },
  738. "dist": {
  739. "type": "zip",
  740. "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Highlighter/zipball/9f7a229a69d52506914b4bc61bfdb199d90c5547",
  741. "reference": "9f7a229a69d52506914b4bc61bfdb199d90c5547",
  742. "shasum": ""
  743. },
  744. "require": {
  745. "ext-tokenizer": "*",
  746. "jakub-onderka/php-console-color": "~0.2",
  747. "php": ">=5.4.0"
  748. },
  749. "require-dev": {
  750. "jakub-onderka/php-code-style": "~1.0",
  751. "jakub-onderka/php-parallel-lint": "~1.0",
  752. "jakub-onderka/php-var-dump-check": "~0.1",
  753. "phpunit/phpunit": "~4.0",
  754. "squizlabs/php_codesniffer": "~1.5"
  755. },
  756. "type": "library",
  757. "autoload": {
  758. "psr-4": {
  759. "JakubOnderka\\PhpConsoleHighlighter\\": "src/"
  760. }
  761. },
  762. "notification-url": "https://packagist.org/downloads/",
  763. "license": [
  764. "MIT"
  765. ],
  766. "authors": [
  767. {
  768. "name": "Jakub Onderka",
  769. "email": "[email protected]",
  770. "homepage": "http://www.acci.cz/"
  771. }
  772. ],
  773. "description": "Highlight PHP code in terminal",
  774. "time": "2018-09-29T18:48:56+00:00"
  775. },
  776. {
  777. "name": "laravel/framework",
  778. "version": "v5.8.35",
  779. "source": {
  780. "type": "git",
  781. "url": "https://github.com/laravel/framework.git",
  782. "reference": "5a9e4d241a8b815e16c9d2151e908992c38db197"
  783. },
  784. "dist": {
  785. "type": "zip",
  786. "url": "https://api.github.com/repos/laravel/framework/zipball/5a9e4d241a8b815e16c9d2151e908992c38db197",
  787. "reference": "5a9e4d241a8b815e16c9d2151e908992c38db197",
  788. "shasum": ""
  789. },
  790. "require": {
  791. "doctrine/inflector": "^1.1",
  792. "dragonmantank/cron-expression": "^2.0",
  793. "egulias/email-validator": "^2.0",
  794. "erusev/parsedown": "^1.7",
  795. "ext-json": "*",
  796. "ext-mbstring": "*",
  797. "ext-openssl": "*",
  798. "league/flysystem": "^1.0.8",
  799. "monolog/monolog": "^1.12",
  800. "nesbot/carbon": "^1.26.3 || ^2.0",
  801. "opis/closure": "^3.1",
  802. "php": "^7.1.3",
  803. "psr/container": "^1.0",
  804. "psr/simple-cache": "^1.0",
  805. "ramsey/uuid": "^3.7",
  806. "swiftmailer/swiftmailer": "^6.0",
  807. "symfony/console": "^4.2",
  808. "symfony/debug": "^4.2",
  809. "symfony/finder": "^4.2",
  810. "symfony/http-foundation": "^4.2",
  811. "symfony/http-kernel": "^4.2",
  812. "symfony/process": "^4.2",
  813. "symfony/routing": "^4.2",
  814. "symfony/var-dumper": "^4.2",
  815. "tijsverkoyen/css-to-inline-styles": "^2.2.1",
  816. "vlucas/phpdotenv": "^3.3"
  817. },
  818. "conflict": {
  819. "tightenco/collect": "<5.5.33"
  820. },
  821. "replace": {
  822. "illuminate/auth": "self.version",
  823. "illuminate/broadcasting": "self.version",
  824. "illuminate/bus": "self.version",
  825. "illuminate/cache": "self.version",
  826. "illuminate/config": "self.version",
  827. "illuminate/console": "self.version",
  828. "illuminate/container": "self.version",
  829. "illuminate/contracts": "self.version",
  830. "illuminate/cookie": "self.version",
  831. "illuminate/database": "self.version",
  832. "illuminate/encryption": "self.version",
  833. "illuminate/events": "self.version",
  834. "illuminate/filesystem": "self.version",
  835. "illuminate/hashing": "self.version",
  836. "illuminate/http": "self.version",
  837. "illuminate/log": "self.version",
  838. "illuminate/mail": "self.version",
  839. "illuminate/notifications": "self.version",
  840. "illuminate/pagination": "self.version",
  841. "illuminate/pipeline": "self.version",
  842. "illuminate/queue": "self.version",
  843. "illuminate/redis": "self.version",
  844. "illuminate/routing": "self.version",
  845. "illuminate/session": "self.version",
  846. "illuminate/support": "self.version",
  847. "illuminate/translation": "self.version",
  848. "illuminate/validation": "self.version",
  849. "illuminate/view": "self.version"
  850. },
  851. "require-dev": {
  852. "aws/aws-sdk-php": "^3.0",
  853. "doctrine/dbal": "^2.6",
  854. "filp/whoops": "^2.1.4",
  855. "guzzlehttp/guzzle": "^6.3",
  856. "league/flysystem-cached-adapter": "^1.0",
  857. "mockery/mockery": "^1.0",
  858. "moontoast/math": "^1.1",
  859. "orchestra/testbench-core": "3.8.*",
  860. "pda/pheanstalk": "^4.0",
  861. "phpunit/phpunit": "^7.5|^8.0",
  862. "predis/predis": "^1.1.1",
  863. "symfony/css-selector": "^4.2",
  864. "symfony/dom-crawler": "^4.2",
  865. "true/punycode": "^2.1"
  866. },
  867. "suggest": {
  868. "aws/aws-sdk-php": "Required to use the SQS queue driver and SES mail driver (^3.0).",
  869. "doctrine/dbal": "Required to rename columns and drop SQLite columns (^2.6).",
  870. "ext-gd": "Required to use Illuminate\\Http\\Testing\\FileFactory::image().",
  871. "ext-pcntl": "Required to use all features of the queue worker.",
  872. "ext-posix": "Required to use all features of the queue worker.",
  873. "filp/whoops": "Required for friendly error pages in development (^2.1.4).",
  874. "fzaninotto/faker": "Required to use the eloquent factory builder (^1.4).",
  875. "guzzlehttp/guzzle": "Required to use the Mailgun and Mandrill mail drivers and the ping methods on schedules (^6.0).",
  876. "laravel/tinker": "Required to use the tinker console command (^1.0).",
  877. "league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (^1.0).",
  878. "league/flysystem-cached-adapter": "Required to use the Flysystem cache (^1.0).",
  879. "league/flysystem-rackspace": "Required to use the Flysystem Rackspace driver (^1.0).",
  880. "league/flysystem-sftp": "Required to use the Flysystem SFTP driver (^1.0).",
  881. "moontoast/math": "Required to use ordered UUIDs (^1.1).",
  882. "nexmo/client": "Required to use the Nexmo transport (^1.0).",
  883. "pda/pheanstalk": "Required to use the beanstalk queue driver (^4.0).",
  884. "predis/predis": "Required to use the redis cache and queue drivers (^1.0).",
  885. "pusher/pusher-php-server": "Required to use the Pusher broadcast driver (^3.0).",
  886. "symfony/css-selector": "Required to use some of the crawler integration testing tools (^4.2).",
  887. "symfony/dom-crawler": "Required to use most of the crawler integration testing tools (^4.2).",
  888. "symfony/psr-http-message-bridge": "Required to use PSR-7 bridging features (^1.1).",
  889. "wildbit/swiftmailer-postmark": "Required to use Postmark mail driver (^3.0)."
  890. },
  891. "type": "library",
  892. "extra": {
  893. "branch-alias": {
  894. "dev-master": "5.8-dev"
  895. }
  896. },
  897. "autoload": {
  898. "files": [
  899. "src/Illuminate/Foundation/helpers.php",
  900. "src/Illuminate/Support/helpers.php"
  901. ],
  902. "psr-4": {
  903. "Illuminate\\": "src/Illuminate/"
  904. }
  905. },
  906. "notification-url": "https://packagist.org/downloads/",
  907. "license": [
  908. "MIT"
  909. ],
  910. "authors": [
  911. {
  912. "name": "Taylor Otwell",
  913. "email": "[email protected]"
  914. }
  915. ],
  916. "description": "The Laravel Framework.",
  917. "homepage": "https://laravel.com",
  918. "keywords": [
  919. "framework",
  920. "laravel"
  921. ],
  922. "time": "2019-09-03T16:44:30+00:00"
  923. },
  924. {
  925. "name": "laravel/tinker",
  926. "version": "v1.0.10",
  927. "source": {
  928. "type": "git",
  929. "url": "https://github.com/laravel/tinker.git",
  930. "reference": "ad571aacbac1539c30d480908f9d0c9614eaf1a7"
  931. },
  932. "dist": {
  933. "type": "zip",
  934. "url": "https://api.github.com/repos/laravel/tinker/zipball/ad571aacbac1539c30d480908f9d0c9614eaf1a7",
  935. "reference": "ad571aacbac1539c30d480908f9d0c9614eaf1a7",
  936. "shasum": ""
  937. },
  938. "require": {
  939. "illuminate/console": "~5.1|^6.0",
  940. "illuminate/contracts": "~5.1|^6.0",
  941. "illuminate/support": "~5.1|^6.0",
  942. "php": ">=5.5.9",
  943. "psy/psysh": "0.7.*|0.8.*|0.9.*",
  944. "symfony/var-dumper": "~3.0|~4.0"
  945. },
  946. "require-dev": {
  947. "phpunit/phpunit": "~4.0|~5.0"
  948. },
  949. "suggest": {
  950. "illuminate/database": "The Illuminate Database package (~5.1)."
  951. },
  952. "type": "library",
  953. "extra": {
  954. "branch-alias": {
  955. "dev-master": "1.0-dev"
  956. },
  957. "laravel": {
  958. "providers": [
  959. "Laravel\\Tinker\\TinkerServiceProvider"
  960. ]
  961. }
  962. },
  963. "autoload": {
  964. "psr-4": {
  965. "Laravel\\Tinker\\": "src/"
  966. }
  967. },
  968. "notification-url": "https://packagist.org/downloads/",
  969. "license": [
  970. "MIT"
  971. ],
  972. "authors": [
  973. {
  974. "name": "Taylor Otwell",
  975. "email": "[email protected]"
  976. }
  977. ],
  978. "description": "Powerful REPL for the Laravel framework.",
  979. "keywords": [
  980. "REPL",
  981. "Tinker",
  982. "laravel",
  983. "psysh"
  984. ],
  985. "time": "2019-08-07T15:10:45+00:00"
  986. },
  987. {
  988. "name": "league/flysystem",
  989. "version": "1.0.55",
  990. "source": {
  991. "type": "git",
  992. "url": "https://github.com/thephpleague/flysystem.git",
  993. "reference": "33c91155537c6dc899eacdc54a13ac6303f156e6"
  994. },
  995. "dist": {
  996. "type": "zip",
  997. "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/33c91155537c6dc899eacdc54a13ac6303f156e6",
  998. "reference": "33c91155537c6dc899eacdc54a13ac6303f156e6",
  999. "shasum": ""
  1000. },
  1001. "require": {
  1002. "ext-fileinfo": "*",
  1003. "php": ">=5.5.9"
  1004. },
  1005. "conflict": {
  1006. "league/flysystem-sftp": "<1.0.6"
  1007. },
  1008. "require-dev": {
  1009. "phpspec/phpspec": "^3.4",
  1010. "phpunit/phpunit": "^5.7.10"
  1011. },
  1012. "suggest": {
  1013. "ext-fileinfo": "Required for MimeType",
  1014. "ext-ftp": "Allows you to use FTP server storage",
  1015. "ext-openssl": "Allows you to use FTPS server storage",
  1016. "league/flysystem-aws-s3-v2": "Allows you to use S3 storage with AWS SDK v2",
  1017. "league/flysystem-aws-s3-v3": "Allows you to use S3 storage with AWS SDK v3",
  1018. "league/flysystem-azure": "Allows you to use Windows Azure Blob storage",
  1019. "league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching",
  1020. "league/flysystem-eventable-filesystem": "Allows you to use EventableFilesystem",
  1021. "league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files",
  1022. "league/flysystem-sftp": "Allows you to use SFTP server storage via phpseclib",
  1023. "league/flysystem-webdav": "Allows you to use WebDAV storage",
  1024. "league/flysystem-ziparchive": "Allows you to use ZipArchive adapter",
  1025. "spatie/flysystem-dropbox": "Allows you to use Dropbox storage",
  1026. "srmklive/flysystem-dropbox-v2": "Allows you to use Dropbox storage for PHP 5 applications"
  1027. },
  1028. "type": "library",
  1029. "extra": {
  1030. "branch-alias": {
  1031. "dev-master": "1.1-dev"
  1032. }
  1033. },
  1034. "autoload": {
  1035. "psr-4": {
  1036. "League\\Flysystem\\": "src/"
  1037. }
  1038. },
  1039. "notification-url": "https://packagist.org/downloads/",
  1040. "license": [
  1041. "MIT"
  1042. ],
  1043. "authors": [
  1044. {
  1045. "name": "Frank de Jonge",
  1046. "email": "[email protected]"
  1047. }
  1048. ],
  1049. "description": "Filesystem abstraction: Many filesystems, one API.",
  1050. "keywords": [
  1051. "Cloud Files",
  1052. "WebDAV",
  1053. "abstraction",
  1054. "aws",
  1055. "cloud",
  1056. "copy.com",
  1057. "dropbox",
  1058. "file systems",
  1059. "files",
  1060. "filesystem",
  1061. "filesystems",
  1062. "ftp",
  1063. "rackspace",
  1064. "remote",
  1065. "s3",
  1066. "sftp",
  1067. "storage"
  1068. ],
  1069. "time": "2019-08-24T11:17:19+00:00"
  1070. },
  1071. {
  1072. "name": "mad-web/laravel-enum",
  1073. "version": "1.5.0",
  1074. "source": {
  1075. "type": "git",
  1076. "url": "https://github.com/mad-web/laravel-enum.git",
  1077. "reference": "e6a040eaea5071fe93f1c2d3f886c87f462c6897"
  1078. },
  1079. "dist": {
  1080. "type": "zip",
  1081. "url": "https://api.github.com/repos/mad-web/laravel-enum/zipball/e6a040eaea5071fe93f1c2d3f886c87f462c6897",
  1082. "reference": "e6a040eaea5071fe93f1c2d3f886c87f462c6897",
  1083. "shasum": ""
  1084. },
  1085. "require": {
  1086. "illuminate/console": "~5.4.0|~5.5.0|~5.6.0|~5.7.0|~5.8.0",
  1087. "illuminate/support": "~5.4.0|~5.5.0|~5.6.0|~5.7.0|~5.8.0",
  1088. "illuminate/translation": "~5.4.0|~5.5.0|~5.6.0|~5.7.0|~5.8.0",
  1089. "myclabs/php-enum": "^1.6",
  1090. "php": "^7.0"
  1091. },
  1092. "require-dev": {
  1093. "mockery/mockery": "^1.0.0",
  1094. "orchestra/testbench": "~3.5.0|~3.6.0|~3.7.0",
  1095. "phpunit/phpunit": "^6.5|^7.3"
  1096. },
  1097. "type": "library",
  1098. "extra": {
  1099. "laravel": {
  1100. "providers": [
  1101. "MadWeb\\Enum\\EnumServiceProvider"
  1102. ]
  1103. }
  1104. },
  1105. "autoload": {
  1106. "psr-4": {
  1107. "MadWeb\\Enum\\": "src"
  1108. }
  1109. },
  1110. "notification-url": "https://packagist.org/downloads/",
  1111. "license": [
  1112. "MIT"
  1113. ],
  1114. "authors": [
  1115. {
  1116. "name": "mad-web",
  1117. "role": "Developer",
  1118. "email": "[email protected]",
  1119. "homepage": "https://github.com/mad-web"
  1120. }
  1121. ],
  1122. "description": "Elegant Enum implementation for Laravel. With make:enum command, ability to casting for Eloquent models and labels translations via lang files.",
  1123. "homepage": "https://github.com/mad-web/laravel-enum",
  1124. "keywords": [
  1125. "enum",
  1126. "laravel-enum",
  1127. "mad-web"
  1128. ],
  1129. "time": "2019-07-14T19:53:07+00:00"
  1130. },
  1131. {
  1132. "name": "mjohnson/decoda",
  1133. "version": "6.12.0",
  1134. "source": {
  1135. "type": "git",
  1136. "url": "https://github.com/milesj/decoda.git",
  1137. "reference": "9817fd5abbd742384f59831d8a5953b01803b45d"
  1138. },
  1139. "dist": {
  1140. "type": "zip",
  1141. "url": "https://api.github.com/repos/milesj/decoda/zipball/9817fd5abbd742384f59831d8a5953b01803b45d",
  1142. "reference": "9817fd5abbd742384f59831d8a5953b01803b45d",
  1143. "shasum": ""
  1144. },
  1145. "require": {
  1146. "ext-mbstring": "*",
  1147. "php": ">=5.3.0"
  1148. },
  1149. "require-dev": {
  1150. "phpunit/phpunit": "~4.8|^7.5"
  1151. },
  1152. "suggest": {
  1153. "ext-memcached": "Cache data using Memcache",
  1154. "ext-redis": "Cache data using Redis"
  1155. },
  1156. "type": "library",
  1157. "autoload": {
  1158. "psr-0": {
  1159. "Decoda": "src/"
  1160. }
  1161. },
  1162. "notification-url": "https://packagist.org/downloads/",
  1163. "license": [
  1164. "MIT"
  1165. ],
  1166. "authors": [
  1167. {
  1168. "name": "Miles Johnson",
  1169. "homepage": "http://milesj.me"
  1170. }
  1171. ],
  1172. "description": "A lightweight lexical string parser for BBCode styled markup.",
  1173. "homepage": "http://milesj.me/code/php/decoda",
  1174. "keywords": [
  1175. "HOOK",
  1176. "bbcode",
  1177. "decoda",
  1178. "filter",
  1179. "lexer",
  1180. "markup",
  1181. "parser"
  1182. ],
  1183. "time": "2019-01-16T04:52:14+00:00"
  1184. },
  1185. {
  1186. "name": "monolog/monolog",
  1187. "version": "1.24.0",
  1188. "source": {
  1189. "type": "git",
  1190. "url": "https://github.com/Seldaek/monolog.git",
  1191. "reference": "bfc9ebb28f97e7a24c45bdc3f0ff482e47bb0266"
  1192. },
  1193. "dist": {
  1194. "type": "zip",
  1195. "url": "https://api.github.com/repos/Seldaek/monolog/zipball/bfc9ebb28f97e7a24c45bdc3f0ff482e47bb0266",
  1196. "reference": "bfc9ebb28f97e7a24c45bdc3f0ff482e47bb0266",
  1197. "shasum": ""
  1198. },
  1199. "require": {
  1200. "php": ">=5.3.0",
  1201. "psr/log": "~1.0"
  1202. },
  1203. "provide": {
  1204. "psr/log-implementation": "1.0.0"
  1205. },
  1206. "require-dev": {
  1207. "aws/aws-sdk-php": "^2.4.9 || ^3.0",
  1208. "doctrine/couchdb": "~1.0@dev",
  1209. "graylog2/gelf-php": "~1.0",
  1210. "jakub-onderka/php-parallel-lint": "0.9",
  1211. "php-amqplib/php-amqplib": "~2.4",
  1212. "php-console/php-console": "^3.1.3",
  1213. "phpunit/phpunit": "~4.5",
  1214. "phpunit/phpunit-mock-objects": "2.3.0",
  1215. "ruflin/elastica": ">=0.90 <3.0",
  1216. "sentry/sentry": "^0.13",
  1217. "swiftmailer/swiftmailer": "^5.3|^6.0"
  1218. },
  1219. "suggest": {
  1220. "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
  1221. "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
  1222. "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
  1223. "ext-mongo": "Allow sending log messages to a MongoDB server",
  1224. "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
  1225. "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
  1226. "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
  1227. "php-console/php-console": "Allow sending log messages to Google Chrome",
  1228. "rollbar/rollbar": "Allow sending log messages to Rollbar",
  1229. "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
  1230. "sentry/sentry": "Allow sending log messages to a Sentry server"
  1231. },
  1232. "type": "library",
  1233. "extra": {
  1234. "branch-alias": {
  1235. "dev-master": "2.0.x-dev"
  1236. }
  1237. },
  1238. "autoload": {
  1239. "psr-4": {
  1240. "Monolog\\": "src/Monolog"
  1241. }
  1242. },
  1243. "notification-url": "https://packagist.org/downloads/",
  1244. "license": [
  1245. "MIT"
  1246. ],
  1247. "authors": [
  1248. {
  1249. "name": "Jordi Boggiano",
  1250. "email": "[email protected]",
  1251. "homepage": "http://seld.be"
  1252. }
  1253. ],
  1254. "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
  1255. "homepage": "http://github.com/Seldaek/monolog",
  1256. "keywords": [
  1257. "log",
  1258. "logging",
  1259. "psr-3"
  1260. ],
  1261. "time": "2018-11-05T09:00:11+00:00"
  1262. },
  1263. {
  1264. "name": "myclabs/php-enum",
  1265. "version": "1.7.2",
  1266. "source": {
  1267. "type": "git",
  1268. "url": "https://github.com/myclabs/php-enum.git",
  1269. "reference": "45f01adf6922df6082bcda36619deb466e826acf"
  1270. },
  1271. "dist": {
  1272. "type": "zip",
  1273. "url": "https://api.github.com/repos/myclabs/php-enum/zipball/45f01adf6922df6082bcda36619deb466e826acf",
  1274. "reference": "45f01adf6922df6082bcda36619deb466e826acf",
  1275. "shasum": ""
  1276. },
  1277. "require": {
  1278. "ext-json": "*",
  1279. "php": ">=7.1"
  1280. },
  1281. "require-dev": {
  1282. "phpunit/phpunit": "^4.8.35|^5.7|^6.0",
  1283. "squizlabs/php_codesniffer": "1.*"
  1284. },
  1285. "type": "library",
  1286. "autoload": {
  1287. "psr-4": {
  1288. "MyCLabs\\Enum\\": "src/"
  1289. }
  1290. },
  1291. "notification-url": "https://packagist.org/downloads/",
  1292. "license": [
  1293. "MIT"
  1294. ],
  1295. "authors": [
  1296. {
  1297. "name": "PHP Enum contributors",
  1298. "homepage": "https://github.com/myclabs/php-enum/graphs/contributors"
  1299. }
  1300. ],
  1301. "description": "PHP Enum implementation",
  1302. "homepage": "http://github.com/myclabs/php-enum",
  1303. "keywords": [
  1304. "enum"
  1305. ],
  1306. "time": "2019-08-19T13:53:00+00:00"
  1307. },
  1308. {
  1309. "name": "nesbot/carbon",
  1310. "version": "2.24.0",
  1311. "source": {
  1312. "type": "git",
  1313. "url": "https://github.com/briannesbitt/Carbon.git",
  1314. "reference": "934459c5ac0658bc765ad1e53512c7c77adcac29"
  1315. },
  1316. "dist": {
  1317. "type": "zip",
  1318. "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/934459c5ac0658bc765ad1e53512c7c77adcac29",
  1319. "reference": "934459c5ac0658bc765ad1e53512c7c77adcac29",
  1320. "shasum": ""
  1321. },
  1322. "require": {
  1323. "ext-json": "*",
  1324. "php": "^7.1.8 || ^8.0",
  1325. "symfony/translation": "^3.4 || ^4.0"
  1326. },
  1327. "require-dev": {
  1328. "friendsofphp/php-cs-fixer": "^2.14 || ^3.0",
  1329. "kylekatarnls/multi-tester": "^1.1",
  1330. "phpmd/phpmd": "dev-php-7.1-compatibility",
  1331. "phpstan/phpstan": "^0.11",
  1332. "phpunit/phpunit": "^7.5 || ^8.0",
  1333. "squizlabs/php_codesniffer": "^3.4"
  1334. },
  1335. "bin": [
  1336. "bin/carbon"
  1337. ],
  1338. "type": "library",
  1339. "extra": {
  1340. "laravel": {
  1341. "providers": [
  1342. "Carbon\\Laravel\\ServiceProvider"
  1343. ]
  1344. }
  1345. },
  1346. "autoload": {
  1347. "psr-4": {
  1348. "Carbon\\": "src/Carbon/"
  1349. }
  1350. },
  1351. "notification-url": "https://packagist.org/downloads/",
  1352. "license": [
  1353. "MIT"
  1354. ],
  1355. "authors": [
  1356. {
  1357. "name": "Brian Nesbitt",
  1358. "email": "[email protected]",
  1359. "homepage": "http://nesbot.com"
  1360. },
  1361. {
  1362. "name": "kylekatarnls",
  1363. "homepage": "http://github.com/kylekatarnls"
  1364. }
  1365. ],
  1366. "description": "A API extension for DateTime that supports 281 different languages.",
  1367. "homepage": "http://carbon.nesbot.com",
  1368. "keywords": [
  1369. "date",
  1370. "datetime",
  1371. "time"
  1372. ],
  1373. "time": "2019-08-31T16:37:55+00:00"
  1374. },
  1375. {
  1376. "name": "nikic/php-parser",
  1377. "version": "v4.2.4",
  1378. "source": {
  1379. "type": "git",
  1380. "url": "https://github.com/nikic/PHP-Parser.git",
  1381. "reference": "97e59c7a16464196a8b9c77c47df68e4a39a45c4"
  1382. },
  1383. "dist": {
  1384. "type": "zip",
  1385. "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/97e59c7a16464196a8b9c77c47df68e4a39a45c4",
  1386. "reference": "97e59c7a16464196a8b9c77c47df68e4a39a45c4",
  1387. "shasum": ""
  1388. },
  1389. "require": {
  1390. "ext-tokenizer": "*",
  1391. "php": ">=7.0"
  1392. },
  1393. "require-dev": {
  1394. "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0"
  1395. },
  1396. "bin": [
  1397. "bin/php-parse"
  1398. ],
  1399. "type": "library",
  1400. "extra": {
  1401. "branch-alias": {
  1402. "dev-master": "4.2-dev"
  1403. }
  1404. },
  1405. "autoload": {
  1406. "psr-4": {
  1407. "PhpParser\\": "lib/PhpParser"
  1408. }
  1409. },
  1410. "notification-url": "https://packagist.org/downloads/",
  1411. "license": [
  1412. "BSD-3-Clause"
  1413. ],
  1414. "authors": [
  1415. {
  1416. "name": "Nikita Popov"
  1417. }
  1418. ],
  1419. "description": "A PHP parser written in PHP",
  1420. "keywords": [
  1421. "parser",
  1422. "php"
  1423. ],
  1424. "time": "2019-09-01T07:51:21+00:00"
  1425. },
  1426. {
  1427. "name": "nwidart/laravel-modules",
  1428. "version": "5.1.0",
  1429. "source": {
  1430. "type": "git",
  1431. "url": "https://github.com/nWidart/laravel-modules.git",
  1432. "reference": "d4edc3465d471644ca44b1b303803492609957cd"
  1433. },
  1434. "dist": {
  1435. "type": "zip",
  1436. "url": "https://api.github.com/repos/nWidart/laravel-modules/zipball/d4edc3465d471644ca44b1b303803492609957cd",
  1437. "reference": "d4edc3465d471644ca44b1b303803492609957cd",
  1438. "shasum": ""
  1439. },
  1440. "require": {
  1441. "php": ">=7.2"
  1442. },
  1443. "require-dev": {
  1444. "friendsofphp/php-cs-fixer": "^2.14",
  1445. "laravel/framework": "5.8.*",
  1446. "mockery/mockery": "~1.0",
  1447. "orchestra/testbench": "^3.8",
  1448. "phpstan/phpstan": "^0.9.2",
  1449. "phpunit/phpunit": "~7.0|~8.0",
  1450. "spatie/phpunit-snapshot-assertions": "^2.1.0"
  1451. },
  1452. "type": "library",
  1453. "extra": {
  1454. "laravel": {
  1455. "providers": [
  1456. "Nwidart\\Modules\\LaravelModulesServiceProvider"
  1457. ],
  1458. "aliases": {
  1459. "Module": "Nwidart\\Modules\\Facades\\Module"
  1460. }
  1461. },
  1462. "branch-alias": {
  1463. "dev-master": "5.0-dev"
  1464. }
  1465. },
  1466. "autoload": {
  1467. "psr-4": {
  1468. "Nwidart\\Modules\\": "src"
  1469. },
  1470. "files": [
  1471. "src/helpers.php"
  1472. ]
  1473. },
  1474. "notification-url": "https://packagist.org/downloads/",
  1475. "license": [
  1476. "MIT"
  1477. ],
  1478. "authors": [
  1479. {
  1480. "name": "Nicolas Widart",
  1481. "email": "[email protected]",
  1482. "homepage": "https://nicolaswidart.com",
  1483. "role": "Developer"
  1484. }
  1485. ],
  1486. "description": "Laravel Module management",
  1487. "keywords": [
  1488. "laravel",
  1489. "module",
  1490. "modules",
  1491. "nwidart",
  1492. "rad"
  1493. ],
  1494. "time": "2019-09-05T09:41:08+00:00"
  1495. },
  1496. {
  1497. "name": "opis/closure",
  1498. "version": "3.4.0",
  1499. "source": {
  1500. "type": "git",
  1501. "url": "https://github.com/opis/closure.git",
  1502. "reference": "60a97fff133b1669a5b1776aa8ab06db3f3962b7"
  1503. },
  1504. "dist": {
  1505. "type": "zip",
  1506. "url": "https://api.github.com/repos/opis/closure/zipball/60a97fff133b1669a5b1776aa8ab06db3f3962b7",
  1507. "reference": "60a97fff133b1669a5b1776aa8ab06db3f3962b7",
  1508. "shasum": ""
  1509. },
  1510. "require": {
  1511. "php": "^5.4 || ^7.0"
  1512. },
  1513. "require-dev": {
  1514. "jeremeamia/superclosure": "^2.0",
  1515. "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
  1516. },
  1517. "type": "library",
  1518. "extra": {
  1519. "branch-alias": {
  1520. "dev-master": "3.3.x-dev"
  1521. }
  1522. },
  1523. "autoload": {
  1524. "psr-4": {
  1525. "Opis\\Closure\\": "src/"
  1526. },
  1527. "files": [
  1528. "functions.php"
  1529. ]
  1530. },
  1531. "notification-url": "https://packagist.org/downloads/",
  1532. "license": [
  1533. "MIT"
  1534. ],
  1535. "authors": [
  1536. {
  1537. "name": "Marius Sarca",
  1538. "email": "[email protected]"
  1539. },
  1540. {
  1541. "name": "Sorin Sarca",
  1542. "email": "[email protected]"
  1543. }
  1544. ],
  1545. "description": "A library that can be used to serialize closures (anonymous functions) and arbitrary objects.",
  1546. "homepage": "https://opis.io/closure",
  1547. "keywords": [
  1548. "anonymous functions",
  1549. "closure",
  1550. "function",
  1551. "serializable",
  1552. "serialization",
  1553. "serialize"
  1554. ],
  1555. "time": "2019-09-02T21:07:33+00:00"
  1556. },
  1557. {
  1558. "name": "paragonie/random_compat",
  1559. "version": "v9.99.99",
  1560. "source": {
  1561. "type": "git",
  1562. "url": "https://github.com/paragonie/random_compat.git",
  1563. "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95"
  1564. },
  1565. "dist": {
  1566. "type": "zip",
  1567. "url": "https://api.github.com/repos/paragonie/random_compat/zipball/84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
  1568. "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
  1569. "shasum": ""
  1570. },
  1571. "require": {
  1572. "php": "^7"
  1573. },
  1574. "require-dev": {
  1575. "phpunit/phpunit": "4.*|5.*",
  1576. "vimeo/psalm": "^1"
  1577. },
  1578. "suggest": {
  1579. "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
  1580. },
  1581. "type": "library",
  1582. "notification-url": "https://packagist.org/downloads/",
  1583. "license": [
  1584. "MIT"
  1585. ],
  1586. "authors": [
  1587. {
  1588. "name": "Paragon Initiative Enterprises",
  1589. "email": "[email protected]",
  1590. "homepage": "https://paragonie.com"
  1591. }
  1592. ],
  1593. "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
  1594. "keywords": [
  1595. "csprng",
  1596. "polyfill",
  1597. "pseudorandom",
  1598. "random"
  1599. ],
  1600. "time": "2018-07-02T15:55:56+00:00"
  1601. },
  1602. {
  1603. "name": "patchwork/utf8",
  1604. "version": "v1.3.1",
  1605. "source": {
  1606. "type": "git",
  1607. "url": "https://github.com/tchwork/utf8.git",
  1608. "reference": "30ec6451aec7d2536f0af8fe535f70c764f2c47a"
  1609. },
  1610. "dist": {
  1611. "type": "zip",
  1612. "url": "https://api.github.com/repos/tchwork/utf8/zipball/30ec6451aec7d2536f0af8fe535f70c764f2c47a",
  1613. "reference": "30ec6451aec7d2536f0af8fe535f70c764f2c47a",
  1614. "shasum": ""
  1615. },
  1616. "require": {
  1617. "lib-pcre": ">=7.3",
  1618. "php": ">=5.3.0"
  1619. },
  1620. "suggest": {
  1621. "ext-iconv": "Use iconv for best performance",
  1622. "ext-intl": "Use Intl for best performance",
  1623. "ext-mbstring": "Use Mbstring for best performance",
  1624. "ext-wfio": "Use WFIO for UTF-8 filesystem access on Windows"
  1625. },
  1626. "type": "library",
  1627. "extra": {
  1628. "branch-alias": {
  1629. "dev-master": "1.3-dev"
  1630. }
  1631. },
  1632. "autoload": {
  1633. "psr-4": {
  1634. "Patchwork\\": "src/Patchwork/"
  1635. },
  1636. "classmap": [
  1637. "src/Normalizer.php"
  1638. ]
  1639. },
  1640. "notification-url": "https://packagist.org/downloads/",
  1641. "license": [
  1642. "(Apache-2.0 or GPL-2.0)"
  1643. ],
  1644. "authors": [
  1645. {
  1646. "name": "Nicolas Grekas",
  1647. "email": "[email protected]"
  1648. }
  1649. ],
  1650. "description": "Portable and performant UTF-8, Unicode and Grapheme Clusters for PHP",
  1651. "homepage": "https://github.com/tchwork/utf8",
  1652. "keywords": [
  1653. "grapheme",
  1654. "i18n",
  1655. "unicode",
  1656. "utf-8",
  1657. "utf8"
  1658. ],
  1659. "time": "2016-05-18T13:57:10+00:00"
  1660. },
  1661. {
  1662. "name": "phpoption/phpoption",
  1663. "version": "1.5.0",
  1664. "source": {
  1665. "type": "git",
  1666. "url": "https://github.com/schmittjoh/php-option.git",
  1667. "reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed"
  1668. },
  1669. "dist": {
  1670. "type": "zip",
  1671. "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/94e644f7d2051a5f0fcf77d81605f152eecff0ed",
  1672. "reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed",
  1673. "shasum": ""
  1674. },
  1675. "require": {
  1676. "php": ">=5.3.0"
  1677. },
  1678. "require-dev": {
  1679. "phpunit/phpunit": "4.7.*"
  1680. },
  1681. "type": "library",
  1682. "extra": {
  1683. "branch-alias": {
  1684. "dev-master": "1.3-dev"
  1685. }
  1686. },
  1687. "autoload": {
  1688. "psr-0": {
  1689. "PhpOption\\": "src/"
  1690. }
  1691. },
  1692. "notification-url": "https://packagist.org/downloads/",
  1693. "license": [
  1694. "Apache2"
  1695. ],
  1696. "authors": [
  1697. {
  1698. "name": "Johannes M. Schmitt",
  1699. "email": "[email protected]"
  1700. }
  1701. ],
  1702. "description": "Option Type for PHP",
  1703. "keywords": [
  1704. "language",
  1705. "option",
  1706. "php",
  1707. "type"
  1708. ],
  1709. "time": "2015-07-25T16:39:46+00:00"
  1710. },
  1711. {
  1712. "name": "predis/predis",
  1713. "version": "v1.1.1",
  1714. "source": {
  1715. "type": "git",
  1716. "url": "https://github.com/nrk/predis.git",
  1717. "reference": "f0210e38881631afeafb56ab43405a92cafd9fd1"
  1718. },
  1719. "dist": {
  1720. "type": "zip",
  1721. "url": "https://api.github.com/repos/nrk/predis/zipball/f0210e38881631afeafb56ab43405a92cafd9fd1",
  1722. "reference": "f0210e38881631afeafb56ab43405a92cafd9fd1",
  1723. "shasum": ""
  1724. },
  1725. "require": {
  1726. "php": ">=5.3.9"
  1727. },
  1728. "require-dev": {
  1729. "phpunit/phpunit": "~4.8"
  1730. },
  1731. "suggest": {
  1732. "ext-curl": "Allows access to Webdis when paired with phpiredis",
  1733. "ext-phpiredis": "Allows faster serialization and deserialization of the Redis protocol"
  1734. },
  1735. "type": "library",
  1736. "autoload": {
  1737. "psr-4": {
  1738. "Predis\\": "src/"
  1739. }
  1740. },
  1741. "notification-url": "https://packagist.org/downloads/",
  1742. "license": [
  1743. "MIT"
  1744. ],
  1745. "authors": [
  1746. {
  1747. "name": "Daniele Alessandri",
  1748. "email": "[email protected]",
  1749. "homepage": "http://clorophilla.net"
  1750. }
  1751. ],
  1752. "description": "Flexible and feature-complete Redis client for PHP and HHVM",
  1753. "homepage": "http://github.com/nrk/predis",
  1754. "keywords": [
  1755. "nosql",
  1756. "predis",
  1757. "redis"
  1758. ],
  1759. "time": "2016-06-16T16:22:20+00:00"
  1760. },
  1761. {
  1762. "name": "psr/container",
  1763. "version": "1.0.0",
  1764. "source": {
  1765. "type": "git",
  1766. "url": "https://github.com/php-fig/container.git",
  1767. "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
  1768. },
  1769. "dist": {
  1770. "type": "zip",
  1771. "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
  1772. "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
  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\\Container\\": "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 Container Interface (PHP FIG PSR-11)",
  1800. "homepage": "https://github.com/php-fig/container",
  1801. "keywords": [
  1802. "PSR-11",
  1803. "container",
  1804. "container-interface",
  1805. "container-interop",
  1806. "psr"
  1807. ],
  1808. "time": "2017-02-14T16:28:37+00:00"
  1809. },
  1810. {
  1811. "name": "psr/log",
  1812. "version": "1.1.0",
  1813. "source": {
  1814. "type": "git",
  1815. "url": "https://github.com/php-fig/log.git",
  1816. "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd"
  1817. },
  1818. "dist": {
  1819. "type": "zip",
  1820. "url": "https://api.github.com/repos/php-fig/log/zipball/6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd",
  1821. "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd",
  1822. "shasum": ""
  1823. },
  1824. "require": {
  1825. "php": ">=5.3.0"
  1826. },
  1827. "type": "library",
  1828. "extra": {
  1829. "branch-alias": {
  1830. "dev-master": "1.0.x-dev"
  1831. }
  1832. },
  1833. "autoload": {
  1834. "psr-4": {
  1835. "Psr\\Log\\": "Psr/Log/"
  1836. }
  1837. },
  1838. "notification-url": "https://packagist.org/downloads/",
  1839. "license": [
  1840. "MIT"
  1841. ],
  1842. "authors": [
  1843. {
  1844. "name": "PHP-FIG",
  1845. "homepage": "http://www.php-fig.org/"
  1846. }
  1847. ],
  1848. "description": "Common interface for logging libraries",
  1849. "homepage": "https://github.com/php-fig/log",
  1850. "keywords": [
  1851. "log",
  1852. "psr",
  1853. "psr-3"
  1854. ],
  1855. "time": "2018-11-20T15:27:04+00:00"
  1856. },
  1857. {
  1858. "name": "psr/simple-cache",
  1859. "version": "1.0.1",
  1860. "source": {
  1861. "type": "git",
  1862. "url": "https://github.com/php-fig/simple-cache.git",
  1863. "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
  1864. },
  1865. "dist": {
  1866. "type": "zip",
  1867. "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
  1868. "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
  1869. "shasum": ""
  1870. },
  1871. "require": {
  1872. "php": ">=5.3.0"
  1873. },
  1874. "type": "library",
  1875. "extra": {
  1876. "branch-alias": {
  1877. "dev-master": "1.0.x-dev"
  1878. }
  1879. },
  1880. "autoload": {
  1881. "psr-4": {
  1882. "Psr\\SimpleCache\\": "src/"
  1883. }
  1884. },
  1885. "notification-url": "https://packagist.org/downloads/",
  1886. "license": [
  1887. "MIT"
  1888. ],
  1889. "authors": [
  1890. {
  1891. "name": "PHP-FIG",
  1892. "homepage": "http://www.php-fig.org/"
  1893. }
  1894. ],
  1895. "description": "Common interfaces for simple caching",
  1896. "keywords": [
  1897. "cache",
  1898. "caching",
  1899. "psr",
  1900. "psr-16",
  1901. "simple-cache"
  1902. ],
  1903. "time": "2017-10-23T01:57:42+00:00"
  1904. },
  1905. {
  1906. "name": "psy/psysh",
  1907. "version": "v0.9.9",
  1908. "source": {
  1909. "type": "git",
  1910. "url": "https://github.com/bobthecow/psysh.git",
  1911. "reference": "9aaf29575bb8293206bb0420c1e1c87ff2ffa94e"
  1912. },
  1913. "dist": {
  1914. "type": "zip",
  1915. "url": "https://api.github.com/repos/bobthecow/psysh/zipball/9aaf29575bb8293206bb0420c1e1c87ff2ffa94e",
  1916. "reference": "9aaf29575bb8293206bb0420c1e1c87ff2ffa94e",
  1917. "shasum": ""
  1918. },
  1919. "require": {
  1920. "dnoegel/php-xdg-base-dir": "0.1",
  1921. "ext-json": "*",
  1922. "ext-tokenizer": "*",
  1923. "jakub-onderka/php-console-highlighter": "0.3.*|0.4.*",
  1924. "nikic/php-parser": "~1.3|~2.0|~3.0|~4.0",
  1925. "php": ">=5.4.0",
  1926. "symfony/console": "~2.3.10|^2.4.2|~3.0|~4.0",
  1927. "symfony/var-dumper": "~2.7|~3.0|~4.0"
  1928. },
  1929. "require-dev": {
  1930. "bamarni/composer-bin-plugin": "^1.2",
  1931. "hoa/console": "~2.15|~3.16",
  1932. "phpunit/phpunit": "~4.8.35|~5.0|~6.0|~7.0"
  1933. },
  1934. "suggest": {
  1935. "ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)",
  1936. "ext-pdo-sqlite": "The doc command requires SQLite to work.",
  1937. "ext-posix": "If you have PCNTL, you'll want the POSIX extension as well.",
  1938. "ext-readline": "Enables support for arrow-key history navigation, and showing and manipulating command history.",
  1939. "hoa/console": "A pure PHP readline implementation. You'll want this if your PHP install doesn't already support readline or libedit."
  1940. },
  1941. "bin": [
  1942. "bin/psysh"
  1943. ],
  1944. "type": "library",
  1945. "extra": {
  1946. "branch-alias": {
  1947. "dev-develop": "0.9.x-dev"
  1948. }
  1949. },
  1950. "autoload": {
  1951. "files": [
  1952. "src/functions.php"
  1953. ],
  1954. "psr-4": {
  1955. "Psy\\": "src/"
  1956. }
  1957. },
  1958. "notification-url": "https://packagist.org/downloads/",
  1959. "license": [
  1960. "MIT"
  1961. ],
  1962. "authors": [
  1963. {
  1964. "name": "Justin Hileman",
  1965. "email": "[email protected]",
  1966. "homepage": "http://justinhileman.com"
  1967. }
  1968. ],
  1969. "description": "An interactive shell for modern PHP.",
  1970. "homepage": "http://psysh.org",
  1971. "keywords": [
  1972. "REPL",
  1973. "console",
  1974. "interactive",
  1975. "shell"
  1976. ],
  1977. "time": "2018-10-13T15:16:03+00:00"
  1978. },
  1979. {
  1980. "name": "ramsey/uuid",
  1981. "version": "3.8.0",
  1982. "source": {
  1983. "type": "git",
  1984. "url": "https://github.com/ramsey/uuid.git",
  1985. "reference": "d09ea80159c1929d75b3f9c60504d613aeb4a1e3"
  1986. },
  1987. "dist": {
  1988. "type": "zip",
  1989. "url": "https://api.github.com/repos/ramsey/uuid/zipball/d09ea80159c1929d75b3f9c60504d613aeb4a1e3",
  1990. "reference": "d09ea80159c1929d75b3f9c60504d613aeb4a1e3",
  1991. "shasum": ""
  1992. },
  1993. "require": {
  1994. "paragonie/random_compat": "^1.0|^2.0|9.99.99",
  1995. "php": "^5.4 || ^7.0",
  1996. "symfony/polyfill-ctype": "^1.8"
  1997. },
  1998. "replace": {
  1999. "rhumsaa/uuid": "self.version"
  2000. },
  2001. "require-dev": {
  2002. "codeception/aspect-mock": "^1.0 | ~2.0.0",
  2003. "doctrine/annotations": "~1.2.0",
  2004. "goaop/framework": "1.0.0-alpha.2 | ^1.0 | ~2.1.0",
  2005. "ircmaxell/random-lib": "^1.1",
  2006. "jakub-onderka/php-parallel-lint": "^0.9.0",
  2007. "mockery/mockery": "^0.9.9",
  2008. "moontoast/math": "^1.1",
  2009. "php-mock/php-mock-phpunit": "^0.3|^1.1",
  2010. "phpunit/phpunit": "^4.7|^5.0|^6.5",
  2011. "squizlabs/php_codesniffer": "^2.3"
  2012. },
  2013. "suggest": {
  2014. "ext-ctype": "Provides support for PHP Ctype functions",
  2015. "ext-libsodium": "Provides the PECL libsodium extension for use with the SodiumRandomGenerator",
  2016. "ext-uuid": "Provides the PECL UUID extension for use with the PeclUuidTimeGenerator and PeclUuidRandomGenerator",
  2017. "ircmaxell/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
  2018. "moontoast/math": "Provides support for converting UUID to 128-bit integer (in string form).",
  2019. "ramsey/uuid-console": "A console application for generating UUIDs with ramsey/uuid",
  2020. "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
  2021. },
  2022. "type": "library",
  2023. "extra": {
  2024. "branch-alias": {
  2025. "dev-master": "3.x-dev"
  2026. }
  2027. },
  2028. "autoload": {
  2029. "psr-4": {
  2030. "Ramsey\\Uuid\\": "src/"
  2031. }
  2032. },
  2033. "notification-url": "https://packagist.org/downloads/",
  2034. "license": [
  2035. "MIT"
  2036. ],
  2037. "authors": [
  2038. {
  2039. "name": "Marijn Huizendveld",
  2040. "email": "[email protected]"
  2041. },
  2042. {
  2043. "name": "Thibaud Fabre",
  2044. "email": "[email protected]"
  2045. },
  2046. {
  2047. "name": "Ben Ramsey",
  2048. "email": "[email protected]",
  2049. "homepage": "https://benramsey.com"
  2050. }
  2051. ],
  2052. "description": "Formerly rhumsaa/uuid. A PHP 5.4+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).",
  2053. "homepage": "https://github.com/ramsey/uuid",
  2054. "keywords": [
  2055. "guid",
  2056. "identifier",
  2057. "uuid"
  2058. ],
  2059. "time": "2018-07-19T23:38:55+00:00"
  2060. },
  2061. {
  2062. "name": "spatie/laravel-activitylog",
  2063. "version": "3.8.0",
  2064. "source": {
  2065. "type": "git",
  2066. "url": "https://github.com/spatie/laravel-activitylog.git",
  2067. "reference": "89bbdbea8f085d72ba7513af989e2e54366f5794"
  2068. },
  2069. "dist": {
  2070. "type": "zip",
  2071. "url": "https://api.github.com/repos/spatie/laravel-activitylog/zipball/89bbdbea8f085d72ba7513af989e2e54366f5794",
  2072. "reference": "89bbdbea8f085d72ba7513af989e2e54366f5794",
  2073. "shasum": ""
  2074. },
  2075. "require": {
  2076. "illuminate/config": "5.8.*|^6.0",
  2077. "illuminate/database": "5.8.*|^6.0",
  2078. "illuminate/support": "5.8.*|^6.0",
  2079. "php": "^7.2",
  2080. "spatie/string": "^2.1"
  2081. },
  2082. "require-dev": {
  2083. "ext-json": "*",
  2084. "orchestra/testbench": "3.8.*|^4.0",
  2085. "phpunit/phpunit": "^7.5|^8.0",
  2086. "scrutinizer/ocular": "^1.5"
  2087. },
  2088. "type": "library",
  2089. "extra": {
  2090. "laravel": {
  2091. "providers": [
  2092. "Spatie\\Activitylog\\ActivitylogServiceProvider"
  2093. ]
  2094. }
  2095. },
  2096. "autoload": {
  2097. "psr-4": {
  2098. "Spatie\\Activitylog\\": "src"
  2099. },
  2100. "files": [
  2101. "src/helpers.php"
  2102. ]
  2103. },
  2104. "notification-url": "https://packagist.org/downloads/",
  2105. "license": [
  2106. "MIT"
  2107. ],
  2108. "authors": [
  2109. {
  2110. "name": "Freek Van der Herten",
  2111. "email": "[email protected]",
  2112. "homepage": "https://spatie.be",
  2113. "role": "Developer"
  2114. },
  2115. {
  2116. "name": "Sebastian De Deyne",
  2117. "email": "[email protected]",
  2118. "homepage": "https://spatie.be",
  2119. "role": "Developer"
  2120. },
  2121. {
  2122. "name": "Tom Witkowski",
  2123. "email": "[email protected]",
  2124. "homepage": "https://gummibeer.de",
  2125. "role": "Developer"
  2126. }
  2127. ],
  2128. "description": "A very simple activity logger to monitor the users of your website or application",
  2129. "homepage": "https://github.com/spatie/activitylog",
  2130. "keywords": [
  2131. "activity",
  2132. "laravel",
  2133. "log",
  2134. "spatie",
  2135. "user"
  2136. ],
  2137. "time": "2019-09-04T09:20:42+00:00"
  2138. },
  2139. {
  2140. "name": "spatie/string",
  2141. "version": "2.2.2",
  2142. "source": {
  2143. "type": "git",
  2144. "url": "https://github.com/spatie/string.git",
  2145. "reference": "28607b9925b4f0499d48570553ca419c6298e26b"
  2146. },
  2147. "dist": {
  2148. "type": "zip",
  2149. "url": "https://api.github.com/repos/spatie/string/zipball/28607b9925b4f0499d48570553ca419c6298e26b",
  2150. "reference": "28607b9925b4f0499d48570553ca419c6298e26b",
  2151. "shasum": ""
  2152. },
  2153. "require": {
  2154. "anahkiasen/underscore-php": "^2.0",
  2155. "php": ">=5.6.0"
  2156. },
  2157. "require-dev": {
  2158. "phpunit/phpunit": "5.*",
  2159. "scrutinizer/ocular": "~1.1"
  2160. },
  2161. "type": "library",
  2162. "autoload": {
  2163. "files": [
  2164. "src/string_functions.php"
  2165. ],
  2166. "psr-4": {
  2167. "Spatie\\String\\": "src"
  2168. }
  2169. },
  2170. "notification-url": "https://packagist.org/downloads/",
  2171. "license": [
  2172. "MIT"
  2173. ],
  2174. "authors": [
  2175. {
  2176. "name": "Freek Van der Herten",
  2177. "email": "[email protected]",
  2178. "homepage": "https://murze.be",
  2179. "role": "Developer"
  2180. }
  2181. ],
  2182. "description": "String handling evolved",
  2183. "homepage": "https://github.com/spatie/string",
  2184. "keywords": [
  2185. "handling",
  2186. "handy",
  2187. "spatie",
  2188. "string"
  2189. ],
  2190. "time": "2017-11-08T14:28:57+00:00"
  2191. },
  2192. {
  2193. "name": "staudenmeir/eloquent-eager-limit",
  2194. "version": "v1.3.1",
  2195. "source": {
  2196. "type": "git",
  2197. "url": "https://github.com/staudenmeir/eloquent-eager-limit.git",
  2198. "reference": "271c1a029fed9ba1e09718b2ce99c54c24643c7f"
  2199. },
  2200. "dist": {
  2201. "type": "zip",
  2202. "url": "https://api.github.com/repos/staudenmeir/eloquent-eager-limit/zipball/271c1a029fed9ba1e09718b2ce99c54c24643c7f",
  2203. "reference": "271c1a029fed9ba1e09718b2ce99c54c24643c7f",
  2204. "shasum": ""
  2205. },
  2206. "require": {
  2207. "illuminate/database": "5.8.*",
  2208. "php": "^7.1.3"
  2209. },
  2210. "require-dev": {
  2211. "laravel/homestead": "^8.0",
  2212. "phpunit/phpunit": "^7.0"
  2213. },
  2214. "type": "library",
  2215. "autoload": {
  2216. "psr-4": {
  2217. "Staudenmeir\\EloquentEagerLimit\\": "src/"
  2218. }
  2219. },
  2220. "notification-url": "https://packagist.org/downloads/",
  2221. "license": [
  2222. "MIT"
  2223. ],
  2224. "authors": [
  2225. {
  2226. "name": "Jonas Staudenmeir",
  2227. "email": "[email protected]"
  2228. }
  2229. ],
  2230. "description": "Laravel Eloquent eager loading with limit",
  2231. "time": "2019-07-31T15:57:35+00:00"
  2232. },
  2233. {
  2234. "name": "swiftmailer/swiftmailer",
  2235. "version": "v6.2.1",
  2236. "source": {
  2237. "type": "git",
  2238. "url": "https://github.com/swiftmailer/swiftmailer.git",
  2239. "reference": "5397cd05b0a0f7937c47b0adcb4c60e5ab936b6a"
  2240. },
  2241. "dist": {
  2242. "type": "zip",
  2243. "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/5397cd05b0a0f7937c47b0adcb4c60e5ab936b6a",
  2244. "reference": "5397cd05b0a0f7937c47b0adcb4c60e5ab936b6a",
  2245. "shasum": ""
  2246. },
  2247. "require": {
  2248. "egulias/email-validator": "~2.0",
  2249. "php": ">=7.0.0",
  2250. "symfony/polyfill-iconv": "^1.0",
  2251. "symfony/polyfill-intl-idn": "^1.10",
  2252. "symfony/polyfill-mbstring": "^1.0"
  2253. },
  2254. "require-dev": {
  2255. "mockery/mockery": "~0.9.1",
  2256. "symfony/phpunit-bridge": "^3.4.19|^4.1.8"
  2257. },
  2258. "suggest": {
  2259. "ext-intl": "Needed to support internationalized email addresses",
  2260. "true/punycode": "Needed to support internationalized email addresses, if ext-intl is not installed"
  2261. },
  2262. "type": "library",
  2263. "extra": {
  2264. "branch-alias": {
  2265. "dev-master": "6.2-dev"
  2266. }
  2267. },
  2268. "autoload": {
  2269. "files": [
  2270. "lib/swift_required.php"
  2271. ]
  2272. },
  2273. "notification-url": "https://packagist.org/downloads/",
  2274. "license": [
  2275. "MIT"
  2276. ],
  2277. "authors": [
  2278. {
  2279. "name": "Chris Corbyn"
  2280. },
  2281. {
  2282. "name": "Fabien Potencier",
  2283. "email": "[email protected]"
  2284. }
  2285. ],
  2286. "description": "Swiftmailer, free feature-rich PHP mailer",
  2287. "homepage": "https://swiftmailer.symfony.com",
  2288. "keywords": [
  2289. "email",
  2290. "mail",
  2291. "mailer"
  2292. ],
  2293. "time": "2019-04-21T09:21:45+00:00"
  2294. },
  2295. {
  2296. "name": "symfony/console",
  2297. "version": "v4.3.4",
  2298. "source": {
  2299. "type": "git",
  2300. "url": "https://github.com/symfony/console.git",
  2301. "reference": "de63799239b3881b8a08f8481b22348f77ed7b36"
  2302. },
  2303. "dist": {
  2304. "type": "zip",
  2305. "url": "https://api.github.com/repos/symfony/console/zipball/de63799239b3881b8a08f8481b22348f77ed7b36",
  2306. "reference": "de63799239b3881b8a08f8481b22348f77ed7b36",
  2307. "shasum": ""
  2308. },
  2309. "require": {
  2310. "php": "^7.1.3",
  2311. "symfony/polyfill-mbstring": "~1.0",
  2312. "symfony/polyfill-php73": "^1.8",
  2313. "symfony/service-contracts": "^1.1"
  2314. },
  2315. "conflict": {
  2316. "symfony/dependency-injection": "<3.4",
  2317. "symfony/event-dispatcher": "<4.3",
  2318. "symfony/process": "<3.3"
  2319. },
  2320. "provide": {
  2321. "psr/log-implementation": "1.0"
  2322. },
  2323. "require-dev": {
  2324. "psr/log": "~1.0",
  2325. "symfony/config": "~3.4|~4.0",
  2326. "symfony/dependency-injection": "~3.4|~4.0",
  2327. "symfony/event-dispatcher": "^4.3",
  2328. "symfony/lock": "~3.4|~4.0",
  2329. "symfony/process": "~3.4|~4.0",
  2330. "symfony/var-dumper": "^4.3"
  2331. },
  2332. "suggest": {
  2333. "psr/log": "For using the console logger",
  2334. "symfony/event-dispatcher": "",
  2335. "symfony/lock": "",
  2336. "symfony/process": ""
  2337. },
  2338. "type": "library",
  2339. "extra": {
  2340. "branch-alias": {
  2341. "dev-master": "4.3-dev"
  2342. }
  2343. },
  2344. "autoload": {
  2345. "psr-4": {
  2346. "Symfony\\Component\\Console\\": ""
  2347. },
  2348. "exclude-from-classmap": [
  2349. "/Tests/"
  2350. ]
  2351. },
  2352. "notification-url": "https://packagist.org/downloads/",
  2353. "license": [
  2354. "MIT"
  2355. ],
  2356. "authors": [
  2357. {
  2358. "name": "Fabien Potencier",
  2359. "email": "[email protected]"
  2360. },
  2361. {
  2362. "name": "Symfony Community",
  2363. "homepage": "https://symfony.com/contributors"
  2364. }
  2365. ],
  2366. "description": "Symfony Console Component",
  2367. "homepage": "https://symfony.com",
  2368. "time": "2019-08-26T08:26:39+00:00"
  2369. },
  2370. {
  2371. "name": "symfony/css-selector",
  2372. "version": "v4.3.4",
  2373. "source": {
  2374. "type": "git",
  2375. "url": "https://github.com/symfony/css-selector.git",
  2376. "reference": "c6e5e2a00db768c92c3ae131532af4e1acc7bd03"
  2377. },
  2378. "dist": {
  2379. "type": "zip",
  2380. "url": "https://api.github.com/repos/symfony/css-selector/zipball/c6e5e2a00db768c92c3ae131532af4e1acc7bd03",
  2381. "reference": "c6e5e2a00db768c92c3ae131532af4e1acc7bd03",
  2382. "shasum": ""
  2383. },
  2384. "require": {
  2385. "php": "^7.1.3"
  2386. },
  2387. "type": "library",
  2388. "extra": {
  2389. "branch-alias": {
  2390. "dev-master": "4.3-dev"
  2391. }
  2392. },
  2393. "autoload": {
  2394. "psr-4": {
  2395. "Symfony\\Component\\CssSelector\\": ""
  2396. },
  2397. "exclude-from-classmap": [
  2398. "/Tests/"
  2399. ]
  2400. },
  2401. "notification-url": "https://packagist.org/downloads/",
  2402. "license": [
  2403. "MIT"
  2404. ],
  2405. "authors": [
  2406. {
  2407. "name": "Fabien Potencier",
  2408. "email": "[email protected]"
  2409. },
  2410. {
  2411. "name": "Jean-François Simon",
  2412. "email": "[email protected]"
  2413. },
  2414. {
  2415. "name": "Symfony Community",
  2416. "homepage": "https://symfony.com/contributors"
  2417. }
  2418. ],
  2419. "description": "Symfony CssSelector Component",
  2420. "homepage": "https://symfony.com",
  2421. "time": "2019-08-20T14:07:54+00:00"
  2422. },
  2423. {
  2424. "name": "symfony/debug",
  2425. "version": "v4.3.4",
  2426. "source": {
  2427. "type": "git",
  2428. "url": "https://github.com/symfony/debug.git",
  2429. "reference": "afcdea44a2e399c1e4b52246ec8d54c715393ced"
  2430. },
  2431. "dist": {
  2432. "type": "zip",
  2433. "url": "https://api.github.com/repos/symfony/debug/zipball/afcdea44a2e399c1e4b52246ec8d54c715393ced",
  2434. "reference": "afcdea44a2e399c1e4b52246ec8d54c715393ced",
  2435. "shasum": ""
  2436. },
  2437. "require": {
  2438. "php": "^7.1.3",
  2439. "psr/log": "~1.0"
  2440. },
  2441. "conflict": {
  2442. "symfony/http-kernel": "<3.4"
  2443. },
  2444. "require-dev": {
  2445. "symfony/http-kernel": "~3.4|~4.0"
  2446. },
  2447. "type": "library",
  2448. "extra": {
  2449. "branch-alias": {
  2450. "dev-master": "4.3-dev"
  2451. }
  2452. },
  2453. "autoload": {
  2454. "psr-4": {
  2455. "Symfony\\Component\\Debug\\": ""
  2456. },
  2457. "exclude-from-classmap": [
  2458. "/Tests/"
  2459. ]
  2460. },
  2461. "notification-url": "https://packagist.org/downloads/",
  2462. "license": [
  2463. "MIT"
  2464. ],
  2465. "authors": [
  2466. {
  2467. "name": "Fabien Potencier",
  2468. "email": "[email protected]"
  2469. },
  2470. {
  2471. "name": "Symfony Community",
  2472. "homepage": "https://symfony.com/contributors"
  2473. }
  2474. ],
  2475. "description": "Symfony Debug Component",
  2476. "homepage": "https://symfony.com",
  2477. "time": "2019-08-20T14:27:59+00:00"
  2478. },
  2479. {
  2480. "name": "symfony/event-dispatcher",
  2481. "version": "v4.3.4",
  2482. "source": {
  2483. "type": "git",
  2484. "url": "https://github.com/symfony/event-dispatcher.git",
  2485. "reference": "429d0a1451d4c9c4abe1959b2986b88794b9b7d2"
  2486. },
  2487. "dist": {
  2488. "type": "zip",
  2489. "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/429d0a1451d4c9c4abe1959b2986b88794b9b7d2",
  2490. "reference": "429d0a1451d4c9c4abe1959b2986b88794b9b7d2",
  2491. "shasum": ""
  2492. },
  2493. "require": {
  2494. "php": "^7.1.3",
  2495. "symfony/event-dispatcher-contracts": "^1.1"
  2496. },
  2497. "conflict": {
  2498. "symfony/dependency-injection": "<3.4"
  2499. },
  2500. "provide": {
  2501. "psr/event-dispatcher-implementation": "1.0",
  2502. "symfony/event-dispatcher-implementation": "1.1"
  2503. },
  2504. "require-dev": {
  2505. "psr/log": "~1.0",
  2506. "symfony/config": "~3.4|~4.0",
  2507. "symfony/dependency-injection": "~3.4|~4.0",
  2508. "symfony/expression-language": "~3.4|~4.0",
  2509. "symfony/http-foundation": "^3.4|^4.0",
  2510. "symfony/service-contracts": "^1.1",
  2511. "symfony/stopwatch": "~3.4|~4.0"
  2512. },
  2513. "suggest": {
  2514. "symfony/dependency-injection": "",
  2515. "symfony/http-kernel": ""
  2516. },
  2517. "type": "library",
  2518. "extra": {
  2519. "branch-alias": {
  2520. "dev-master": "4.3-dev"
  2521. }
  2522. },
  2523. "autoload": {
  2524. "psr-4": {
  2525. "Symfony\\Component\\EventDispatcher\\": ""
  2526. },
  2527. "exclude-from-classmap": [
  2528. "/Tests/"
  2529. ]
  2530. },
  2531. "notification-url": "https://packagist.org/downloads/",
  2532. "license": [
  2533. "MIT"
  2534. ],
  2535. "authors": [
  2536. {
  2537. "name": "Fabien Potencier",
  2538. "email": "[email protected]"
  2539. },
  2540. {
  2541. "name": "Symfony Community",
  2542. "homepage": "https://symfony.com/contributors"
  2543. }
  2544. ],
  2545. "description": "Symfony EventDispatcher Component",
  2546. "homepage": "https://symfony.com",
  2547. "time": "2019-08-26T08:55:16+00:00"
  2548. },
  2549. {
  2550. "name": "symfony/event-dispatcher-contracts",
  2551. "version": "v1.1.5",
  2552. "source": {
  2553. "type": "git",
  2554. "url": "https://github.com/symfony/event-dispatcher-contracts.git",
  2555. "reference": "c61766f4440ca687de1084a5c00b08e167a2575c"
  2556. },
  2557. "dist": {
  2558. "type": "zip",
  2559. "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/c61766f4440ca687de1084a5c00b08e167a2575c",
  2560. "reference": "c61766f4440ca687de1084a5c00b08e167a2575c",
  2561. "shasum": ""
  2562. },
  2563. "require": {
  2564. "php": "^7.1.3"
  2565. },
  2566. "suggest": {
  2567. "psr/event-dispatcher": "",
  2568. "symfony/event-dispatcher-implementation": ""
  2569. },
  2570. "type": "library",
  2571. "extra": {
  2572. "branch-alias": {
  2573. "dev-master": "1.1-dev"
  2574. }
  2575. },
  2576. "autoload": {
  2577. "psr-4": {
  2578. "Symfony\\Contracts\\EventDispatcher\\": ""
  2579. }
  2580. },
  2581. "notification-url": "https://packagist.org/downloads/",
  2582. "license": [
  2583. "MIT"
  2584. ],
  2585. "authors": [
  2586. {
  2587. "name": "Nicolas Grekas",
  2588. "email": "[email protected]"
  2589. },
  2590. {
  2591. "name": "Symfony Community",
  2592. "homepage": "https://symfony.com/contributors"
  2593. }
  2594. ],
  2595. "description": "Generic abstractions related to dispatching event",
  2596. "homepage": "https://symfony.com",
  2597. "keywords": [
  2598. "abstractions",
  2599. "contracts",
  2600. "decoupling",
  2601. "interfaces",
  2602. "interoperability",
  2603. "standards"
  2604. ],
  2605. "time": "2019-06-20T06:46:26+00:00"
  2606. },
  2607. {
  2608. "name": "symfony/finder",
  2609. "version": "v4.3.4",
  2610. "source": {
  2611. "type": "git",
  2612. "url": "https://github.com/symfony/finder.git",
  2613. "reference": "86c1c929f0a4b24812e1eb109262fc3372c8e9f2"
  2614. },
  2615. "dist": {
  2616. "type": "zip",
  2617. "url": "https://api.github.com/repos/symfony/finder/zipball/86c1c929f0a4b24812e1eb109262fc3372c8e9f2",
  2618. "reference": "86c1c929f0a4b24812e1eb109262fc3372c8e9f2",
  2619. "shasum": ""
  2620. },
  2621. "require": {
  2622. "php": "^7.1.3"
  2623. },
  2624. "type": "library",
  2625. "extra": {
  2626. "branch-alias": {
  2627. "dev-master": "4.3-dev"
  2628. }
  2629. },
  2630. "autoload": {
  2631. "psr-4": {
  2632. "Symfony\\Component\\Finder\\": ""
  2633. },
  2634. "exclude-from-classmap": [
  2635. "/Tests/"
  2636. ]
  2637. },
  2638. "notification-url": "https://packagist.org/downloads/",
  2639. "license": [
  2640. "MIT"
  2641. ],
  2642. "authors": [
  2643. {
  2644. "name": "Fabien Potencier",
  2645. "email": "[email protected]"
  2646. },
  2647. {
  2648. "name": "Symfony Community",
  2649. "homepage": "https://symfony.com/contributors"
  2650. }
  2651. ],
  2652. "description": "Symfony Finder Component",
  2653. "homepage": "https://symfony.com",
  2654. "time": "2019-08-14T12:26:46+00:00"
  2655. },
  2656. {
  2657. "name": "symfony/http-foundation",
  2658. "version": "v4.3.4",
  2659. "source": {
  2660. "type": "git",
  2661. "url": "https://github.com/symfony/http-foundation.git",
  2662. "reference": "d804bea118ff340a12e22a79f9c7e7eb56b35adc"
  2663. },
  2664. "dist": {
  2665. "type": "zip",
  2666. "url": "https://api.github.com/repos/symfony/http-foundation/zipball/d804bea118ff340a12e22a79f9c7e7eb56b35adc",
  2667. "reference": "d804bea118ff340a12e22a79f9c7e7eb56b35adc",
  2668. "shasum": ""
  2669. },
  2670. "require": {
  2671. "php": "^7.1.3",
  2672. "symfony/mime": "^4.3",
  2673. "symfony/polyfill-mbstring": "~1.1"
  2674. },
  2675. "require-dev": {
  2676. "predis/predis": "~1.0",
  2677. "symfony/expression-language": "~3.4|~4.0"
  2678. },
  2679. "type": "library",
  2680. "extra": {
  2681. "branch-alias": {
  2682. "dev-master": "4.3-dev"
  2683. }
  2684. },
  2685. "autoload": {
  2686. "psr-4": {
  2687. "Symfony\\Component\\HttpFoundation\\": ""
  2688. },
  2689. "exclude-from-classmap": [
  2690. "/Tests/"
  2691. ]
  2692. },
  2693. "notification-url": "https://packagist.org/downloads/",
  2694. "license": [
  2695. "MIT"
  2696. ],
  2697. "authors": [
  2698. {
  2699. "name": "Fabien Potencier",
  2700. "email": "[email protected]"
  2701. },
  2702. {
  2703. "name": "Symfony Community",
  2704. "homepage": "https://symfony.com/contributors"
  2705. }
  2706. ],
  2707. "description": "Symfony HttpFoundation Component",
  2708. "homepage": "https://symfony.com",
  2709. "time": "2019-08-26T08:55:16+00:00"
  2710. },
  2711. {
  2712. "name": "symfony/http-kernel",
  2713. "version": "v4.3.4",
  2714. "source": {
  2715. "type": "git",
  2716. "url": "https://github.com/symfony/http-kernel.git",
  2717. "reference": "5e0fc71be03d52cd00c423061cfd300bd6f92a52"
  2718. },
  2719. "dist": {
  2720. "type": "zip",
  2721. "url": "https://api.github.com/repos/symfony/http-kernel/zipball/5e0fc71be03d52cd00c423061cfd300bd6f92a52",
  2722. "reference": "5e0fc71be03d52cd00c423061cfd300bd6f92a52",
  2723. "shasum": ""
  2724. },
  2725. "require": {
  2726. "php": "^7.1.3",
  2727. "psr/log": "~1.0",
  2728. "symfony/debug": "~3.4|~4.0",
  2729. "symfony/event-dispatcher": "^4.3",
  2730. "symfony/http-foundation": "^4.1.1",
  2731. "symfony/polyfill-ctype": "~1.8",
  2732. "symfony/polyfill-php73": "^1.9"
  2733. },
  2734. "conflict": {
  2735. "symfony/browser-kit": "<4.3",
  2736. "symfony/config": "<3.4",
  2737. "symfony/dependency-injection": "<4.3",
  2738. "symfony/translation": "<4.2",
  2739. "symfony/var-dumper": "<4.1.1",
  2740. "twig/twig": "<1.34|<2.4,>=2"
  2741. },
  2742. "provide": {
  2743. "psr/log-implementation": "1.0"
  2744. },
  2745. "require-dev": {
  2746. "psr/cache": "~1.0",
  2747. "symfony/browser-kit": "^4.3",
  2748. "symfony/config": "~3.4|~4.0",
  2749. "symfony/console": "~3.4|~4.0",
  2750. "symfony/css-selector": "~3.4|~4.0",
  2751. "symfony/dependency-injection": "^4.3",
  2752. "symfony/dom-crawler": "~3.4|~4.0",
  2753. "symfony/expression-language": "~3.4|~4.0",
  2754. "symfony/finder": "~3.4|~4.0",
  2755. "symfony/process": "~3.4|~4.0",
  2756. "symfony/routing": "~3.4|~4.0",
  2757. "symfony/stopwatch": "~3.4|~4.0",
  2758. "symfony/templating": "~3.4|~4.0",
  2759. "symfony/translation": "~4.2",
  2760. "symfony/translation-contracts": "^1.1",
  2761. "symfony/var-dumper": "^4.1.1",
  2762. "twig/twig": "^1.34|^2.4"
  2763. },
  2764. "suggest": {
  2765. "symfony/browser-kit": "",
  2766. "symfony/config": "",
  2767. "symfony/console": "",
  2768. "symfony/dependency-injection": "",
  2769. "symfony/var-dumper": ""
  2770. },
  2771. "type": "library",
  2772. "extra": {
  2773. "branch-alias": {
  2774. "dev-master": "4.3-dev"
  2775. }
  2776. },
  2777. "autoload": {
  2778. "psr-4": {
  2779. "Symfony\\Component\\HttpKernel\\": ""
  2780. },
  2781. "exclude-from-classmap": [
  2782. "/Tests/"
  2783. ]
  2784. },
  2785. "notification-url": "https://packagist.org/downloads/",
  2786. "license": [
  2787. "MIT"
  2788. ],
  2789. "authors": [
  2790. {
  2791. "name": "Fabien Potencier",
  2792. "email": "[email protected]"
  2793. },
  2794. {
  2795. "name": "Symfony Community",
  2796. "homepage": "https://symfony.com/contributors"
  2797. }
  2798. ],
  2799. "description": "Symfony HttpKernel Component",
  2800. "homepage": "https://symfony.com",
  2801. "time": "2019-08-26T16:47:42+00:00"
  2802. },
  2803. {
  2804. "name": "symfony/mime",
  2805. "version": "v4.3.4",
  2806. "source": {
  2807. "type": "git",
  2808. "url": "https://github.com/symfony/mime.git",
  2809. "reference": "987a05df1c6ac259b34008b932551353f4f408df"
  2810. },
  2811. "dist": {
  2812. "type": "zip",
  2813. "url": "https://api.github.com/repos/symfony/mime/zipball/987a05df1c6ac259b34008b932551353f4f408df",
  2814. "reference": "987a05df1c6ac259b34008b932551353f4f408df",
  2815. "shasum": ""
  2816. },
  2817. "require": {
  2818. "php": "^7.1.3",
  2819. "symfony/polyfill-intl-idn": "^1.10",
  2820. "symfony/polyfill-mbstring": "^1.0"
  2821. },
  2822. "require-dev": {
  2823. "egulias/email-validator": "^2.1.10",
  2824. "symfony/dependency-injection": "~3.4|^4.1"
  2825. },
  2826. "type": "library",
  2827. "extra": {
  2828. "branch-alias": {
  2829. "dev-master": "4.3-dev"
  2830. }
  2831. },
  2832. "autoload": {
  2833. "psr-4": {
  2834. "Symfony\\Component\\Mime\\": ""
  2835. },
  2836. "exclude-from-classmap": [
  2837. "/Tests/"
  2838. ]
  2839. },
  2840. "notification-url": "https://packagist.org/downloads/",
  2841. "license": [
  2842. "MIT"
  2843. ],
  2844. "authors": [
  2845. {
  2846. "name": "Fabien Potencier",
  2847. "email": "[email protected]"
  2848. },
  2849. {
  2850. "name": "Symfony Community",
  2851. "homepage": "https://symfony.com/contributors"
  2852. }
  2853. ],
  2854. "description": "A library to manipulate MIME messages",
  2855. "homepage": "https://symfony.com",
  2856. "keywords": [
  2857. "mime",
  2858. "mime-type"
  2859. ],
  2860. "time": "2019-08-22T08:16:11+00:00"
  2861. },
  2862. {
  2863. "name": "symfony/polyfill-ctype",
  2864. "version": "v1.12.0",
  2865. "source": {
  2866. "type": "git",
  2867. "url": "https://github.com/symfony/polyfill-ctype.git",
  2868. "reference": "550ebaac289296ce228a706d0867afc34687e3f4"
  2869. },
  2870. "dist": {
  2871. "type": "zip",
  2872. "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/550ebaac289296ce228a706d0867afc34687e3f4",
  2873. "reference": "550ebaac289296ce228a706d0867afc34687e3f4",
  2874. "shasum": ""
  2875. },
  2876. "require": {
  2877. "php": ">=5.3.3"
  2878. },
  2879. "suggest": {
  2880. "ext-ctype": "For best performance"
  2881. },
  2882. "type": "library",
  2883. "extra": {
  2884. "branch-alias": {
  2885. "dev-master": "1.12-dev"
  2886. }
  2887. },
  2888. "autoload": {
  2889. "psr-4": {
  2890. "Symfony\\Polyfill\\Ctype\\": ""
  2891. },
  2892. "files": [
  2893. "bootstrap.php"
  2894. ]
  2895. },
  2896. "notification-url": "https://packagist.org/downloads/",
  2897. "license": [
  2898. "MIT"
  2899. ],
  2900. "authors": [
  2901. {
  2902. "name": "Gert de Pagter",
  2903. "email": "[email protected]"
  2904. },
  2905. {
  2906. "name": "Symfony Community",
  2907. "homepage": "https://symfony.com/contributors"
  2908. }
  2909. ],
  2910. "description": "Symfony polyfill for ctype functions",
  2911. "homepage": "https://symfony.com",
  2912. "keywords": [
  2913. "compatibility",
  2914. "ctype",
  2915. "polyfill",
  2916. "portable"
  2917. ],
  2918. "time": "2019-08-06T08:03:45+00:00"
  2919. },
  2920. {
  2921. "name": "symfony/polyfill-iconv",
  2922. "version": "v1.12.0",
  2923. "source": {
  2924. "type": "git",
  2925. "url": "https://github.com/symfony/polyfill-iconv.git",
  2926. "reference": "685968b11e61a347c18bf25db32effa478be610f"
  2927. },
  2928. "dist": {
  2929. "type": "zip",
  2930. "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/685968b11e61a347c18bf25db32effa478be610f",
  2931. "reference": "685968b11e61a347c18bf25db32effa478be610f",
  2932. "shasum": ""
  2933. },
  2934. "require": {
  2935. "php": ">=5.3.3"
  2936. },
  2937. "suggest": {
  2938. "ext-iconv": "For best performance"
  2939. },
  2940. "type": "library",
  2941. "extra": {
  2942. "branch-alias": {
  2943. "dev-master": "1.12-dev"
  2944. }
  2945. },
  2946. "autoload": {
  2947. "psr-4": {
  2948. "Symfony\\Polyfill\\Iconv\\": ""
  2949. },
  2950. "files": [
  2951. "bootstrap.php"
  2952. ]
  2953. },
  2954. "notification-url": "https://packagist.org/downloads/",
  2955. "license": [
  2956. "MIT"
  2957. ],
  2958. "authors": [
  2959. {
  2960. "name": "Nicolas Grekas",
  2961. "email": "[email protected]"
  2962. },
  2963. {
  2964. "name": "Symfony Community",
  2965. "homepage": "https://symfony.com/contributors"
  2966. }
  2967. ],
  2968. "description": "Symfony polyfill for the Iconv extension",
  2969. "homepage": "https://symfony.com",
  2970. "keywords": [
  2971. "compatibility",
  2972. "iconv",
  2973. "polyfill",
  2974. "portable",
  2975. "shim"
  2976. ],
  2977. "time": "2019-08-06T08:03:45+00:00"
  2978. },
  2979. {
  2980. "name": "symfony/polyfill-intl-idn",
  2981. "version": "v1.12.0",
  2982. "source": {
  2983. "type": "git",
  2984. "url": "https://github.com/symfony/polyfill-intl-idn.git",
  2985. "reference": "6af626ae6fa37d396dc90a399c0ff08e5cfc45b2"
  2986. },
  2987. "dist": {
  2988. "type": "zip",
  2989. "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/6af626ae6fa37d396dc90a399c0ff08e5cfc45b2",
  2990. "reference": "6af626ae6fa37d396dc90a399c0ff08e5cfc45b2",
  2991. "shasum": ""
  2992. },
  2993. "require": {
  2994. "php": ">=5.3.3",
  2995. "symfony/polyfill-mbstring": "^1.3",
  2996. "symfony/polyfill-php72": "^1.9"
  2997. },
  2998. "suggest": {
  2999. "ext-intl": "For best performance"
  3000. },
  3001. "type": "library",
  3002. "extra": {
  3003. "branch-alias": {
  3004. "dev-master": "1.12-dev"
  3005. }
  3006. },
  3007. "autoload": {
  3008. "psr-4": {
  3009. "Symfony\\Polyfill\\Intl\\Idn\\": ""
  3010. },
  3011. "files": [
  3012. "bootstrap.php"
  3013. ]
  3014. },
  3015. "notification-url": "https://packagist.org/downloads/",
  3016. "license": [
  3017. "MIT"
  3018. ],
  3019. "authors": [
  3020. {
  3021. "name": "Laurent Bassin",
  3022. "email": "[email protected]"
  3023. },
  3024. {
  3025. "name": "Symfony Community",
  3026. "homepage": "https://symfony.com/contributors"
  3027. }
  3028. ],
  3029. "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
  3030. "homepage": "https://symfony.com",
  3031. "keywords": [
  3032. "compatibility",
  3033. "idn",
  3034. "intl",
  3035. "polyfill",
  3036. "portable",
  3037. "shim"
  3038. ],
  3039. "time": "2019-08-06T08:03:45+00:00"
  3040. },
  3041. {
  3042. "name": "symfony/polyfill-mbstring",
  3043. "version": "v1.12.0",
  3044. "source": {
  3045. "type": "git",
  3046. "url": "https://github.com/symfony/polyfill-mbstring.git",
  3047. "reference": "b42a2f66e8f1b15ccf25652c3424265923eb4f17"
  3048. },
  3049. "dist": {
  3050. "type": "zip",
  3051. "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/b42a2f66e8f1b15ccf25652c3424265923eb4f17",
  3052. "reference": "b42a2f66e8f1b15ccf25652c3424265923eb4f17",
  3053. "shasum": ""
  3054. },
  3055. "require": {
  3056. "php": ">=5.3.3"
  3057. },
  3058. "suggest": {
  3059. "ext-mbstring": "For best performance"
  3060. },
  3061. "type": "library",
  3062. "extra": {
  3063. "branch-alias": {
  3064. "dev-master": "1.12-dev"
  3065. }
  3066. },
  3067. "autoload": {
  3068. "psr-4": {
  3069. "Symfony\\Polyfill\\Mbstring\\": ""
  3070. },
  3071. "files": [
  3072. "bootstrap.php"
  3073. ]
  3074. },
  3075. "notification-url": "https://packagist.org/downloads/",
  3076. "license": [
  3077. "MIT"
  3078. ],
  3079. "authors": [
  3080. {
  3081. "name": "Nicolas Grekas",
  3082. "email": "[email protected]"
  3083. },
  3084. {
  3085. "name": "Symfony Community",
  3086. "homepage": "https://symfony.com/contributors"
  3087. }
  3088. ],
  3089. "description": "Symfony polyfill for the Mbstring extension",
  3090. "homepage": "https://symfony.com",
  3091. "keywords": [
  3092. "compatibility",
  3093. "mbstring",
  3094. "polyfill",
  3095. "portable",
  3096. "shim"
  3097. ],
  3098. "time": "2019-08-06T08:03:45+00:00"
  3099. },
  3100. {
  3101. "name": "symfony/polyfill-php72",
  3102. "version": "v1.12.0",
  3103. "source": {
  3104. "type": "git",
  3105. "url": "https://github.com/symfony/polyfill-php72.git",
  3106. "reference": "04ce3335667451138df4307d6a9b61565560199e"
  3107. },
  3108. "dist": {
  3109. "type": "zip",
  3110. "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/04ce3335667451138df4307d6a9b61565560199e",
  3111. "reference": "04ce3335667451138df4307d6a9b61565560199e",
  3112. "shasum": ""
  3113. },
  3114. "require": {
  3115. "php": ">=5.3.3"
  3116. },
  3117. "type": "library",
  3118. "extra": {
  3119. "branch-alias": {
  3120. "dev-master": "1.12-dev"
  3121. }
  3122. },
  3123. "autoload": {
  3124. "psr-4": {
  3125. "Symfony\\Polyfill\\Php72\\": ""
  3126. },
  3127. "files": [
  3128. "bootstrap.php"
  3129. ]
  3130. },
  3131. "notification-url": "https://packagist.org/downloads/",
  3132. "license": [
  3133. "MIT"
  3134. ],
  3135. "authors": [
  3136. {
  3137. "name": "Nicolas Grekas",
  3138. "email": "[email protected]"
  3139. },
  3140. {
  3141. "name": "Symfony Community",
  3142. "homepage": "https://symfony.com/contributors"
  3143. }
  3144. ],
  3145. "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
  3146. "homepage": "https://symfony.com",
  3147. "keywords": [
  3148. "compatibility",
  3149. "polyfill",
  3150. "portable",
  3151. "shim"
  3152. ],
  3153. "time": "2019-08-06T08:03:45+00:00"
  3154. },
  3155. {
  3156. "name": "symfony/polyfill-php73",
  3157. "version": "v1.12.0",
  3158. "source": {
  3159. "type": "git",
  3160. "url": "https://github.com/symfony/polyfill-php73.git",
  3161. "reference": "2ceb49eaccb9352bff54d22570276bb75ba4a188"
  3162. },
  3163. "dist": {
  3164. "type": "zip",
  3165. "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/2ceb49eaccb9352bff54d22570276bb75ba4a188",
  3166. "reference": "2ceb49eaccb9352bff54d22570276bb75ba4a188",
  3167. "shasum": ""
  3168. },
  3169. "require": {
  3170. "php": ">=5.3.3"
  3171. },
  3172. "type": "library",
  3173. "extra": {
  3174. "branch-alias": {
  3175. "dev-master": "1.12-dev"
  3176. }
  3177. },
  3178. "autoload": {
  3179. "psr-4": {
  3180. "Symfony\\Polyfill\\Php73\\": ""
  3181. },
  3182. "files": [
  3183. "bootstrap.php"
  3184. ],
  3185. "classmap": [
  3186. "Resources/stubs"
  3187. ]
  3188. },
  3189. "notification-url": "https://packagist.org/downloads/",
  3190. "license": [
  3191. "MIT"
  3192. ],
  3193. "authors": [
  3194. {
  3195. "name": "Nicolas Grekas",
  3196. "email": "[email protected]"
  3197. },
  3198. {
  3199. "name": "Symfony Community",
  3200. "homepage": "https://symfony.com/contributors"
  3201. }
  3202. ],
  3203. "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
  3204. "homepage": "https://symfony.com",
  3205. "keywords": [
  3206. "compatibility",
  3207. "polyfill",
  3208. "portable",
  3209. "shim"
  3210. ],
  3211. "time": "2019-08-06T08:03:45+00:00"
  3212. },
  3213. {
  3214. "name": "symfony/process",
  3215. "version": "v4.3.4",
  3216. "source": {
  3217. "type": "git",
  3218. "url": "https://github.com/symfony/process.git",
  3219. "reference": "e89969c00d762349f078db1128506f7f3dcc0d4a"
  3220. },
  3221. "dist": {
  3222. "type": "zip",
  3223. "url": "https://api.github.com/repos/symfony/process/zipball/e89969c00d762349f078db1128506f7f3dcc0d4a",
  3224. "reference": "e89969c00d762349f078db1128506f7f3dcc0d4a",
  3225. "shasum": ""
  3226. },
  3227. "require": {
  3228. "php": "^7.1.3"
  3229. },
  3230. "type": "library",
  3231. "extra": {
  3232. "branch-alias": {
  3233. "dev-master": "4.3-dev"
  3234. }
  3235. },
  3236. "autoload": {
  3237. "psr-4": {
  3238. "Symfony\\Component\\Process\\": ""
  3239. },
  3240. "exclude-from-classmap": [
  3241. "/Tests/"
  3242. ]
  3243. },
  3244. "notification-url": "https://packagist.org/downloads/",
  3245. "license": [
  3246. "MIT"
  3247. ],
  3248. "authors": [
  3249. {
  3250. "name": "Fabien Potencier",
  3251. "email": "[email protected]"
  3252. },
  3253. {
  3254. "name": "Symfony Community",
  3255. "homepage": "https://symfony.com/contributors"
  3256. }
  3257. ],
  3258. "description": "Symfony Process Component",
  3259. "homepage": "https://symfony.com",
  3260. "time": "2019-08-26T08:26:39+00:00"
  3261. },
  3262. {
  3263. "name": "symfony/routing",
  3264. "version": "v4.3.4",
  3265. "source": {
  3266. "type": "git",
  3267. "url": "https://github.com/symfony/routing.git",
  3268. "reference": "ff1049f6232dc5b6023b1ff1c6de56f82bcd264f"
  3269. },
  3270. "dist": {
  3271. "type": "zip",
  3272. "url": "https://api.github.com/repos/symfony/routing/zipball/ff1049f6232dc5b6023b1ff1c6de56f82bcd264f",
  3273. "reference": "ff1049f6232dc5b6023b1ff1c6de56f82bcd264f",
  3274. "shasum": ""
  3275. },
  3276. "require": {
  3277. "php": "^7.1.3"
  3278. },
  3279. "conflict": {
  3280. "symfony/config": "<4.2",
  3281. "symfony/dependency-injection": "<3.4",
  3282. "symfony/yaml": "<3.4"
  3283. },
  3284. "require-dev": {
  3285. "doctrine/annotations": "~1.2",
  3286. "psr/log": "~1.0",
  3287. "symfony/config": "~4.2",
  3288. "symfony/dependency-injection": "~3.4|~4.0",
  3289. "symfony/expression-language": "~3.4|~4.0",
  3290. "symfony/http-foundation": "~3.4|~4.0",
  3291. "symfony/yaml": "~3.4|~4.0"
  3292. },
  3293. "suggest": {
  3294. "doctrine/annotations": "For using the annotation loader",
  3295. "symfony/config": "For using the all-in-one router or any loader",
  3296. "symfony/expression-language": "For using expression matching",
  3297. "symfony/http-foundation": "For using a Symfony Request object",
  3298. "symfony/yaml": "For using the YAML loader"
  3299. },
  3300. "type": "library",
  3301. "extra": {
  3302. "branch-alias": {
  3303. "dev-master": "4.3-dev"
  3304. }
  3305. },
  3306. "autoload": {
  3307. "psr-4": {
  3308. "Symfony\\Component\\Routing\\": ""
  3309. },
  3310. "exclude-from-classmap": [
  3311. "/Tests/"
  3312. ]
  3313. },
  3314. "notification-url": "https://packagist.org/downloads/",
  3315. "license": [
  3316. "MIT"
  3317. ],
  3318. "authors": [
  3319. {
  3320. "name": "Fabien Potencier",
  3321. "email": "[email protected]"
  3322. },
  3323. {
  3324. "name": "Symfony Community",
  3325. "homepage": "https://symfony.com/contributors"
  3326. }
  3327. ],
  3328. "description": "Symfony Routing Component",
  3329. "homepage": "https://symfony.com",
  3330. "keywords": [
  3331. "router",
  3332. "routing",
  3333. "uri",
  3334. "url"
  3335. ],
  3336. "time": "2019-08-26T08:26:39+00:00"
  3337. },
  3338. {
  3339. "name": "symfony/service-contracts",
  3340. "version": "v1.1.6",
  3341. "source": {
  3342. "type": "git",
  3343. "url": "https://github.com/symfony/service-contracts.git",
  3344. "reference": "ea7263d6b6d5f798b56a45a5b8d686725f2719a3"
  3345. },
  3346. "dist": {
  3347. "type": "zip",
  3348. "url": "https://api.github.com/repos/symfony/service-contracts/zipball/ea7263d6b6d5f798b56a45a5b8d686725f2719a3",
  3349. "reference": "ea7263d6b6d5f798b56a45a5b8d686725f2719a3",
  3350. "shasum": ""
  3351. },
  3352. "require": {
  3353. "php": "^7.1.3",
  3354. "psr/container": "^1.0"
  3355. },
  3356. "suggest": {
  3357. "symfony/service-implementation": ""
  3358. },
  3359. "type": "library",
  3360. "extra": {
  3361. "branch-alias": {
  3362. "dev-master": "1.1-dev"
  3363. }
  3364. },
  3365. "autoload": {
  3366. "psr-4": {
  3367. "Symfony\\Contracts\\Service\\": ""
  3368. }
  3369. },
  3370. "notification-url": "https://packagist.org/downloads/",
  3371. "license": [
  3372. "MIT"
  3373. ],
  3374. "authors": [
  3375. {
  3376. "name": "Nicolas Grekas",
  3377. "email": "[email protected]"
  3378. },
  3379. {
  3380. "name": "Symfony Community",
  3381. "homepage": "https://symfony.com/contributors"
  3382. }
  3383. ],
  3384. "description": "Generic abstractions related to writing services",
  3385. "homepage": "https://symfony.com",
  3386. "keywords": [
  3387. "abstractions",
  3388. "contracts",
  3389. "decoupling",
  3390. "interfaces",
  3391. "interoperability",
  3392. "standards"
  3393. ],
  3394. "time": "2019-08-20T14:44:19+00:00"
  3395. },
  3396. {
  3397. "name": "symfony/translation",
  3398. "version": "v4.3.4",
  3399. "source": {
  3400. "type": "git",
  3401. "url": "https://github.com/symfony/translation.git",
  3402. "reference": "28498169dd334095fa981827992f3a24d50fed0f"
  3403. },
  3404. "dist": {
  3405. "type": "zip",
  3406. "url": "https://api.github.com/repos/symfony/translation/zipball/28498169dd334095fa981827992f3a24d50fed0f",
  3407. "reference": "28498169dd334095fa981827992f3a24d50fed0f",
  3408. "shasum": ""
  3409. },
  3410. "require": {
  3411. "php": "^7.1.3",
  3412. "symfony/polyfill-mbstring": "~1.0",
  3413. "symfony/translation-contracts": "^1.1.6"
  3414. },
  3415. "conflict": {
  3416. "symfony/config": "<3.4",
  3417. "symfony/dependency-injection": "<3.4",
  3418. "symfony/yaml": "<3.4"
  3419. },
  3420. "provide": {
  3421. "symfony/translation-implementation": "1.0"
  3422. },
  3423. "require-dev": {
  3424. "psr/log": "~1.0",
  3425. "symfony/config": "~3.4|~4.0",
  3426. "symfony/console": "~3.4|~4.0",
  3427. "symfony/dependency-injection": "~3.4|~4.0",
  3428. "symfony/finder": "~2.8|~3.0|~4.0",
  3429. "symfony/http-kernel": "~3.4|~4.0",
  3430. "symfony/intl": "~3.4|~4.0",
  3431. "symfony/service-contracts": "^1.1.2",
  3432. "symfony/var-dumper": "~3.4|~4.0",
  3433. "symfony/yaml": "~3.4|~4.0"
  3434. },
  3435. "suggest": {
  3436. "psr/log-implementation": "To use logging capability in translator",
  3437. "symfony/config": "",
  3438. "symfony/yaml": ""
  3439. },
  3440. "type": "library",
  3441. "extra": {
  3442. "branch-alias": {
  3443. "dev-master": "4.3-dev"
  3444. }
  3445. },
  3446. "autoload": {
  3447. "psr-4": {
  3448. "Symfony\\Component\\Translation\\": ""
  3449. },
  3450. "exclude-from-classmap": [
  3451. "/Tests/"
  3452. ]
  3453. },
  3454. "notification-url": "https://packagist.org/downloads/",
  3455. "license": [
  3456. "MIT"
  3457. ],
  3458. "authors": [
  3459. {
  3460. "name": "Fabien Potencier",
  3461. "email": "[email protected]"
  3462. },
  3463. {
  3464. "name": "Symfony Community",
  3465. "homepage": "https://symfony.com/contributors"
  3466. }
  3467. ],
  3468. "description": "Symfony Translation Component",
  3469. "homepage": "https://symfony.com",
  3470. "time": "2019-08-26T08:55:16+00:00"
  3471. },
  3472. {
  3473. "name": "symfony/translation-contracts",
  3474. "version": "v1.1.6",
  3475. "source": {
  3476. "type": "git",
  3477. "url": "https://github.com/symfony/translation-contracts.git",
  3478. "reference": "325b17c24f3ee23cbecfa63ba809c6d89b5fa04a"
  3479. },
  3480. "dist": {
  3481. "type": "zip",
  3482. "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/325b17c24f3ee23cbecfa63ba809c6d89b5fa04a",
  3483. "reference": "325b17c24f3ee23cbecfa63ba809c6d89b5fa04a",
  3484. "shasum": ""
  3485. },
  3486. "require": {
  3487. "php": "^7.1.3"
  3488. },
  3489. "suggest": {
  3490. "symfony/translation-implementation": ""
  3491. },
  3492. "type": "library",
  3493. "extra": {
  3494. "branch-alias": {
  3495. "dev-master": "1.1-dev"
  3496. }
  3497. },
  3498. "autoload": {
  3499. "psr-4": {
  3500. "Symfony\\Contracts\\Translation\\": ""
  3501. }
  3502. },
  3503. "notification-url": "https://packagist.org/downloads/",
  3504. "license": [
  3505. "MIT"
  3506. ],
  3507. "authors": [
  3508. {
  3509. "name": "Nicolas Grekas",
  3510. "email": "[email protected]"
  3511. },
  3512. {
  3513. "name": "Symfony Community",
  3514. "homepage": "https://symfony.com/contributors"
  3515. }
  3516. ],
  3517. "description": "Generic abstractions related to translation",
  3518. "homepage": "https://symfony.com",
  3519. "keywords": [
  3520. "abstractions",
  3521. "contracts",
  3522. "decoupling",
  3523. "interfaces",
  3524. "interoperability",
  3525. "standards"
  3526. ],
  3527. "time": "2019-08-02T12:15:04+00:00"
  3528. },
  3529. {
  3530. "name": "symfony/var-dumper",
  3531. "version": "v4.3.4",
  3532. "source": {
  3533. "type": "git",
  3534. "url": "https://github.com/symfony/var-dumper.git",
  3535. "reference": "641043e0f3e615990a0f29479f9c117e8a6698c6"
  3536. },
  3537. "dist": {
  3538. "type": "zip",
  3539. "url": "https://api.github.com/repos/symfony/var-dumper/zipball/641043e0f3e615990a0f29479f9c117e8a6698c6",
  3540. "reference": "641043e0f3e615990a0f29479f9c117e8a6698c6",
  3541. "shasum": ""
  3542. },
  3543. "require": {
  3544. "php": "^7.1.3",
  3545. "symfony/polyfill-mbstring": "~1.0",
  3546. "symfony/polyfill-php72": "~1.5"
  3547. },
  3548. "conflict": {
  3549. "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
  3550. "symfony/console": "<3.4"
  3551. },
  3552. "require-dev": {
  3553. "ext-iconv": "*",
  3554. "symfony/console": "~3.4|~4.0",
  3555. "symfony/process": "~3.4|~4.0",
  3556. "twig/twig": "~1.34|~2.4"
  3557. },
  3558. "suggest": {
  3559. "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
  3560. "ext-intl": "To show region name in time zone dump",
  3561. "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script"
  3562. },
  3563. "bin": [
  3564. "Resources/bin/var-dump-server"
  3565. ],
  3566. "type": "library",
  3567. "extra": {
  3568. "branch-alias": {
  3569. "dev-master": "4.3-dev"
  3570. }
  3571. },
  3572. "autoload": {
  3573. "files": [
  3574. "Resources/functions/dump.php"
  3575. ],
  3576. "psr-4": {
  3577. "Symfony\\Component\\VarDumper\\": ""
  3578. },
  3579. "exclude-from-classmap": [
  3580. "/Tests/"
  3581. ]
  3582. },
  3583. "notification-url": "https://packagist.org/downloads/",
  3584. "license": [
  3585. "MIT"
  3586. ],
  3587. "authors": [
  3588. {
  3589. "name": "Nicolas Grekas",
  3590. "email": "[email protected]"
  3591. },
  3592. {
  3593. "name": "Symfony Community",
  3594. "homepage": "https://symfony.com/contributors"
  3595. }
  3596. ],
  3597. "description": "Symfony mechanism for exploring and dumping PHP variables",
  3598. "homepage": "https://symfony.com",
  3599. "keywords": [
  3600. "debug",
  3601. "dump"
  3602. ],
  3603. "time": "2019-08-26T08:26:39+00:00"
  3604. },
  3605. {
  3606. "name": "tijsverkoyen/css-to-inline-styles",
  3607. "version": "2.2.1",
  3608. "source": {
  3609. "type": "git",
  3610. "url": "https://github.com/tijsverkoyen/CssToInlineStyles.git",
  3611. "reference": "0ed4a2ea4e0902dac0489e6436ebcd5bbcae9757"
  3612. },
  3613. "dist": {
  3614. "type": "zip",
  3615. "url": "https://api.github.com/repos/tijsverkoyen/CssToInlineStyles/zipball/0ed4a2ea4e0902dac0489e6436ebcd5bbcae9757",
  3616. "reference": "0ed4a2ea4e0902dac0489e6436ebcd5bbcae9757",
  3617. "shasum": ""
  3618. },
  3619. "require": {
  3620. "php": "^5.5 || ^7.0",
  3621. "symfony/css-selector": "^2.7 || ^3.0 || ^4.0"
  3622. },
  3623. "require-dev": {
  3624. "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
  3625. },
  3626. "type": "library",
  3627. "extra": {
  3628. "branch-alias": {
  3629. "dev-master": "2.2.x-dev"
  3630. }
  3631. },
  3632. "autoload": {
  3633. "psr-4": {
  3634. "TijsVerkoyen\\CssToInlineStyles\\": "src"
  3635. }
  3636. },
  3637. "notification-url": "https://packagist.org/downloads/",
  3638. "license": [
  3639. "BSD-3-Clause"
  3640. ],
  3641. "authors": [
  3642. {
  3643. "name": "Tijs Verkoyen",
  3644. "email": "[email protected]",
  3645. "role": "Developer"
  3646. }
  3647. ],
  3648. "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.",
  3649. "homepage": "https://github.com/tijsverkoyen/CssToInlineStyles",
  3650. "time": "2017-11-27T11:13:29+00:00"
  3651. },
  3652. {
  3653. "name": "vinkla/hashids",
  3654. "version": "6.0.0",
  3655. "source": {
  3656. "type": "git",
  3657. "url": "https://github.com/vinkla/laravel-hashids.git",
  3658. "reference": "bb816f85e5521168e02c7c4300d4f0068c6e2460"
  3659. },
  3660. "dist": {
  3661. "type": "zip",
  3662. "url": "https://api.github.com/repos/vinkla/laravel-hashids/zipball/bb816f85e5521168e02c7c4300d4f0068c6e2460",
  3663. "reference": "bb816f85e5521168e02c7c4300d4f0068c6e2460",
  3664. "shasum": ""
  3665. },
  3666. "require": {
  3667. "graham-campbell/manager": "^4.2",
  3668. "hashids/hashids": "^4.0",
  3669. "illuminate/contracts": "5.8.*",
  3670. "illuminate/support": "5.8.*",
  3671. "php": "^7.2"
  3672. },
  3673. "require-dev": {
  3674. "graham-campbell/analyzer": "^2.1",
  3675. "graham-campbell/testbench": "^5.2",
  3676. "mockery/mockery": "^1.2",
  3677. "phpunit/phpunit": "^8.0"
  3678. },
  3679. "type": "library",
  3680. "extra": {
  3681. "branch-alias": {
  3682. "dev-master": "6.0-dev"
  3683. },
  3684. "laravel": {
  3685. "providers": [
  3686. "Vinkla\\Hashids\\HashidsServiceProvider"
  3687. ],
  3688. "aliases": {
  3689. "Hashids": "Vinkla\\Hashids\\Facades\\Hashids"
  3690. }
  3691. }
  3692. },
  3693. "autoload": {
  3694. "psr-4": {
  3695. "Vinkla\\Hashids\\": "src/"
  3696. }
  3697. },
  3698. "notification-url": "https://packagist.org/downloads/",
  3699. "license": [
  3700. "MIT"
  3701. ],
  3702. "authors": [
  3703. {
  3704. "name": "Vincent Klaiber",
  3705. "email": "[email protected]",
  3706. "homepage": "https://doubledip.se"
  3707. }
  3708. ],
  3709. "description": "A Hashids bridge for Laravel",
  3710. "keywords": [
  3711. "bitly",
  3712. "decrypt",
  3713. "encrypt",
  3714. "hash",
  3715. "hashid",
  3716. "hashids",
  3717. "ids",
  3718. "laravel",
  3719. "obfuscate",
  3720. "youtube"
  3721. ],
  3722. "time": "2019-04-03T13:52:33+00:00"
  3723. },
  3724. {
  3725. "name": "vlucas/phpdotenv",
  3726. "version": "v3.5.0",
  3727. "source": {
  3728. "type": "git",
  3729. "url": "https://github.com/vlucas/phpdotenv.git",
  3730. "reference": "95cb0fa6c025f7f0db7fc60f81e9fb231eb2d222"
  3731. },
  3732. "dist": {
  3733. "type": "zip",
  3734. "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/95cb0fa6c025f7f0db7fc60f81e9fb231eb2d222",
  3735. "reference": "95cb0fa6c025f7f0db7fc60f81e9fb231eb2d222",
  3736. "shasum": ""
  3737. },
  3738. "require": {
  3739. "php": "^5.4 || ^7.0",
  3740. "phpoption/phpoption": "^1.5",
  3741. "symfony/polyfill-ctype": "^1.9"
  3742. },
  3743. "require-dev": {
  3744. "phpunit/phpunit": "^4.8.35 || ^5.0 || ^6.0"
  3745. },
  3746. "type": "library",
  3747. "extra": {
  3748. "branch-alias": {
  3749. "dev-master": "3.5-dev"
  3750. }
  3751. },
  3752. "autoload": {
  3753. "psr-4": {
  3754. "Dotenv\\": "src/"
  3755. }
  3756. },
  3757. "notification-url": "https://packagist.org/downloads/",
  3758. "license": [
  3759. "BSD-3-Clause"
  3760. ],
  3761. "authors": [
  3762. {
  3763. "name": "Graham Campbell",
  3764. "email": "[email protected]",
  3765. "homepage": "https://gjcampbell.co.uk/"
  3766. },
  3767. {
  3768. "name": "Vance Lucas",
  3769. "email": "[email protected]",
  3770. "homepage": "https://vancelucas.com/"
  3771. }
  3772. ],
  3773. "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
  3774. "keywords": [
  3775. "dotenv",
  3776. "env",
  3777. "environment"
  3778. ],
  3779. "time": "2019-08-27T17:00:38+00:00"
  3780. }
  3781. ],
  3782. "packages-dev": [
  3783. {
  3784. "name": "beyondcode/laravel-dump-server",
  3785. "version": "1.3.0",
  3786. "source": {
  3787. "type": "git",
  3788. "url": "https://github.com/beyondcode/laravel-dump-server.git",
  3789. "reference": "fcc88fa66895f8c1ff83f6145a5eff5fa2a0739a"
  3790. },
  3791. "dist": {
  3792. "type": "zip",
  3793. "url": "https://api.github.com/repos/beyondcode/laravel-dump-server/zipball/fcc88fa66895f8c1ff83f6145a5eff5fa2a0739a",
  3794. "reference": "fcc88fa66895f8c1ff83f6145a5eff5fa2a0739a",
  3795. "shasum": ""
  3796. },
  3797. "require": {
  3798. "illuminate/console": "5.6.*|5.7.*|5.8.*|^6.0",
  3799. "illuminate/http": "5.6.*|5.7.*|5.8.*|^6.0",
  3800. "illuminate/support": "5.6.*|5.7.*|5.8.*|^6.0",
  3801. "php": "^7.1",
  3802. "symfony/var-dumper": "^4.1.1"
  3803. },
  3804. "require-dev": {
  3805. "larapack/dd": "^1.0",
  3806. "phpunit/phpunit": "^7.0"
  3807. },
  3808. "type": "library",
  3809. "extra": {
  3810. "laravel": {
  3811. "providers": [
  3812. "BeyondCode\\DumpServer\\DumpServerServiceProvider"
  3813. ]
  3814. }
  3815. },
  3816. "autoload": {
  3817. "psr-4": {
  3818. "BeyondCode\\DumpServer\\": "src"
  3819. },
  3820. "files": [
  3821. "helpers.php"
  3822. ]
  3823. },
  3824. "notification-url": "https://packagist.org/downloads/",
  3825. "license": [
  3826. "MIT"
  3827. ],
  3828. "authors": [
  3829. {
  3830. "name": "Marcel Pociot",
  3831. "email": "[email protected]",
  3832. "homepage": "https://beyondco.de",
  3833. "role": "Developer"
  3834. }
  3835. ],
  3836. "description": "Symfony Var-Dump Server for Laravel",
  3837. "homepage": "https://github.com/beyondcode/laravel-dump-server",
  3838. "keywords": [
  3839. "beyondcode",
  3840. "laravel-dump-server"
  3841. ],
  3842. "time": "2019-08-11T13:17:40+00:00"
  3843. },
  3844. {
  3845. "name": "beyondcode/laravel-query-detector",
  3846. "version": "1.0.1",
  3847. "source": {
  3848. "type": "git",
  3849. "url": "https://github.com/beyondcode/laravel-query-detector.git",
  3850. "reference": "c39994e813aa50c3f4168dc872546d7318bfebc5"
  3851. },
  3852. "dist": {
  3853. "type": "zip",
  3854. "url": "https://api.github.com/repos/beyondcode/laravel-query-detector/zipball/c39994e813aa50c3f4168dc872546d7318bfebc5",
  3855. "reference": "c39994e813aa50c3f4168dc872546d7318bfebc5",
  3856. "shasum": ""
  3857. },
  3858. "require": {
  3859. "illuminate/support": "5.5.*|5.6.*|5.7.*|5.8.*",
  3860. "php": "^7.1"
  3861. },
  3862. "require-dev": {
  3863. "orchestra/testbench": "3.6.*",
  3864. "phpunit/phpunit": "^7.0"
  3865. },
  3866. "type": "library",
  3867. "extra": {
  3868. "laravel": {
  3869. "providers": [
  3870. "BeyondCode\\QueryDetector\\QueryDetectorServiceProvider"
  3871. ]
  3872. }
  3873. },
  3874. "autoload": {
  3875. "psr-4": {
  3876. "BeyondCode\\QueryDetector\\": "src"
  3877. }
  3878. },
  3879. "notification-url": "https://packagist.org/downloads/",
  3880. "license": [
  3881. "MIT"
  3882. ],
  3883. "authors": [
  3884. {
  3885. "name": "Marcel Pociot",
  3886. "email": "[email protected]",
  3887. "homepage": "https://beyondcode.de",
  3888. "role": "Developer"
  3889. }
  3890. ],
  3891. "description": "Laravel N+1 Query Detector",
  3892. "homepage": "https://github.com/beyondcode/laravel-query-detector",
  3893. "keywords": [
  3894. "beyondcode",
  3895. "laravel-query-detector"
  3896. ],
  3897. "time": "2019-02-27T10:03:01+00:00"
  3898. },
  3899. {
  3900. "name": "doctrine/instantiator",
  3901. "version": "1.2.0",
  3902. "source": {
  3903. "type": "git",
  3904. "url": "https://github.com/doctrine/instantiator.git",
  3905. "reference": "a2c590166b2133a4633738648b6b064edae0814a"
  3906. },
  3907. "dist": {
  3908. "type": "zip",
  3909. "url": "https://api.github.com/repos/doctrine/instantiator/zipball/a2c590166b2133a4633738648b6b064edae0814a",
  3910. "reference": "a2c590166b2133a4633738648b6b064edae0814a",
  3911. "shasum": ""
  3912. },
  3913. "require": {
  3914. "php": "^7.1"
  3915. },
  3916. "require-dev": {
  3917. "doctrine/coding-standard": "^6.0",
  3918. "ext-pdo": "*",
  3919. "ext-phar": "*",
  3920. "phpbench/phpbench": "^0.13",
  3921. "phpstan/phpstan-phpunit": "^0.11",
  3922. "phpstan/phpstan-shim": "^0.11",
  3923. "phpunit/phpunit": "^7.0"
  3924. },
  3925. "type": "library",
  3926. "extra": {
  3927. "branch-alias": {
  3928. "dev-master": "1.2.x-dev"
  3929. }
  3930. },
  3931. "autoload": {
  3932. "psr-4": {
  3933. "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
  3934. }
  3935. },
  3936. "notification-url": "https://packagist.org/downloads/",
  3937. "license": [
  3938. "MIT"
  3939. ],
  3940. "authors": [
  3941. {
  3942. "name": "Marco Pivetta",
  3943. "email": "[email protected]",
  3944. "homepage": "http://ocramius.github.com/"
  3945. }
  3946. ],
  3947. "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
  3948. "homepage": "https://www.doctrine-project.org/projects/instantiator.html",
  3949. "keywords": [
  3950. "constructor",
  3951. "instantiate"
  3952. ],
  3953. "time": "2019-03-17T17:37:11+00:00"
  3954. },
  3955. {
  3956. "name": "facade/flare-client-php",
  3957. "version": "1.0.2",
  3958. "source": {
  3959. "type": "git",
  3960. "url": "https://github.com/facade/flare-client-php.git",
  3961. "reference": "d72e698798efa53f576d533d40955cae857be0ec"
  3962. },
  3963. "dist": {
  3964. "type": "zip",
  3965. "url": "https://api.github.com/repos/facade/flare-client-php/zipball/d72e698798efa53f576d533d40955cae857be0ec",
  3966. "reference": "d72e698798efa53f576d533d40955cae857be0ec",
  3967. "shasum": ""
  3968. },
  3969. "require": {
  3970. "facade/ignition-contracts": "~1.0",
  3971. "illuminate/pipeline": "~5.5|~5.6|~5.7|~5.8|^6.0",
  3972. "php": "^7.1",
  3973. "symfony/http-foundation": "~3.3|~4.1",
  3974. "symfony/var-dumper": "^3.4|^4.0"
  3975. },
  3976. "require-dev": {
  3977. "larapack/dd": "^1.1",
  3978. "phpunit/phpunit": "^7.0",
  3979. "spatie/phpunit-snapshot-assertions": "^2.0"
  3980. },
  3981. "type": "library",
  3982. "extra": {
  3983. "branch-alias": {
  3984. "dev-master": "1.0-dev"
  3985. }
  3986. },
  3987. "autoload": {
  3988. "psr-4": {
  3989. "Facade\\FlareClient\\": "src"
  3990. },
  3991. "files": [
  3992. "src/helpers.php"
  3993. ]
  3994. },
  3995. "notification-url": "https://packagist.org/downloads/",
  3996. "license": [
  3997. "MIT"
  3998. ],
  3999. "description": "Send PHP errors to Flare",
  4000. "homepage": "https://github.com/facade/flare-client-php",
  4001. "keywords": [
  4002. "exception",
  4003. "facade",
  4004. "flare",
  4005. "reporting"
  4006. ],
  4007. "time": "2019-09-05T19:11:51+00:00"
  4008. },
  4009. {
  4010. "name": "facade/ignition",
  4011. "version": "1.4.14",
  4012. "source": {
  4013. "type": "git",
  4014. "url": "https://github.com/facade/ignition.git",
  4015. "reference": "8d2c28164814a36cefe673f23e4d216898b03ae1"
  4016. },
  4017. "dist": {
  4018. "type": "zip",
  4019. "url": "https://api.github.com/repos/facade/ignition/zipball/8d2c28164814a36cefe673f23e4d216898b03ae1",
  4020. "reference": "8d2c28164814a36cefe673f23e4d216898b03ae1",
  4021. "shasum": ""
  4022. },
  4023. "require": {
  4024. "ext-json": "*",
  4025. "ext-mbstring": "*",
  4026. "facade/flare-client-php": "^1.0",
  4027. "facade/ignition-contracts": "^1.0",
  4028. "filp/whoops": "^2.4",
  4029. "illuminate/support": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0",
  4030. "monolog/monolog": "^1.12|^2.0",
  4031. "php": "^7.1",
  4032. "scrivo/highlight.php": "^9.15",
  4033. "symfony/console": "^3.4|^4.0",
  4034. "symfony/var-dumper": "^3.4|^4.0"
  4035. },
  4036. "require-dev": {
  4037. "friendsofphp/php-cs-fixer": "^2.14",
  4038. "mockery/mockery": "^1.2",
  4039. "orchestra/testbench": "^3.5|^3.6|^3.7|^3.8|^4.0"
  4040. },
  4041. "suggest": {
  4042. "laravel/telescope": "^2.0"
  4043. },
  4044. "type": "library",
  4045. "extra": {
  4046. "branch-alias": {
  4047. "dev-master": "1.0-dev"
  4048. },
  4049. "laravel": {
  4050. "providers": [
  4051. "Facade\\Ignition\\IgnitionServiceProvider"
  4052. ],
  4053. "aliases": {
  4054. "Flare": "Facade\\Ignition\\Facades\\Flare"
  4055. }
  4056. }
  4057. },
  4058. "autoload": {
  4059. "psr-4": {
  4060. "Facade\\Ignition\\": "src"
  4061. }
  4062. },
  4063. "notification-url": "https://packagist.org/downloads/",
  4064. "license": [
  4065. "MIT"
  4066. ],
  4067. "description": "A beautiful error page for Laravel apps",
  4068. "homepage": "https://github.com/facade/ignition",
  4069. "keywords": [
  4070. "error",
  4071. "flare",
  4072. "laravel",
  4073. "page"
  4074. ],
  4075. "time": "2019-09-05T19:15:15+00:00"
  4076. },
  4077. {
  4078. "name": "facade/ignition-contracts",
  4079. "version": "1.0.0",
  4080. "source": {
  4081. "type": "git",
  4082. "url": "https://github.com/facade/ignition-contracts.git",
  4083. "reference": "f445db0fb86f48e205787b2592840dd9c80ded28"
  4084. },
  4085. "dist": {
  4086. "type": "zip",
  4087. "url": "https://api.github.com/repos/facade/ignition-contracts/zipball/f445db0fb86f48e205787b2592840dd9c80ded28",
  4088. "reference": "f445db0fb86f48e205787b2592840dd9c80ded28",
  4089. "shasum": ""
  4090. },
  4091. "require": {
  4092. "php": "^7.1"
  4093. },
  4094. "type": "library",
  4095. "autoload": {
  4096. "psr-4": {
  4097. "Facade\\IgnitionContracts\\": "src"
  4098. }
  4099. },
  4100. "notification-url": "https://packagist.org/downloads/",
  4101. "license": [
  4102. "MIT"
  4103. ],
  4104. "authors": [
  4105. {
  4106. "name": "Freek Van der Herten",
  4107. "email": "[email protected]",
  4108. "homepage": "https://flareapp.io",
  4109. "role": "Developer"
  4110. }
  4111. ],
  4112. "description": "Solution contracts for Ignition",
  4113. "homepage": "https://github.com/facade/ignition-contracts",
  4114. "keywords": [
  4115. "contracts",
  4116. "flare",
  4117. "ignition"
  4118. ],
  4119. "time": "2019-08-30T14:06:08+00:00"
  4120. },
  4121. {
  4122. "name": "filp/whoops",
  4123. "version": "2.5.0",
  4124. "source": {
  4125. "type": "git",
  4126. "url": "https://github.com/filp/whoops.git",
  4127. "reference": "cde50e6720a39fdacb240159d3eea6865d51fd96"
  4128. },
  4129. "dist": {
  4130. "type": "zip",
  4131. "url": "https://api.github.com/repos/filp/whoops/zipball/cde50e6720a39fdacb240159d3eea6865d51fd96",
  4132. "reference": "cde50e6720a39fdacb240159d3eea6865d51fd96",
  4133. "shasum": ""
  4134. },
  4135. "require": {
  4136. "php": "^5.5.9 || ^7.0",
  4137. "psr/log": "^1.0.1"
  4138. },
  4139. "require-dev": {
  4140. "mockery/mockery": "^0.9 || ^1.0",
  4141. "phpunit/phpunit": "^4.8.35 || ^5.7",
  4142. "symfony/var-dumper": "^2.6 || ^3.0 || ^4.0"
  4143. },
  4144. "suggest": {
  4145. "symfony/var-dumper": "Pretty print complex values better with var-dumper available",
  4146. "whoops/soap": "Formats errors as SOAP responses"
  4147. },
  4148. "type": "library",
  4149. "extra": {
  4150. "branch-alias": {
  4151. "dev-master": "2.2-dev"
  4152. }
  4153. },
  4154. "autoload": {
  4155. "psr-4": {
  4156. "Whoops\\": "src/Whoops/"
  4157. }
  4158. },
  4159. "notification-url": "https://packagist.org/downloads/",
  4160. "license": [
  4161. "MIT"
  4162. ],
  4163. "authors": [
  4164. {
  4165. "name": "Filipe Dobreira",
  4166. "role": "Developer",
  4167. "homepage": "https://github.com/filp"
  4168. }
  4169. ],
  4170. "description": "php error handling for cool kids",
  4171. "homepage": "https://filp.github.io/whoops/",
  4172. "keywords": [
  4173. "error",
  4174. "exception",
  4175. "handling",
  4176. "library",
  4177. "throwable",
  4178. "whoops"
  4179. ],
  4180. "time": "2019-08-07T09:00:00+00:00"
  4181. },
  4182. {
  4183. "name": "fzaninotto/faker",
  4184. "version": "v1.8.0",
  4185. "source": {
  4186. "type": "git",
  4187. "url": "https://github.com/fzaninotto/Faker.git",
  4188. "reference": "f72816b43e74063c8b10357394b6bba8cb1c10de"
  4189. },
  4190. "dist": {
  4191. "type": "zip",
  4192. "url": "https://api.github.com/repos/fzaninotto/Faker/zipball/f72816b43e74063c8b10357394b6bba8cb1c10de",
  4193. "reference": "f72816b43e74063c8b10357394b6bba8cb1c10de",
  4194. "shasum": ""
  4195. },
  4196. "require": {
  4197. "php": "^5.3.3 || ^7.0"
  4198. },
  4199. "require-dev": {
  4200. "ext-intl": "*",
  4201. "phpunit/phpunit": "^4.8.35 || ^5.7",
  4202. "squizlabs/php_codesniffer": "^1.5"
  4203. },
  4204. "type": "library",
  4205. "extra": {
  4206. "branch-alias": {
  4207. "dev-master": "1.8-dev"
  4208. }
  4209. },
  4210. "autoload": {
  4211. "psr-4": {
  4212. "Faker\\": "src/Faker/"
  4213. }
  4214. },
  4215. "notification-url": "https://packagist.org/downloads/",
  4216. "license": [
  4217. "MIT"
  4218. ],
  4219. "authors": [
  4220. {
  4221. "name": "François Zaninotto"
  4222. }
  4223. ],
  4224. "description": "Faker is a PHP library that generates fake data for you.",
  4225. "keywords": [
  4226. "data",
  4227. "faker",
  4228. "fixtures"
  4229. ],
  4230. "time": "2018-07-12T10:23:15+00:00"
  4231. },
  4232. {
  4233. "name": "garygreen/pretty-routes",
  4234. "version": "1.0.6",
  4235. "source": {
  4236. "type": "git",
  4237. "url": "https://github.com/garygreen/pretty-routes.git",
  4238. "reference": "b2889e974fb1a685e45c93c78e426ee890fbe13d"
  4239. },
  4240. "dist": {
  4241. "type": "zip",
  4242. "url": "https://api.github.com/repos/garygreen/pretty-routes/zipball/b2889e974fb1a685e45c93c78e426ee890fbe13d",
  4243. "reference": "b2889e974fb1a685e45c93c78e426ee890fbe13d",
  4244. "shasum": ""
  4245. },
  4246. "require": {
  4247. "laravel/framework": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|6.*"
  4248. },
  4249. "type": "library",
  4250. "extra": {
  4251. "laravel": {
  4252. "providers": [
  4253. "PrettyRoutes\\ServiceProvider"
  4254. ]
  4255. }
  4256. },
  4257. "autoload": {
  4258. "psr-4": {
  4259. "PrettyRoutes\\": "src"
  4260. }
  4261. },
  4262. "notification-url": "https://packagist.org/downloads/",
  4263. "license": [
  4264. "MIT"
  4265. ],
  4266. "authors": [
  4267. {
  4268. "name": "Gary Green",
  4269. "email": "[email protected]"
  4270. }
  4271. ],
  4272. "description": "Pretty routes for Laravel 5.",
  4273. "time": "2019-09-05T12:26:25+00:00"
  4274. },
  4275. {
  4276. "name": "hamcrest/hamcrest-php",
  4277. "version": "v2.0.0",
  4278. "source": {
  4279. "type": "git",
  4280. "url": "https://github.com/hamcrest/hamcrest-php.git",
  4281. "reference": "776503d3a8e85d4f9a1148614f95b7a608b046ad"
  4282. },
  4283. "dist": {
  4284. "type": "zip",
  4285. "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/776503d3a8e85d4f9a1148614f95b7a608b046ad",
  4286. "reference": "776503d3a8e85d4f9a1148614f95b7a608b046ad",
  4287. "shasum": ""
  4288. },
  4289. "require": {
  4290. "php": "^5.3|^7.0"
  4291. },
  4292. "replace": {
  4293. "cordoval/hamcrest-php": "*",
  4294. "davedevelopment/hamcrest-php": "*",
  4295. "kodova/hamcrest-php": "*"
  4296. },
  4297. "require-dev": {
  4298. "phpunit/php-file-iterator": "1.3.3",
  4299. "phpunit/phpunit": "~4.0",
  4300. "satooshi/php-coveralls": "^1.0"
  4301. },
  4302. "type": "library",
  4303. "extra": {
  4304. "branch-alias": {
  4305. "dev-master": "2.0-dev"
  4306. }
  4307. },
  4308. "autoload": {
  4309. "classmap": [
  4310. "hamcrest"
  4311. ]
  4312. },
  4313. "notification-url": "https://packagist.org/downloads/",
  4314. "license": [
  4315. "BSD"
  4316. ],
  4317. "description": "This is the PHP port of Hamcrest Matchers",
  4318. "keywords": [
  4319. "test"
  4320. ],
  4321. "time": "2016-01-20T08:20:44+00:00"
  4322. },
  4323. {
  4324. "name": "itsgoingd/clockwork",
  4325. "version": "v4.0.8",
  4326. "source": {
  4327. "type": "git",
  4328. "url": "https://github.com/itsgoingd/clockwork.git",
  4329. "reference": "02c56826bcfb8e0eaf40afa160e761a5968a6a09"
  4330. },
  4331. "dist": {
  4332. "type": "zip",
  4333. "url": "https://api.github.com/repos/itsgoingd/clockwork/zipball/02c56826bcfb8e0eaf40afa160e761a5968a6a09",
  4334. "reference": "02c56826bcfb8e0eaf40afa160e761a5968a6a09",
  4335. "shasum": ""
  4336. },
  4337. "require": {
  4338. "php": ">=5.5",
  4339. "psr/log": "1.*"
  4340. },
  4341. "type": "library",
  4342. "extra": {
  4343. "laravel": {
  4344. "providers": [
  4345. "Clockwork\\Support\\Laravel\\ClockworkServiceProvider"
  4346. ],
  4347. "aliases": {
  4348. "Clockwork": "Clockwork\\Support\\Laravel\\Facade"
  4349. }
  4350. }
  4351. },
  4352. "autoload": {
  4353. "psr-4": {
  4354. "Clockwork\\": "Clockwork/"
  4355. }
  4356. },
  4357. "notification-url": "https://packagist.org/downloads/",
  4358. "license": [
  4359. "MIT"
  4360. ],
  4361. "authors": [
  4362. {
  4363. "name": "itsgoingd",
  4364. "email": "[email protected]",
  4365. "homepage": "https://twitter.com/itsgoingd"
  4366. }
  4367. ],
  4368. "description": "php dev tools integrated to your browser",
  4369. "homepage": "https://underground.works/clockwork",
  4370. "keywords": [
  4371. "Devtools",
  4372. "debugging",
  4373. "laravel",
  4374. "logging",
  4375. "lumen",
  4376. "profiling",
  4377. "slim"
  4378. ],
  4379. "time": "2019-09-03T14:27:17+00:00"
  4380. },
  4381. {
  4382. "name": "mockery/mockery",
  4383. "version": "1.2.3",
  4384. "source": {
  4385. "type": "git",
  4386. "url": "https://github.com/mockery/mockery.git",
  4387. "reference": "4eff936d83eb809bde2c57a3cea0ee9643769031"
  4388. },
  4389. "dist": {
  4390. "type": "zip",
  4391. "url": "https://api.github.com/repos/mockery/mockery/zipball/4eff936d83eb809bde2c57a3cea0ee9643769031",
  4392. "reference": "4eff936d83eb809bde2c57a3cea0ee9643769031",
  4393. "shasum": ""
  4394. },
  4395. "require": {
  4396. "hamcrest/hamcrest-php": "~2.0",
  4397. "lib-pcre": ">=7.0",
  4398. "php": ">=5.6.0"
  4399. },
  4400. "require-dev": {
  4401. "phpunit/phpunit": "~5.7.10|~6.5|~7.0|~8.0"
  4402. },
  4403. "type": "library",
  4404. "extra": {
  4405. "branch-alias": {
  4406. "dev-master": "1.0.x-dev"
  4407. }
  4408. },
  4409. "autoload": {
  4410. "psr-0": {
  4411. "Mockery": "library/"
  4412. }
  4413. },
  4414. "notification-url": "https://packagist.org/downloads/",
  4415. "license": [
  4416. "BSD-3-Clause"
  4417. ],
  4418. "authors": [
  4419. {
  4420. "name": "Pádraic Brady",
  4421. "email": "[email protected]",
  4422. "homepage": "http://blog.astrumfutura.com"
  4423. },
  4424. {
  4425. "name": "Dave Marshall",
  4426. "email": "[email protected]",
  4427. "homepage": "http://davedevelopment.co.uk"
  4428. }
  4429. ],
  4430. "description": "Mockery is a simple yet flexible PHP mock object framework",
  4431. "homepage": "https://github.com/mockery/mockery",
  4432. "keywords": [
  4433. "BDD",
  4434. "TDD",
  4435. "library",
  4436. "mock",
  4437. "mock objects",
  4438. "mockery",
  4439. "stub",
  4440. "test",
  4441. "test double",
  4442. "testing"
  4443. ],
  4444. "time": "2019-08-07T15:01:07+00:00"
  4445. },
  4446. {
  4447. "name": "myclabs/deep-copy",
  4448. "version": "1.9.3",
  4449. "source": {
  4450. "type": "git",
  4451. "url": "https://github.com/myclabs/DeepCopy.git",
  4452. "reference": "007c053ae6f31bba39dfa19a7726f56e9763bbea"
  4453. },
  4454. "dist": {
  4455. "type": "zip",
  4456. "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/007c053ae6f31bba39dfa19a7726f56e9763bbea",
  4457. "reference": "007c053ae6f31bba39dfa19a7726f56e9763bbea",
  4458. "shasum": ""
  4459. },
  4460. "require": {
  4461. "php": "^7.1"
  4462. },
  4463. "replace": {
  4464. "myclabs/deep-copy": "self.version"
  4465. },
  4466. "require-dev": {
  4467. "doctrine/collections": "^1.0",
  4468. "doctrine/common": "^2.6",
  4469. "phpunit/phpunit": "^7.1"
  4470. },
  4471. "type": "library",
  4472. "autoload": {
  4473. "psr-4": {
  4474. "DeepCopy\\": "src/DeepCopy/"
  4475. },
  4476. "files": [
  4477. "src/DeepCopy/deep_copy.php"
  4478. ]
  4479. },
  4480. "notification-url": "https://packagist.org/downloads/",
  4481. "license": [
  4482. "MIT"
  4483. ],
  4484. "description": "Create deep copies (clones) of your objects",
  4485. "keywords": [
  4486. "clone",
  4487. "copy",
  4488. "duplicate",
  4489. "object",
  4490. "object graph"
  4491. ],
  4492. "time": "2019-08-09T12:45:53+00:00"
  4493. },
  4494. {
  4495. "name": "nunomaduro/collision",
  4496. "version": "v3.0.1",
  4497. "source": {
  4498. "type": "git",
  4499. "url": "https://github.com/nunomaduro/collision.git",
  4500. "reference": "af42d339fe2742295a54f6fdd42aaa6f8c4aca68"
  4501. },
  4502. "dist": {
  4503. "type": "zip",
  4504. "url": "https://api.github.com/repos/nunomaduro/collision/zipball/af42d339fe2742295a54f6fdd42aaa6f8c4aca68",
  4505. "reference": "af42d339fe2742295a54f6fdd42aaa6f8c4aca68",
  4506. "shasum": ""
  4507. },
  4508. "require": {
  4509. "filp/whoops": "^2.1.4",
  4510. "jakub-onderka/php-console-highlighter": "0.3.*|0.4.*",
  4511. "php": "^7.1",
  4512. "symfony/console": "~2.8|~3.3|~4.0"
  4513. },
  4514. "require-dev": {
  4515. "laravel/framework": "5.8.*",
  4516. "nunomaduro/larastan": "^0.3.0",
  4517. "phpstan/phpstan": "^0.11",
  4518. "phpunit/phpunit": "~8.0"
  4519. },
  4520. "type": "library",
  4521. "extra": {
  4522. "laravel": {
  4523. "providers": [
  4524. "NunoMaduro\\Collision\\Adapters\\Laravel\\CollisionServiceProvider"
  4525. ]
  4526. }
  4527. },
  4528. "autoload": {
  4529. "psr-4": {
  4530. "NunoMaduro\\Collision\\": "src/"
  4531. }
  4532. },
  4533. "notification-url": "https://packagist.org/downloads/",
  4534. "license": [
  4535. "MIT"
  4536. ],
  4537. "authors": [
  4538. {
  4539. "name": "Nuno Maduro",
  4540. "email": "[email protected]"
  4541. }
  4542. ],
  4543. "description": "Cli error handling for console/command-line PHP applications.",
  4544. "keywords": [
  4545. "artisan",
  4546. "cli",
  4547. "command-line",
  4548. "console",
  4549. "error",
  4550. "handling",
  4551. "laravel",
  4552. "laravel-zero",
  4553. "php",
  4554. "symfony"
  4555. ],
  4556. "time": "2019-03-07T21:35:13+00:00"
  4557. },
  4558. {
  4559. "name": "overtrue/phplint",
  4560. "version": "1.1.9",
  4561. "source": {
  4562. "type": "git",
  4563. "url": "https://github.com/overtrue/phplint.git",
  4564. "reference": "dab041512195a6bf52401a66b65dc5b19e4d09ea"
  4565. },
  4566. "dist": {
  4567. "type": "zip",
  4568. "url": "https://api.github.com/repos/overtrue/phplint/zipball/dab041512195a6bf52401a66b65dc5b19e4d09ea",
  4569. "reference": "dab041512195a6bf52401a66b65dc5b19e4d09ea",
  4570. "shasum": ""
  4571. },
  4572. "require": {
  4573. "ext-json": "*",
  4574. "php": ">=5.5.9",
  4575. "symfony/console": "^3.2|^4.0",
  4576. "symfony/finder": "^3.0|^4.0",
  4577. "symfony/process": "^3.0|^4.0",
  4578. "symfony/yaml": "^3.0|^4.0"
  4579. },
  4580. "require-dev": {
  4581. "jakub-onderka/php-console-highlighter": "^0.3.2"
  4582. },
  4583. "bin": [
  4584. "bin/phplint"
  4585. ],
  4586. "type": "library",
  4587. "autoload": {
  4588. "psr-4": {
  4589. "Overtrue\\PHPLint\\": "src/"
  4590. }
  4591. },
  4592. "notification-url": "https://packagist.org/downloads/",
  4593. "license": [
  4594. "MIT"
  4595. ],
  4596. "authors": [
  4597. {
  4598. "name": "overtrue",
  4599. "email": "[email protected]"
  4600. }
  4601. ],
  4602. "description": "a php syntax check tool.",
  4603. "keywords": [
  4604. "check",
  4605. "lint",
  4606. "phplint",
  4607. "syntax"
  4608. ],
  4609. "time": "2019-01-04T12:59:53+00:00"
  4610. },
  4611. {
  4612. "name": "phar-io/manifest",
  4613. "version": "1.0.3",
  4614. "source": {
  4615. "type": "git",
  4616. "url": "https://github.com/phar-io/manifest.git",
  4617. "reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4"
  4618. },
  4619. "dist": {
  4620. "type": "zip",
  4621. "url": "https://api.github.com/repos/phar-io/manifest/zipball/7761fcacf03b4d4f16e7ccb606d4879ca431fcf4",
  4622. "reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4",
  4623. "shasum": ""
  4624. },
  4625. "require": {
  4626. "ext-dom": "*",
  4627. "ext-phar": "*",
  4628. "phar-io/version": "^2.0",
  4629. "php": "^5.6 || ^7.0"
  4630. },
  4631. "type": "library",
  4632. "extra": {
  4633. "branch-alias": {
  4634. "dev-master": "1.0.x-dev"
  4635. }
  4636. },
  4637. "autoload": {
  4638. "classmap": [
  4639. "src/"
  4640. ]
  4641. },
  4642. "notification-url": "https://packagist.org/downloads/",
  4643. "license": [
  4644. "BSD-3-Clause"
  4645. ],
  4646. "authors": [
  4647. {
  4648. "name": "Arne Blankerts",
  4649. "email": "[email protected]",
  4650. "role": "Developer"
  4651. },
  4652. {
  4653. "name": "Sebastian Heuer",
  4654. "email": "[email protected]",
  4655. "role": "Developer"
  4656. },
  4657. {
  4658. "name": "Sebastian Bergmann",
  4659. "email": "[email protected]",
  4660. "role": "Developer"
  4661. }
  4662. ],
  4663. "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
  4664. "time": "2018-07-08T19:23:20+00:00"
  4665. },
  4666. {
  4667. "name": "phar-io/version",
  4668. "version": "2.0.1",
  4669. "source": {
  4670. "type": "git",
  4671. "url": "https://github.com/phar-io/version.git",
  4672. "reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6"
  4673. },
  4674. "dist": {
  4675. "type": "zip",
  4676. "url": "https://api.github.com/repos/phar-io/version/zipball/45a2ec53a73c70ce41d55cedef9063630abaf1b6",
  4677. "reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6",
  4678. "shasum": ""
  4679. },
  4680. "require": {
  4681. "php": "^5.6 || ^7.0"
  4682. },
  4683. "type": "library",
  4684. "autoload": {
  4685. "classmap": [
  4686. "src/"
  4687. ]
  4688. },
  4689. "notification-url": "https://packagist.org/downloads/",
  4690. "license": [
  4691. "BSD-3-Clause"
  4692. ],
  4693. "authors": [
  4694. {
  4695. "name": "Arne Blankerts",
  4696. "email": "[email protected]",
  4697. "role": "Developer"
  4698. },
  4699. {
  4700. "name": "Sebastian Heuer",
  4701. "email": "[email protected]",
  4702. "role": "Developer"
  4703. },
  4704. {
  4705. "name": "Sebastian Bergmann",
  4706. "email": "[email protected]",
  4707. "role": "Developer"
  4708. }
  4709. ],
  4710. "description": "Library for handling version information and constraints",
  4711. "time": "2018-07-08T19:19:57+00:00"
  4712. },
  4713. {
  4714. "name": "phpdocumentor/reflection-common",
  4715. "version": "1.0.1",
  4716. "source": {
  4717. "type": "git",
  4718. "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
  4719. "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6"
  4720. },
  4721. "dist": {
  4722. "type": "zip",
  4723. "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
  4724. "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
  4725. "shasum": ""
  4726. },
  4727. "require": {
  4728. "php": ">=5.5"
  4729. },
  4730. "require-dev": {
  4731. "phpunit/phpunit": "^4.6"
  4732. },
  4733. "type": "library",
  4734. "extra": {
  4735. "branch-alias": {
  4736. "dev-master": "1.0.x-dev"
  4737. }
  4738. },
  4739. "autoload": {
  4740. "psr-4": {
  4741. "phpDocumentor\\Reflection\\": [
  4742. "src"
  4743. ]
  4744. }
  4745. },
  4746. "notification-url": "https://packagist.org/downloads/",
  4747. "license": [
  4748. "MIT"
  4749. ],
  4750. "authors": [
  4751. {
  4752. "name": "Jaap van Otterdijk",
  4753. "email": "[email protected]"
  4754. }
  4755. ],
  4756. "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
  4757. "homepage": "http://www.phpdoc.org",
  4758. "keywords": [
  4759. "FQSEN",
  4760. "phpDocumentor",
  4761. "phpdoc",
  4762. "reflection",
  4763. "static analysis"
  4764. ],
  4765. "time": "2017-09-11T18:02:19+00:00"
  4766. },
  4767. {
  4768. "name": "phpdocumentor/reflection-docblock",
  4769. "version": "4.3.1",
  4770. "source": {
  4771. "type": "git",
  4772. "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
  4773. "reference": "bdd9f737ebc2a01c06ea7ff4308ec6697db9b53c"
  4774. },
  4775. "dist": {
  4776. "type": "zip",
  4777. "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/bdd9f737ebc2a01c06ea7ff4308ec6697db9b53c",
  4778. "reference": "bdd9f737ebc2a01c06ea7ff4308ec6697db9b53c",
  4779. "shasum": ""
  4780. },
  4781. "require": {
  4782. "php": "^7.0",
  4783. "phpdocumentor/reflection-common": "^1.0.0",
  4784. "phpdocumentor/type-resolver": "^0.4.0",
  4785. "webmozart/assert": "^1.0"
  4786. },
  4787. "require-dev": {
  4788. "doctrine/instantiator": "~1.0.5",
  4789. "mockery/mockery": "^1.0",
  4790. "phpunit/phpunit": "^6.4"
  4791. },
  4792. "type": "library",
  4793. "extra": {
  4794. "branch-alias": {
  4795. "dev-master": "4.x-dev"
  4796. }
  4797. },
  4798. "autoload": {
  4799. "psr-4": {
  4800. "phpDocumentor\\Reflection\\": [
  4801. "src/"
  4802. ]
  4803. }
  4804. },
  4805. "notification-url": "https://packagist.org/downloads/",
  4806. "license": [
  4807. "MIT"
  4808. ],
  4809. "authors": [
  4810. {
  4811. "name": "Mike van Riel",
  4812. "email": "[email protected]"
  4813. }
  4814. ],
  4815. "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
  4816. "time": "2019-04-30T17:48:53+00:00"
  4817. },
  4818. {
  4819. "name": "phpdocumentor/type-resolver",
  4820. "version": "0.4.0",
  4821. "source": {
  4822. "type": "git",
  4823. "url": "https://github.com/phpDocumentor/TypeResolver.git",
  4824. "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7"
  4825. },
  4826. "dist": {
  4827. "type": "zip",
  4828. "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7",
  4829. "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7",
  4830. "shasum": ""
  4831. },
  4832. "require": {
  4833. "php": "^5.5 || ^7.0",
  4834. "phpdocumentor/reflection-common": "^1.0"
  4835. },
  4836. "require-dev": {
  4837. "mockery/mockery": "^0.9.4",
  4838. "phpunit/phpunit": "^5.2||^4.8.24"
  4839. },
  4840. "type": "library",
  4841. "extra": {
  4842. "branch-alias": {
  4843. "dev-master": "1.0.x-dev"
  4844. }
  4845. },
  4846. "autoload": {
  4847. "psr-4": {
  4848. "phpDocumentor\\Reflection\\": [
  4849. "src/"
  4850. ]
  4851. }
  4852. },
  4853. "notification-url": "https://packagist.org/downloads/",
  4854. "license": [
  4855. "MIT"
  4856. ],
  4857. "authors": [
  4858. {
  4859. "name": "Mike van Riel",
  4860. "email": "[email protected]"
  4861. }
  4862. ],
  4863. "time": "2017-07-14T14:27:02+00:00"
  4864. },
  4865. {
  4866. "name": "phpspec/prophecy",
  4867. "version": "1.8.1",
  4868. "source": {
  4869. "type": "git",
  4870. "url": "https://github.com/phpspec/prophecy.git",
  4871. "reference": "1927e75f4ed19131ec9bcc3b002e07fb1173ee76"
  4872. },
  4873. "dist": {
  4874. "type": "zip",
  4875. "url": "https://api.github.com/repos/phpspec/prophecy/zipball/1927e75f4ed19131ec9bcc3b002e07fb1173ee76",
  4876. "reference": "1927e75f4ed19131ec9bcc3b002e07fb1173ee76",
  4877. "shasum": ""
  4878. },
  4879. "require": {
  4880. "doctrine/instantiator": "^1.0.2",
  4881. "php": "^5.3|^7.0",
  4882. "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0",
  4883. "sebastian/comparator": "^1.1|^2.0|^3.0",
  4884. "sebastian/recursion-context": "^1.0|^2.0|^3.0"
  4885. },
  4886. "require-dev": {
  4887. "phpspec/phpspec": "^2.5|^3.2",
  4888. "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1"
  4889. },
  4890. "type": "library",
  4891. "extra": {
  4892. "branch-alias": {
  4893. "dev-master": "1.8.x-dev"
  4894. }
  4895. },
  4896. "autoload": {
  4897. "psr-4": {
  4898. "Prophecy\\": "src/Prophecy"
  4899. }
  4900. },
  4901. "notification-url": "https://packagist.org/downloads/",
  4902. "license": [
  4903. "MIT"
  4904. ],
  4905. "authors": [
  4906. {
  4907. "name": "Konstantin Kudryashov",
  4908. "email": "[email protected]",
  4909. "homepage": "http://everzet.com"
  4910. },
  4911. {
  4912. "name": "Marcello Duarte",
  4913. "email": "[email protected]"
  4914. }
  4915. ],
  4916. "description": "Highly opinionated mocking framework for PHP 5.3+",
  4917. "homepage": "https://github.com/phpspec/prophecy",
  4918. "keywords": [
  4919. "Double",
  4920. "Dummy",
  4921. "fake",
  4922. "mock",
  4923. "spy",
  4924. "stub"
  4925. ],
  4926. "time": "2019-06-13T12:50:23+00:00"
  4927. },
  4928. {
  4929. "name": "phpunit/php-code-coverage",
  4930. "version": "6.1.4",
  4931. "source": {
  4932. "type": "git",
  4933. "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
  4934. "reference": "807e6013b00af69b6c5d9ceb4282d0393dbb9d8d"
  4935. },
  4936. "dist": {
  4937. "type": "zip",
  4938. "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/807e6013b00af69b6c5d9ceb4282d0393dbb9d8d",
  4939. "reference": "807e6013b00af69b6c5d9ceb4282d0393dbb9d8d",
  4940. "shasum": ""
  4941. },
  4942. "require": {
  4943. "ext-dom": "*",
  4944. "ext-xmlwriter": "*",
  4945. "php": "^7.1",
  4946. "phpunit/php-file-iterator": "^2.0",
  4947. "phpunit/php-text-template": "^1.2.1",
  4948. "phpunit/php-token-stream": "^3.0",
  4949. "sebastian/code-unit-reverse-lookup": "^1.0.1",
  4950. "sebastian/environment": "^3.1 || ^4.0",
  4951. "sebastian/version": "^2.0.1",
  4952. "theseer/tokenizer": "^1.1"
  4953. },
  4954. "require-dev": {
  4955. "phpunit/phpunit": "^7.0"
  4956. },
  4957. "suggest": {
  4958. "ext-xdebug": "^2.6.0"
  4959. },
  4960. "type": "library",
  4961. "extra": {
  4962. "branch-alias": {
  4963. "dev-master": "6.1-dev"
  4964. }
  4965. },
  4966. "autoload": {
  4967. "classmap": [
  4968. "src/"
  4969. ]
  4970. },
  4971. "notification-url": "https://packagist.org/downloads/",
  4972. "license": [
  4973. "BSD-3-Clause"
  4974. ],
  4975. "authors": [
  4976. {
  4977. "name": "Sebastian Bergmann",
  4978. "email": "[email protected]",
  4979. "role": "lead"
  4980. }
  4981. ],
  4982. "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
  4983. "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
  4984. "keywords": [
  4985. "coverage",
  4986. "testing",
  4987. "xunit"
  4988. ],
  4989. "time": "2018-10-31T16:06:48+00:00"
  4990. },
  4991. {
  4992. "name": "phpunit/php-file-iterator",
  4993. "version": "2.0.2",
  4994. "source": {
  4995. "type": "git",
  4996. "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
  4997. "reference": "050bedf145a257b1ff02746c31894800e5122946"
  4998. },
  4999. "dist": {
  5000. "type": "zip",
  5001. "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/050bedf145a257b1ff02746c31894800e5122946",
  5002. "reference": "050bedf145a257b1ff02746c31894800e5122946",
  5003. "shasum": ""
  5004. },
  5005. "require": {
  5006. "php": "^7.1"
  5007. },
  5008. "require-dev": {
  5009. "phpunit/phpunit": "^7.1"
  5010. },
  5011. "type": "library",
  5012. "extra": {
  5013. "branch-alias": {
  5014. "dev-master": "2.0.x-dev"
  5015. }
  5016. },
  5017. "autoload": {
  5018. "classmap": [
  5019. "src/"
  5020. ]
  5021. },
  5022. "notification-url": "https://packagist.org/downloads/",
  5023. "license": [
  5024. "BSD-3-Clause"
  5025. ],
  5026. "authors": [
  5027. {
  5028. "name": "Sebastian Bergmann",
  5029. "email": "[email protected]",
  5030. "role": "lead"
  5031. }
  5032. ],
  5033. "description": "FilterIterator implementation that filters files based on a list of suffixes.",
  5034. "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
  5035. "keywords": [
  5036. "filesystem",
  5037. "iterator"
  5038. ],
  5039. "time": "2018-09-13T20:33:42+00:00"
  5040. },
  5041. {
  5042. "name": "phpunit/php-text-template",
  5043. "version": "1.2.1",
  5044. "source": {
  5045. "type": "git",
  5046. "url": "https://github.com/sebastianbergmann/php-text-template.git",
  5047. "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
  5048. },
  5049. "dist": {
  5050. "type": "zip",
  5051. "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
  5052. "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
  5053. "shasum": ""
  5054. },
  5055. "require": {
  5056. "php": ">=5.3.3"
  5057. },
  5058. "type": "library",
  5059. "autoload": {
  5060. "classmap": [
  5061. "src/"
  5062. ]
  5063. },
  5064. "notification-url": "https://packagist.org/downloads/",
  5065. "license": [
  5066. "BSD-3-Clause"
  5067. ],
  5068. "authors": [
  5069. {
  5070. "name": "Sebastian Bergmann",
  5071. "email": "[email protected]",
  5072. "role": "lead"
  5073. }
  5074. ],
  5075. "description": "Simple template engine.",
  5076. "homepage": "https://github.com/sebastianbergmann/php-text-template/",
  5077. "keywords": [
  5078. "template"
  5079. ],
  5080. "time": "2015-06-21T13:50:34+00:00"
  5081. },
  5082. {
  5083. "name": "phpunit/php-timer",
  5084. "version": "2.1.2",
  5085. "source": {
  5086. "type": "git",
  5087. "url": "https://github.com/sebastianbergmann/php-timer.git",
  5088. "reference": "1038454804406b0b5f5f520358e78c1c2f71501e"
  5089. },
  5090. "dist": {
  5091. "type": "zip",
  5092. "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/1038454804406b0b5f5f520358e78c1c2f71501e",
  5093. "reference": "1038454804406b0b5f5f520358e78c1c2f71501e",
  5094. "shasum": ""
  5095. },
  5096. "require": {
  5097. "php": "^7.1"
  5098. },
  5099. "require-dev": {
  5100. "phpunit/phpunit": "^7.0"
  5101. },
  5102. "type": "library",
  5103. "extra": {
  5104. "branch-alias": {
  5105. "dev-master": "2.1-dev"
  5106. }
  5107. },
  5108. "autoload": {
  5109. "classmap": [
  5110. "src/"
  5111. ]
  5112. },
  5113. "notification-url": "https://packagist.org/downloads/",
  5114. "license": [
  5115. "BSD-3-Clause"
  5116. ],
  5117. "authors": [
  5118. {
  5119. "name": "Sebastian Bergmann",
  5120. "email": "[email protected]",
  5121. "role": "lead"
  5122. }
  5123. ],
  5124. "description": "Utility class for timing",
  5125. "homepage": "https://github.com/sebastianbergmann/php-timer/",
  5126. "keywords": [
  5127. "timer"
  5128. ],
  5129. "time": "2019-06-07T04:22:29+00:00"
  5130. },
  5131. {
  5132. "name": "phpunit/php-token-stream",
  5133. "version": "3.1.0",
  5134. "source": {
  5135. "type": "git",
  5136. "url": "https://github.com/sebastianbergmann/php-token-stream.git",
  5137. "reference": "e899757bb3df5ff6e95089132f32cd59aac2220a"
  5138. },
  5139. "dist": {
  5140. "type": "zip",
  5141. "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/e899757bb3df5ff6e95089132f32cd59aac2220a",
  5142. "reference": "e899757bb3df5ff6e95089132f32cd59aac2220a",
  5143. "shasum": ""
  5144. },
  5145. "require": {
  5146. "ext-tokenizer": "*",
  5147. "php": "^7.1"
  5148. },
  5149. "require-dev": {
  5150. "phpunit/phpunit": "^7.0"
  5151. },
  5152. "type": "library",
  5153. "extra": {
  5154. "branch-alias": {
  5155. "dev-master": "3.1-dev"
  5156. }
  5157. },
  5158. "autoload": {
  5159. "classmap": [
  5160. "src/"
  5161. ]
  5162. },
  5163. "notification-url": "https://packagist.org/downloads/",
  5164. "license": [
  5165. "BSD-3-Clause"
  5166. ],
  5167. "authors": [
  5168. {
  5169. "name": "Sebastian Bergmann",
  5170. "email": "[email protected]"
  5171. }
  5172. ],
  5173. "description": "Wrapper around PHP's tokenizer extension.",
  5174. "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
  5175. "keywords": [
  5176. "tokenizer"
  5177. ],
  5178. "time": "2019-07-25T05:29:42+00:00"
  5179. },
  5180. {
  5181. "name": "phpunit/phpunit",
  5182. "version": "7.5.15",
  5183. "source": {
  5184. "type": "git",
  5185. "url": "https://github.com/sebastianbergmann/phpunit.git",
  5186. "reference": "d79c053d972856b8b941bb233e39dc521a5093f0"
  5187. },
  5188. "dist": {
  5189. "type": "zip",
  5190. "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/d79c053d972856b8b941bb233e39dc521a5093f0",
  5191. "reference": "d79c053d972856b8b941bb233e39dc521a5093f0",
  5192. "shasum": ""
  5193. },
  5194. "require": {
  5195. "doctrine/instantiator": "^1.1",
  5196. "ext-dom": "*",
  5197. "ext-json": "*",
  5198. "ext-libxml": "*",
  5199. "ext-mbstring": "*",
  5200. "ext-xml": "*",
  5201. "myclabs/deep-copy": "^1.7",
  5202. "phar-io/manifest": "^1.0.2",
  5203. "phar-io/version": "^2.0",
  5204. "php": "^7.1",
  5205. "phpspec/prophecy": "^1.7",
  5206. "phpunit/php-code-coverage": "^6.0.7",
  5207. "phpunit/php-file-iterator": "^2.0.1",
  5208. "phpunit/php-text-template": "^1.2.1",
  5209. "phpunit/php-timer": "^2.1",
  5210. "sebastian/comparator": "^3.0",
  5211. "sebastian/diff": "^3.0",
  5212. "sebastian/environment": "^4.0",
  5213. "sebastian/exporter": "^3.1",
  5214. "sebastian/global-state": "^2.0",
  5215. "sebastian/object-enumerator": "^3.0.3",
  5216. "sebastian/resource-operations": "^2.0",
  5217. "sebastian/version": "^2.0.1"
  5218. },
  5219. "conflict": {
  5220. "phpunit/phpunit-mock-objects": "*"
  5221. },
  5222. "require-dev": {
  5223. "ext-pdo": "*"
  5224. },
  5225. "suggest": {
  5226. "ext-soap": "*",
  5227. "ext-xdebug": "*",
  5228. "phpunit/php-invoker": "^2.0"
  5229. },
  5230. "bin": [
  5231. "phpunit"
  5232. ],
  5233. "type": "library",
  5234. "extra": {
  5235. "branch-alias": {
  5236. "dev-master": "7.5-dev"
  5237. }
  5238. },
  5239. "autoload": {
  5240. "classmap": [
  5241. "src/"
  5242. ]
  5243. },
  5244. "notification-url": "https://packagist.org/downloads/",
  5245. "license": [
  5246. "BSD-3-Clause"
  5247. ],
  5248. "authors": [
  5249. {
  5250. "name": "Sebastian Bergmann",
  5251. "email": "[email protected]",
  5252. "role": "lead"
  5253. }
  5254. ],
  5255. "description": "The PHP Unit Testing framework.",
  5256. "homepage": "https://phpunit.de/",
  5257. "keywords": [
  5258. "phpunit",
  5259. "testing",
  5260. "xunit"
  5261. ],
  5262. "time": "2019-08-21T07:05:16+00:00"
  5263. },
  5264. {
  5265. "name": "scrivo/highlight.php",
  5266. "version": "v9.15.10.0",
  5267. "source": {
  5268. "type": "git",
  5269. "url": "https://github.com/scrivo/highlight.php.git",
  5270. "reference": "9ad3adb4456dc91196327498dbbce6aa1ba1239e"
  5271. },
  5272. "dist": {
  5273. "type": "zip",
  5274. "url": "https://api.github.com/repos/scrivo/highlight.php/zipball/9ad3adb4456dc91196327498dbbce6aa1ba1239e",
  5275. "reference": "9ad3adb4456dc91196327498dbbce6aa1ba1239e",
  5276. "shasum": ""
  5277. },
  5278. "require": {
  5279. "ext-json": "*",
  5280. "ext-mbstring": "*",
  5281. "php": ">=5.4"
  5282. },
  5283. "require-dev": {
  5284. "phpunit/phpunit": "^4.8|^5.7",
  5285. "symfony/finder": "^2.8"
  5286. },
  5287. "suggest": {
  5288. "ext-dom": "Needed to make use of the features in the utilities namespace"
  5289. },
  5290. "type": "library",
  5291. "autoload": {
  5292. "psr-0": {
  5293. "Highlight\\": "",
  5294. "HighlightUtilities\\": ""
  5295. },
  5296. "files": [
  5297. "HighlightUtilities/functions.php"
  5298. ]
  5299. },
  5300. "notification-url": "https://packagist.org/downloads/",
  5301. "license": [
  5302. "BSD-3-Clause"
  5303. ],
  5304. "authors": [
  5305. {
  5306. "name": "Geert Bergman",
  5307. "role": "Project Author",
  5308. "homepage": "http://www.scrivo.org/"
  5309. },
  5310. {
  5311. "name": "Vladimir Jimenez",
  5312. "role": "Contributor",
  5313. "homepage": "https://allejo.io"
  5314. },
  5315. {
  5316. "name": "Martin Folkers",
  5317. "role": "Contributor",
  5318. "homepage": "https://twobrain.io"
  5319. }
  5320. ],
  5321. "description": "Server side syntax highlighter that supports 185 languages. It's a PHP port of highlight.js",
  5322. "keywords": [
  5323. "code",
  5324. "highlight",
  5325. "highlight.js",
  5326. "highlight.php",
  5327. "syntax"
  5328. ],
  5329. "time": "2019-08-27T04:27:48+00:00"
  5330. },
  5331. {
  5332. "name": "sebastian/code-unit-reverse-lookup",
  5333. "version": "1.0.1",
  5334. "source": {
  5335. "type": "git",
  5336. "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
  5337. "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
  5338. },
  5339. "dist": {
  5340. "type": "zip",
  5341. "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
  5342. "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
  5343. "shasum": ""
  5344. },
  5345. "require": {
  5346. "php": "^5.6 || ^7.0"
  5347. },
  5348. "require-dev": {
  5349. "phpunit/phpunit": "^5.7 || ^6.0"
  5350. },
  5351. "type": "library",
  5352. "extra": {
  5353. "branch-alias": {
  5354. "dev-master": "1.0.x-dev"
  5355. }
  5356. },
  5357. "autoload": {
  5358. "classmap": [
  5359. "src/"
  5360. ]
  5361. },
  5362. "notification-url": "https://packagist.org/downloads/",
  5363. "license": [
  5364. "BSD-3-Clause"
  5365. ],
  5366. "authors": [
  5367. {
  5368. "name": "Sebastian Bergmann",
  5369. "email": "[email protected]"
  5370. }
  5371. ],
  5372. "description": "Looks up which function or method a line of code belongs to",
  5373. "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
  5374. "time": "2017-03-04T06:30:41+00:00"
  5375. },
  5376. {
  5377. "name": "sebastian/comparator",
  5378. "version": "3.0.2",
  5379. "source": {
  5380. "type": "git",
  5381. "url": "https://github.com/sebastianbergmann/comparator.git",
  5382. "reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da"
  5383. },
  5384. "dist": {
  5385. "type": "zip",
  5386. "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/5de4fc177adf9bce8df98d8d141a7559d7ccf6da",
  5387. "reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da",
  5388. "shasum": ""
  5389. },
  5390. "require": {
  5391. "php": "^7.1",
  5392. "sebastian/diff": "^3.0",
  5393. "sebastian/exporter": "^3.1"
  5394. },
  5395. "require-dev": {
  5396. "phpunit/phpunit": "^7.1"
  5397. },
  5398. "type": "library",
  5399. "extra": {
  5400. "branch-alias": {
  5401. "dev-master": "3.0-dev"
  5402. }
  5403. },
  5404. "autoload": {
  5405. "classmap": [
  5406. "src/"
  5407. ]
  5408. },
  5409. "notification-url": "https://packagist.org/downloads/",
  5410. "license": [
  5411. "BSD-3-Clause"
  5412. ],
  5413. "authors": [
  5414. {
  5415. "name": "Jeff Welch",
  5416. "email": "[email protected]"
  5417. },
  5418. {
  5419. "name": "Volker Dusch",
  5420. "email": "[email protected]"
  5421. },
  5422. {
  5423. "name": "Bernhard Schussek",
  5424. "email": "[email protected]"
  5425. },
  5426. {
  5427. "name": "Sebastian Bergmann",
  5428. "email": "[email protected]"
  5429. }
  5430. ],
  5431. "description": "Provides the functionality to compare PHP values for equality",
  5432. "homepage": "https://github.com/sebastianbergmann/comparator",
  5433. "keywords": [
  5434. "comparator",
  5435. "compare",
  5436. "equality"
  5437. ],
  5438. "time": "2018-07-12T15:12:46+00:00"
  5439. },
  5440. {
  5441. "name": "sebastian/diff",
  5442. "version": "3.0.2",
  5443. "source": {
  5444. "type": "git",
  5445. "url": "https://github.com/sebastianbergmann/diff.git",
  5446. "reference": "720fcc7e9b5cf384ea68d9d930d480907a0c1a29"
  5447. },
  5448. "dist": {
  5449. "type": "zip",
  5450. "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/720fcc7e9b5cf384ea68d9d930d480907a0c1a29",
  5451. "reference": "720fcc7e9b5cf384ea68d9d930d480907a0c1a29",
  5452. "shasum": ""
  5453. },
  5454. "require": {
  5455. "php": "^7.1"
  5456. },
  5457. "require-dev": {
  5458. "phpunit/phpunit": "^7.5 || ^8.0",
  5459. "symfony/process": "^2 || ^3.3 || ^4"
  5460. },
  5461. "type": "library",
  5462. "extra": {
  5463. "branch-alias": {
  5464. "dev-master": "3.0-dev"
  5465. }
  5466. },
  5467. "autoload": {
  5468. "classmap": [
  5469. "src/"
  5470. ]
  5471. },
  5472. "notification-url": "https://packagist.org/downloads/",
  5473. "license": [
  5474. "BSD-3-Clause"
  5475. ],
  5476. "authors": [
  5477. {
  5478. "name": "Kore Nordmann",
  5479. "email": "[email protected]"
  5480. },
  5481. {
  5482. "name": "Sebastian Bergmann",
  5483. "email": "[email protected]"
  5484. }
  5485. ],
  5486. "description": "Diff implementation",
  5487. "homepage": "https://github.com/sebastianbergmann/diff",
  5488. "keywords": [
  5489. "diff",
  5490. "udiff",
  5491. "unidiff",
  5492. "unified diff"
  5493. ],
  5494. "time": "2019-02-04T06:01:07+00:00"
  5495. },
  5496. {
  5497. "name": "sebastian/environment",
  5498. "version": "4.2.2",
  5499. "source": {
  5500. "type": "git",
  5501. "url": "https://github.com/sebastianbergmann/environment.git",
  5502. "reference": "f2a2c8e1c97c11ace607a7a667d73d47c19fe404"
  5503. },
  5504. "dist": {
  5505. "type": "zip",
  5506. "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/f2a2c8e1c97c11ace607a7a667d73d47c19fe404",
  5507. "reference": "f2a2c8e1c97c11ace607a7a667d73d47c19fe404",
  5508. "shasum": ""
  5509. },
  5510. "require": {
  5511. "php": "^7.1"
  5512. },
  5513. "require-dev": {
  5514. "phpunit/phpunit": "^7.5"
  5515. },
  5516. "suggest": {
  5517. "ext-posix": "*"
  5518. },
  5519. "type": "library",
  5520. "extra": {
  5521. "branch-alias": {
  5522. "dev-master": "4.2-dev"
  5523. }
  5524. },
  5525. "autoload": {
  5526. "classmap": [
  5527. "src/"
  5528. ]
  5529. },
  5530. "notification-url": "https://packagist.org/downloads/",
  5531. "license": [
  5532. "BSD-3-Clause"
  5533. ],
  5534. "authors": [
  5535. {
  5536. "name": "Sebastian Bergmann",
  5537. "email": "[email protected]"
  5538. }
  5539. ],
  5540. "description": "Provides functionality to handle HHVM/PHP environments",
  5541. "homepage": "http://www.github.com/sebastianbergmann/environment",
  5542. "keywords": [
  5543. "Xdebug",
  5544. "environment",
  5545. "hhvm"
  5546. ],
  5547. "time": "2019-05-05T09:05:15+00:00"
  5548. },
  5549. {
  5550. "name": "sebastian/exporter",
  5551. "version": "3.1.1",
  5552. "source": {
  5553. "type": "git",
  5554. "url": "https://github.com/sebastianbergmann/exporter.git",
  5555. "reference": "06a9a5947f47b3029d76118eb5c22802e5869687"
  5556. },
  5557. "dist": {
  5558. "type": "zip",
  5559. "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/06a9a5947f47b3029d76118eb5c22802e5869687",
  5560. "reference": "06a9a5947f47b3029d76118eb5c22802e5869687",
  5561. "shasum": ""
  5562. },
  5563. "require": {
  5564. "php": "^7.0",
  5565. "sebastian/recursion-context": "^3.0"
  5566. },
  5567. "require-dev": {
  5568. "ext-mbstring": "*",
  5569. "phpunit/phpunit": "^6.0"
  5570. },
  5571. "type": "library",
  5572. "extra": {
  5573. "branch-alias": {
  5574. "dev-master": "3.1.x-dev"
  5575. }
  5576. },
  5577. "autoload": {
  5578. "classmap": [
  5579. "src/"
  5580. ]
  5581. },
  5582. "notification-url": "https://packagist.org/downloads/",
  5583. "license": [
  5584. "BSD-3-Clause"
  5585. ],
  5586. "authors": [
  5587. {
  5588. "name": "Sebastian Bergmann",
  5589. "email": "[email protected]"
  5590. },
  5591. {
  5592. "name": "Jeff Welch",
  5593. "email": "[email protected]"
  5594. },
  5595. {
  5596. "name": "Volker Dusch",
  5597. "email": "[email protected]"
  5598. },
  5599. {
  5600. "name": "Adam Harvey",
  5601. "email": "[email protected]"
  5602. },
  5603. {
  5604. "name": "Bernhard Schussek",
  5605. "email": "[email protected]"
  5606. }
  5607. ],
  5608. "description": "Provides the functionality to export PHP variables for visualization",
  5609. "homepage": "http://www.github.com/sebastianbergmann/exporter",
  5610. "keywords": [
  5611. "export",
  5612. "exporter"
  5613. ],
  5614. "time": "2019-08-11T12:43:14+00:00"
  5615. },
  5616. {
  5617. "name": "sebastian/global-state",
  5618. "version": "2.0.0",
  5619. "source": {
  5620. "type": "git",
  5621. "url": "https://github.com/sebastianbergmann/global-state.git",
  5622. "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4"
  5623. },
  5624. "dist": {
  5625. "type": "zip",
  5626. "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
  5627. "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
  5628. "shasum": ""
  5629. },
  5630. "require": {
  5631. "php": "^7.0"
  5632. },
  5633. "require-dev": {
  5634. "phpunit/phpunit": "^6.0"
  5635. },
  5636. "suggest": {
  5637. "ext-uopz": "*"
  5638. },
  5639. "type": "library",
  5640. "extra": {
  5641. "branch-alias": {
  5642. "dev-master": "2.0-dev"
  5643. }
  5644. },
  5645. "autoload": {
  5646. "classmap": [
  5647. "src/"
  5648. ]
  5649. },
  5650. "notification-url": "https://packagist.org/downloads/",
  5651. "license": [
  5652. "BSD-3-Clause"
  5653. ],
  5654. "authors": [
  5655. {
  5656. "name": "Sebastian Bergmann",
  5657. "email": "[email protected]"
  5658. }
  5659. ],
  5660. "description": "Snapshotting of global state",
  5661. "homepage": "http://www.github.com/sebastianbergmann/global-state",
  5662. "keywords": [
  5663. "global state"
  5664. ],
  5665. "time": "2017-04-27T15:39:26+00:00"
  5666. },
  5667. {
  5668. "name": "sebastian/object-enumerator",
  5669. "version": "3.0.3",
  5670. "source": {
  5671. "type": "git",
  5672. "url": "https://github.com/sebastianbergmann/object-enumerator.git",
  5673. "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5"
  5674. },
  5675. "dist": {
  5676. "type": "zip",
  5677. "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5",
  5678. "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5",
  5679. "shasum": ""
  5680. },
  5681. "require": {
  5682. "php": "^7.0",
  5683. "sebastian/object-reflector": "^1.1.1",
  5684. "sebastian/recursion-context": "^3.0"
  5685. },
  5686. "require-dev": {
  5687. "phpunit/phpunit": "^6.0"
  5688. },
  5689. "type": "library",
  5690. "extra": {
  5691. "branch-alias": {
  5692. "dev-master": "3.0.x-dev"
  5693. }
  5694. },
  5695. "autoload": {
  5696. "classmap": [
  5697. "src/"
  5698. ]
  5699. },
  5700. "notification-url": "https://packagist.org/downloads/",
  5701. "license": [
  5702. "BSD-3-Clause"
  5703. ],
  5704. "authors": [
  5705. {
  5706. "name": "Sebastian Bergmann",
  5707. "email": "[email protected]"
  5708. }
  5709. ],
  5710. "description": "Traverses array structures and object graphs to enumerate all referenced objects",
  5711. "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
  5712. "time": "2017-08-03T12:35:26+00:00"
  5713. },
  5714. {
  5715. "name": "sebastian/object-reflector",
  5716. "version": "1.1.1",
  5717. "source": {
  5718. "type": "git",
  5719. "url": "https://github.com/sebastianbergmann/object-reflector.git",
  5720. "reference": "773f97c67f28de00d397be301821b06708fca0be"
  5721. },
  5722. "dist": {
  5723. "type": "zip",
  5724. "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be",
  5725. "reference": "773f97c67f28de00d397be301821b06708fca0be",
  5726. "shasum": ""
  5727. },
  5728. "require": {
  5729. "php": "^7.0"
  5730. },
  5731. "require-dev": {
  5732. "phpunit/phpunit": "^6.0"
  5733. },
  5734. "type": "library",
  5735. "extra": {
  5736. "branch-alias": {
  5737. "dev-master": "1.1-dev"
  5738. }
  5739. },
  5740. "autoload": {
  5741. "classmap": [
  5742. "src/"
  5743. ]
  5744. },
  5745. "notification-url": "https://packagist.org/downloads/",
  5746. "license": [
  5747. "BSD-3-Clause"
  5748. ],
  5749. "authors": [
  5750. {
  5751. "name": "Sebastian Bergmann",
  5752. "email": "[email protected]"
  5753. }
  5754. ],
  5755. "description": "Allows reflection of object attributes, including inherited and non-public ones",
  5756. "homepage": "https://github.com/sebastianbergmann/object-reflector/",
  5757. "time": "2017-03-29T09:07:27+00:00"
  5758. },
  5759. {
  5760. "name": "sebastian/recursion-context",
  5761. "version": "3.0.0",
  5762. "source": {
  5763. "type": "git",
  5764. "url": "https://github.com/sebastianbergmann/recursion-context.git",
  5765. "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8"
  5766. },
  5767. "dist": {
  5768. "type": "zip",
  5769. "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
  5770. "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
  5771. "shasum": ""
  5772. },
  5773. "require": {
  5774. "php": "^7.0"
  5775. },
  5776. "require-dev": {
  5777. "phpunit/phpunit": "^6.0"
  5778. },
  5779. "type": "library",
  5780. "extra": {
  5781. "branch-alias": {
  5782. "dev-master": "3.0.x-dev"
  5783. }
  5784. },
  5785. "autoload": {
  5786. "classmap": [
  5787. "src/"
  5788. ]
  5789. },
  5790. "notification-url": "https://packagist.org/downloads/",
  5791. "license": [
  5792. "BSD-3-Clause"
  5793. ],
  5794. "authors": [
  5795. {
  5796. "name": "Jeff Welch",
  5797. "email": "[email protected]"
  5798. },
  5799. {
  5800. "name": "Sebastian Bergmann",
  5801. "email": "[email protected]"
  5802. },
  5803. {
  5804. "name": "Adam Harvey",
  5805. "email": "[email protected]"
  5806. }
  5807. ],
  5808. "description": "Provides functionality to recursively process PHP variables",
  5809. "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
  5810. "time": "2017-03-03T06:23:57+00:00"
  5811. },
  5812. {
  5813. "name": "sebastian/resource-operations",
  5814. "version": "2.0.1",
  5815. "source": {
  5816. "type": "git",
  5817. "url": "https://github.com/sebastianbergmann/resource-operations.git",
  5818. "reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9"
  5819. },
  5820. "dist": {
  5821. "type": "zip",
  5822. "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/4d7a795d35b889bf80a0cc04e08d77cedfa917a9",
  5823. "reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9",
  5824. "shasum": ""
  5825. },
  5826. "require": {
  5827. "php": "^7.1"
  5828. },
  5829. "type": "library",
  5830. "extra": {
  5831. "branch-alias": {
  5832. "dev-master": "2.0-dev"
  5833. }
  5834. },
  5835. "autoload": {
  5836. "classmap": [
  5837. "src/"
  5838. ]
  5839. },
  5840. "notification-url": "https://packagist.org/downloads/",
  5841. "license": [
  5842. "BSD-3-Clause"
  5843. ],
  5844. "authors": [
  5845. {
  5846. "name": "Sebastian Bergmann",
  5847. "email": "[email protected]"
  5848. }
  5849. ],
  5850. "description": "Provides a list of PHP built-in functions that operate on resources",
  5851. "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
  5852. "time": "2018-10-04T04:07:39+00:00"
  5853. },
  5854. {
  5855. "name": "sebastian/version",
  5856. "version": "2.0.1",
  5857. "source": {
  5858. "type": "git",
  5859. "url": "https://github.com/sebastianbergmann/version.git",
  5860. "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
  5861. },
  5862. "dist": {
  5863. "type": "zip",
  5864. "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
  5865. "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
  5866. "shasum": ""
  5867. },
  5868. "require": {
  5869. "php": ">=5.6"
  5870. },
  5871. "type": "library",
  5872. "extra": {
  5873. "branch-alias": {
  5874. "dev-master": "2.0.x-dev"
  5875. }
  5876. },
  5877. "autoload": {
  5878. "classmap": [
  5879. "src/"
  5880. ]
  5881. },
  5882. "notification-url": "https://packagist.org/downloads/",
  5883. "license": [
  5884. "BSD-3-Clause"
  5885. ],
  5886. "authors": [
  5887. {
  5888. "name": "Sebastian Bergmann",
  5889. "email": "[email protected]",
  5890. "role": "lead"
  5891. }
  5892. ],
  5893. "description": "Library that helps with managing the version number of Git-hosted PHP projects",
  5894. "homepage": "https://github.com/sebastianbergmann/version",
  5895. "time": "2016-10-03T07:35:21+00:00"
  5896. },
  5897. {
  5898. "name": "symfony/yaml",
  5899. "version": "v4.3.4",
  5900. "source": {
  5901. "type": "git",
  5902. "url": "https://github.com/symfony/yaml.git",
  5903. "reference": "5a0b7c32dc3ec56fd4abae8a4a71b0cf05013686"
  5904. },
  5905. "dist": {
  5906. "type": "zip",
  5907. "url": "https://api.github.com/repos/symfony/yaml/zipball/5a0b7c32dc3ec56fd4abae8a4a71b0cf05013686",
  5908. "reference": "5a0b7c32dc3ec56fd4abae8a4a71b0cf05013686",
  5909. "shasum": ""
  5910. },
  5911. "require": {
  5912. "php": "^7.1.3",
  5913. "symfony/polyfill-ctype": "~1.8"
  5914. },
  5915. "conflict": {
  5916. "symfony/console": "<3.4"
  5917. },
  5918. "require-dev": {
  5919. "symfony/console": "~3.4|~4.0"
  5920. },
  5921. "suggest": {
  5922. "symfony/console": "For validating YAML files using the lint command"
  5923. },
  5924. "type": "library",
  5925. "extra": {
  5926. "branch-alias": {
  5927. "dev-master": "4.3-dev"
  5928. }
  5929. },
  5930. "autoload": {
  5931. "psr-4": {
  5932. "Symfony\\Component\\Yaml\\": ""
  5933. },
  5934. "exclude-from-classmap": [
  5935. "/Tests/"
  5936. ]
  5937. },
  5938. "notification-url": "https://packagist.org/downloads/",
  5939. "license": [
  5940. "MIT"
  5941. ],
  5942. "authors": [
  5943. {
  5944. "name": "Fabien Potencier",
  5945. "email": "[email protected]"
  5946. },
  5947. {
  5948. "name": "Symfony Community",
  5949. "homepage": "https://symfony.com/contributors"
  5950. }
  5951. ],
  5952. "description": "Symfony Yaml Component",
  5953. "homepage": "https://symfony.com",
  5954. "time": "2019-08-20T14:27:59+00:00"
  5955. },
  5956. {
  5957. "name": "theseer/tokenizer",
  5958. "version": "1.1.3",
  5959. "source": {
  5960. "type": "git",
  5961. "url": "https://github.com/theseer/tokenizer.git",
  5962. "reference": "11336f6f84e16a720dae9d8e6ed5019efa85a0f9"
  5963. },
  5964. "dist": {
  5965. "type": "zip",
  5966. "url": "https://api.github.com/repos/theseer/tokenizer/zipball/11336f6f84e16a720dae9d8e6ed5019efa85a0f9",
  5967. "reference": "11336f6f84e16a720dae9d8e6ed5019efa85a0f9",
  5968. "shasum": ""
  5969. },
  5970. "require": {
  5971. "ext-dom": "*",
  5972. "ext-tokenizer": "*",
  5973. "ext-xmlwriter": "*",
  5974. "php": "^7.0"
  5975. },
  5976. "type": "library",
  5977. "autoload": {
  5978. "classmap": [
  5979. "src/"
  5980. ]
  5981. },
  5982. "notification-url": "https://packagist.org/downloads/",
  5983. "license": [
  5984. "BSD-3-Clause"
  5985. ],
  5986. "authors": [
  5987. {
  5988. "name": "Arne Blankerts",
  5989. "email": "[email protected]",
  5990. "role": "Developer"
  5991. }
  5992. ],
  5993. "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
  5994. "time": "2019-06-13T22:48:21+00:00"
  5995. },
  5996. {
  5997. "name": "webmozart/assert",
  5998. "version": "1.5.0",
  5999. "source": {
  6000. "type": "git",
  6001. "url": "https://github.com/webmozart/assert.git",
  6002. "reference": "88e6d84706d09a236046d686bbea96f07b3a34f4"
  6003. },
  6004. "dist": {
  6005. "type": "zip",
  6006. "url": "https://api.github.com/repos/webmozart/assert/zipball/88e6d84706d09a236046d686bbea96f07b3a34f4",
  6007. "reference": "88e6d84706d09a236046d686bbea96f07b3a34f4",
  6008. "shasum": ""
  6009. },
  6010. "require": {
  6011. "php": "^5.3.3 || ^7.0",
  6012. "symfony/polyfill-ctype": "^1.8"
  6013. },
  6014. "require-dev": {
  6015. "phpunit/phpunit": "^4.8.36 || ^7.5.13"
  6016. },
  6017. "type": "library",
  6018. "extra": {
  6019. "branch-alias": {
  6020. "dev-master": "1.3-dev"
  6021. }
  6022. },
  6023. "autoload": {
  6024. "psr-4": {
  6025. "Webmozart\\Assert\\": "src/"
  6026. }
  6027. },
  6028. "notification-url": "https://packagist.org/downloads/",
  6029. "license": [
  6030. "MIT"
  6031. ],
  6032. "authors": [
  6033. {
  6034. "name": "Bernhard Schussek",
  6035. "email": "[email protected]"
  6036. }
  6037. ],
  6038. "description": "Assertions to validate method input/output with nice error messages.",
  6039. "keywords": [
  6040. "assert",
  6041. "check",
  6042. "validate"
  6043. ],
  6044. "time": "2019-08-24T08:43:50+00:00"
  6045. }
  6046. ],
  6047. "aliases": [],
  6048. "minimum-stability": "dev",
  6049. "stability-flags": [],
  6050. "prefer-stable": true,
  6051. "prefer-lowest": false,
  6052. "platform": {
  6053. "php": "^7.1.3",
  6054. "ext-json": "*"
  6055. },
  6056. "platform-dev": []
  6057. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement