OpenSource CLI-App to install and handle stuff related to Web-Server
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

5103 lines
180 KiB

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