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.

1832 lines
63 KiB

3 years ago
  1. {
  2. "_readme": [
  3. "This file locks the dependencies of your project to a known state",
  4. "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
  5. "This file is @generated automatically"
  6. ],
  7. "content-hash": "1c9fca20d927c2c25c0e3da92f0b5090",
  8. "packages": [
  9. {
  10. "name": "doctrine/inflector",
  11. "version": "2.0.3",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/doctrine/inflector.git",
  15. "reference": "9cf661f4eb38f7c881cac67c75ea9b00bf97b210"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/doctrine/inflector/zipball/9cf661f4eb38f7c881cac67c75ea9b00bf97b210",
  20. "reference": "9cf661f4eb38f7c881cac67c75ea9b00bf97b210",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "php": "^7.2 || ^8.0"
  25. },
  26. "require-dev": {
  27. "doctrine/coding-standard": "^7.0",
  28. "phpstan/phpstan": "^0.11",
  29. "phpstan/phpstan-phpunit": "^0.11",
  30. "phpstan/phpstan-strict-rules": "^0.11",
  31. "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0"
  32. },
  33. "type": "library",
  34. "extra": {
  35. "branch-alias": {
  36. "dev-master": "2.0.x-dev"
  37. }
  38. },
  39. "autoload": {
  40. "psr-4": {
  41. "Doctrine\\Inflector\\": "lib/Doctrine/Inflector"
  42. }
  43. },
  44. "notification-url": "https://packagist.org/downloads/",
  45. "license": [
  46. "MIT"
  47. ],
  48. "authors": [
  49. {
  50. "name": "Guilherme Blanco",
  51. "email": "guilhermeblanco@gmail.com"
  52. },
  53. {
  54. "name": "Roman Borschel",
  55. "email": "roman@code-factory.org"
  56. },
  57. {
  58. "name": "Benjamin Eberlei",
  59. "email": "kontakt@beberlei.de"
  60. },
  61. {
  62. "name": "Jonathan Wage",
  63. "email": "jonwage@gmail.com"
  64. },
  65. {
  66. "name": "Johannes Schmitt",
  67. "email": "schmittjoh@gmail.com"
  68. }
  69. ],
  70. "description": "PHP Doctrine Inflector is a small library that can perform string manipulations with regard to upper/lowercase and singular/plural forms of words.",
  71. "homepage": "https://www.doctrine-project.org/projects/inflector.html",
  72. "keywords": [
  73. "inflection",
  74. "inflector",
  75. "lowercase",
  76. "manipulation",
  77. "php",
  78. "plural",
  79. "singular",
  80. "strings",
  81. "uppercase",
  82. "words"
  83. ],
  84. "funding": [
  85. {
  86. "url": "https://www.doctrine-project.org/sponsorship.html",
  87. "type": "custom"
  88. },
  89. {
  90. "url": "https://www.patreon.com/phpdoctrine",
  91. "type": "patreon"
  92. },
  93. {
  94. "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finflector",
  95. "type": "tidelift"
  96. }
  97. ],
  98. "time": "2020-05-29T15:13:26+00:00"
  99. },
  100. {
  101. "name": "graham-campbell/result-type",
  102. "version": "v1.0.1",
  103. "source": {
  104. "type": "git",
  105. "url": "https://github.com/GrahamCampbell/Result-Type.git",
  106. "reference": "7e279d2cd5d7fbb156ce46daada972355cea27bb"
  107. },
  108. "dist": {
  109. "type": "zip",
  110. "url": "https://api.github.com/repos/GrahamCampbell/Result-Type/zipball/7e279d2cd5d7fbb156ce46daada972355cea27bb",
  111. "reference": "7e279d2cd5d7fbb156ce46daada972355cea27bb",
  112. "shasum": ""
  113. },
  114. "require": {
  115. "php": "^7.0|^8.0",
  116. "phpoption/phpoption": "^1.7.3"
  117. },
  118. "require-dev": {
  119. "phpunit/phpunit": "^6.5|^7.5|^8.5|^9.0"
  120. },
  121. "type": "library",
  122. "extra": {
  123. "branch-alias": {
  124. "dev-master": "1.0-dev"
  125. }
  126. },
  127. "autoload": {
  128. "psr-4": {
  129. "GrahamCampbell\\ResultType\\": "src/"
  130. }
  131. },
  132. "notification-url": "https://packagist.org/downloads/",
  133. "license": [
  134. "MIT"
  135. ],
  136. "authors": [
  137. {
  138. "name": "Graham Campbell",
  139. "email": "graham@alt-three.com"
  140. }
  141. ],
  142. "description": "An Implementation Of The Result Type",
  143. "keywords": [
  144. "Graham Campbell",
  145. "GrahamCampbell",
  146. "Result Type",
  147. "Result-Type",
  148. "result"
  149. ],
  150. "funding": [
  151. {
  152. "url": "https://github.com/GrahamCampbell",
  153. "type": "github"
  154. },
  155. {
  156. "url": "https://tidelift.com/funding/github/packagist/graham-campbell/result-type",
  157. "type": "tidelift"
  158. }
  159. ],
  160. "time": "2020-04-13T13:17:36+00:00"
  161. },
  162. {
  163. "name": "illuminate/bus",
  164. "version": "v8.48.1",
  165. "source": {
  166. "type": "git",
  167. "url": "https://github.com/illuminate/bus.git",
  168. "reference": "2156797125702623af47983867c05cc965490c19"
  169. },
  170. "dist": {
  171. "type": "zip",
  172. "url": "https://api.github.com/repos/illuminate/bus/zipball/2156797125702623af47983867c05cc965490c19",
  173. "reference": "2156797125702623af47983867c05cc965490c19",
  174. "shasum": ""
  175. },
  176. "require": {
  177. "illuminate/collections": "^8.0",
  178. "illuminate/contracts": "^8.0",
  179. "illuminate/pipeline": "^8.0",
  180. "illuminate/support": "^8.0",
  181. "php": "^7.3|^8.0"
  182. },
  183. "suggest": {
  184. "illuminate/queue": "Required to use closures when chaining jobs (^7.0)."
  185. },
  186. "type": "library",
  187. "extra": {
  188. "branch-alias": {
  189. "dev-master": "8.x-dev"
  190. }
  191. },
  192. "autoload": {
  193. "psr-4": {
  194. "Illuminate\\Bus\\": ""
  195. }
  196. },
  197. "notification-url": "https://packagist.org/downloads/",
  198. "license": [
  199. "MIT"
  200. ],
  201. "authors": [
  202. {
  203. "name": "Taylor Otwell",
  204. "email": "taylor@laravel.com"
  205. }
  206. ],
  207. "description": "The Illuminate Bus package.",
  208. "homepage": "https://laravel.com",
  209. "time": "2021-05-18T12:49:19+00:00"
  210. },
  211. {
  212. "name": "illuminate/collections",
  213. "version": "v8.48.1",
  214. "source": {
  215. "type": "git",
  216. "url": "https://github.com/illuminate/collections.git",
  217. "reference": "fe4a74465a43829d2067b7e7f9c49078506ff289"
  218. },
  219. "dist": {
  220. "type": "zip",
  221. "url": "https://api.github.com/repos/illuminate/collections/zipball/fe4a74465a43829d2067b7e7f9c49078506ff289",
  222. "reference": "fe4a74465a43829d2067b7e7f9c49078506ff289",
  223. "shasum": ""
  224. },
  225. "require": {
  226. "illuminate/contracts": "^8.0",
  227. "illuminate/macroable": "^8.0",
  228. "php": "^7.3|^8.0"
  229. },
  230. "suggest": {
  231. "symfony/var-dumper": "Required to use the dump method (^5.1.4)."
  232. },
  233. "type": "library",
  234. "extra": {
  235. "branch-alias": {
  236. "dev-master": "8.x-dev"
  237. }
  238. },
  239. "autoload": {
  240. "psr-4": {
  241. "Illuminate\\Support\\": ""
  242. },
  243. "files": [
  244. "helpers.php"
  245. ]
  246. },
  247. "notification-url": "https://packagist.org/downloads/",
  248. "license": [
  249. "MIT"
  250. ],
  251. "authors": [
  252. {
  253. "name": "Taylor Otwell",
  254. "email": "taylor@laravel.com"
  255. }
  256. ],
  257. "description": "The Illuminate Collections package.",
  258. "homepage": "https://laravel.com",
  259. "time": "2021-06-21T13:44:14+00:00"
  260. },
  261. {
  262. "name": "illuminate/container",
  263. "version": "v8.48.1",
  264. "source": {
  265. "type": "git",
  266. "url": "https://github.com/illuminate/container.git",
  267. "reference": "382959676d85583f0e8fdd248bceb4b8762dc1ed"
  268. },
  269. "dist": {
  270. "type": "zip",
  271. "url": "https://api.github.com/repos/illuminate/container/zipball/382959676d85583f0e8fdd248bceb4b8762dc1ed",
  272. "reference": "382959676d85583f0e8fdd248bceb4b8762dc1ed",
  273. "shasum": ""
  274. },
  275. "require": {
  276. "illuminate/contracts": "^8.0",
  277. "php": "^7.3|^8.0",
  278. "psr/container": "^1.0"
  279. },
  280. "provide": {
  281. "psr/container-implementation": "1.0"
  282. },
  283. "type": "library",
  284. "extra": {
  285. "branch-alias": {
  286. "dev-master": "8.x-dev"
  287. }
  288. },
  289. "autoload": {
  290. "psr-4": {
  291. "Illuminate\\Container\\": ""
  292. }
  293. },
  294. "notification-url": "https://packagist.org/downloads/",
  295. "license": [
  296. "MIT"
  297. ],
  298. "authors": [
  299. {
  300. "name": "Taylor Otwell",
  301. "email": "taylor@laravel.com"
  302. }
  303. ],
  304. "description": "The Illuminate Container package.",
  305. "homepage": "https://laravel.com",
  306. "time": "2021-06-08T14:08:11+00:00"
  307. },
  308. {
  309. "name": "illuminate/contracts",
  310. "version": "v8.48.1",
  311. "source": {
  312. "type": "git",
  313. "url": "https://github.com/illuminate/contracts.git",
  314. "reference": "199fcedc161ba4a0b83feaddc4629f395dbf1641"
  315. },
  316. "dist": {
  317. "type": "zip",
  318. "url": "https://api.github.com/repos/illuminate/contracts/zipball/199fcedc161ba4a0b83feaddc4629f395dbf1641",
  319. "reference": "199fcedc161ba4a0b83feaddc4629f395dbf1641",
  320. "shasum": ""
  321. },
  322. "require": {
  323. "php": "^7.3|^8.0",
  324. "psr/container": "^1.0",
  325. "psr/simple-cache": "^1.0"
  326. },
  327. "type": "library",
  328. "extra": {
  329. "branch-alias": {
  330. "dev-master": "8.x-dev"
  331. }
  332. },
  333. "autoload": {
  334. "psr-4": {
  335. "Illuminate\\Contracts\\": ""
  336. }
  337. },
  338. "notification-url": "https://packagist.org/downloads/",
  339. "license": [
  340. "MIT"
  341. ],
  342. "authors": [
  343. {
  344. "name": "Taylor Otwell",
  345. "email": "taylor@laravel.com"
  346. }
  347. ],
  348. "description": "The Illuminate Contracts package.",
  349. "homepage": "https://laravel.com",
  350. "time": "2021-06-01T14:53:38+00:00"
  351. },
  352. {
  353. "name": "illuminate/events",
  354. "version": "v8.48.1",
  355. "source": {
  356. "type": "git",
  357. "url": "https://github.com/illuminate/events.git",
  358. "reference": "bd2941d4d55f5d357b203dc2ed81ac5c138593dc"
  359. },
  360. "dist": {
  361. "type": "zip",
  362. "url": "https://api.github.com/repos/illuminate/events/zipball/bd2941d4d55f5d357b203dc2ed81ac5c138593dc",
  363. "reference": "bd2941d4d55f5d357b203dc2ed81ac5c138593dc",
  364. "shasum": ""
  365. },
  366. "require": {
  367. "illuminate/bus": "^8.0",
  368. "illuminate/collections": "^8.0",
  369. "illuminate/container": "^8.0",
  370. "illuminate/contracts": "^8.0",
  371. "illuminate/macroable": "^8.0",
  372. "illuminate/support": "^8.0",
  373. "php": "^7.3|^8.0"
  374. },
  375. "type": "library",
  376. "extra": {
  377. "branch-alias": {
  378. "dev-master": "8.x-dev"
  379. }
  380. },
  381. "autoload": {
  382. "psr-4": {
  383. "Illuminate\\Events\\": ""
  384. },
  385. "files": [
  386. "functions.php"
  387. ]
  388. },
  389. "notification-url": "https://packagist.org/downloads/",
  390. "license": [
  391. "MIT"
  392. ],
  393. "authors": [
  394. {
  395. "name": "Taylor Otwell",
  396. "email": "taylor@laravel.com"
  397. }
  398. ],
  399. "description": "The Illuminate Events package.",
  400. "homepage": "https://laravel.com",
  401. "time": "2021-04-06T19:21:57+00:00"
  402. },
  403. {
  404. "name": "illuminate/filesystem",
  405. "version": "v8.48.1",
  406. "source": {
  407. "type": "git",
  408. "url": "https://github.com/illuminate/filesystem.git",
  409. "reference": "ae8d9051bc50c9551e6a251147b8dcdafcb60d32"
  410. },
  411. "dist": {
  412. "type": "zip",
  413. "url": "https://api.github.com/repos/illuminate/filesystem/zipball/ae8d9051bc50c9551e6a251147b8dcdafcb60d32",
  414. "reference": "ae8d9051bc50c9551e6a251147b8dcdafcb60d32",
  415. "shasum": ""
  416. },
  417. "require": {
  418. "illuminate/collections": "^8.0",
  419. "illuminate/contracts": "^8.0",
  420. "illuminate/macroable": "^8.0",
  421. "illuminate/support": "^8.0",
  422. "php": "^7.3|^8.0",
  423. "symfony/finder": "^5.1.4"
  424. },
  425. "suggest": {
  426. "ext-ftp": "Required to use the Flysystem FTP driver.",
  427. "illuminate/http": "Required for handling uploaded files (^7.0).",
  428. "league/flysystem": "Required to use the Flysystem local and FTP drivers (^1.1).",
  429. "league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (^1.0).",
  430. "league/flysystem-cached-adapter": "Required to use the Flysystem cache (^1.0).",
  431. "league/flysystem-sftp": "Required to use the Flysystem SFTP driver (^1.0).",
  432. "psr/http-message": "Required to allow Storage::put to accept a StreamInterface (^1.0).",
  433. "symfony/filesystem": "Required to enable support for relative symbolic links (^5.1.4).",
  434. "symfony/mime": "Required to enable support for guessing extensions (^5.1.4)."
  435. },
  436. "type": "library",
  437. "extra": {
  438. "branch-alias": {
  439. "dev-master": "8.x-dev"
  440. }
  441. },
  442. "autoload": {
  443. "psr-4": {
  444. "Illuminate\\Filesystem\\": ""
  445. }
  446. },
  447. "notification-url": "https://packagist.org/downloads/",
  448. "license": [
  449. "MIT"
  450. ],
  451. "authors": [
  452. {
  453. "name": "Taylor Otwell",
  454. "email": "taylor@laravel.com"
  455. }
  456. ],
  457. "description": "The Illuminate Filesystem package.",
  458. "homepage": "https://laravel.com",
  459. "time": "2021-06-18T15:48:00+00:00"
  460. },
  461. {
  462. "name": "illuminate/macroable",
  463. "version": "v8.48.1",
  464. "source": {
  465. "type": "git",
  466. "url": "https://github.com/illuminate/macroable.git",
  467. "reference": "300aa13c086f25116b5f3cde3ca54ff5c822fb05"
  468. },
  469. "dist": {
  470. "type": "zip",
  471. "url": "https://api.github.com/repos/illuminate/macroable/zipball/300aa13c086f25116b5f3cde3ca54ff5c822fb05",
  472. "reference": "300aa13c086f25116b5f3cde3ca54ff5c822fb05",
  473. "shasum": ""
  474. },
  475. "require": {
  476. "php": "^7.3|^8.0"
  477. },
  478. "type": "library",
  479. "extra": {
  480. "branch-alias": {
  481. "dev-master": "8.x-dev"
  482. }
  483. },
  484. "autoload": {
  485. "psr-4": {
  486. "Illuminate\\Support\\": ""
  487. }
  488. },
  489. "notification-url": "https://packagist.org/downloads/",
  490. "license": [
  491. "MIT"
  492. ],
  493. "authors": [
  494. {
  495. "name": "Taylor Otwell",
  496. "email": "taylor@laravel.com"
  497. }
  498. ],
  499. "description": "The Illuminate Macroable package.",
  500. "homepage": "https://laravel.com",
  501. "time": "2020-10-27T15:20:30+00:00"
  502. },
  503. {
  504. "name": "illuminate/pipeline",
  505. "version": "v8.48.1",
  506. "source": {
  507. "type": "git",
  508. "url": "https://github.com/illuminate/pipeline.git",
  509. "reference": "23aeff5b26ae4aee3f370835c76bd0f4e93f71d2"
  510. },
  511. "dist": {
  512. "type": "zip",
  513. "url": "https://api.github.com/repos/illuminate/pipeline/zipball/23aeff5b26ae4aee3f370835c76bd0f4e93f71d2",
  514. "reference": "23aeff5b26ae4aee3f370835c76bd0f4e93f71d2",
  515. "shasum": ""
  516. },
  517. "require": {
  518. "illuminate/contracts": "^8.0",
  519. "illuminate/support": "^8.0",
  520. "php": "^7.3|^8.0"
  521. },
  522. "type": "library",
  523. "extra": {
  524. "branch-alias": {
  525. "dev-master": "8.x-dev"
  526. }
  527. },
  528. "autoload": {
  529. "psr-4": {
  530. "Illuminate\\Pipeline\\": ""
  531. }
  532. },
  533. "notification-url": "https://packagist.org/downloads/",
  534. "license": [
  535. "MIT"
  536. ],
  537. "authors": [
  538. {
  539. "name": "Taylor Otwell",
  540. "email": "taylor@laravel.com"
  541. }
  542. ],
  543. "description": "The Illuminate Pipeline package.",
  544. "homepage": "https://laravel.com",
  545. "time": "2021-03-26T18:39:16+00:00"
  546. },
  547. {
  548. "name": "illuminate/support",
  549. "version": "v8.48.1",
  550. "source": {
  551. "type": "git",
  552. "url": "https://github.com/illuminate/support.git",
  553. "reference": "6d925ec70e060a5a16949c79216389c66746a07f"
  554. },
  555. "dist": {
  556. "type": "zip",
  557. "url": "https://api.github.com/repos/illuminate/support/zipball/6d925ec70e060a5a16949c79216389c66746a07f",
  558. "reference": "6d925ec70e060a5a16949c79216389c66746a07f",
  559. "shasum": ""
  560. },
  561. "require": {
  562. "doctrine/inflector": "^1.4|^2.0",
  563. "ext-json": "*",
  564. "ext-mbstring": "*",
  565. "illuminate/collections": "^8.0",
  566. "illuminate/contracts": "^8.0",
  567. "illuminate/macroable": "^8.0",
  568. "nesbot/carbon": "^2.31",
  569. "php": "^7.3|^8.0",
  570. "voku/portable-ascii": "^1.4.8"
  571. },
  572. "conflict": {
  573. "tightenco/collect": "<5.5.33"
  574. },
  575. "suggest": {
  576. "illuminate/filesystem": "Required to use the composer class (^8.0).",
  577. "league/commonmark": "Required to use Str::markdown() and Stringable::markdown() (^1.3).",
  578. "ramsey/uuid": "Required to use Str::uuid() (^4.0).",
  579. "symfony/process": "Required to use the composer class (^5.1.4).",
  580. "symfony/var-dumper": "Required to use the dd function (^5.1.4).",
  581. "vlucas/phpdotenv": "Required to use the Env class and env helper (^5.2)."
  582. },
  583. "type": "library",
  584. "extra": {
  585. "branch-alias": {
  586. "dev-master": "8.x-dev"
  587. }
  588. },
  589. "autoload": {
  590. "psr-4": {
  591. "Illuminate\\Support\\": ""
  592. },
  593. "files": [
  594. "helpers.php"
  595. ]
  596. },
  597. "notification-url": "https://packagist.org/downloads/",
  598. "license": [
  599. "MIT"
  600. ],
  601. "authors": [
  602. {
  603. "name": "Taylor Otwell",
  604. "email": "taylor@laravel.com"
  605. }
  606. ],
  607. "description": "The Illuminate Support package.",
  608. "homepage": "https://laravel.com",
  609. "time": "2021-06-17T16:03:38+00:00"
  610. },
  611. {
  612. "name": "illuminate/view",
  613. "version": "v8.48.1",
  614. "source": {
  615. "type": "git",
  616. "url": "https://github.com/illuminate/view.git",
  617. "reference": "c8b6c1871e852646e186723005a5ec3d1f3ac4e4"
  618. },
  619. "dist": {
  620. "type": "zip",
  621. "url": "https://api.github.com/repos/illuminate/view/zipball/c8b6c1871e852646e186723005a5ec3d1f3ac4e4",
  622. "reference": "c8b6c1871e852646e186723005a5ec3d1f3ac4e4",
  623. "shasum": ""
  624. },
  625. "require": {
  626. "ext-json": "*",
  627. "illuminate/collections": "^8.0",
  628. "illuminate/container": "^8.0",
  629. "illuminate/contracts": "^8.0",
  630. "illuminate/events": "^8.0",
  631. "illuminate/filesystem": "^8.0",
  632. "illuminate/macroable": "^8.0",
  633. "illuminate/support": "^8.0",
  634. "php": "^7.3|^8.0"
  635. },
  636. "type": "library",
  637. "extra": {
  638. "branch-alias": {
  639. "dev-master": "8.x-dev"
  640. }
  641. },
  642. "autoload": {
  643. "psr-4": {
  644. "Illuminate\\View\\": ""
  645. }
  646. },
  647. "notification-url": "https://packagist.org/downloads/",
  648. "license": [
  649. "MIT"
  650. ],
  651. "authors": [
  652. {
  653. "name": "Taylor Otwell",
  654. "email": "taylor@laravel.com"
  655. }
  656. ],
  657. "description": "The Illuminate View package.",
  658. "homepage": "https://laravel.com",
  659. "time": "2021-06-15T17:58:52+00:00"
  660. },
  661. {
  662. "name": "jenssegers/blade",
  663. "version": "v1.4.0",
  664. "source": {
  665. "type": "git",
  666. "url": "https://github.com/jenssegers/blade.git",
  667. "reference": "22a3700e9fc469c19dd1c5e5bd1b9138195e421f"
  668. },
  669. "dist": {
  670. "type": "zip",
  671. "url": "https://api.github.com/repos/jenssegers/blade/zipball/22a3700e9fc469c19dd1c5e5bd1b9138195e421f",
  672. "reference": "22a3700e9fc469c19dd1c5e5bd1b9138195e421f",
  673. "shasum": ""
  674. },
  675. "require": {
  676. "illuminate/view": "^5.5|^6.0|^7.0|^8.0",
  677. "php": ">=7.0"
  678. },
  679. "require-dev": {
  680. "phpunit/phpunit": "^6.0|^7.0",
  681. "satooshi/php-coveralls": "^1.0"
  682. },
  683. "type": "library",
  684. "autoload": {
  685. "psr-4": {
  686. "Jenssegers\\Blade\\": "src/"
  687. }
  688. },
  689. "notification-url": "https://packagist.org/downloads/",
  690. "license": [
  691. "MIT"
  692. ],
  693. "authors": [
  694. {
  695. "name": "Jens Segers",
  696. "homepage": "https://jenssegers.com"
  697. }
  698. ],
  699. "description": "The standalone version of Laravel's Blade templating engine for use outside of Laravel.",
  700. "keywords": [
  701. "blade",
  702. "laravel",
  703. "render",
  704. "template",
  705. "view"
  706. ],
  707. "funding": [
  708. {
  709. "url": "https://github.com/jenssegers",
  710. "type": "github"
  711. },
  712. {
  713. "url": "https://opencollective.com/jenssegers-blade",
  714. "type": "open_collective"
  715. }
  716. ],
  717. "time": "2020-09-17T08:25:26+00:00"
  718. },
  719. {
  720. "name": "microweber/screen",
  721. "version": "v1.0.6",
  722. "source": {
  723. "type": "git",
  724. "url": "https://github.com/microweber/screen.git",
  725. "reference": "a7865099d2fbb8960052cfb408b4cbe463b31774"
  726. },
  727. "dist": {
  728. "type": "zip",
  729. "url": "https://api.github.com/repos/microweber/screen/zipball/a7865099d2fbb8960052cfb408b4cbe463b31774",
  730. "reference": "a7865099d2fbb8960052cfb408b4cbe463b31774",
  731. "shasum": ""
  732. },
  733. "require": {
  734. "php": ">=5.3"
  735. },
  736. "require-dev": {
  737. "symfony/var-dumper": "~3.0"
  738. },
  739. "type": "library",
  740. "autoload": {
  741. "psr-4": {
  742. "Screen\\": "src/"
  743. }
  744. },
  745. "notification-url": "https://packagist.org/downloads/",
  746. "license": [
  747. "MIT"
  748. ],
  749. "authors": [
  750. {
  751. "name": "Peter Ivanov",
  752. "email": "peter@microweber.com",
  753. "homepage": "http://microweber.com"
  754. },
  755. {
  756. "name": "André Filipe",
  757. "email": "andre.r.flip@gmail.com",
  758. "homepage": "http://masnathan.com"
  759. }
  760. ],
  761. "description": "A PHP Class to interact with PhantomJs and capture screenshot of a webpage",
  762. "keywords": [
  763. "capture",
  764. "phantomjs",
  765. "print-screen",
  766. "screen"
  767. ],
  768. "time": "2017-01-20T15:21:43+00:00"
  769. },
  770. {
  771. "name": "mikecao/flight",
  772. "version": "v1.3.9",
  773. "source": {
  774. "type": "git",
  775. "url": "https://github.com/mikecao/flight.git",
  776. "reference": "bc5e03ca59accb3ef37e31b6d4a2a9c78c7bb7ce"
  777. },
  778. "dist": {
  779. "type": "zip",
  780. "url": "https://api.github.com/repos/mikecao/flight/zipball/bc5e03ca59accb3ef37e31b6d4a2a9c78c7bb7ce",
  781. "reference": "bc5e03ca59accb3ef37e31b6d4a2a9c78c7bb7ce",
  782. "shasum": ""
  783. },
  784. "require": {
  785. "php": ">=5.3.0"
  786. },
  787. "require-dev": {
  788. "phpunit/phpunit": "~4.6"
  789. },
  790. "type": "library",
  791. "autoload": {
  792. "files": [
  793. "flight/autoload.php",
  794. "flight/Flight.php"
  795. ]
  796. },
  797. "notification-url": "https://packagist.org/downloads/",
  798. "license": [
  799. "MIT"
  800. ],
  801. "authors": [
  802. {
  803. "name": "Mike Cao",
  804. "email": "mike@mikecao.com",
  805. "homepage": "http://www.mikecao.com/",
  806. "role": "Original Developer"
  807. }
  808. ],
  809. "description": "Flight is a fast, simple, extensible framework for PHP. Flight enables you to quickly and easily build RESTful web applications.",
  810. "homepage": "http://flightphp.com",
  811. "time": "2021-04-05T01:36:59+00:00"
  812. },
  813. {
  814. "name": "nesbot/carbon",
  815. "version": "2.49.0",
  816. "source": {
  817. "type": "git",
  818. "url": "https://github.com/briannesbitt/Carbon.git",
  819. "reference": "93d9db91c0235c486875d22f1e08b50bdf3e6eee"
  820. },
  821. "dist": {
  822. "type": "zip",
  823. "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/93d9db91c0235c486875d22f1e08b50bdf3e6eee",
  824. "reference": "93d9db91c0235c486875d22f1e08b50bdf3e6eee",
  825. "shasum": ""
  826. },
  827. "require": {
  828. "ext-json": "*",
  829. "php": "^7.1.8 || ^8.0",
  830. "symfony/polyfill-mbstring": "^1.0",
  831. "symfony/translation": "^3.4 || ^4.0 || ^5.0"
  832. },
  833. "require-dev": {
  834. "doctrine/orm": "^2.7",
  835. "friendsofphp/php-cs-fixer": "^2.14 || ^3.0",
  836. "kylekatarnls/multi-tester": "^2.0",
  837. "phpmd/phpmd": "^2.9",
  838. "phpstan/extension-installer": "^1.0",
  839. "phpstan/phpstan": "^0.12.54",
  840. "phpunit/phpunit": "^7.5.20 || ^8.5.14",
  841. "squizlabs/php_codesniffer": "^3.4"
  842. },
  843. "bin": [
  844. "bin/carbon"
  845. ],
  846. "type": "library",
  847. "extra": {
  848. "branch-alias": {
  849. "dev-master": "2.x-dev",
  850. "dev-3.x": "3.x-dev"
  851. },
  852. "laravel": {
  853. "providers": [
  854. "Carbon\\Laravel\\ServiceProvider"
  855. ]
  856. },
  857. "phpstan": {
  858. "includes": [
  859. "extension.neon"
  860. ]
  861. }
  862. },
  863. "autoload": {
  864. "psr-4": {
  865. "Carbon\\": "src/Carbon/"
  866. }
  867. },
  868. "notification-url": "https://packagist.org/downloads/",
  869. "license": [
  870. "MIT"
  871. ],
  872. "authors": [
  873. {
  874. "name": "Brian Nesbitt",
  875. "email": "brian@nesbot.com",
  876. "homepage": "http://nesbot.com"
  877. },
  878. {
  879. "name": "kylekatarnls",
  880. "homepage": "http://github.com/kylekatarnls"
  881. }
  882. ],
  883. "description": "An API extension for DateTime that supports 281 different languages.",
  884. "homepage": "http://carbon.nesbot.com",
  885. "keywords": [
  886. "date",
  887. "datetime",
  888. "time"
  889. ],
  890. "funding": [
  891. {
  892. "url": "https://opencollective.com/Carbon",
  893. "type": "open_collective"
  894. },
  895. {
  896. "url": "https://tidelift.com/funding/github/packagist/nesbot/carbon",
  897. "type": "tidelift"
  898. }
  899. ],
  900. "time": "2021-06-02T07:31:40+00:00"
  901. },
  902. {
  903. "name": "phpoption/phpoption",
  904. "version": "1.7.5",
  905. "source": {
  906. "type": "git",
  907. "url": "https://github.com/schmittjoh/php-option.git",
  908. "reference": "994ecccd8f3283ecf5ac33254543eb0ac946d525"
  909. },
  910. "dist": {
  911. "type": "zip",
  912. "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/994ecccd8f3283ecf5ac33254543eb0ac946d525",
  913. "reference": "994ecccd8f3283ecf5ac33254543eb0ac946d525",
  914. "shasum": ""
  915. },
  916. "require": {
  917. "php": "^5.5.9 || ^7.0 || ^8.0"
  918. },
  919. "require-dev": {
  920. "bamarni/composer-bin-plugin": "^1.4.1",
  921. "phpunit/phpunit": "^4.8.35 || ^5.7.27 || ^6.5.6 || ^7.0 || ^8.0 || ^9.0"
  922. },
  923. "type": "library",
  924. "extra": {
  925. "branch-alias": {
  926. "dev-master": "1.7-dev"
  927. }
  928. },
  929. "autoload": {
  930. "psr-4": {
  931. "PhpOption\\": "src/PhpOption/"
  932. }
  933. },
  934. "notification-url": "https://packagist.org/downloads/",
  935. "license": [
  936. "Apache-2.0"
  937. ],
  938. "authors": [
  939. {
  940. "name": "Johannes M. Schmitt",
  941. "email": "schmittjoh@gmail.com"
  942. },
  943. {
  944. "name": "Graham Campbell",
  945. "email": "graham@alt-three.com"
  946. }
  947. ],
  948. "description": "Option Type for PHP",
  949. "keywords": [
  950. "language",
  951. "option",
  952. "php",
  953. "type"
  954. ],
  955. "funding": [
  956. {
  957. "url": "https://github.com/GrahamCampbell",
  958. "type": "github"
  959. },
  960. {
  961. "url": "https://tidelift.com/funding/github/packagist/phpoption/phpoption",
  962. "type": "tidelift"
  963. }
  964. ],
  965. "time": "2020-07-20T17:29:33+00:00"
  966. },
  967. {
  968. "name": "psr/container",
  969. "version": "1.1.1",
  970. "source": {
  971. "type": "git",
  972. "url": "https://github.com/php-fig/container.git",
  973. "reference": "8622567409010282b7aeebe4bb841fe98b58dcaf"
  974. },
  975. "dist": {
  976. "type": "zip",
  977. "url": "https://api.github.com/repos/php-fig/container/zipball/8622567409010282b7aeebe4bb841fe98b58dcaf",
  978. "reference": "8622567409010282b7aeebe4bb841fe98b58dcaf",
  979. "shasum": ""
  980. },
  981. "require": {
  982. "php": ">=7.2.0"
  983. },
  984. "type": "library",
  985. "autoload": {
  986. "psr-4": {
  987. "Psr\\Container\\": "src/"
  988. }
  989. },
  990. "notification-url": "https://packagist.org/downloads/",
  991. "license": [
  992. "MIT"
  993. ],
  994. "authors": [
  995. {
  996. "name": "PHP-FIG",
  997. "homepage": "https://www.php-fig.org/"
  998. }
  999. ],
  1000. "description": "Common Container Interface (PHP FIG PSR-11)",
  1001. "homepage": "https://github.com/php-fig/container",
  1002. "keywords": [
  1003. "PSR-11",
  1004. "container",
  1005. "container-interface",
  1006. "container-interop",
  1007. "psr"
  1008. ],
  1009. "time": "2021-03-05T17:36:06+00:00"
  1010. },
  1011. {
  1012. "name": "psr/simple-cache",
  1013. "version": "1.0.1",
  1014. "source": {
  1015. "type": "git",
  1016. "url": "https://github.com/php-fig/simple-cache.git",
  1017. "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
  1018. },
  1019. "dist": {
  1020. "type": "zip",
  1021. "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
  1022. "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
  1023. "shasum": ""
  1024. },
  1025. "require": {
  1026. "php": ">=5.3.0"
  1027. },
  1028. "type": "library",
  1029. "extra": {
  1030. "branch-alias": {
  1031. "dev-master": "1.0.x-dev"
  1032. }
  1033. },
  1034. "autoload": {
  1035. "psr-4": {
  1036. "Psr\\SimpleCache\\": "src/"
  1037. }
  1038. },
  1039. "notification-url": "https://packagist.org/downloads/",
  1040. "license": [
  1041. "MIT"
  1042. ],
  1043. "authors": [
  1044. {
  1045. "name": "PHP-FIG",
  1046. "homepage": "http://www.php-fig.org/"
  1047. }
  1048. ],
  1049. "description": "Common interfaces for simple caching",
  1050. "keywords": [
  1051. "cache",
  1052. "caching",
  1053. "psr",
  1054. "psr-16",
  1055. "simple-cache"
  1056. ],
  1057. "time": "2017-10-23T01:57:42+00:00"
  1058. },
  1059. {
  1060. "name": "rakibtg/sleekdb",
  1061. "version": "2.11.1",
  1062. "source": {
  1063. "type": "git",
  1064. "url": "https://github.com/rakibtg/SleekDB.git",
  1065. "reference": "e902006b36e35f6125c936b07bd108c7d60f15d5"
  1066. },
  1067. "dist": {
  1068. "type": "zip",
  1069. "url": "https://api.github.com/repos/rakibtg/SleekDB/zipball/e902006b36e35f6125c936b07bd108c7d60f15d5",
  1070. "reference": "e902006b36e35f6125c936b07bd108c7d60f15d5",
  1071. "shasum": ""
  1072. },
  1073. "require": {
  1074. "ext-json": "*",
  1075. "ext-mbstring": "*",
  1076. "php": ">=7.0"
  1077. },
  1078. "require-dev": {
  1079. "phpunit/phpunit": "^6.5",
  1080. "spatie/phpunit-watcher": "^1.8"
  1081. },
  1082. "type": "library",
  1083. "autoload": {
  1084. "psr-4": {
  1085. "SleekDB\\": "src/"
  1086. }
  1087. },
  1088. "notification-url": "https://packagist.org/downloads/",
  1089. "license": [
  1090. "MIT"
  1091. ],
  1092. "authors": [
  1093. {
  1094. "name": "rakibtg",
  1095. "email": "rakibtg@gmail.com"
  1096. }
  1097. ],
  1098. "description": "SleekDB - A 30Kb NoSQL Database made using PHP",
  1099. "keywords": [
  1100. "SleekDB",
  1101. "api",
  1102. "database",
  1103. "flatfile",
  1104. "framework",
  1105. "micro",
  1106. "nosql",
  1107. "php",
  1108. "rest"
  1109. ],
  1110. "time": "2021-06-16T21:34:59+00:00"
  1111. },
  1112. {
  1113. "name": "rakit/validation",
  1114. "version": "v1.4.0",
  1115. "source": {
  1116. "type": "git",
  1117. "url": "https://github.com/rakit/validation.git",
  1118. "reference": "ff003a35cdf5030a5f2482299f4c93f344a35b29"
  1119. },
  1120. "dist": {
  1121. "type": "zip",
  1122. "url": "https://api.github.com/repos/rakit/validation/zipball/ff003a35cdf5030a5f2482299f4c93f344a35b29",
  1123. "reference": "ff003a35cdf5030a5f2482299f4c93f344a35b29",
  1124. "shasum": ""
  1125. },
  1126. "require": {
  1127. "ext-mbstring": "*",
  1128. "php": ">=7.0"
  1129. },
  1130. "require-dev": {
  1131. "php-coveralls/php-coveralls": "^2.2",
  1132. "phpunit/phpunit": "^6.5",
  1133. "squizlabs/php_codesniffer": "^3"
  1134. },
  1135. "type": "library",
  1136. "autoload": {
  1137. "psr-4": {
  1138. "Rakit\\Validation\\": "src"
  1139. }
  1140. },
  1141. "notification-url": "https://packagist.org/downloads/",
  1142. "license": [
  1143. "MIT"
  1144. ],
  1145. "authors": [
  1146. {
  1147. "name": "Muhammad Syifa",
  1148. "email": "emsifa@gmail.com"
  1149. }
  1150. ],
  1151. "description": "PHP Laravel like standalone validation library",
  1152. "time": "2020-08-27T05:07:01+00:00"
  1153. },
  1154. {
  1155. "name": "symfony/deprecation-contracts",
  1156. "version": "v2.4.0",
  1157. "source": {
  1158. "type": "git",
  1159. "url": "https://github.com/symfony/deprecation-contracts.git",
  1160. "reference": "5f38c8804a9e97d23e0c8d63341088cd8a22d627"
  1161. },
  1162. "dist": {
  1163. "type": "zip",
  1164. "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/5f38c8804a9e97d23e0c8d63341088cd8a22d627",
  1165. "reference": "5f38c8804a9e97d23e0c8d63341088cd8a22d627",
  1166. "shasum": ""
  1167. },
  1168. "require": {
  1169. "php": ">=7.1"
  1170. },
  1171. "type": "library",
  1172. "extra": {
  1173. "branch-alias": {
  1174. "dev-main": "2.4-dev"
  1175. },
  1176. "thanks": {
  1177. "name": "symfony/contracts",
  1178. "url": "https://github.com/symfony/contracts"
  1179. }
  1180. },
  1181. "autoload": {
  1182. "files": [
  1183. "function.php"
  1184. ]
  1185. },
  1186. "notification-url": "https://packagist.org/downloads/",
  1187. "license": [
  1188. "MIT"
  1189. ],
  1190. "authors": [
  1191. {
  1192. "name": "Nicolas Grekas",
  1193. "email": "p@tchwork.com"
  1194. },
  1195. {
  1196. "name": "Symfony Community",
  1197. "homepage": "https://symfony.com/contributors"
  1198. }
  1199. ],
  1200. "description": "A generic function and convention to trigger deprecation notices",
  1201. "homepage": "https://symfony.com",
  1202. "funding": [
  1203. {
  1204. "url": "https://symfony.com/sponsor",
  1205. "type": "custom"
  1206. },
  1207. {
  1208. "url": "https://github.com/fabpot",
  1209. "type": "github"
  1210. },
  1211. {
  1212. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1213. "type": "tidelift"
  1214. }
  1215. ],
  1216. "time": "2021-03-23T23:28:01+00:00"
  1217. },
  1218. {
  1219. "name": "symfony/finder",
  1220. "version": "v5.3.0",
  1221. "source": {
  1222. "type": "git",
  1223. "url": "https://github.com/symfony/finder.git",
  1224. "reference": "0ae3f047bed4edff6fd35b26a9a6bfdc92c953c6"
  1225. },
  1226. "dist": {
  1227. "type": "zip",
  1228. "url": "https://api.github.com/repos/symfony/finder/zipball/0ae3f047bed4edff6fd35b26a9a6bfdc92c953c6",
  1229. "reference": "0ae3f047bed4edff6fd35b26a9a6bfdc92c953c6",
  1230. "shasum": ""
  1231. },
  1232. "require": {
  1233. "php": ">=7.2.5"
  1234. },
  1235. "type": "library",
  1236. "autoload": {
  1237. "psr-4": {
  1238. "Symfony\\Component\\Finder\\": ""
  1239. },
  1240. "exclude-from-classmap": [
  1241. "/Tests/"
  1242. ]
  1243. },
  1244. "notification-url": "https://packagist.org/downloads/",
  1245. "license": [
  1246. "MIT"
  1247. ],
  1248. "authors": [
  1249. {
  1250. "name": "Fabien Potencier",
  1251. "email": "fabien@symfony.com"
  1252. },
  1253. {
  1254. "name": "Symfony Community",
  1255. "homepage": "https://symfony.com/contributors"
  1256. }
  1257. ],
  1258. "description": "Finds files and directories via an intuitive fluent interface",
  1259. "homepage": "https://symfony.com",
  1260. "funding": [
  1261. {
  1262. "url": "https://symfony.com/sponsor",
  1263. "type": "custom"
  1264. },
  1265. {
  1266. "url": "https://github.com/fabpot",
  1267. "type": "github"
  1268. },
  1269. {
  1270. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1271. "type": "tidelift"
  1272. }
  1273. ],
  1274. "time": "2021-05-26T12:52:38+00:00"
  1275. },
  1276. {
  1277. "name": "symfony/polyfill-ctype",
  1278. "version": "v1.23.0",
  1279. "source": {
  1280. "type": "git",
  1281. "url": "https://github.com/symfony/polyfill-ctype.git",
  1282. "reference": "46cd95797e9df938fdd2b03693b5fca5e64b01ce"
  1283. },
  1284. "dist": {
  1285. "type": "zip",
  1286. "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/46cd95797e9df938fdd2b03693b5fca5e64b01ce",
  1287. "reference": "46cd95797e9df938fdd2b03693b5fca5e64b01ce",
  1288. "shasum": ""
  1289. },
  1290. "require": {
  1291. "php": ">=7.1"
  1292. },
  1293. "suggest": {
  1294. "ext-ctype": "For best performance"
  1295. },
  1296. "type": "library",
  1297. "extra": {
  1298. "branch-alias": {
  1299. "dev-main": "1.23-dev"
  1300. },
  1301. "thanks": {
  1302. "name": "symfony/polyfill",
  1303. "url": "https://github.com/symfony/polyfill"
  1304. }
  1305. },
  1306. "autoload": {
  1307. "psr-4": {
  1308. "Symfony\\Polyfill\\Ctype\\": ""
  1309. },
  1310. "files": [
  1311. "bootstrap.php"
  1312. ]
  1313. },
  1314. "notification-url": "https://packagist.org/downloads/",
  1315. "license": [
  1316. "MIT"
  1317. ],
  1318. "authors": [
  1319. {
  1320. "name": "Gert de Pagter",
  1321. "email": "BackEndTea@gmail.com"
  1322. },
  1323. {
  1324. "name": "Symfony Community",
  1325. "homepage": "https://symfony.com/contributors"
  1326. }
  1327. ],
  1328. "description": "Symfony polyfill for ctype functions",
  1329. "homepage": "https://symfony.com",
  1330. "keywords": [
  1331. "compatibility",
  1332. "ctype",
  1333. "polyfill",
  1334. "portable"
  1335. ],
  1336. "funding": [
  1337. {
  1338. "url": "https://symfony.com/sponsor",
  1339. "type": "custom"
  1340. },
  1341. {
  1342. "url": "https://github.com/fabpot",
  1343. "type": "github"
  1344. },
  1345. {
  1346. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1347. "type": "tidelift"
  1348. }
  1349. ],
  1350. "time": "2021-02-19T12:13:01+00:00"
  1351. },
  1352. {
  1353. "name": "symfony/polyfill-mbstring",
  1354. "version": "v1.23.0",
  1355. "source": {
  1356. "type": "git",
  1357. "url": "https://github.com/symfony/polyfill-mbstring.git",
  1358. "reference": "2df51500adbaebdc4c38dea4c89a2e131c45c8a1"
  1359. },
  1360. "dist": {
  1361. "type": "zip",
  1362. "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/2df51500adbaebdc4c38dea4c89a2e131c45c8a1",
  1363. "reference": "2df51500adbaebdc4c38dea4c89a2e131c45c8a1",
  1364. "shasum": ""
  1365. },
  1366. "require": {
  1367. "php": ">=7.1"
  1368. },
  1369. "suggest": {
  1370. "ext-mbstring": "For best performance"
  1371. },
  1372. "type": "library",
  1373. "extra": {
  1374. "branch-alias": {
  1375. "dev-main": "1.23-dev"
  1376. },
  1377. "thanks": {
  1378. "name": "symfony/polyfill",
  1379. "url": "https://github.com/symfony/polyfill"
  1380. }
  1381. },
  1382. "autoload": {
  1383. "psr-4": {
  1384. "Symfony\\Polyfill\\Mbstring\\": ""
  1385. },
  1386. "files": [
  1387. "bootstrap.php"
  1388. ]
  1389. },
  1390. "notification-url": "https://packagist.org/downloads/",
  1391. "license": [
  1392. "MIT"
  1393. ],
  1394. "authors": [
  1395. {
  1396. "name": "Nicolas Grekas",
  1397. "email": "p@tchwork.com"
  1398. },
  1399. {
  1400. "name": "Symfony Community",
  1401. "homepage": "https://symfony.com/contributors"
  1402. }
  1403. ],
  1404. "description": "Symfony polyfill for the Mbstring extension",
  1405. "homepage": "https://symfony.com",
  1406. "keywords": [
  1407. "compatibility",
  1408. "mbstring",
  1409. "polyfill",
  1410. "portable",
  1411. "shim"
  1412. ],
  1413. "funding": [
  1414. {
  1415. "url": "https://symfony.com/sponsor",
  1416. "type": "custom"
  1417. },
  1418. {
  1419. "url": "https://github.com/fabpot",
  1420. "type": "github"
  1421. },
  1422. {
  1423. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1424. "type": "tidelift"
  1425. }
  1426. ],
  1427. "time": "2021-05-27T09:27:20+00:00"
  1428. },
  1429. {
  1430. "name": "symfony/polyfill-php80",
  1431. "version": "v1.23.0",
  1432. "source": {
  1433. "type": "git",
  1434. "url": "https://github.com/symfony/polyfill-php80.git",
  1435. "reference": "eca0bf41ed421bed1b57c4958bab16aa86b757d0"
  1436. },
  1437. "dist": {
  1438. "type": "zip",
  1439. "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/eca0bf41ed421bed1b57c4958bab16aa86b757d0",
  1440. "reference": "eca0bf41ed421bed1b57c4958bab16aa86b757d0",
  1441. "shasum": ""
  1442. },
  1443. "require": {
  1444. "php": ">=7.1"
  1445. },
  1446. "type": "library",
  1447. "extra": {
  1448. "branch-alias": {
  1449. "dev-main": "1.23-dev"
  1450. },
  1451. "thanks": {
  1452. "name": "symfony/polyfill",
  1453. "url": "https://github.com/symfony/polyfill"
  1454. }
  1455. },
  1456. "autoload": {
  1457. "psr-4": {
  1458. "Symfony\\Polyfill\\Php80\\": ""
  1459. },
  1460. "files": [
  1461. "bootstrap.php"
  1462. ],
  1463. "classmap": [
  1464. "Resources/stubs"
  1465. ]
  1466. },
  1467. "notification-url": "https://packagist.org/downloads/",
  1468. "license": [
  1469. "MIT"
  1470. ],
  1471. "authors": [
  1472. {
  1473. "name": "Ion Bazan",
  1474. "email": "ion.bazan@gmail.com"
  1475. },
  1476. {
  1477. "name": "Nicolas Grekas",
  1478. "email": "p@tchwork.com"
  1479. },
  1480. {
  1481. "name": "Symfony Community",
  1482. "homepage": "https://symfony.com/contributors"
  1483. }
  1484. ],
  1485. "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
  1486. "homepage": "https://symfony.com",
  1487. "keywords": [
  1488. "compatibility",
  1489. "polyfill",
  1490. "portable",
  1491. "shim"
  1492. ],
  1493. "funding": [
  1494. {
  1495. "url": "https://symfony.com/sponsor",
  1496. "type": "custom"
  1497. },
  1498. {
  1499. "url": "https://github.com/fabpot",
  1500. "type": "github"
  1501. },
  1502. {
  1503. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1504. "type": "tidelift"
  1505. }
  1506. ],
  1507. "time": "2021-02-19T12:13:01+00:00"
  1508. },
  1509. {
  1510. "name": "symfony/translation",
  1511. "version": "v5.3.2",
  1512. "source": {
  1513. "type": "git",
  1514. "url": "https://github.com/symfony/translation.git",
  1515. "reference": "7e2603bcc598e14804c4d2359d8dc4ee3c40391b"
  1516. },
  1517. "dist": {
  1518. "type": "zip",
  1519. "url": "https://api.github.com/repos/symfony/translation/zipball/7e2603bcc598e14804c4d2359d8dc4ee3c40391b",
  1520. "reference": "7e2603bcc598e14804c4d2359d8dc4ee3c40391b",
  1521. "shasum": ""
  1522. },
  1523. "require": {
  1524. "php": ">=7.2.5",
  1525. "symfony/deprecation-contracts": "^2.1",
  1526. "symfony/polyfill-mbstring": "~1.0",
  1527. "symfony/polyfill-php80": "^1.15",
  1528. "symfony/translation-contracts": "^2.3"
  1529. },
  1530. "conflict": {
  1531. "symfony/config": "<4.4",
  1532. "symfony/dependency-injection": "<5.0",
  1533. "symfony/http-kernel": "<5.0",
  1534. "symfony/twig-bundle": "<5.0",
  1535. "symfony/yaml": "<4.4"
  1536. },
  1537. "provide": {
  1538. "symfony/translation-implementation": "2.3"
  1539. },
  1540. "require-dev": {
  1541. "psr/log": "~1.0",
  1542. "symfony/config": "^4.4|^5.0",
  1543. "symfony/console": "^4.4|^5.0",
  1544. "symfony/dependency-injection": "^5.0",
  1545. "symfony/finder": "^4.4|^5.0",
  1546. "symfony/http-kernel": "^5.0",
  1547. "symfony/intl": "^4.4|^5.0",
  1548. "symfony/polyfill-intl-icu": "^1.21",
  1549. "symfony/service-contracts": "^1.1.2|^2",
  1550. "symfony/yaml": "^4.4|^5.0"
  1551. },
  1552. "suggest": {
  1553. "psr/log-implementation": "To use logging capability in translator",
  1554. "symfony/config": "",
  1555. "symfony/yaml": ""
  1556. },
  1557. "type": "library",
  1558. "autoload": {
  1559. "files": [
  1560. "Resources/functions.php"
  1561. ],
  1562. "psr-4": {
  1563. "Symfony\\Component\\Translation\\": ""
  1564. },
  1565. "exclude-from-classmap": [
  1566. "/Tests/"
  1567. ]
  1568. },
  1569. "notification-url": "https://packagist.org/downloads/",
  1570. "license": [
  1571. "MIT"
  1572. ],
  1573. "authors": [
  1574. {
  1575. "name": "Fabien Potencier",
  1576. "email": "fabien@symfony.com"
  1577. },
  1578. {
  1579. "name": "Symfony Community",
  1580. "homepage": "https://symfony.com/contributors"
  1581. }
  1582. ],
  1583. "description": "Provides tools to internationalize your application",
  1584. "homepage": "https://symfony.com",
  1585. "funding": [
  1586. {
  1587. "url": "https://symfony.com/sponsor",
  1588. "type": "custom"
  1589. },
  1590. {
  1591. "url": "https://github.com/fabpot",
  1592. "type": "github"
  1593. },
  1594. {
  1595. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1596. "type": "tidelift"
  1597. }
  1598. ],
  1599. "time": "2021-06-06T09:51:56+00:00"
  1600. },
  1601. {
  1602. "name": "symfony/translation-contracts",
  1603. "version": "v2.4.0",
  1604. "source": {
  1605. "type": "git",
  1606. "url": "https://github.com/symfony/translation-contracts.git",
  1607. "reference": "95c812666f3e91db75385749fe219c5e494c7f95"
  1608. },
  1609. "dist": {
  1610. "type": "zip",
  1611. "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/95c812666f3e91db75385749fe219c5e494c7f95",
  1612. "reference": "95c812666f3e91db75385749fe219c5e494c7f95",
  1613. "shasum": ""
  1614. },
  1615. "require": {
  1616. "php": ">=7.2.5"
  1617. },
  1618. "suggest": {
  1619. "symfony/translation-implementation": ""
  1620. },
  1621. "type": "library",
  1622. "extra": {
  1623. "branch-alias": {
  1624. "dev-main": "2.4-dev"
  1625. },
  1626. "thanks": {
  1627. "name": "symfony/contracts",
  1628. "url": "https://github.com/symfony/contracts"
  1629. }
  1630. },
  1631. "autoload": {
  1632. "psr-4": {
  1633. "Symfony\\Contracts\\Translation\\": ""
  1634. }
  1635. },
  1636. "notification-url": "https://packagist.org/downloads/",
  1637. "license": [
  1638. "MIT"
  1639. ],
  1640. "authors": [
  1641. {
  1642. "name": "Nicolas Grekas",
  1643. "email": "p@tchwork.com"
  1644. },
  1645. {
  1646. "name": "Symfony Community",
  1647. "homepage": "https://symfony.com/contributors"
  1648. }
  1649. ],
  1650. "description": "Generic abstractions related to translation",
  1651. "homepage": "https://symfony.com",
  1652. "keywords": [
  1653. "abstractions",
  1654. "contracts",
  1655. "decoupling",
  1656. "interfaces",
  1657. "interoperability",
  1658. "standards"
  1659. ],
  1660. "funding": [
  1661. {
  1662. "url": "https://symfony.com/sponsor",
  1663. "type": "custom"
  1664. },
  1665. {
  1666. "url": "https://github.com/fabpot",
  1667. "type": "github"
  1668. },
  1669. {
  1670. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1671. "type": "tidelift"
  1672. }
  1673. ],
  1674. "time": "2021-03-23T23:28:01+00:00"
  1675. },
  1676. {
  1677. "name": "vlucas/phpdotenv",
  1678. "version": "v5.3.0",
  1679. "source": {
  1680. "type": "git",
  1681. "url": "https://github.com/vlucas/phpdotenv.git",
  1682. "reference": "b3eac5c7ac896e52deab4a99068e3f4ab12d9e56"
  1683. },
  1684. "dist": {
  1685. "type": "zip",
  1686. "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/b3eac5c7ac896e52deab4a99068e3f4ab12d9e56",
  1687. "reference": "b3eac5c7ac896e52deab4a99068e3f4ab12d9e56",
  1688. "shasum": ""
  1689. },
  1690. "require": {
  1691. "ext-pcre": "*",
  1692. "graham-campbell/result-type": "^1.0.1",
  1693. "php": "^7.1.3 || ^8.0",
  1694. "phpoption/phpoption": "^1.7.4",
  1695. "symfony/polyfill-ctype": "^1.17",
  1696. "symfony/polyfill-mbstring": "^1.17",
  1697. "symfony/polyfill-php80": "^1.17"
  1698. },
  1699. "require-dev": {
  1700. "bamarni/composer-bin-plugin": "^1.4.1",
  1701. "ext-filter": "*",
  1702. "phpunit/phpunit": "^7.5.20 || ^8.5.14 || ^9.5.1"
  1703. },
  1704. "suggest": {
  1705. "ext-filter": "Required to use the boolean validator."
  1706. },
  1707. "type": "library",
  1708. "extra": {
  1709. "branch-alias": {
  1710. "dev-master": "5.3-dev"
  1711. }
  1712. },
  1713. "autoload": {
  1714. "psr-4": {
  1715. "Dotenv\\": "src/"
  1716. }
  1717. },
  1718. "notification-url": "https://packagist.org/downloads/",
  1719. "license": [
  1720. "BSD-3-Clause"
  1721. ],
  1722. "authors": [
  1723. {
  1724. "name": "Graham Campbell",
  1725. "email": "graham@alt-three.com",
  1726. "homepage": "https://gjcampbell.co.uk/"
  1727. },
  1728. {
  1729. "name": "Vance Lucas",
  1730. "email": "vance@vancelucas.com",
  1731. "homepage": "https://vancelucas.com/"
  1732. }
  1733. ],
  1734. "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
  1735. "keywords": [
  1736. "dotenv",
  1737. "env",
  1738. "environment"
  1739. ],
  1740. "funding": [
  1741. {
  1742. "url": "https://github.com/GrahamCampbell",
  1743. "type": "github"
  1744. },
  1745. {
  1746. "url": "https://tidelift.com/funding/github/packagist/vlucas/phpdotenv",
  1747. "type": "tidelift"
  1748. }
  1749. ],
  1750. "time": "2021-01-20T15:23:13+00:00"
  1751. },
  1752. {
  1753. "name": "voku/portable-ascii",
  1754. "version": "1.5.6",
  1755. "source": {
  1756. "type": "git",
  1757. "url": "https://github.com/voku/portable-ascii.git",
  1758. "reference": "80953678b19901e5165c56752d087fc11526017c"
  1759. },
  1760. "dist": {
  1761. "type": "zip",
  1762. "url": "https://api.github.com/repos/voku/portable-ascii/zipball/80953678b19901e5165c56752d087fc11526017c",
  1763. "reference": "80953678b19901e5165c56752d087fc11526017c",
  1764. "shasum": ""
  1765. },
  1766. "require": {
  1767. "php": ">=7.0.0"
  1768. },
  1769. "require-dev": {
  1770. "phpunit/phpunit": "~6.0 || ~7.0 || ~9.0"
  1771. },
  1772. "suggest": {
  1773. "ext-intl": "Use Intl for transliterator_transliterate() support"
  1774. },
  1775. "type": "library",
  1776. "autoload": {
  1777. "psr-4": {
  1778. "voku\\": "src/voku/"
  1779. }
  1780. },
  1781. "notification-url": "https://packagist.org/downloads/",
  1782. "license": [
  1783. "MIT"
  1784. ],
  1785. "authors": [
  1786. {
  1787. "name": "Lars Moelleken",
  1788. "homepage": "http://www.moelleken.org/"
  1789. }
  1790. ],
  1791. "description": "Portable ASCII library - performance optimized (ascii) string functions for php.",
  1792. "homepage": "https://github.com/voku/portable-ascii",
  1793. "keywords": [
  1794. "ascii",
  1795. "clean",
  1796. "php"
  1797. ],
  1798. "funding": [
  1799. {
  1800. "url": "https://www.paypal.me/moelleken",
  1801. "type": "custom"
  1802. },
  1803. {
  1804. "url": "https://github.com/voku",
  1805. "type": "github"
  1806. },
  1807. {
  1808. "url": "https://opencollective.com/portable-ascii",
  1809. "type": "open_collective"
  1810. },
  1811. {
  1812. "url": "https://www.patreon.com/voku",
  1813. "type": "patreon"
  1814. },
  1815. {
  1816. "url": "https://tidelift.com/funding/github/packagist/voku/portable-ascii",
  1817. "type": "tidelift"
  1818. }
  1819. ],
  1820. "time": "2020-11-12T00:07:28+00:00"
  1821. }
  1822. ],
  1823. "packages-dev": [],
  1824. "aliases": [],
  1825. "minimum-stability": "stable",
  1826. "stability-flags": [],
  1827. "prefer-stable": false,
  1828. "prefer-lowest": false,
  1829. "platform": [],
  1830. "platform-dev": [],
  1831. "plugin-api-version": "1.1.0"
  1832. }