Boilerplate to use a Directus Instance to Build a Custom Website, Content will be Manage by Directus
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.

2451 lines
86 KiB

5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 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
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
5 years ago
5 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": "fcd79dd392240661e898bba640146723",
  8. "packages": [
  9. {
  10. "name": "cocur/slugify",
  11. "version": "v4.0.0",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/cocur/slugify.git",
  15. "reference": "3f1ffc300f164f23abe8b64ffb3f92d35cec8307"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/cocur/slugify/zipball/3f1ffc300f164f23abe8b64ffb3f92d35cec8307",
  20. "reference": "3f1ffc300f164f23abe8b64ffb3f92d35cec8307",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "ext-mbstring": "*",
  25. "php": ">=7.0"
  26. },
  27. "conflict": {
  28. "symfony/config": "<3.4 || >=4,<4.3",
  29. "symfony/dependency-injection": "<3.4 || >=4,<4.3",
  30. "symfony/http-kernel": "<3.4 || >=4,<4.3",
  31. "twig/twig": "<2.12.1"
  32. },
  33. "require-dev": {
  34. "laravel/framework": "~5.1",
  35. "latte/latte": "~2.2",
  36. "league/container": "^2.2.0",
  37. "mikey179/vfsstream": "~1.6.8",
  38. "mockery/mockery": "^1.3",
  39. "nette/di": "~2.4",
  40. "phpunit/phpunit": "^5.7.27",
  41. "pimple/pimple": "~1.1",
  42. "plumphp/plum": "~0.1",
  43. "symfony/config": "^3.4 || ^4.3 || ^5.0",
  44. "symfony/dependency-injection": "^3.4 || ^4.3 || ^5.0",
  45. "symfony/http-kernel": "^3.4 || ^4.3 || ^5.0",
  46. "twig/twig": "^2.12.1 || ~3.0",
  47. "zendframework/zend-modulemanager": "~2.2",
  48. "zendframework/zend-servicemanager": "~2.2",
  49. "zendframework/zend-view": "~2.2"
  50. },
  51. "type": "library",
  52. "autoload": {
  53. "psr-4": {
  54. "Cocur\\Slugify\\": "src"
  55. }
  56. },
  57. "notification-url": "https://packagist.org/downloads/",
  58. "license": [
  59. "MIT"
  60. ],
  61. "authors": [
  62. {
  63. "name": "Florian Eckerstorfer",
  64. "email": "florian@eckerstorfer.co",
  65. "homepage": "https://florian.ec"
  66. },
  67. {
  68. "name": "Ivo Bathke",
  69. "email": "ivo.bathke@gmail.com"
  70. }
  71. ],
  72. "description": "Converts a string into a slug.",
  73. "keywords": [
  74. "slug",
  75. "slugify"
  76. ],
  77. "support": {
  78. "issues": "https://github.com/cocur/slugify/issues",
  79. "source": "https://github.com/cocur/slugify/tree/master"
  80. },
  81. "time": "2019-12-14T13:04:14+00:00"
  82. },
  83. {
  84. "name": "doctrine/inflector",
  85. "version": "2.0.3",
  86. "source": {
  87. "type": "git",
  88. "url": "https://github.com/doctrine/inflector.git",
  89. "reference": "9cf661f4eb38f7c881cac67c75ea9b00bf97b210"
  90. },
  91. "dist": {
  92. "type": "zip",
  93. "url": "https://api.github.com/repos/doctrine/inflector/zipball/9cf661f4eb38f7c881cac67c75ea9b00bf97b210",
  94. "reference": "9cf661f4eb38f7c881cac67c75ea9b00bf97b210",
  95. "shasum": ""
  96. },
  97. "require": {
  98. "php": "^7.2 || ^8.0"
  99. },
  100. "require-dev": {
  101. "doctrine/coding-standard": "^7.0",
  102. "phpstan/phpstan": "^0.11",
  103. "phpstan/phpstan-phpunit": "^0.11",
  104. "phpstan/phpstan-strict-rules": "^0.11",
  105. "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0"
  106. },
  107. "type": "library",
  108. "extra": {
  109. "branch-alias": {
  110. "dev-master": "2.0.x-dev"
  111. }
  112. },
  113. "autoload": {
  114. "psr-4": {
  115. "Doctrine\\Inflector\\": "lib/Doctrine/Inflector"
  116. }
  117. },
  118. "notification-url": "https://packagist.org/downloads/",
  119. "license": [
  120. "MIT"
  121. ],
  122. "authors": [
  123. {
  124. "name": "Guilherme Blanco",
  125. "email": "guilhermeblanco@gmail.com"
  126. },
  127. {
  128. "name": "Roman Borschel",
  129. "email": "roman@code-factory.org"
  130. },
  131. {
  132. "name": "Benjamin Eberlei",
  133. "email": "kontakt@beberlei.de"
  134. },
  135. {
  136. "name": "Jonathan Wage",
  137. "email": "jonwage@gmail.com"
  138. },
  139. {
  140. "name": "Johannes Schmitt",
  141. "email": "schmittjoh@gmail.com"
  142. }
  143. ],
  144. "description": "PHP Doctrine Inflector is a small library that can perform string manipulations with regard to upper/lowercase and singular/plural forms of words.",
  145. "homepage": "https://www.doctrine-project.org/projects/inflector.html",
  146. "keywords": [
  147. "inflection",
  148. "inflector",
  149. "lowercase",
  150. "manipulation",
  151. "php",
  152. "plural",
  153. "singular",
  154. "strings",
  155. "uppercase",
  156. "words"
  157. ],
  158. "support": {
  159. "issues": "https://github.com/doctrine/inflector/issues",
  160. "source": "https://github.com/doctrine/inflector/tree/2.0.x"
  161. },
  162. "funding": [
  163. {
  164. "url": "https://www.doctrine-project.org/sponsorship.html",
  165. "type": "custom"
  166. },
  167. {
  168. "url": "https://www.patreon.com/phpdoctrine",
  169. "type": "patreon"
  170. },
  171. {
  172. "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finflector",
  173. "type": "tidelift"
  174. }
  175. ],
  176. "time": "2020-05-29T15:13:26+00:00"
  177. },
  178. {
  179. "name": "erusev/parsedown",
  180. "version": "1.7.4",
  181. "source": {
  182. "type": "git",
  183. "url": "https://github.com/erusev/parsedown.git",
  184. "reference": "cb17b6477dfff935958ba01325f2e8a2bfa6dab3"
  185. },
  186. "dist": {
  187. "type": "zip",
  188. "url": "https://api.github.com/repos/erusev/parsedown/zipball/cb17b6477dfff935958ba01325f2e8a2bfa6dab3",
  189. "reference": "cb17b6477dfff935958ba01325f2e8a2bfa6dab3",
  190. "shasum": ""
  191. },
  192. "require": {
  193. "ext-mbstring": "*",
  194. "php": ">=5.3.0"
  195. },
  196. "require-dev": {
  197. "phpunit/phpunit": "^4.8.35"
  198. },
  199. "type": "library",
  200. "autoload": {
  201. "psr-0": {
  202. "Parsedown": ""
  203. }
  204. },
  205. "notification-url": "https://packagist.org/downloads/",
  206. "license": [
  207. "MIT"
  208. ],
  209. "authors": [
  210. {
  211. "name": "Emanuil Rusev",
  212. "email": "hello@erusev.com",
  213. "homepage": "http://erusev.com"
  214. }
  215. ],
  216. "description": "Parser for Markdown.",
  217. "homepage": "http://parsedown.org",
  218. "keywords": [
  219. "markdown",
  220. "parser"
  221. ],
  222. "support": {
  223. "issues": "https://github.com/erusev/parsedown/issues",
  224. "source": "https://github.com/erusev/parsedown/tree/1.7.x"
  225. },
  226. "time": "2019-12-30T22:54:17+00:00"
  227. },
  228. {
  229. "name": "graham-campbell/result-type",
  230. "version": "v1.0.2",
  231. "source": {
  232. "type": "git",
  233. "url": "https://github.com/GrahamCampbell/Result-Type.git",
  234. "reference": "84afea85c6841deeea872f36249a206e878a5de0"
  235. },
  236. "dist": {
  237. "type": "zip",
  238. "url": "https://api.github.com/repos/GrahamCampbell/Result-Type/zipball/84afea85c6841deeea872f36249a206e878a5de0",
  239. "reference": "84afea85c6841deeea872f36249a206e878a5de0",
  240. "shasum": ""
  241. },
  242. "require": {
  243. "php": "^7.0 || ^8.0",
  244. "phpoption/phpoption": "^1.8"
  245. },
  246. "require-dev": {
  247. "phpunit/phpunit": "^6.5.14 || ^7.5.20 || ^8.5.19 || ^9.5.8"
  248. },
  249. "type": "library",
  250. "autoload": {
  251. "psr-4": {
  252. "GrahamCampbell\\ResultType\\": "src/"
  253. }
  254. },
  255. "notification-url": "https://packagist.org/downloads/",
  256. "license": [
  257. "MIT"
  258. ],
  259. "authors": [
  260. {
  261. "name": "Graham Campbell",
  262. "email": "hello@gjcampbell.co.uk"
  263. }
  264. ],
  265. "description": "An Implementation Of The Result Type",
  266. "keywords": [
  267. "Graham Campbell",
  268. "GrahamCampbell",
  269. "Result Type",
  270. "Result-Type",
  271. "result"
  272. ],
  273. "support": {
  274. "issues": "https://github.com/GrahamCampbell/Result-Type/issues",
  275. "source": "https://github.com/GrahamCampbell/Result-Type/tree/v1.0.2"
  276. },
  277. "funding": [
  278. {
  279. "url": "https://github.com/GrahamCampbell",
  280. "type": "github"
  281. },
  282. {
  283. "url": "https://tidelift.com/funding/github/packagist/graham-campbell/result-type",
  284. "type": "tidelift"
  285. }
  286. ],
  287. "time": "2021-08-28T21:34:50+00:00"
  288. },
  289. {
  290. "name": "guzzlehttp/guzzle",
  291. "version": "7.3.0",
  292. "source": {
  293. "type": "git",
  294. "url": "https://github.com/guzzle/guzzle.git",
  295. "reference": "7008573787b430c1c1f650e3722d9bba59967628"
  296. },
  297. "dist": {
  298. "type": "zip",
  299. "url": "https://api.github.com/repos/guzzle/guzzle/zipball/7008573787b430c1c1f650e3722d9bba59967628",
  300. "reference": "7008573787b430c1c1f650e3722d9bba59967628",
  301. "shasum": ""
  302. },
  303. "require": {
  304. "ext-json": "*",
  305. "guzzlehttp/promises": "^1.4",
  306. "guzzlehttp/psr7": "^1.7 || ^2.0",
  307. "php": "^7.2.5 || ^8.0",
  308. "psr/http-client": "^1.0"
  309. },
  310. "provide": {
  311. "psr/http-client-implementation": "1.0"
  312. },
  313. "require-dev": {
  314. "bamarni/composer-bin-plugin": "^1.4.1",
  315. "ext-curl": "*",
  316. "php-http/client-integration-tests": "^3.0",
  317. "phpunit/phpunit": "^8.5.5 || ^9.3.5",
  318. "psr/log": "^1.1"
  319. },
  320. "suggest": {
  321. "ext-curl": "Required for CURL handler support",
  322. "ext-intl": "Required for Internationalized Domain Name (IDN) support",
  323. "psr/log": "Required for using the Log middleware"
  324. },
  325. "type": "library",
  326. "extra": {
  327. "branch-alias": {
  328. "dev-master": "7.3-dev"
  329. }
  330. },
  331. "autoload": {
  332. "psr-4": {
  333. "GuzzleHttp\\": "src/"
  334. },
  335. "files": [
  336. "src/functions_include.php"
  337. ]
  338. },
  339. "notification-url": "https://packagist.org/downloads/",
  340. "license": [
  341. "MIT"
  342. ],
  343. "authors": [
  344. {
  345. "name": "Michael Dowling",
  346. "email": "mtdowling@gmail.com",
  347. "homepage": "https://github.com/mtdowling"
  348. },
  349. {
  350. "name": "Márk Sági-Kazár",
  351. "email": "mark.sagikazar@gmail.com",
  352. "homepage": "https://sagikazarmark.hu"
  353. }
  354. ],
  355. "description": "Guzzle is a PHP HTTP client library",
  356. "homepage": "http://guzzlephp.org/",
  357. "keywords": [
  358. "client",
  359. "curl",
  360. "framework",
  361. "http",
  362. "http client",
  363. "psr-18",
  364. "psr-7",
  365. "rest",
  366. "web service"
  367. ],
  368. "support": {
  369. "issues": "https://github.com/guzzle/guzzle/issues",
  370. "source": "https://github.com/guzzle/guzzle/tree/7.3.0"
  371. },
  372. "funding": [
  373. {
  374. "url": "https://github.com/GrahamCampbell",
  375. "type": "github"
  376. },
  377. {
  378. "url": "https://github.com/Nyholm",
  379. "type": "github"
  380. },
  381. {
  382. "url": "https://github.com/alexeyshockov",
  383. "type": "github"
  384. },
  385. {
  386. "url": "https://github.com/gmponos",
  387. "type": "github"
  388. }
  389. ],
  390. "time": "2021-03-23T11:33:13+00:00"
  391. },
  392. {
  393. "name": "guzzlehttp/promises",
  394. "version": "1.5.0",
  395. "source": {
  396. "type": "git",
  397. "url": "https://github.com/guzzle/promises.git",
  398. "reference": "136a635e2b4a49b9d79e9c8fee267ffb257fdba0"
  399. },
  400. "dist": {
  401. "type": "zip",
  402. "url": "https://api.github.com/repos/guzzle/promises/zipball/136a635e2b4a49b9d79e9c8fee267ffb257fdba0",
  403. "reference": "136a635e2b4a49b9d79e9c8fee267ffb257fdba0",
  404. "shasum": ""
  405. },
  406. "require": {
  407. "php": ">=5.5"
  408. },
  409. "require-dev": {
  410. "symfony/phpunit-bridge": "^4.4 || ^5.1"
  411. },
  412. "type": "library",
  413. "extra": {
  414. "branch-alias": {
  415. "dev-master": "1.5-dev"
  416. }
  417. },
  418. "autoload": {
  419. "psr-4": {
  420. "GuzzleHttp\\Promise\\": "src/"
  421. },
  422. "files": [
  423. "src/functions_include.php"
  424. ]
  425. },
  426. "notification-url": "https://packagist.org/downloads/",
  427. "license": [
  428. "MIT"
  429. ],
  430. "authors": [
  431. {
  432. "name": "Graham Campbell",
  433. "email": "hello@gjcampbell.co.uk",
  434. "homepage": "https://github.com/GrahamCampbell"
  435. },
  436. {
  437. "name": "Michael Dowling",
  438. "email": "mtdowling@gmail.com",
  439. "homepage": "https://github.com/mtdowling"
  440. },
  441. {
  442. "name": "Tobias Nyholm",
  443. "email": "tobias.nyholm@gmail.com",
  444. "homepage": "https://github.com/Nyholm"
  445. },
  446. {
  447. "name": "Tobias Schultze",
  448. "email": "webmaster@tubo-world.de",
  449. "homepage": "https://github.com/Tobion"
  450. }
  451. ],
  452. "description": "Guzzle promises library",
  453. "keywords": [
  454. "promise"
  455. ],
  456. "support": {
  457. "issues": "https://github.com/guzzle/promises/issues",
  458. "source": "https://github.com/guzzle/promises/tree/1.5.0"
  459. },
  460. "funding": [
  461. {
  462. "url": "https://github.com/GrahamCampbell",
  463. "type": "github"
  464. },
  465. {
  466. "url": "https://github.com/Nyholm",
  467. "type": "github"
  468. },
  469. {
  470. "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises",
  471. "type": "tidelift"
  472. }
  473. ],
  474. "time": "2021-10-07T13:05:22+00:00"
  475. },
  476. {
  477. "name": "guzzlehttp/psr7",
  478. "version": "2.1.0",
  479. "source": {
  480. "type": "git",
  481. "url": "https://github.com/guzzle/psr7.git",
  482. "reference": "089edd38f5b8abba6cb01567c2a8aaa47cec4c72"
  483. },
  484. "dist": {
  485. "type": "zip",
  486. "url": "https://api.github.com/repos/guzzle/psr7/zipball/089edd38f5b8abba6cb01567c2a8aaa47cec4c72",
  487. "reference": "089edd38f5b8abba6cb01567c2a8aaa47cec4c72",
  488. "shasum": ""
  489. },
  490. "require": {
  491. "php": "^7.2.5 || ^8.0",
  492. "psr/http-factory": "^1.0",
  493. "psr/http-message": "^1.0",
  494. "ralouphie/getallheaders": "^3.0"
  495. },
  496. "provide": {
  497. "psr/http-factory-implementation": "1.0",
  498. "psr/http-message-implementation": "1.0"
  499. },
  500. "require-dev": {
  501. "bamarni/composer-bin-plugin": "^1.4.1",
  502. "http-interop/http-factory-tests": "^0.9",
  503. "phpunit/phpunit": "^8.5.8 || ^9.3.10"
  504. },
  505. "suggest": {
  506. "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
  507. },
  508. "type": "library",
  509. "extra": {
  510. "branch-alias": {
  511. "dev-master": "2.1-dev"
  512. }
  513. },
  514. "autoload": {
  515. "psr-4": {
  516. "GuzzleHttp\\Psr7\\": "src/"
  517. }
  518. },
  519. "notification-url": "https://packagist.org/downloads/",
  520. "license": [
  521. "MIT"
  522. ],
  523. "authors": [
  524. {
  525. "name": "Graham Campbell",
  526. "email": "hello@gjcampbell.co.uk",
  527. "homepage": "https://github.com/GrahamCampbell"
  528. },
  529. {
  530. "name": "Michael Dowling",
  531. "email": "mtdowling@gmail.com",
  532. "homepage": "https://github.com/mtdowling"
  533. },
  534. {
  535. "name": "George Mponos",
  536. "email": "gmponos@gmail.com",
  537. "homepage": "https://github.com/gmponos"
  538. },
  539. {
  540. "name": "Tobias Nyholm",
  541. "email": "tobias.nyholm@gmail.com",
  542. "homepage": "https://github.com/Nyholm"
  543. },
  544. {
  545. "name": "Márk Sági-Kazár",
  546. "email": "mark.sagikazar@gmail.com",
  547. "homepage": "https://github.com/sagikazarmark"
  548. },
  549. {
  550. "name": "Tobias Schultze",
  551. "email": "webmaster@tubo-world.de",
  552. "homepage": "https://github.com/Tobion"
  553. },
  554. {
  555. "name": "Márk Sági-Kazár",
  556. "email": "mark.sagikazar@gmail.com",
  557. "homepage": "https://sagikazarmark.hu"
  558. }
  559. ],
  560. "description": "PSR-7 message implementation that also provides common utility methods",
  561. "keywords": [
  562. "http",
  563. "message",
  564. "psr-7",
  565. "request",
  566. "response",
  567. "stream",
  568. "uri",
  569. "url"
  570. ],
  571. "support": {
  572. "issues": "https://github.com/guzzle/psr7/issues",
  573. "source": "https://github.com/guzzle/psr7/tree/2.1.0"
  574. },
  575. "funding": [
  576. {
  577. "url": "https://github.com/GrahamCampbell",
  578. "type": "github"
  579. },
  580. {
  581. "url": "https://github.com/Nyholm",
  582. "type": "github"
  583. },
  584. {
  585. "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7",
  586. "type": "tidelift"
  587. }
  588. ],
  589. "time": "2021-10-06T17:43:30+00:00"
  590. },
  591. {
  592. "name": "illuminate/bus",
  593. "version": "v8.63.0",
  594. "source": {
  595. "type": "git",
  596. "url": "https://github.com/illuminate/bus.git",
  597. "reference": "a222094903c473b6b0ade0b0b0e20b83ae1472b6"
  598. },
  599. "dist": {
  600. "type": "zip",
  601. "url": "https://api.github.com/repos/illuminate/bus/zipball/a222094903c473b6b0ade0b0b0e20b83ae1472b6",
  602. "reference": "a222094903c473b6b0ade0b0b0e20b83ae1472b6",
  603. "shasum": ""
  604. },
  605. "require": {
  606. "illuminate/collections": "^8.0",
  607. "illuminate/contracts": "^8.0",
  608. "illuminate/pipeline": "^8.0",
  609. "illuminate/support": "^8.0",
  610. "php": "^7.3|^8.0"
  611. },
  612. "suggest": {
  613. "illuminate/queue": "Required to use closures when chaining jobs (^7.0)."
  614. },
  615. "type": "library",
  616. "extra": {
  617. "branch-alias": {
  618. "dev-master": "8.x-dev"
  619. }
  620. },
  621. "autoload": {
  622. "psr-4": {
  623. "Illuminate\\Bus\\": ""
  624. }
  625. },
  626. "notification-url": "https://packagist.org/downloads/",
  627. "license": [
  628. "MIT"
  629. ],
  630. "authors": [
  631. {
  632. "name": "Taylor Otwell",
  633. "email": "taylor@laravel.com"
  634. }
  635. ],
  636. "description": "The Illuminate Bus package.",
  637. "homepage": "https://laravel.com",
  638. "support": {
  639. "issues": "https://github.com/laravel/framework/issues",
  640. "source": "https://github.com/laravel/framework"
  641. },
  642. "time": "2021-09-15T14:32:50+00:00"
  643. },
  644. {
  645. "name": "illuminate/collections",
  646. "version": "v8.63.0",
  647. "source": {
  648. "type": "git",
  649. "url": "https://github.com/illuminate/collections.git",
  650. "reference": "8e6c29c49f28b90e9de0cac1c14290feb99202c5"
  651. },
  652. "dist": {
  653. "type": "zip",
  654. "url": "https://api.github.com/repos/illuminate/collections/zipball/8e6c29c49f28b90e9de0cac1c14290feb99202c5",
  655. "reference": "8e6c29c49f28b90e9de0cac1c14290feb99202c5",
  656. "shasum": ""
  657. },
  658. "require": {
  659. "illuminate/contracts": "^8.0",
  660. "illuminate/macroable": "^8.0",
  661. "php": "^7.3|^8.0"
  662. },
  663. "suggest": {
  664. "symfony/var-dumper": "Required to use the dump method (^5.1.4)."
  665. },
  666. "type": "library",
  667. "extra": {
  668. "branch-alias": {
  669. "dev-master": "8.x-dev"
  670. }
  671. },
  672. "autoload": {
  673. "psr-4": {
  674. "Illuminate\\Support\\": ""
  675. },
  676. "files": [
  677. "helpers.php"
  678. ]
  679. },
  680. "notification-url": "https://packagist.org/downloads/",
  681. "license": [
  682. "MIT"
  683. ],
  684. "authors": [
  685. {
  686. "name": "Taylor Otwell",
  687. "email": "taylor@laravel.com"
  688. }
  689. ],
  690. "description": "The Illuminate Collections package.",
  691. "homepage": "https://laravel.com",
  692. "support": {
  693. "issues": "https://github.com/laravel/framework/issues",
  694. "source": "https://github.com/laravel/framework"
  695. },
  696. "time": "2021-09-30T15:04:19+00:00"
  697. },
  698. {
  699. "name": "illuminate/container",
  700. "version": "v8.63.0",
  701. "source": {
  702. "type": "git",
  703. "url": "https://github.com/illuminate/container.git",
  704. "reference": "ef73feb5216ef97ab7023cf59c0c8dbbd5505a9d"
  705. },
  706. "dist": {
  707. "type": "zip",
  708. "url": "https://api.github.com/repos/illuminate/container/zipball/ef73feb5216ef97ab7023cf59c0c8dbbd5505a9d",
  709. "reference": "ef73feb5216ef97ab7023cf59c0c8dbbd5505a9d",
  710. "shasum": ""
  711. },
  712. "require": {
  713. "illuminate/contracts": "^8.0",
  714. "php": "^7.3|^8.0",
  715. "psr/container": "^1.0"
  716. },
  717. "provide": {
  718. "psr/container-implementation": "1.0"
  719. },
  720. "type": "library",
  721. "extra": {
  722. "branch-alias": {
  723. "dev-master": "8.x-dev"
  724. }
  725. },
  726. "autoload": {
  727. "psr-4": {
  728. "Illuminate\\Container\\": ""
  729. }
  730. },
  731. "notification-url": "https://packagist.org/downloads/",
  732. "license": [
  733. "MIT"
  734. ],
  735. "authors": [
  736. {
  737. "name": "Taylor Otwell",
  738. "email": "taylor@laravel.com"
  739. }
  740. ],
  741. "description": "The Illuminate Container package.",
  742. "homepage": "https://laravel.com",
  743. "support": {
  744. "issues": "https://github.com/laravel/framework/issues",
  745. "source": "https://github.com/laravel/framework"
  746. },
  747. "time": "2021-09-15T14:32:50+00:00"
  748. },
  749. {
  750. "name": "illuminate/contracts",
  751. "version": "v8.63.0",
  752. "source": {
  753. "type": "git",
  754. "url": "https://github.com/illuminate/contracts.git",
  755. "reference": "ab4bb4ec3b36905ccf972c84f9aaa2bdd1153913"
  756. },
  757. "dist": {
  758. "type": "zip",
  759. "url": "https://api.github.com/repos/illuminate/contracts/zipball/ab4bb4ec3b36905ccf972c84f9aaa2bdd1153913",
  760. "reference": "ab4bb4ec3b36905ccf972c84f9aaa2bdd1153913",
  761. "shasum": ""
  762. },
  763. "require": {
  764. "php": "^7.3|^8.0",
  765. "psr/container": "^1.0",
  766. "psr/simple-cache": "^1.0"
  767. },
  768. "type": "library",
  769. "extra": {
  770. "branch-alias": {
  771. "dev-master": "8.x-dev"
  772. }
  773. },
  774. "autoload": {
  775. "psr-4": {
  776. "Illuminate\\Contracts\\": ""
  777. }
  778. },
  779. "notification-url": "https://packagist.org/downloads/",
  780. "license": [
  781. "MIT"
  782. ],
  783. "authors": [
  784. {
  785. "name": "Taylor Otwell",
  786. "email": "taylor@laravel.com"
  787. }
  788. ],
  789. "description": "The Illuminate Contracts package.",
  790. "homepage": "https://laravel.com",
  791. "support": {
  792. "issues": "https://github.com/laravel/framework/issues",
  793. "source": "https://github.com/laravel/framework"
  794. },
  795. "time": "2021-09-08T12:09:40+00:00"
  796. },
  797. {
  798. "name": "illuminate/events",
  799. "version": "v8.63.0",
  800. "source": {
  801. "type": "git",
  802. "url": "https://github.com/illuminate/events.git",
  803. "reference": "b7f06cafb6c09581617f2ca05d69e9b159e5a35d"
  804. },
  805. "dist": {
  806. "type": "zip",
  807. "url": "https://api.github.com/repos/illuminate/events/zipball/b7f06cafb6c09581617f2ca05d69e9b159e5a35d",
  808. "reference": "b7f06cafb6c09581617f2ca05d69e9b159e5a35d",
  809. "shasum": ""
  810. },
  811. "require": {
  812. "illuminate/bus": "^8.0",
  813. "illuminate/collections": "^8.0",
  814. "illuminate/container": "^8.0",
  815. "illuminate/contracts": "^8.0",
  816. "illuminate/macroable": "^8.0",
  817. "illuminate/support": "^8.0",
  818. "php": "^7.3|^8.0"
  819. },
  820. "type": "library",
  821. "extra": {
  822. "branch-alias": {
  823. "dev-master": "8.x-dev"
  824. }
  825. },
  826. "autoload": {
  827. "psr-4": {
  828. "Illuminate\\Events\\": ""
  829. },
  830. "files": [
  831. "functions.php"
  832. ]
  833. },
  834. "notification-url": "https://packagist.org/downloads/",
  835. "license": [
  836. "MIT"
  837. ],
  838. "authors": [
  839. {
  840. "name": "Taylor Otwell",
  841. "email": "taylor@laravel.com"
  842. }
  843. ],
  844. "description": "The Illuminate Events package.",
  845. "homepage": "https://laravel.com",
  846. "support": {
  847. "issues": "https://github.com/laravel/framework/issues",
  848. "source": "https://github.com/laravel/framework"
  849. },
  850. "time": "2021-09-15T14:32:50+00:00"
  851. },
  852. {
  853. "name": "illuminate/filesystem",
  854. "version": "v8.63.0",
  855. "source": {
  856. "type": "git",
  857. "url": "https://github.com/illuminate/filesystem.git",
  858. "reference": "f33219e5550f8f280169e933b91a95250920de06"
  859. },
  860. "dist": {
  861. "type": "zip",
  862. "url": "https://api.github.com/repos/illuminate/filesystem/zipball/f33219e5550f8f280169e933b91a95250920de06",
  863. "reference": "f33219e5550f8f280169e933b91a95250920de06",
  864. "shasum": ""
  865. },
  866. "require": {
  867. "illuminate/collections": "^8.0",
  868. "illuminate/contracts": "^8.0",
  869. "illuminate/macroable": "^8.0",
  870. "illuminate/support": "^8.0",
  871. "php": "^7.3|^8.0",
  872. "symfony/finder": "^5.1.4"
  873. },
  874. "suggest": {
  875. "ext-ftp": "Required to use the Flysystem FTP driver.",
  876. "illuminate/http": "Required for handling uploaded files (^7.0).",
  877. "league/flysystem": "Required to use the Flysystem local and FTP drivers (^1.1).",
  878. "league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (^1.0).",
  879. "league/flysystem-cached-adapter": "Required to use the Flysystem cache (^1.0).",
  880. "league/flysystem-sftp": "Required to use the Flysystem SFTP driver (^1.0).",
  881. "psr/http-message": "Required to allow Storage::put to accept a StreamInterface (^1.0).",
  882. "symfony/filesystem": "Required to enable support for relative symbolic links (^5.1.4).",
  883. "symfony/mime": "Required to enable support for guessing extensions (^5.1.4)."
  884. },
  885. "type": "library",
  886. "extra": {
  887. "branch-alias": {
  888. "dev-master": "8.x-dev"
  889. }
  890. },
  891. "autoload": {
  892. "psr-4": {
  893. "Illuminate\\Filesystem\\": ""
  894. }
  895. },
  896. "notification-url": "https://packagist.org/downloads/",
  897. "license": [
  898. "MIT"
  899. ],
  900. "authors": [
  901. {
  902. "name": "Taylor Otwell",
  903. "email": "taylor@laravel.com"
  904. }
  905. ],
  906. "description": "The Illuminate Filesystem package.",
  907. "homepage": "https://laravel.com",
  908. "support": {
  909. "issues": "https://github.com/laravel/framework/issues",
  910. "source": "https://github.com/laravel/framework"
  911. },
  912. "time": "2021-07-20T13:46:01+00:00"
  913. },
  914. {
  915. "name": "illuminate/macroable",
  916. "version": "v8.62.0",
  917. "source": {
  918. "type": "git",
  919. "url": "https://github.com/illuminate/macroable.git",
  920. "reference": "300aa13c086f25116b5f3cde3ca54ff5c822fb05"
  921. },
  922. "dist": {
  923. "type": "zip",
  924. "url": "https://api.github.com/repos/illuminate/macroable/zipball/300aa13c086f25116b5f3cde3ca54ff5c822fb05",
  925. "reference": "300aa13c086f25116b5f3cde3ca54ff5c822fb05",
  926. "shasum": ""
  927. },
  928. "require": {
  929. "php": "^7.3|^8.0"
  930. },
  931. "type": "library",
  932. "extra": {
  933. "branch-alias": {
  934. "dev-master": "8.x-dev"
  935. }
  936. },
  937. "autoload": {
  938. "psr-4": {
  939. "Illuminate\\Support\\": ""
  940. }
  941. },
  942. "notification-url": "https://packagist.org/downloads/",
  943. "license": [
  944. "MIT"
  945. ],
  946. "authors": [
  947. {
  948. "name": "Taylor Otwell",
  949. "email": "taylor@laravel.com"
  950. }
  951. ],
  952. "description": "The Illuminate Macroable package.",
  953. "homepage": "https://laravel.com",
  954. "support": {
  955. "issues": "https://github.com/laravel/framework/issues",
  956. "source": "https://github.com/laravel/framework"
  957. },
  958. "time": "2020-10-27T15:20:30+00:00"
  959. },
  960. {
  961. "name": "illuminate/pipeline",
  962. "version": "v8.63.0",
  963. "source": {
  964. "type": "git",
  965. "url": "https://github.com/illuminate/pipeline.git",
  966. "reference": "23aeff5b26ae4aee3f370835c76bd0f4e93f71d2"
  967. },
  968. "dist": {
  969. "type": "zip",
  970. "url": "https://api.github.com/repos/illuminate/pipeline/zipball/23aeff5b26ae4aee3f370835c76bd0f4e93f71d2",
  971. "reference": "23aeff5b26ae4aee3f370835c76bd0f4e93f71d2",
  972. "shasum": ""
  973. },
  974. "require": {
  975. "illuminate/contracts": "^8.0",
  976. "illuminate/support": "^8.0",
  977. "php": "^7.3|^8.0"
  978. },
  979. "type": "library",
  980. "extra": {
  981. "branch-alias": {
  982. "dev-master": "8.x-dev"
  983. }
  984. },
  985. "autoload": {
  986. "psr-4": {
  987. "Illuminate\\Pipeline\\": ""
  988. }
  989. },
  990. "notification-url": "https://packagist.org/downloads/",
  991. "license": [
  992. "MIT"
  993. ],
  994. "authors": [
  995. {
  996. "name": "Taylor Otwell",
  997. "email": "taylor@laravel.com"
  998. }
  999. ],
  1000. "description": "The Illuminate Pipeline package.",
  1001. "homepage": "https://laravel.com",
  1002. "support": {
  1003. "issues": "https://github.com/laravel/framework/issues",
  1004. "source": "https://github.com/laravel/framework"
  1005. },
  1006. "time": "2021-03-26T18:39:16+00:00"
  1007. },
  1008. {
  1009. "name": "illuminate/support",
  1010. "version": "v8.63.0",
  1011. "source": {
  1012. "type": "git",
  1013. "url": "https://github.com/illuminate/support.git",
  1014. "reference": "259993e2119e99be17c10486f66c5a13b7fe4a70"
  1015. },
  1016. "dist": {
  1017. "type": "zip",
  1018. "url": "https://api.github.com/repos/illuminate/support/zipball/259993e2119e99be17c10486f66c5a13b7fe4a70",
  1019. "reference": "259993e2119e99be17c10486f66c5a13b7fe4a70",
  1020. "shasum": ""
  1021. },
  1022. "require": {
  1023. "doctrine/inflector": "^1.4|^2.0",
  1024. "ext-json": "*",
  1025. "ext-mbstring": "*",
  1026. "illuminate/collections": "^8.0",
  1027. "illuminate/contracts": "^8.0",
  1028. "illuminate/macroable": "^8.0",
  1029. "nesbot/carbon": "^2.31",
  1030. "php": "^7.3|^8.0",
  1031. "voku/portable-ascii": "^1.4.8"
  1032. },
  1033. "conflict": {
  1034. "tightenco/collect": "<5.5.33"
  1035. },
  1036. "suggest": {
  1037. "illuminate/filesystem": "Required to use the composer class (^8.0).",
  1038. "league/commonmark": "Required to use Str::markdown() and Stringable::markdown() (^1.3|^2.0.2).",
  1039. "ramsey/uuid": "Required to use Str::uuid() (^4.2.2).",
  1040. "symfony/process": "Required to use the composer class (^5.1.4).",
  1041. "symfony/var-dumper": "Required to use the dd function (^5.1.4).",
  1042. "vlucas/phpdotenv": "Required to use the Env class and env helper (^5.2)."
  1043. },
  1044. "type": "library",
  1045. "extra": {
  1046. "branch-alias": {
  1047. "dev-master": "8.x-dev"
  1048. }
  1049. },
  1050. "autoload": {
  1051. "psr-4": {
  1052. "Illuminate\\Support\\": ""
  1053. },
  1054. "files": [
  1055. "helpers.php"
  1056. ]
  1057. },
  1058. "notification-url": "https://packagist.org/downloads/",
  1059. "license": [
  1060. "MIT"
  1061. ],
  1062. "authors": [
  1063. {
  1064. "name": "Taylor Otwell",
  1065. "email": "taylor@laravel.com"
  1066. }
  1067. ],
  1068. "description": "The Illuminate Support package.",
  1069. "homepage": "https://laravel.com",
  1070. "support": {
  1071. "issues": "https://github.com/laravel/framework/issues",
  1072. "source": "https://github.com/laravel/framework"
  1073. },
  1074. "time": "2021-10-04T13:02:25+00:00"
  1075. },
  1076. {
  1077. "name": "illuminate/view",
  1078. "version": "v8.63.0",
  1079. "source": {
  1080. "type": "git",
  1081. "url": "https://github.com/illuminate/view.git",
  1082. "reference": "875ca9f548b17e1a225469e0b0f8bae3c9e4ff71"
  1083. },
  1084. "dist": {
  1085. "type": "zip",
  1086. "url": "https://api.github.com/repos/illuminate/view/zipball/875ca9f548b17e1a225469e0b0f8bae3c9e4ff71",
  1087. "reference": "875ca9f548b17e1a225469e0b0f8bae3c9e4ff71",
  1088. "shasum": ""
  1089. },
  1090. "require": {
  1091. "ext-json": "*",
  1092. "illuminate/collections": "^8.0",
  1093. "illuminate/container": "^8.0",
  1094. "illuminate/contracts": "^8.0",
  1095. "illuminate/events": "^8.0",
  1096. "illuminate/filesystem": "^8.0",
  1097. "illuminate/macroable": "^8.0",
  1098. "illuminate/support": "^8.0",
  1099. "php": "^7.3|^8.0"
  1100. },
  1101. "type": "library",
  1102. "extra": {
  1103. "branch-alias": {
  1104. "dev-master": "8.x-dev"
  1105. }
  1106. },
  1107. "autoload": {
  1108. "psr-4": {
  1109. "Illuminate\\View\\": ""
  1110. }
  1111. },
  1112. "notification-url": "https://packagist.org/downloads/",
  1113. "license": [
  1114. "MIT"
  1115. ],
  1116. "authors": [
  1117. {
  1118. "name": "Taylor Otwell",
  1119. "email": "taylor@laravel.com"
  1120. }
  1121. ],
  1122. "description": "The Illuminate View package.",
  1123. "homepage": "https://laravel.com",
  1124. "support": {
  1125. "issues": "https://github.com/laravel/framework/issues",
  1126. "source": "https://github.com/laravel/framework"
  1127. },
  1128. "time": "2021-09-20T14:39:52+00:00"
  1129. },
  1130. {
  1131. "name": "jenssegers/blade",
  1132. "version": "v1.4.0",
  1133. "source": {
  1134. "type": "git",
  1135. "url": "https://github.com/jenssegers/blade.git",
  1136. "reference": "22a3700e9fc469c19dd1c5e5bd1b9138195e421f"
  1137. },
  1138. "dist": {
  1139. "type": "zip",
  1140. "url": "https://api.github.com/repos/jenssegers/blade/zipball/22a3700e9fc469c19dd1c5e5bd1b9138195e421f",
  1141. "reference": "22a3700e9fc469c19dd1c5e5bd1b9138195e421f",
  1142. "shasum": ""
  1143. },
  1144. "require": {
  1145. "illuminate/view": "^5.5|^6.0|^7.0|^8.0",
  1146. "php": ">=7.0"
  1147. },
  1148. "require-dev": {
  1149. "phpunit/phpunit": "^6.0|^7.0",
  1150. "satooshi/php-coveralls": "^1.0"
  1151. },
  1152. "type": "library",
  1153. "autoload": {
  1154. "psr-4": {
  1155. "Jenssegers\\Blade\\": "src/"
  1156. }
  1157. },
  1158. "notification-url": "https://packagist.org/downloads/",
  1159. "license": [
  1160. "MIT"
  1161. ],
  1162. "authors": [
  1163. {
  1164. "name": "Jens Segers",
  1165. "homepage": "https://jenssegers.com"
  1166. }
  1167. ],
  1168. "description": "The standalone version of Laravel's Blade templating engine for use outside of Laravel.",
  1169. "keywords": [
  1170. "blade",
  1171. "laravel",
  1172. "render",
  1173. "template",
  1174. "view"
  1175. ],
  1176. "support": {
  1177. "issues": "https://github.com/jenssegers/blade/issues",
  1178. "source": "https://github.com/jenssegers/blade/tree/v1.4.0"
  1179. },
  1180. "funding": [
  1181. {
  1182. "url": "https://github.com/jenssegers",
  1183. "type": "github"
  1184. },
  1185. {
  1186. "url": "https://opencollective.com/jenssegers-blade",
  1187. "type": "open_collective"
  1188. }
  1189. ],
  1190. "time": "2020-09-17T08:25:26+00:00"
  1191. },
  1192. {
  1193. "name": "mikecao/flight",
  1194. "version": "v1.3.9",
  1195. "source": {
  1196. "type": "git",
  1197. "url": "https://github.com/mikecao/flight.git",
  1198. "reference": "bc5e03ca59accb3ef37e31b6d4a2a9c78c7bb7ce"
  1199. },
  1200. "dist": {
  1201. "type": "zip",
  1202. "url": "https://api.github.com/repos/mikecao/flight/zipball/bc5e03ca59accb3ef37e31b6d4a2a9c78c7bb7ce",
  1203. "reference": "bc5e03ca59accb3ef37e31b6d4a2a9c78c7bb7ce",
  1204. "shasum": ""
  1205. },
  1206. "require": {
  1207. "php": ">=5.3.0"
  1208. },
  1209. "require-dev": {
  1210. "phpunit/phpunit": "~4.6"
  1211. },
  1212. "type": "library",
  1213. "autoload": {
  1214. "files": [
  1215. "flight/autoload.php",
  1216. "flight/Flight.php"
  1217. ]
  1218. },
  1219. "notification-url": "https://packagist.org/downloads/",
  1220. "license": [
  1221. "MIT"
  1222. ],
  1223. "authors": [
  1224. {
  1225. "name": "Mike Cao",
  1226. "email": "mike@mikecao.com",
  1227. "homepage": "http://www.mikecao.com/",
  1228. "role": "Original Developer"
  1229. }
  1230. ],
  1231. "description": "Flight is a fast, simple, extensible framework for PHP. Flight enables you to quickly and easily build RESTful web applications.",
  1232. "homepage": "http://flightphp.com",
  1233. "support": {
  1234. "issues": "https://github.com/mikecao/flight/issues",
  1235. "source": "https://github.com/mikecao/flight/tree/v1.3.9"
  1236. },
  1237. "time": "2021-04-05T01:36:59+00:00"
  1238. },
  1239. {
  1240. "name": "nesbot/carbon",
  1241. "version": "2.53.1",
  1242. "source": {
  1243. "type": "git",
  1244. "url": "https://github.com/briannesbitt/Carbon.git",
  1245. "reference": "f4655858a784988f880c1b8c7feabbf02dfdf045"
  1246. },
  1247. "dist": {
  1248. "type": "zip",
  1249. "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/f4655858a784988f880c1b8c7feabbf02dfdf045",
  1250. "reference": "f4655858a784988f880c1b8c7feabbf02dfdf045",
  1251. "shasum": ""
  1252. },
  1253. "require": {
  1254. "ext-json": "*",
  1255. "php": "^7.1.8 || ^8.0",
  1256. "symfony/polyfill-mbstring": "^1.0",
  1257. "symfony/polyfill-php80": "^1.16",
  1258. "symfony/translation": "^3.4 || ^4.0 || ^5.0"
  1259. },
  1260. "require-dev": {
  1261. "doctrine/orm": "^2.7",
  1262. "friendsofphp/php-cs-fixer": "^3.0",
  1263. "kylekatarnls/multi-tester": "^2.0",
  1264. "phpmd/phpmd": "^2.9",
  1265. "phpstan/extension-installer": "^1.0",
  1266. "phpstan/phpstan": "^0.12.54",
  1267. "phpunit/phpunit": "^7.5.20 || ^8.5.14",
  1268. "squizlabs/php_codesniffer": "^3.4"
  1269. },
  1270. "bin": [
  1271. "bin/carbon"
  1272. ],
  1273. "type": "library",
  1274. "extra": {
  1275. "branch-alias": {
  1276. "dev-3.x": "3.x-dev",
  1277. "dev-master": "2.x-dev"
  1278. },
  1279. "laravel": {
  1280. "providers": [
  1281. "Carbon\\Laravel\\ServiceProvider"
  1282. ]
  1283. },
  1284. "phpstan": {
  1285. "includes": [
  1286. "extension.neon"
  1287. ]
  1288. }
  1289. },
  1290. "autoload": {
  1291. "psr-4": {
  1292. "Carbon\\": "src/Carbon/"
  1293. }
  1294. },
  1295. "notification-url": "https://packagist.org/downloads/",
  1296. "license": [
  1297. "MIT"
  1298. ],
  1299. "authors": [
  1300. {
  1301. "name": "Brian Nesbitt",
  1302. "email": "brian@nesbot.com",
  1303. "homepage": "https://markido.com"
  1304. },
  1305. {
  1306. "name": "kylekatarnls",
  1307. "homepage": "https://github.com/kylekatarnls"
  1308. }
  1309. ],
  1310. "description": "An API extension for DateTime that supports 281 different languages.",
  1311. "homepage": "https://carbon.nesbot.com",
  1312. "keywords": [
  1313. "date",
  1314. "datetime",
  1315. "time"
  1316. ],
  1317. "support": {
  1318. "issues": "https://github.com/briannesbitt/Carbon/issues",
  1319. "source": "https://github.com/briannesbitt/Carbon"
  1320. },
  1321. "funding": [
  1322. {
  1323. "url": "https://opencollective.com/Carbon",
  1324. "type": "open_collective"
  1325. },
  1326. {
  1327. "url": "https://tidelift.com/funding/github/packagist/nesbot/carbon",
  1328. "type": "tidelift"
  1329. }
  1330. ],
  1331. "time": "2021-09-06T09:29:23+00:00"
  1332. },
  1333. {
  1334. "name": "phpoption/phpoption",
  1335. "version": "1.8.0",
  1336. "source": {
  1337. "type": "git",
  1338. "url": "https://github.com/schmittjoh/php-option.git",
  1339. "reference": "5455cb38aed4523f99977c4a12ef19da4bfe2a28"
  1340. },
  1341. "dist": {
  1342. "type": "zip",
  1343. "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/5455cb38aed4523f99977c4a12ef19da4bfe2a28",
  1344. "reference": "5455cb38aed4523f99977c4a12ef19da4bfe2a28",
  1345. "shasum": ""
  1346. },
  1347. "require": {
  1348. "php": "^7.0 || ^8.0"
  1349. },
  1350. "require-dev": {
  1351. "bamarni/composer-bin-plugin": "^1.4.1",
  1352. "phpunit/phpunit": "^6.5.14 || ^7.0.20 || ^8.5.19 || ^9.5.8"
  1353. },
  1354. "type": "library",
  1355. "extra": {
  1356. "branch-alias": {
  1357. "dev-master": "1.8-dev"
  1358. }
  1359. },
  1360. "autoload": {
  1361. "psr-4": {
  1362. "PhpOption\\": "src/PhpOption/"
  1363. }
  1364. },
  1365. "notification-url": "https://packagist.org/downloads/",
  1366. "license": [
  1367. "Apache-2.0"
  1368. ],
  1369. "authors": [
  1370. {
  1371. "name": "Johannes M. Schmitt",
  1372. "email": "schmittjoh@gmail.com"
  1373. },
  1374. {
  1375. "name": "Graham Campbell",
  1376. "email": "hello@gjcampbell.co.uk"
  1377. }
  1378. ],
  1379. "description": "Option Type for PHP",
  1380. "keywords": [
  1381. "language",
  1382. "option",
  1383. "php",
  1384. "type"
  1385. ],
  1386. "support": {
  1387. "issues": "https://github.com/schmittjoh/php-option/issues",
  1388. "source": "https://github.com/schmittjoh/php-option/tree/1.8.0"
  1389. },
  1390. "funding": [
  1391. {
  1392. "url": "https://github.com/GrahamCampbell",
  1393. "type": "github"
  1394. },
  1395. {
  1396. "url": "https://tidelift.com/funding/github/packagist/phpoption/phpoption",
  1397. "type": "tidelift"
  1398. }
  1399. ],
  1400. "time": "2021-08-28T21:27:29+00:00"
  1401. },
  1402. {
  1403. "name": "psr/container",
  1404. "version": "1.1.1",
  1405. "source": {
  1406. "type": "git",
  1407. "url": "https://github.com/php-fig/container.git",
  1408. "reference": "8622567409010282b7aeebe4bb841fe98b58dcaf"
  1409. },
  1410. "dist": {
  1411. "type": "zip",
  1412. "url": "https://api.github.com/repos/php-fig/container/zipball/8622567409010282b7aeebe4bb841fe98b58dcaf",
  1413. "reference": "8622567409010282b7aeebe4bb841fe98b58dcaf",
  1414. "shasum": ""
  1415. },
  1416. "require": {
  1417. "php": ">=7.2.0"
  1418. },
  1419. "type": "library",
  1420. "autoload": {
  1421. "psr-4": {
  1422. "Psr\\Container\\": "src/"
  1423. }
  1424. },
  1425. "notification-url": "https://packagist.org/downloads/",
  1426. "license": [
  1427. "MIT"
  1428. ],
  1429. "authors": [
  1430. {
  1431. "name": "PHP-FIG",
  1432. "homepage": "https://www.php-fig.org/"
  1433. }
  1434. ],
  1435. "description": "Common Container Interface (PHP FIG PSR-11)",
  1436. "homepage": "https://github.com/php-fig/container",
  1437. "keywords": [
  1438. "PSR-11",
  1439. "container",
  1440. "container-interface",
  1441. "container-interop",
  1442. "psr"
  1443. ],
  1444. "support": {
  1445. "issues": "https://github.com/php-fig/container/issues",
  1446. "source": "https://github.com/php-fig/container/tree/1.1.1"
  1447. },
  1448. "time": "2021-03-05T17:36:06+00:00"
  1449. },
  1450. {
  1451. "name": "psr/http-client",
  1452. "version": "1.0.1",
  1453. "source": {
  1454. "type": "git",
  1455. "url": "https://github.com/php-fig/http-client.git",
  1456. "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621"
  1457. },
  1458. "dist": {
  1459. "type": "zip",
  1460. "url": "https://api.github.com/repos/php-fig/http-client/zipball/2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
  1461. "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
  1462. "shasum": ""
  1463. },
  1464. "require": {
  1465. "php": "^7.0 || ^8.0",
  1466. "psr/http-message": "^1.0"
  1467. },
  1468. "type": "library",
  1469. "extra": {
  1470. "branch-alias": {
  1471. "dev-master": "1.0.x-dev"
  1472. }
  1473. },
  1474. "autoload": {
  1475. "psr-4": {
  1476. "Psr\\Http\\Client\\": "src/"
  1477. }
  1478. },
  1479. "notification-url": "https://packagist.org/downloads/",
  1480. "license": [
  1481. "MIT"
  1482. ],
  1483. "authors": [
  1484. {
  1485. "name": "PHP-FIG",
  1486. "homepage": "http://www.php-fig.org/"
  1487. }
  1488. ],
  1489. "description": "Common interface for HTTP clients",
  1490. "homepage": "https://github.com/php-fig/http-client",
  1491. "keywords": [
  1492. "http",
  1493. "http-client",
  1494. "psr",
  1495. "psr-18"
  1496. ],
  1497. "support": {
  1498. "source": "https://github.com/php-fig/http-client/tree/master"
  1499. },
  1500. "time": "2020-06-29T06:28:15+00:00"
  1501. },
  1502. {
  1503. "name": "psr/http-factory",
  1504. "version": "1.0.1",
  1505. "source": {
  1506. "type": "git",
  1507. "url": "https://github.com/php-fig/http-factory.git",
  1508. "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be"
  1509. },
  1510. "dist": {
  1511. "type": "zip",
  1512. "url": "https://api.github.com/repos/php-fig/http-factory/zipball/12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
  1513. "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
  1514. "shasum": ""
  1515. },
  1516. "require": {
  1517. "php": ">=7.0.0",
  1518. "psr/http-message": "^1.0"
  1519. },
  1520. "type": "library",
  1521. "extra": {
  1522. "branch-alias": {
  1523. "dev-master": "1.0.x-dev"
  1524. }
  1525. },
  1526. "autoload": {
  1527. "psr-4": {
  1528. "Psr\\Http\\Message\\": "src/"
  1529. }
  1530. },
  1531. "notification-url": "https://packagist.org/downloads/",
  1532. "license": [
  1533. "MIT"
  1534. ],
  1535. "authors": [
  1536. {
  1537. "name": "PHP-FIG",
  1538. "homepage": "http://www.php-fig.org/"
  1539. }
  1540. ],
  1541. "description": "Common interfaces for PSR-7 HTTP message factories",
  1542. "keywords": [
  1543. "factory",
  1544. "http",
  1545. "message",
  1546. "psr",
  1547. "psr-17",
  1548. "psr-7",
  1549. "request",
  1550. "response"
  1551. ],
  1552. "support": {
  1553. "source": "https://github.com/php-fig/http-factory/tree/master"
  1554. },
  1555. "time": "2019-04-30T12:38:16+00:00"
  1556. },
  1557. {
  1558. "name": "psr/http-message",
  1559. "version": "1.0.1",
  1560. "source": {
  1561. "type": "git",
  1562. "url": "https://github.com/php-fig/http-message.git",
  1563. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
  1564. },
  1565. "dist": {
  1566. "type": "zip",
  1567. "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
  1568. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
  1569. "shasum": ""
  1570. },
  1571. "require": {
  1572. "php": ">=5.3.0"
  1573. },
  1574. "type": "library",
  1575. "extra": {
  1576. "branch-alias": {
  1577. "dev-master": "1.0.x-dev"
  1578. }
  1579. },
  1580. "autoload": {
  1581. "psr-4": {
  1582. "Psr\\Http\\Message\\": "src/"
  1583. }
  1584. },
  1585. "notification-url": "https://packagist.org/downloads/",
  1586. "license": [
  1587. "MIT"
  1588. ],
  1589. "authors": [
  1590. {
  1591. "name": "PHP-FIG",
  1592. "homepage": "http://www.php-fig.org/"
  1593. }
  1594. ],
  1595. "description": "Common interface for HTTP messages",
  1596. "homepage": "https://github.com/php-fig/http-message",
  1597. "keywords": [
  1598. "http",
  1599. "http-message",
  1600. "psr",
  1601. "psr-7",
  1602. "request",
  1603. "response"
  1604. ],
  1605. "support": {
  1606. "source": "https://github.com/php-fig/http-message/tree/master"
  1607. },
  1608. "time": "2016-08-06T14:39:51+00:00"
  1609. },
  1610. {
  1611. "name": "psr/simple-cache",
  1612. "version": "1.0.1",
  1613. "source": {
  1614. "type": "git",
  1615. "url": "https://github.com/php-fig/simple-cache.git",
  1616. "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
  1617. },
  1618. "dist": {
  1619. "type": "zip",
  1620. "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
  1621. "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
  1622. "shasum": ""
  1623. },
  1624. "require": {
  1625. "php": ">=5.3.0"
  1626. },
  1627. "type": "library",
  1628. "extra": {
  1629. "branch-alias": {
  1630. "dev-master": "1.0.x-dev"
  1631. }
  1632. },
  1633. "autoload": {
  1634. "psr-4": {
  1635. "Psr\\SimpleCache\\": "src/"
  1636. }
  1637. },
  1638. "notification-url": "https://packagist.org/downloads/",
  1639. "license": [
  1640. "MIT"
  1641. ],
  1642. "authors": [
  1643. {
  1644. "name": "PHP-FIG",
  1645. "homepage": "http://www.php-fig.org/"
  1646. }
  1647. ],
  1648. "description": "Common interfaces for simple caching",
  1649. "keywords": [
  1650. "cache",
  1651. "caching",
  1652. "psr",
  1653. "psr-16",
  1654. "simple-cache"
  1655. ],
  1656. "support": {
  1657. "source": "https://github.com/php-fig/simple-cache/tree/master"
  1658. },
  1659. "time": "2017-10-23T01:57:42+00:00"
  1660. },
  1661. {
  1662. "name": "ralouphie/getallheaders",
  1663. "version": "3.0.3",
  1664. "source": {
  1665. "type": "git",
  1666. "url": "https://github.com/ralouphie/getallheaders.git",
  1667. "reference": "120b605dfeb996808c31b6477290a714d356e822"
  1668. },
  1669. "dist": {
  1670. "type": "zip",
  1671. "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
  1672. "reference": "120b605dfeb996808c31b6477290a714d356e822",
  1673. "shasum": ""
  1674. },
  1675. "require": {
  1676. "php": ">=5.6"
  1677. },
  1678. "require-dev": {
  1679. "php-coveralls/php-coveralls": "^2.1",
  1680. "phpunit/phpunit": "^5 || ^6.5"
  1681. },
  1682. "type": "library",
  1683. "autoload": {
  1684. "files": [
  1685. "src/getallheaders.php"
  1686. ]
  1687. },
  1688. "notification-url": "https://packagist.org/downloads/",
  1689. "license": [
  1690. "MIT"
  1691. ],
  1692. "authors": [
  1693. {
  1694. "name": "Ralph Khattar",
  1695. "email": "ralph.khattar@gmail.com"
  1696. }
  1697. ],
  1698. "description": "A polyfill for getallheaders.",
  1699. "support": {
  1700. "issues": "https://github.com/ralouphie/getallheaders/issues",
  1701. "source": "https://github.com/ralouphie/getallheaders/tree/develop"
  1702. },
  1703. "time": "2019-03-08T08:55:37+00:00"
  1704. },
  1705. {
  1706. "name": "symfony/deprecation-contracts",
  1707. "version": "v2.4.0",
  1708. "source": {
  1709. "type": "git",
  1710. "url": "https://github.com/symfony/deprecation-contracts.git",
  1711. "reference": "5f38c8804a9e97d23e0c8d63341088cd8a22d627"
  1712. },
  1713. "dist": {
  1714. "type": "zip",
  1715. "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/5f38c8804a9e97d23e0c8d63341088cd8a22d627",
  1716. "reference": "5f38c8804a9e97d23e0c8d63341088cd8a22d627",
  1717. "shasum": ""
  1718. },
  1719. "require": {
  1720. "php": ">=7.1"
  1721. },
  1722. "type": "library",
  1723. "extra": {
  1724. "branch-alias": {
  1725. "dev-main": "2.4-dev"
  1726. },
  1727. "thanks": {
  1728. "name": "symfony/contracts",
  1729. "url": "https://github.com/symfony/contracts"
  1730. }
  1731. },
  1732. "autoload": {
  1733. "files": [
  1734. "function.php"
  1735. ]
  1736. },
  1737. "notification-url": "https://packagist.org/downloads/",
  1738. "license": [
  1739. "MIT"
  1740. ],
  1741. "authors": [
  1742. {
  1743. "name": "Nicolas Grekas",
  1744. "email": "p@tchwork.com"
  1745. },
  1746. {
  1747. "name": "Symfony Community",
  1748. "homepage": "https://symfony.com/contributors"
  1749. }
  1750. ],
  1751. "description": "A generic function and convention to trigger deprecation notices",
  1752. "homepage": "https://symfony.com",
  1753. "support": {
  1754. "source": "https://github.com/symfony/deprecation-contracts/tree/v2.4.0"
  1755. },
  1756. "funding": [
  1757. {
  1758. "url": "https://symfony.com/sponsor",
  1759. "type": "custom"
  1760. },
  1761. {
  1762. "url": "https://github.com/fabpot",
  1763. "type": "github"
  1764. },
  1765. {
  1766. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1767. "type": "tidelift"
  1768. }
  1769. ],
  1770. "time": "2021-03-23T23:28:01+00:00"
  1771. },
  1772. {
  1773. "name": "symfony/finder",
  1774. "version": "v5.3.7",
  1775. "source": {
  1776. "type": "git",
  1777. "url": "https://github.com/symfony/finder.git",
  1778. "reference": "a10000ada1e600d109a6c7632e9ac42e8bf2fb93"
  1779. },
  1780. "dist": {
  1781. "type": "zip",
  1782. "url": "https://api.github.com/repos/symfony/finder/zipball/a10000ada1e600d109a6c7632e9ac42e8bf2fb93",
  1783. "reference": "a10000ada1e600d109a6c7632e9ac42e8bf2fb93",
  1784. "shasum": ""
  1785. },
  1786. "require": {
  1787. "php": ">=7.2.5",
  1788. "symfony/polyfill-php80": "^1.16"
  1789. },
  1790. "type": "library",
  1791. "autoload": {
  1792. "psr-4": {
  1793. "Symfony\\Component\\Finder\\": ""
  1794. },
  1795. "exclude-from-classmap": [
  1796. "/Tests/"
  1797. ]
  1798. },
  1799. "notification-url": "https://packagist.org/downloads/",
  1800. "license": [
  1801. "MIT"
  1802. ],
  1803. "authors": [
  1804. {
  1805. "name": "Fabien Potencier",
  1806. "email": "fabien@symfony.com"
  1807. },
  1808. {
  1809. "name": "Symfony Community",
  1810. "homepage": "https://symfony.com/contributors"
  1811. }
  1812. ],
  1813. "description": "Finds files and directories via an intuitive fluent interface",
  1814. "homepage": "https://symfony.com",
  1815. "support": {
  1816. "source": "https://github.com/symfony/finder/tree/v5.3.7"
  1817. },
  1818. "funding": [
  1819. {
  1820. "url": "https://symfony.com/sponsor",
  1821. "type": "custom"
  1822. },
  1823. {
  1824. "url": "https://github.com/fabpot",
  1825. "type": "github"
  1826. },
  1827. {
  1828. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1829. "type": "tidelift"
  1830. }
  1831. ],
  1832. "time": "2021-08-04T21:20:46+00:00"
  1833. },
  1834. {
  1835. "name": "symfony/polyfill-ctype",
  1836. "version": "v1.23.0",
  1837. "source": {
  1838. "type": "git",
  1839. "url": "https://github.com/symfony/polyfill-ctype.git",
  1840. "reference": "46cd95797e9df938fdd2b03693b5fca5e64b01ce"
  1841. },
  1842. "dist": {
  1843. "type": "zip",
  1844. "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/46cd95797e9df938fdd2b03693b5fca5e64b01ce",
  1845. "reference": "46cd95797e9df938fdd2b03693b5fca5e64b01ce",
  1846. "shasum": ""
  1847. },
  1848. "require": {
  1849. "php": ">=7.1"
  1850. },
  1851. "suggest": {
  1852. "ext-ctype": "For best performance"
  1853. },
  1854. "type": "library",
  1855. "extra": {
  1856. "branch-alias": {
  1857. "dev-main": "1.23-dev"
  1858. },
  1859. "thanks": {
  1860. "name": "symfony/polyfill",
  1861. "url": "https://github.com/symfony/polyfill"
  1862. }
  1863. },
  1864. "autoload": {
  1865. "psr-4": {
  1866. "Symfony\\Polyfill\\Ctype\\": ""
  1867. },
  1868. "files": [
  1869. "bootstrap.php"
  1870. ]
  1871. },
  1872. "notification-url": "https://packagist.org/downloads/",
  1873. "license": [
  1874. "MIT"
  1875. ],
  1876. "authors": [
  1877. {
  1878. "name": "Gert de Pagter",
  1879. "email": "BackEndTea@gmail.com"
  1880. },
  1881. {
  1882. "name": "Symfony Community",
  1883. "homepage": "https://symfony.com/contributors"
  1884. }
  1885. ],
  1886. "description": "Symfony polyfill for ctype functions",
  1887. "homepage": "https://symfony.com",
  1888. "keywords": [
  1889. "compatibility",
  1890. "ctype",
  1891. "polyfill",
  1892. "portable"
  1893. ],
  1894. "support": {
  1895. "source": "https://github.com/symfony/polyfill-ctype/tree/v1.23.0"
  1896. },
  1897. "funding": [
  1898. {
  1899. "url": "https://symfony.com/sponsor",
  1900. "type": "custom"
  1901. },
  1902. {
  1903. "url": "https://github.com/fabpot",
  1904. "type": "github"
  1905. },
  1906. {
  1907. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1908. "type": "tidelift"
  1909. }
  1910. ],
  1911. "time": "2021-02-19T12:13:01+00:00"
  1912. },
  1913. {
  1914. "name": "symfony/polyfill-mbstring",
  1915. "version": "v1.23.1",
  1916. "source": {
  1917. "type": "git",
  1918. "url": "https://github.com/symfony/polyfill-mbstring.git",
  1919. "reference": "9174a3d80210dca8daa7f31fec659150bbeabfc6"
  1920. },
  1921. "dist": {
  1922. "type": "zip",
  1923. "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9174a3d80210dca8daa7f31fec659150bbeabfc6",
  1924. "reference": "9174a3d80210dca8daa7f31fec659150bbeabfc6",
  1925. "shasum": ""
  1926. },
  1927. "require": {
  1928. "php": ">=7.1"
  1929. },
  1930. "suggest": {
  1931. "ext-mbstring": "For best performance"
  1932. },
  1933. "type": "library",
  1934. "extra": {
  1935. "branch-alias": {
  1936. "dev-main": "1.23-dev"
  1937. },
  1938. "thanks": {
  1939. "name": "symfony/polyfill",
  1940. "url": "https://github.com/symfony/polyfill"
  1941. }
  1942. },
  1943. "autoload": {
  1944. "psr-4": {
  1945. "Symfony\\Polyfill\\Mbstring\\": ""
  1946. },
  1947. "files": [
  1948. "bootstrap.php"
  1949. ]
  1950. },
  1951. "notification-url": "https://packagist.org/downloads/",
  1952. "license": [
  1953. "MIT"
  1954. ],
  1955. "authors": [
  1956. {
  1957. "name": "Nicolas Grekas",
  1958. "email": "p@tchwork.com"
  1959. },
  1960. {
  1961. "name": "Symfony Community",
  1962. "homepage": "https://symfony.com/contributors"
  1963. }
  1964. ],
  1965. "description": "Symfony polyfill for the Mbstring extension",
  1966. "homepage": "https://symfony.com",
  1967. "keywords": [
  1968. "compatibility",
  1969. "mbstring",
  1970. "polyfill",
  1971. "portable",
  1972. "shim"
  1973. ],
  1974. "support": {
  1975. "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.23.1"
  1976. },
  1977. "funding": [
  1978. {
  1979. "url": "https://symfony.com/sponsor",
  1980. "type": "custom"
  1981. },
  1982. {
  1983. "url": "https://github.com/fabpot",
  1984. "type": "github"
  1985. },
  1986. {
  1987. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1988. "type": "tidelift"
  1989. }
  1990. ],
  1991. "time": "2021-05-27T12:26:48+00:00"
  1992. },
  1993. {
  1994. "name": "symfony/polyfill-php80",
  1995. "version": "v1.23.1",
  1996. "source": {
  1997. "type": "git",
  1998. "url": "https://github.com/symfony/polyfill-php80.git",
  1999. "reference": "1100343ed1a92e3a38f9ae122fc0eb21602547be"
  2000. },
  2001. "dist": {
  2002. "type": "zip",
  2003. "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/1100343ed1a92e3a38f9ae122fc0eb21602547be",
  2004. "reference": "1100343ed1a92e3a38f9ae122fc0eb21602547be",
  2005. "shasum": ""
  2006. },
  2007. "require": {
  2008. "php": ">=7.1"
  2009. },
  2010. "type": "library",
  2011. "extra": {
  2012. "branch-alias": {
  2013. "dev-main": "1.23-dev"
  2014. },
  2015. "thanks": {
  2016. "name": "symfony/polyfill",
  2017. "url": "https://github.com/symfony/polyfill"
  2018. }
  2019. },
  2020. "autoload": {
  2021. "psr-4": {
  2022. "Symfony\\Polyfill\\Php80\\": ""
  2023. },
  2024. "files": [
  2025. "bootstrap.php"
  2026. ],
  2027. "classmap": [
  2028. "Resources/stubs"
  2029. ]
  2030. },
  2031. "notification-url": "https://packagist.org/downloads/",
  2032. "license": [
  2033. "MIT"
  2034. ],
  2035. "authors": [
  2036. {
  2037. "name": "Ion Bazan",
  2038. "email": "ion.bazan@gmail.com"
  2039. },
  2040. {
  2041. "name": "Nicolas Grekas",
  2042. "email": "p@tchwork.com"
  2043. },
  2044. {
  2045. "name": "Symfony Community",
  2046. "homepage": "https://symfony.com/contributors"
  2047. }
  2048. ],
  2049. "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
  2050. "homepage": "https://symfony.com",
  2051. "keywords": [
  2052. "compatibility",
  2053. "polyfill",
  2054. "portable",
  2055. "shim"
  2056. ],
  2057. "support": {
  2058. "source": "https://github.com/symfony/polyfill-php80/tree/v1.23.1"
  2059. },
  2060. "funding": [
  2061. {
  2062. "url": "https://symfony.com/sponsor",
  2063. "type": "custom"
  2064. },
  2065. {
  2066. "url": "https://github.com/fabpot",
  2067. "type": "github"
  2068. },
  2069. {
  2070. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  2071. "type": "tidelift"
  2072. }
  2073. ],
  2074. "time": "2021-07-28T13:41:28+00:00"
  2075. },
  2076. {
  2077. "name": "symfony/translation",
  2078. "version": "v5.3.9",
  2079. "source": {
  2080. "type": "git",
  2081. "url": "https://github.com/symfony/translation.git",
  2082. "reference": "6e69f3551c1a3356cf6ea8d019bf039a0f8b6886"
  2083. },
  2084. "dist": {
  2085. "type": "zip",
  2086. "url": "https://api.github.com/repos/symfony/translation/zipball/6e69f3551c1a3356cf6ea8d019bf039a0f8b6886",
  2087. "reference": "6e69f3551c1a3356cf6ea8d019bf039a0f8b6886",
  2088. "shasum": ""
  2089. },
  2090. "require": {
  2091. "php": ">=7.2.5",
  2092. "symfony/deprecation-contracts": "^2.1",
  2093. "symfony/polyfill-mbstring": "~1.0",
  2094. "symfony/polyfill-php80": "^1.16",
  2095. "symfony/translation-contracts": "^2.3"
  2096. },
  2097. "conflict": {
  2098. "symfony/config": "<4.4",
  2099. "symfony/dependency-injection": "<5.0",
  2100. "symfony/http-kernel": "<5.0",
  2101. "symfony/twig-bundle": "<5.0",
  2102. "symfony/yaml": "<4.4"
  2103. },
  2104. "provide": {
  2105. "symfony/translation-implementation": "2.3"
  2106. },
  2107. "require-dev": {
  2108. "psr/log": "^1|^2|^3",
  2109. "symfony/config": "^4.4|^5.0",
  2110. "symfony/console": "^4.4|^5.0",
  2111. "symfony/dependency-injection": "^5.0",
  2112. "symfony/finder": "^4.4|^5.0",
  2113. "symfony/http-kernel": "^5.0",
  2114. "symfony/intl": "^4.4|^5.0",
  2115. "symfony/polyfill-intl-icu": "^1.21",
  2116. "symfony/service-contracts": "^1.1.2|^2",
  2117. "symfony/yaml": "^4.4|^5.0"
  2118. },
  2119. "suggest": {
  2120. "psr/log-implementation": "To use logging capability in translator",
  2121. "symfony/config": "",
  2122. "symfony/yaml": ""
  2123. },
  2124. "type": "library",
  2125. "autoload": {
  2126. "files": [
  2127. "Resources/functions.php"
  2128. ],
  2129. "psr-4": {
  2130. "Symfony\\Component\\Translation\\": ""
  2131. },
  2132. "exclude-from-classmap": [
  2133. "/Tests/"
  2134. ]
  2135. },
  2136. "notification-url": "https://packagist.org/downloads/",
  2137. "license": [
  2138. "MIT"
  2139. ],
  2140. "authors": [
  2141. {
  2142. "name": "Fabien Potencier",
  2143. "email": "fabien@symfony.com"
  2144. },
  2145. {
  2146. "name": "Symfony Community",
  2147. "homepage": "https://symfony.com/contributors"
  2148. }
  2149. ],
  2150. "description": "Provides tools to internationalize your application",
  2151. "homepage": "https://symfony.com",
  2152. "support": {
  2153. "source": "https://github.com/symfony/translation/tree/v5.3.9"
  2154. },
  2155. "funding": [
  2156. {
  2157. "url": "https://symfony.com/sponsor",
  2158. "type": "custom"
  2159. },
  2160. {
  2161. "url": "https://github.com/fabpot",
  2162. "type": "github"
  2163. },
  2164. {
  2165. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  2166. "type": "tidelift"
  2167. }
  2168. ],
  2169. "time": "2021-08-26T08:22:53+00:00"
  2170. },
  2171. {
  2172. "name": "symfony/translation-contracts",
  2173. "version": "v2.4.0",
  2174. "source": {
  2175. "type": "git",
  2176. "url": "https://github.com/symfony/translation-contracts.git",
  2177. "reference": "95c812666f3e91db75385749fe219c5e494c7f95"
  2178. },
  2179. "dist": {
  2180. "type": "zip",
  2181. "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/95c812666f3e91db75385749fe219c5e494c7f95",
  2182. "reference": "95c812666f3e91db75385749fe219c5e494c7f95",
  2183. "shasum": ""
  2184. },
  2185. "require": {
  2186. "php": ">=7.2.5"
  2187. },
  2188. "suggest": {
  2189. "symfony/translation-implementation": ""
  2190. },
  2191. "type": "library",
  2192. "extra": {
  2193. "branch-alias": {
  2194. "dev-main": "2.4-dev"
  2195. },
  2196. "thanks": {
  2197. "name": "symfony/contracts",
  2198. "url": "https://github.com/symfony/contracts"
  2199. }
  2200. },
  2201. "autoload": {
  2202. "psr-4": {
  2203. "Symfony\\Contracts\\Translation\\": ""
  2204. }
  2205. },
  2206. "notification-url": "https://packagist.org/downloads/",
  2207. "license": [
  2208. "MIT"
  2209. ],
  2210. "authors": [
  2211. {
  2212. "name": "Nicolas Grekas",
  2213. "email": "p@tchwork.com"
  2214. },
  2215. {
  2216. "name": "Symfony Community",
  2217. "homepage": "https://symfony.com/contributors"
  2218. }
  2219. ],
  2220. "description": "Generic abstractions related to translation",
  2221. "homepage": "https://symfony.com",
  2222. "keywords": [
  2223. "abstractions",
  2224. "contracts",
  2225. "decoupling",
  2226. "interfaces",
  2227. "interoperability",
  2228. "standards"
  2229. ],
  2230. "support": {
  2231. "source": "https://github.com/symfony/translation-contracts/tree/v2.4.0"
  2232. },
  2233. "funding": [
  2234. {
  2235. "url": "https://symfony.com/sponsor",
  2236. "type": "custom"
  2237. },
  2238. {
  2239. "url": "https://github.com/fabpot",
  2240. "type": "github"
  2241. },
  2242. {
  2243. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  2244. "type": "tidelift"
  2245. }
  2246. ],
  2247. "time": "2021-03-23T23:28:01+00:00"
  2248. },
  2249. {
  2250. "name": "tentakelfabrik/pirectus",
  2251. "version": "0.1.1",
  2252. "source": {
  2253. "type": "git",
  2254. "url": "https://github.com/tentakelfabrik/pirectus.git",
  2255. "reference": "64d168bb3d5e4c4d8eec3faa7cdcaba22fdd9ca0"
  2256. },
  2257. "dist": {
  2258. "type": "zip",
  2259. "url": "https://api.github.com/repos/tentakelfabrik/pirectus/zipball/64d168bb3d5e4c4d8eec3faa7cdcaba22fdd9ca0",
  2260. "reference": "64d168bb3d5e4c4d8eec3faa7cdcaba22fdd9ca0",
  2261. "shasum": ""
  2262. },
  2263. "require": {
  2264. "guzzlehttp/guzzle": "^7.0"
  2265. },
  2266. "type": "library",
  2267. "autoload": {
  2268. "psr-4": {
  2269. "Pirectus\\": "src/"
  2270. }
  2271. },
  2272. "notification-url": "https://packagist.org/downloads/",
  2273. "license": [
  2274. "MIT"
  2275. ],
  2276. "authors": [
  2277. {
  2278. "name": "Björn Hase",
  2279. "email": "me@tentakelfabrik.de",
  2280. "homepage": "https://tentakelfabrik.de"
  2281. }
  2282. ],
  2283. "support": {
  2284. "issues": "https://github.com/tentakelfabrik/pirectus/issues",
  2285. "source": "https://github.com/tentakelfabrik/pirectus/tree/v0.1.1"
  2286. },
  2287. "time": "2021-10-11T07:32:53+00:00"
  2288. },
  2289. {
  2290. "name": "vlucas/phpdotenv",
  2291. "version": "v5.3.1",
  2292. "source": {
  2293. "type": "git",
  2294. "url": "https://github.com/vlucas/phpdotenv.git",
  2295. "reference": "accaddf133651d4b5cf81a119f25296736ffc850"
  2296. },
  2297. "dist": {
  2298. "type": "zip",
  2299. "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/accaddf133651d4b5cf81a119f25296736ffc850",
  2300. "reference": "accaddf133651d4b5cf81a119f25296736ffc850",
  2301. "shasum": ""
  2302. },
  2303. "require": {
  2304. "ext-pcre": "*",
  2305. "graham-campbell/result-type": "^1.0.2",
  2306. "php": "^7.1.3 || ^8.0",
  2307. "phpoption/phpoption": "^1.8",
  2308. "symfony/polyfill-ctype": "^1.23",
  2309. "symfony/polyfill-mbstring": "^1.23.1",
  2310. "symfony/polyfill-php80": "^1.23.1"
  2311. },
  2312. "require-dev": {
  2313. "bamarni/composer-bin-plugin": "^1.4.1",
  2314. "ext-filter": "*",
  2315. "phpunit/phpunit": "^7.5.20 || ^8.5.21 || ^9.5.10"
  2316. },
  2317. "suggest": {
  2318. "ext-filter": "Required to use the boolean validator."
  2319. },
  2320. "type": "library",
  2321. "extra": {
  2322. "branch-alias": {
  2323. "dev-master": "5.3-dev"
  2324. }
  2325. },
  2326. "autoload": {
  2327. "psr-4": {
  2328. "Dotenv\\": "src/"
  2329. }
  2330. },
  2331. "notification-url": "https://packagist.org/downloads/",
  2332. "license": [
  2333. "BSD-3-Clause"
  2334. ],
  2335. "authors": [
  2336. {
  2337. "name": "Graham Campbell",
  2338. "email": "hello@gjcampbell.co.uk"
  2339. },
  2340. {
  2341. "name": "Vance Lucas",
  2342. "email": "vance@vancelucas.com"
  2343. }
  2344. ],
  2345. "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
  2346. "keywords": [
  2347. "dotenv",
  2348. "env",
  2349. "environment"
  2350. ],
  2351. "support": {
  2352. "issues": "https://github.com/vlucas/phpdotenv/issues",
  2353. "source": "https://github.com/vlucas/phpdotenv/tree/v5.3.1"
  2354. },
  2355. "funding": [
  2356. {
  2357. "url": "https://github.com/GrahamCampbell",
  2358. "type": "github"
  2359. },
  2360. {
  2361. "url": "https://tidelift.com/funding/github/packagist/vlucas/phpdotenv",
  2362. "type": "tidelift"
  2363. }
  2364. ],
  2365. "time": "2021-10-02T19:24:42+00:00"
  2366. },
  2367. {
  2368. "name": "voku/portable-ascii",
  2369. "version": "1.5.6",
  2370. "source": {
  2371. "type": "git",
  2372. "url": "https://github.com/voku/portable-ascii.git",
  2373. "reference": "80953678b19901e5165c56752d087fc11526017c"
  2374. },
  2375. "dist": {
  2376. "type": "zip",
  2377. "url": "https://api.github.com/repos/voku/portable-ascii/zipball/80953678b19901e5165c56752d087fc11526017c",
  2378. "reference": "80953678b19901e5165c56752d087fc11526017c",
  2379. "shasum": ""
  2380. },
  2381. "require": {
  2382. "php": ">=7.0.0"
  2383. },
  2384. "require-dev": {
  2385. "phpunit/phpunit": "~6.0 || ~7.0 || ~9.0"
  2386. },
  2387. "suggest": {
  2388. "ext-intl": "Use Intl for transliterator_transliterate() support"
  2389. },
  2390. "type": "library",
  2391. "autoload": {
  2392. "psr-4": {
  2393. "voku\\": "src/voku/"
  2394. }
  2395. },
  2396. "notification-url": "https://packagist.org/downloads/",
  2397. "license": [
  2398. "MIT"
  2399. ],
  2400. "authors": [
  2401. {
  2402. "name": "Lars Moelleken",
  2403. "homepage": "http://www.moelleken.org/"
  2404. }
  2405. ],
  2406. "description": "Portable ASCII library - performance optimized (ascii) string functions for php.",
  2407. "homepage": "https://github.com/voku/portable-ascii",
  2408. "keywords": [
  2409. "ascii",
  2410. "clean",
  2411. "php"
  2412. ],
  2413. "support": {
  2414. "issues": "https://github.com/voku/portable-ascii/issues",
  2415. "source": "https://github.com/voku/portable-ascii/tree/1.5.6"
  2416. },
  2417. "funding": [
  2418. {
  2419. "url": "https://www.paypal.me/moelleken",
  2420. "type": "custom"
  2421. },
  2422. {
  2423. "url": "https://github.com/voku",
  2424. "type": "github"
  2425. },
  2426. {
  2427. "url": "https://opencollective.com/portable-ascii",
  2428. "type": "open_collective"
  2429. },
  2430. {
  2431. "url": "https://www.patreon.com/voku",
  2432. "type": "patreon"
  2433. },
  2434. {
  2435. "url": "https://tidelift.com/funding/github/packagist/voku/portable-ascii",
  2436. "type": "tidelift"
  2437. }
  2438. ],
  2439. "time": "2020-11-12T00:07:28+00:00"
  2440. }
  2441. ],
  2442. "packages-dev": [],
  2443. "aliases": [],
  2444. "minimum-stability": "stable",
  2445. "stability-flags": [],
  2446. "prefer-stable": false,
  2447. "prefer-lowest": false,
  2448. "platform": [],
  2449. "platform-dev": [],
  2450. "plugin-api-version": "2.1.0"
  2451. }