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.

5035 lines
177 KiB

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