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.

5143 lines
181 KiB

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