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.

1222 lines
42 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
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": "a89314f0bce936c647acd9590d61a856",
  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. "time": "2020-05-29T15:13:26+00:00"
  85. },
  86. {
  87. "name": "erusev/parsedown",
  88. "version": "1.7.4",
  89. "source": {
  90. "type": "git",
  91. "url": "https://github.com/erusev/parsedown.git",
  92. "reference": "cb17b6477dfff935958ba01325f2e8a2bfa6dab3"
  93. },
  94. "dist": {
  95. "type": "zip",
  96. "url": "https://api.github.com/repos/erusev/parsedown/zipball/cb17b6477dfff935958ba01325f2e8a2bfa6dab3",
  97. "reference": "cb17b6477dfff935958ba01325f2e8a2bfa6dab3",
  98. "shasum": ""
  99. },
  100. "require": {
  101. "ext-mbstring": "*",
  102. "php": ">=5.3.0"
  103. },
  104. "require-dev": {
  105. "phpunit/phpunit": "^4.8.35"
  106. },
  107. "type": "library",
  108. "autoload": {
  109. "psr-0": {
  110. "Parsedown": ""
  111. }
  112. },
  113. "notification-url": "https://packagist.org/downloads/",
  114. "license": [
  115. "MIT"
  116. ],
  117. "authors": [
  118. {
  119. "name": "Emanuil Rusev",
  120. "email": "hello@erusev.com",
  121. "homepage": "http://erusev.com"
  122. }
  123. ],
  124. "description": "Parser for Markdown.",
  125. "homepage": "http://parsedown.org",
  126. "keywords": [
  127. "markdown",
  128. "parser"
  129. ],
  130. "time": "2019-12-30T22:54:17+00:00"
  131. },
  132. {
  133. "name": "illuminate/container",
  134. "version": "v7.15.0",
  135. "source": {
  136. "type": "git",
  137. "url": "https://github.com/illuminate/container.git",
  138. "reference": "2929d14ab8cce9cfc12e03e0a9b53f99234a3897"
  139. },
  140. "dist": {
  141. "type": "zip",
  142. "url": "https://api.github.com/repos/illuminate/container/zipball/2929d14ab8cce9cfc12e03e0a9b53f99234a3897",
  143. "reference": "2929d14ab8cce9cfc12e03e0a9b53f99234a3897",
  144. "shasum": ""
  145. },
  146. "require": {
  147. "illuminate/contracts": "^7.0",
  148. "php": "^7.2.5",
  149. "psr/container": "^1.0"
  150. },
  151. "provide": {
  152. "psr/container-implementation": "1.0"
  153. },
  154. "type": "library",
  155. "extra": {
  156. "branch-alias": {
  157. "dev-master": "7.x-dev"
  158. }
  159. },
  160. "autoload": {
  161. "psr-4": {
  162. "Illuminate\\Container\\": ""
  163. }
  164. },
  165. "notification-url": "https://packagist.org/downloads/",
  166. "license": [
  167. "MIT"
  168. ],
  169. "authors": [
  170. {
  171. "name": "Taylor Otwell",
  172. "email": "taylor@laravel.com"
  173. }
  174. ],
  175. "description": "The Illuminate Container package.",
  176. "homepage": "https://laravel.com",
  177. "time": "2020-06-01T14:59:52+00:00"
  178. },
  179. {
  180. "name": "illuminate/contracts",
  181. "version": "v7.15.0",
  182. "source": {
  183. "type": "git",
  184. "url": "https://github.com/illuminate/contracts.git",
  185. "reference": "42792e136e3a77312fb89df29373d6221a1f794e"
  186. },
  187. "dist": {
  188. "type": "zip",
  189. "url": "https://api.github.com/repos/illuminate/contracts/zipball/42792e136e3a77312fb89df29373d6221a1f794e",
  190. "reference": "42792e136e3a77312fb89df29373d6221a1f794e",
  191. "shasum": ""
  192. },
  193. "require": {
  194. "php": "^7.2.5",
  195. "psr/container": "^1.0",
  196. "psr/simple-cache": "^1.0"
  197. },
  198. "type": "library",
  199. "extra": {
  200. "branch-alias": {
  201. "dev-master": "7.x-dev"
  202. }
  203. },
  204. "autoload": {
  205. "psr-4": {
  206. "Illuminate\\Contracts\\": ""
  207. }
  208. },
  209. "notification-url": "https://packagist.org/downloads/",
  210. "license": [
  211. "MIT"
  212. ],
  213. "authors": [
  214. {
  215. "name": "Taylor Otwell",
  216. "email": "taylor@laravel.com"
  217. }
  218. ],
  219. "description": "The Illuminate Contracts package.",
  220. "homepage": "https://laravel.com",
  221. "time": "2020-05-13T20:55:30+00:00"
  222. },
  223. {
  224. "name": "illuminate/events",
  225. "version": "v7.15.0",
  226. "source": {
  227. "type": "git",
  228. "url": "https://github.com/illuminate/events.git",
  229. "reference": "47f448a6ccaa4aee14b8d0d3a16991b9d2d89560"
  230. },
  231. "dist": {
  232. "type": "zip",
  233. "url": "https://api.github.com/repos/illuminate/events/zipball/47f448a6ccaa4aee14b8d0d3a16991b9d2d89560",
  234. "reference": "47f448a6ccaa4aee14b8d0d3a16991b9d2d89560",
  235. "shasum": ""
  236. },
  237. "require": {
  238. "illuminate/container": "^7.0",
  239. "illuminate/contracts": "^7.0",
  240. "illuminate/support": "^7.0",
  241. "php": "^7.2.5"
  242. },
  243. "type": "library",
  244. "extra": {
  245. "branch-alias": {
  246. "dev-master": "7.x-dev"
  247. }
  248. },
  249. "autoload": {
  250. "psr-4": {
  251. "Illuminate\\Events\\": ""
  252. }
  253. },
  254. "notification-url": "https://packagist.org/downloads/",
  255. "license": [
  256. "MIT"
  257. ],
  258. "authors": [
  259. {
  260. "name": "Taylor Otwell",
  261. "email": "taylor@laravel.com"
  262. }
  263. ],
  264. "description": "The Illuminate Events package.",
  265. "homepage": "https://laravel.com",
  266. "time": "2020-06-08T19:10:43+00:00"
  267. },
  268. {
  269. "name": "illuminate/filesystem",
  270. "version": "v7.15.0",
  271. "source": {
  272. "type": "git",
  273. "url": "https://github.com/illuminate/filesystem.git",
  274. "reference": "651d25f115103613f6e613ed710a910e9f0b079e"
  275. },
  276. "dist": {
  277. "type": "zip",
  278. "url": "https://api.github.com/repos/illuminate/filesystem/zipball/651d25f115103613f6e613ed710a910e9f0b079e",
  279. "reference": "651d25f115103613f6e613ed710a910e9f0b079e",
  280. "shasum": ""
  281. },
  282. "require": {
  283. "illuminate/contracts": "^7.0",
  284. "illuminate/support": "^7.0",
  285. "php": "^7.2.5",
  286. "symfony/finder": "^5.0"
  287. },
  288. "suggest": {
  289. "illuminate/http": "Required for handling uploaded files (^7.0).",
  290. "league/flysystem": "Required to use the Flysystem local and FTP drivers (^1.0.34).",
  291. "league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (^1.0).",
  292. "league/flysystem-cached-adapter": "Required to use the Flysystem cache (^1.0).",
  293. "league/flysystem-sftp": "Required to use the Flysystem SFTP driver (^1.0).",
  294. "psr/http-message": "Required to allow Storage::put to accept a StreamInterface (^1.0).",
  295. "symfony/mime": "Required to enable support for guessing extensions (^5.0)."
  296. },
  297. "type": "library",
  298. "extra": {
  299. "branch-alias": {
  300. "dev-master": "7.x-dev"
  301. }
  302. },
  303. "autoload": {
  304. "psr-4": {
  305. "Illuminate\\Filesystem\\": ""
  306. }
  307. },
  308. "notification-url": "https://packagist.org/downloads/",
  309. "license": [
  310. "MIT"
  311. ],
  312. "authors": [
  313. {
  314. "name": "Taylor Otwell",
  315. "email": "taylor@laravel.com"
  316. }
  317. ],
  318. "description": "The Illuminate Filesystem package.",
  319. "homepage": "https://laravel.com",
  320. "time": "2020-06-02T22:33:52+00:00"
  321. },
  322. {
  323. "name": "illuminate/support",
  324. "version": "v7.15.0",
  325. "source": {
  326. "type": "git",
  327. "url": "https://github.com/illuminate/support.git",
  328. "reference": "6fffd3f2a1d81fa29682eac43ef8701073c4214d"
  329. },
  330. "dist": {
  331. "type": "zip",
  332. "url": "https://api.github.com/repos/illuminate/support/zipball/6fffd3f2a1d81fa29682eac43ef8701073c4214d",
  333. "reference": "6fffd3f2a1d81fa29682eac43ef8701073c4214d",
  334. "shasum": ""
  335. },
  336. "require": {
  337. "doctrine/inflector": "^1.4|^2.0",
  338. "ext-json": "*",
  339. "ext-mbstring": "*",
  340. "illuminate/contracts": "^7.0",
  341. "nesbot/carbon": "^2.17",
  342. "php": "^7.2.5",
  343. "voku/portable-ascii": "^1.4.8"
  344. },
  345. "conflict": {
  346. "tightenco/collect": "<5.5.33"
  347. },
  348. "suggest": {
  349. "illuminate/filesystem": "Required to use the composer class (^7.0).",
  350. "moontoast/math": "Required to use ordered UUIDs (^1.1).",
  351. "ramsey/uuid": "Required to use Str::uuid() (^3.7|^4.0).",
  352. "symfony/process": "Required to use the composer class (^5.0).",
  353. "symfony/var-dumper": "Required to use the dd function (^5.0).",
  354. "vlucas/phpdotenv": "Required to use the Env class and env helper (^4.0)."
  355. },
  356. "type": "library",
  357. "extra": {
  358. "branch-alias": {
  359. "dev-master": "7.x-dev"
  360. }
  361. },
  362. "autoload": {
  363. "psr-4": {
  364. "Illuminate\\Support\\": ""
  365. },
  366. "files": [
  367. "helpers.php"
  368. ]
  369. },
  370. "notification-url": "https://packagist.org/downloads/",
  371. "license": [
  372. "MIT"
  373. ],
  374. "authors": [
  375. {
  376. "name": "Taylor Otwell",
  377. "email": "taylor@laravel.com"
  378. }
  379. ],
  380. "description": "The Illuminate Support package.",
  381. "homepage": "https://laravel.com",
  382. "time": "2020-06-08T02:42:53+00:00"
  383. },
  384. {
  385. "name": "illuminate/view",
  386. "version": "v7.15.0",
  387. "source": {
  388. "type": "git",
  389. "url": "https://github.com/illuminate/view.git",
  390. "reference": "092b7a37a3d7fd3b509a0b35f3dfe40a69a67d32"
  391. },
  392. "dist": {
  393. "type": "zip",
  394. "url": "https://api.github.com/repos/illuminate/view/zipball/092b7a37a3d7fd3b509a0b35f3dfe40a69a67d32",
  395. "reference": "092b7a37a3d7fd3b509a0b35f3dfe40a69a67d32",
  396. "shasum": ""
  397. },
  398. "require": {
  399. "ext-json": "*",
  400. "illuminate/container": "^7.0",
  401. "illuminate/contracts": "^7.0",
  402. "illuminate/events": "^7.0",
  403. "illuminate/filesystem": "^7.0",
  404. "illuminate/support": "^7.0",
  405. "php": "^7.2.5"
  406. },
  407. "type": "library",
  408. "extra": {
  409. "branch-alias": {
  410. "dev-master": "7.x-dev"
  411. }
  412. },
  413. "autoload": {
  414. "psr-4": {
  415. "Illuminate\\View\\": ""
  416. }
  417. },
  418. "notification-url": "https://packagist.org/downloads/",
  419. "license": [
  420. "MIT"
  421. ],
  422. "authors": [
  423. {
  424. "name": "Taylor Otwell",
  425. "email": "taylor@laravel.com"
  426. }
  427. ],
  428. "description": "The Illuminate View package.",
  429. "homepage": "https://laravel.com",
  430. "time": "2020-05-26T22:18:03+00:00"
  431. },
  432. {
  433. "name": "jenssegers/blade",
  434. "version": "v1.3.0",
  435. "source": {
  436. "type": "git",
  437. "url": "https://github.com/jenssegers/blade.git",
  438. "reference": "d221b717b4302ad71476ebd05abf0c2b98cbd7d8"
  439. },
  440. "dist": {
  441. "type": "zip",
  442. "url": "https://api.github.com/repos/jenssegers/blade/zipball/d221b717b4302ad71476ebd05abf0c2b98cbd7d8",
  443. "reference": "d221b717b4302ad71476ebd05abf0c2b98cbd7d8",
  444. "shasum": ""
  445. },
  446. "require": {
  447. "illuminate/view": "^5.5|^6.0|^7.0",
  448. "php": ">=7.0"
  449. },
  450. "require-dev": {
  451. "phpunit/phpunit": "^6.0|^7.0",
  452. "satooshi/php-coveralls": "^1.0"
  453. },
  454. "type": "library",
  455. "autoload": {
  456. "psr-4": {
  457. "Jenssegers\\Blade\\": "src/"
  458. }
  459. },
  460. "notification-url": "https://packagist.org/downloads/",
  461. "license": [
  462. "MIT"
  463. ],
  464. "authors": [
  465. {
  466. "name": "Jens Segers",
  467. "homepage": "https://jenssegers.com"
  468. }
  469. ],
  470. "description": "The standalone version of Laravel's Blade templating engine for use outside of Laravel.",
  471. "keywords": [
  472. "blade",
  473. "laravel",
  474. "render",
  475. "template",
  476. "view"
  477. ],
  478. "time": "2020-03-17T15:00:55+00:00"
  479. },
  480. {
  481. "name": "mikecao/flight",
  482. "version": "v1.3.8",
  483. "source": {
  484. "type": "git",
  485. "url": "https://github.com/mikecao/flight.git",
  486. "reference": "b3120f8db2ae3b358c1c7a412a92d7aa008a57b4"
  487. },
  488. "dist": {
  489. "type": "zip",
  490. "url": "https://api.github.com/repos/mikecao/flight/zipball/b3120f8db2ae3b358c1c7a412a92d7aa008a57b4",
  491. "reference": "b3120f8db2ae3b358c1c7a412a92d7aa008a57b4",
  492. "shasum": ""
  493. },
  494. "require": {
  495. "php": ">=5.3.0"
  496. },
  497. "require-dev": {
  498. "phpunit/phpunit": "~4.6"
  499. },
  500. "type": "library",
  501. "autoload": {
  502. "files": [
  503. "flight/autoload.php",
  504. "flight/Flight.php"
  505. ]
  506. },
  507. "notification-url": "https://packagist.org/downloads/",
  508. "license": [
  509. "MIT"
  510. ],
  511. "authors": [
  512. {
  513. "name": "Mike Cao",
  514. "email": "mike@mikecao.com",
  515. "homepage": "http://www.mikecao.com/",
  516. "role": "Original Developer"
  517. }
  518. ],
  519. "description": "Flight is a fast, simple, extensible framework for PHP. Flight enables you to quickly and easily build RESTful web applications.",
  520. "homepage": "http://flightphp.com",
  521. "time": "2020-01-23T05:33:11+00:00"
  522. },
  523. {
  524. "name": "nesbot/carbon",
  525. "version": "2.35.0",
  526. "source": {
  527. "type": "git",
  528. "url": "https://github.com/briannesbitt/Carbon.git",
  529. "reference": "4b9bd835261ef23d36397a46a76b496a458305e5"
  530. },
  531. "dist": {
  532. "type": "zip",
  533. "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/4b9bd835261ef23d36397a46a76b496a458305e5",
  534. "reference": "4b9bd835261ef23d36397a46a76b496a458305e5",
  535. "shasum": ""
  536. },
  537. "require": {
  538. "ext-json": "*",
  539. "php": "^7.1.8 || ^8.0",
  540. "symfony/polyfill-mbstring": "^1.0",
  541. "symfony/translation": "^3.4 || ^4.0 || ^5.0"
  542. },
  543. "require-dev": {
  544. "doctrine/orm": "^2.7",
  545. "friendsofphp/php-cs-fixer": "^2.14 || ^3.0",
  546. "kylekatarnls/multi-tester": "^1.1",
  547. "phpmd/phpmd": "^2.8",
  548. "phpstan/phpstan": "^0.11",
  549. "phpunit/phpunit": "^7.5 || ^8.0",
  550. "squizlabs/php_codesniffer": "^3.4"
  551. },
  552. "bin": [
  553. "bin/carbon"
  554. ],
  555. "type": "library",
  556. "extra": {
  557. "branch-alias": {
  558. "dev-master": "2.x-dev",
  559. "dev-3.x": "3.x-dev"
  560. },
  561. "laravel": {
  562. "providers": [
  563. "Carbon\\Laravel\\ServiceProvider"
  564. ]
  565. }
  566. },
  567. "autoload": {
  568. "psr-4": {
  569. "Carbon\\": "src/Carbon/"
  570. }
  571. },
  572. "notification-url": "https://packagist.org/downloads/",
  573. "license": [
  574. "MIT"
  575. ],
  576. "authors": [
  577. {
  578. "name": "Brian Nesbitt",
  579. "email": "brian@nesbot.com",
  580. "homepage": "http://nesbot.com"
  581. },
  582. {
  583. "name": "kylekatarnls",
  584. "homepage": "http://github.com/kylekatarnls"
  585. }
  586. ],
  587. "description": "An API extension for DateTime that supports 281 different languages.",
  588. "homepage": "http://carbon.nesbot.com",
  589. "keywords": [
  590. "date",
  591. "datetime",
  592. "time"
  593. ],
  594. "time": "2020-05-24T18:27:52+00:00"
  595. },
  596. {
  597. "name": "phpoption/phpoption",
  598. "version": "1.7.4",
  599. "source": {
  600. "type": "git",
  601. "url": "https://github.com/schmittjoh/php-option.git",
  602. "reference": "b2ada2ad5d8a32b89088b8adc31ecd2e3a13baf3"
  603. },
  604. "dist": {
  605. "type": "zip",
  606. "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/b2ada2ad5d8a32b89088b8adc31ecd2e3a13baf3",
  607. "reference": "b2ada2ad5d8a32b89088b8adc31ecd2e3a13baf3",
  608. "shasum": ""
  609. },
  610. "require": {
  611. "php": "^5.5.9 || ^7.0 || ^8.0"
  612. },
  613. "require-dev": {
  614. "bamarni/composer-bin-plugin": "^1.3",
  615. "phpunit/phpunit": "^4.8.35 || ^5.0 || ^6.0 || ^7.0"
  616. },
  617. "type": "library",
  618. "extra": {
  619. "branch-alias": {
  620. "dev-master": "1.7-dev"
  621. }
  622. },
  623. "autoload": {
  624. "psr-4": {
  625. "PhpOption\\": "src/PhpOption/"
  626. }
  627. },
  628. "notification-url": "https://packagist.org/downloads/",
  629. "license": [
  630. "Apache-2.0"
  631. ],
  632. "authors": [
  633. {
  634. "name": "Johannes M. Schmitt",
  635. "email": "schmittjoh@gmail.com"
  636. },
  637. {
  638. "name": "Graham Campbell",
  639. "email": "graham@alt-three.com"
  640. }
  641. ],
  642. "description": "Option Type for PHP",
  643. "keywords": [
  644. "language",
  645. "option",
  646. "php",
  647. "type"
  648. ],
  649. "time": "2020-06-07T10:40:07+00:00"
  650. },
  651. {
  652. "name": "psr/container",
  653. "version": "1.0.0",
  654. "source": {
  655. "type": "git",
  656. "url": "https://github.com/php-fig/container.git",
  657. "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
  658. },
  659. "dist": {
  660. "type": "zip",
  661. "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
  662. "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
  663. "shasum": ""
  664. },
  665. "require": {
  666. "php": ">=5.3.0"
  667. },
  668. "type": "library",
  669. "extra": {
  670. "branch-alias": {
  671. "dev-master": "1.0.x-dev"
  672. }
  673. },
  674. "autoload": {
  675. "psr-4": {
  676. "Psr\\Container\\": "src/"
  677. }
  678. },
  679. "notification-url": "https://packagist.org/downloads/",
  680. "license": [
  681. "MIT"
  682. ],
  683. "authors": [
  684. {
  685. "name": "PHP-FIG",
  686. "homepage": "http://www.php-fig.org/"
  687. }
  688. ],
  689. "description": "Common Container Interface (PHP FIG PSR-11)",
  690. "homepage": "https://github.com/php-fig/container",
  691. "keywords": [
  692. "PSR-11",
  693. "container",
  694. "container-interface",
  695. "container-interop",
  696. "psr"
  697. ],
  698. "time": "2017-02-14T16:28:37+00:00"
  699. },
  700. {
  701. "name": "psr/simple-cache",
  702. "version": "1.0.1",
  703. "source": {
  704. "type": "git",
  705. "url": "https://github.com/php-fig/simple-cache.git",
  706. "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
  707. },
  708. "dist": {
  709. "type": "zip",
  710. "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
  711. "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
  712. "shasum": ""
  713. },
  714. "require": {
  715. "php": ">=5.3.0"
  716. },
  717. "type": "library",
  718. "extra": {
  719. "branch-alias": {
  720. "dev-master": "1.0.x-dev"
  721. }
  722. },
  723. "autoload": {
  724. "psr-4": {
  725. "Psr\\SimpleCache\\": "src/"
  726. }
  727. },
  728. "notification-url": "https://packagist.org/downloads/",
  729. "license": [
  730. "MIT"
  731. ],
  732. "authors": [
  733. {
  734. "name": "PHP-FIG",
  735. "homepage": "http://www.php-fig.org/"
  736. }
  737. ],
  738. "description": "Common interfaces for simple caching",
  739. "keywords": [
  740. "cache",
  741. "caching",
  742. "psr",
  743. "psr-16",
  744. "simple-cache"
  745. ],
  746. "time": "2017-10-23T01:57:42+00:00"
  747. },
  748. {
  749. "name": "symfony/finder",
  750. "version": "v5.1.0",
  751. "source": {
  752. "type": "git",
  753. "url": "https://github.com/symfony/finder.git",
  754. "reference": "4298870062bfc667cb78d2b379be4bf5dec5f187"
  755. },
  756. "dist": {
  757. "type": "zip",
  758. "url": "https://api.github.com/repos/symfony/finder/zipball/4298870062bfc667cb78d2b379be4bf5dec5f187",
  759. "reference": "4298870062bfc667cb78d2b379be4bf5dec5f187",
  760. "shasum": ""
  761. },
  762. "require": {
  763. "php": ">=7.2.5"
  764. },
  765. "type": "library",
  766. "extra": {
  767. "branch-alias": {
  768. "dev-master": "5.1-dev"
  769. }
  770. },
  771. "autoload": {
  772. "psr-4": {
  773. "Symfony\\Component\\Finder\\": ""
  774. },
  775. "exclude-from-classmap": [
  776. "/Tests/"
  777. ]
  778. },
  779. "notification-url": "https://packagist.org/downloads/",
  780. "license": [
  781. "MIT"
  782. ],
  783. "authors": [
  784. {
  785. "name": "Fabien Potencier",
  786. "email": "fabien@symfony.com"
  787. },
  788. {
  789. "name": "Symfony Community",
  790. "homepage": "https://symfony.com/contributors"
  791. }
  792. ],
  793. "description": "Symfony Finder Component",
  794. "homepage": "https://symfony.com",
  795. "time": "2020-05-20T17:43:50+00:00"
  796. },
  797. {
  798. "name": "symfony/polyfill-ctype",
  799. "version": "v1.17.0",
  800. "source": {
  801. "type": "git",
  802. "url": "https://github.com/symfony/polyfill-ctype.git",
  803. "reference": "e94c8b1bbe2bc77507a1056cdb06451c75b427f9"
  804. },
  805. "dist": {
  806. "type": "zip",
  807. "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/e94c8b1bbe2bc77507a1056cdb06451c75b427f9",
  808. "reference": "e94c8b1bbe2bc77507a1056cdb06451c75b427f9",
  809. "shasum": ""
  810. },
  811. "require": {
  812. "php": ">=5.3.3"
  813. },
  814. "suggest": {
  815. "ext-ctype": "For best performance"
  816. },
  817. "type": "library",
  818. "extra": {
  819. "branch-alias": {
  820. "dev-master": "1.17-dev"
  821. }
  822. },
  823. "autoload": {
  824. "psr-4": {
  825. "Symfony\\Polyfill\\Ctype\\": ""
  826. },
  827. "files": [
  828. "bootstrap.php"
  829. ]
  830. },
  831. "notification-url": "https://packagist.org/downloads/",
  832. "license": [
  833. "MIT"
  834. ],
  835. "authors": [
  836. {
  837. "name": "Gert de Pagter",
  838. "email": "BackEndTea@gmail.com"
  839. },
  840. {
  841. "name": "Symfony Community",
  842. "homepage": "https://symfony.com/contributors"
  843. }
  844. ],
  845. "description": "Symfony polyfill for ctype functions",
  846. "homepage": "https://symfony.com",
  847. "keywords": [
  848. "compatibility",
  849. "ctype",
  850. "polyfill",
  851. "portable"
  852. ],
  853. "time": "2020-05-12T16:14:59+00:00"
  854. },
  855. {
  856. "name": "symfony/polyfill-mbstring",
  857. "version": "v1.17.0",
  858. "source": {
  859. "type": "git",
  860. "url": "https://github.com/symfony/polyfill-mbstring.git",
  861. "reference": "fa79b11539418b02fc5e1897267673ba2c19419c"
  862. },
  863. "dist": {
  864. "type": "zip",
  865. "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/fa79b11539418b02fc5e1897267673ba2c19419c",
  866. "reference": "fa79b11539418b02fc5e1897267673ba2c19419c",
  867. "shasum": ""
  868. },
  869. "require": {
  870. "php": ">=5.3.3"
  871. },
  872. "suggest": {
  873. "ext-mbstring": "For best performance"
  874. },
  875. "type": "library",
  876. "extra": {
  877. "branch-alias": {
  878. "dev-master": "1.17-dev"
  879. }
  880. },
  881. "autoload": {
  882. "psr-4": {
  883. "Symfony\\Polyfill\\Mbstring\\": ""
  884. },
  885. "files": [
  886. "bootstrap.php"
  887. ]
  888. },
  889. "notification-url": "https://packagist.org/downloads/",
  890. "license": [
  891. "MIT"
  892. ],
  893. "authors": [
  894. {
  895. "name": "Nicolas Grekas",
  896. "email": "p@tchwork.com"
  897. },
  898. {
  899. "name": "Symfony Community",
  900. "homepage": "https://symfony.com/contributors"
  901. }
  902. ],
  903. "description": "Symfony polyfill for the Mbstring extension",
  904. "homepage": "https://symfony.com",
  905. "keywords": [
  906. "compatibility",
  907. "mbstring",
  908. "polyfill",
  909. "portable",
  910. "shim"
  911. ],
  912. "time": "2020-05-12T16:47:27+00:00"
  913. },
  914. {
  915. "name": "symfony/polyfill-php80",
  916. "version": "v1.17.0",
  917. "source": {
  918. "type": "git",
  919. "url": "https://github.com/symfony/polyfill-php80.git",
  920. "reference": "5e30b2799bc1ad68f7feb62b60a73743589438dd"
  921. },
  922. "dist": {
  923. "type": "zip",
  924. "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/5e30b2799bc1ad68f7feb62b60a73743589438dd",
  925. "reference": "5e30b2799bc1ad68f7feb62b60a73743589438dd",
  926. "shasum": ""
  927. },
  928. "require": {
  929. "php": ">=7.0.8"
  930. },
  931. "type": "library",
  932. "extra": {
  933. "branch-alias": {
  934. "dev-master": "1.17-dev"
  935. }
  936. },
  937. "autoload": {
  938. "psr-4": {
  939. "Symfony\\Polyfill\\Php80\\": ""
  940. },
  941. "files": [
  942. "bootstrap.php"
  943. ],
  944. "classmap": [
  945. "Resources/stubs"
  946. ]
  947. },
  948. "notification-url": "https://packagist.org/downloads/",
  949. "license": [
  950. "MIT"
  951. ],
  952. "authors": [
  953. {
  954. "name": "Ion Bazan",
  955. "email": "ion.bazan@gmail.com"
  956. },
  957. {
  958. "name": "Nicolas Grekas",
  959. "email": "p@tchwork.com"
  960. },
  961. {
  962. "name": "Symfony Community",
  963. "homepage": "https://symfony.com/contributors"
  964. }
  965. ],
  966. "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
  967. "homepage": "https://symfony.com",
  968. "keywords": [
  969. "compatibility",
  970. "polyfill",
  971. "portable",
  972. "shim"
  973. ],
  974. "time": "2020-05-12T16:47:27+00:00"
  975. },
  976. {
  977. "name": "symfony/translation",
  978. "version": "v5.1.0",
  979. "source": {
  980. "type": "git",
  981. "url": "https://github.com/symfony/translation.git",
  982. "reference": "d387f07d4c15f9c09439cf3f13ddbe0b2c5e8be2"
  983. },
  984. "dist": {
  985. "type": "zip",
  986. "url": "https://api.github.com/repos/symfony/translation/zipball/d387f07d4c15f9c09439cf3f13ddbe0b2c5e8be2",
  987. "reference": "d387f07d4c15f9c09439cf3f13ddbe0b2c5e8be2",
  988. "shasum": ""
  989. },
  990. "require": {
  991. "php": ">=7.2.5",
  992. "symfony/polyfill-mbstring": "~1.0",
  993. "symfony/polyfill-php80": "^1.15",
  994. "symfony/translation-contracts": "^2"
  995. },
  996. "conflict": {
  997. "symfony/config": "<4.4",
  998. "symfony/dependency-injection": "<5.0",
  999. "symfony/http-kernel": "<5.0",
  1000. "symfony/twig-bundle": "<5.0",
  1001. "symfony/yaml": "<4.4"
  1002. },
  1003. "provide": {
  1004. "symfony/translation-implementation": "2.0"
  1005. },
  1006. "require-dev": {
  1007. "psr/log": "~1.0",
  1008. "symfony/config": "^4.4|^5.0",
  1009. "symfony/console": "^4.4|^5.0",
  1010. "symfony/dependency-injection": "^5.0",
  1011. "symfony/finder": "^4.4|^5.0",
  1012. "symfony/http-kernel": "^5.0",
  1013. "symfony/intl": "^4.4|^5.0",
  1014. "symfony/service-contracts": "^1.1.2|^2",
  1015. "symfony/yaml": "^4.4|^5.0"
  1016. },
  1017. "suggest": {
  1018. "psr/log-implementation": "To use logging capability in translator",
  1019. "symfony/config": "",
  1020. "symfony/yaml": ""
  1021. },
  1022. "type": "library",
  1023. "extra": {
  1024. "branch-alias": {
  1025. "dev-master": "5.1-dev"
  1026. }
  1027. },
  1028. "autoload": {
  1029. "psr-4": {
  1030. "Symfony\\Component\\Translation\\": ""
  1031. },
  1032. "exclude-from-classmap": [
  1033. "/Tests/"
  1034. ]
  1035. },
  1036. "notification-url": "https://packagist.org/downloads/",
  1037. "license": [
  1038. "MIT"
  1039. ],
  1040. "authors": [
  1041. {
  1042. "name": "Fabien Potencier",
  1043. "email": "fabien@symfony.com"
  1044. },
  1045. {
  1046. "name": "Symfony Community",
  1047. "homepage": "https://symfony.com/contributors"
  1048. }
  1049. ],
  1050. "description": "Symfony Translation Component",
  1051. "homepage": "https://symfony.com",
  1052. "time": "2020-05-30T20:35:19+00:00"
  1053. },
  1054. {
  1055. "name": "symfony/translation-contracts",
  1056. "version": "v2.1.2",
  1057. "source": {
  1058. "type": "git",
  1059. "url": "https://github.com/symfony/translation-contracts.git",
  1060. "reference": "e5ca07c8f817f865f618aa072c2fe8e0e637340e"
  1061. },
  1062. "dist": {
  1063. "type": "zip",
  1064. "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/e5ca07c8f817f865f618aa072c2fe8e0e637340e",
  1065. "reference": "e5ca07c8f817f865f618aa072c2fe8e0e637340e",
  1066. "shasum": ""
  1067. },
  1068. "require": {
  1069. "php": ">=7.2.5"
  1070. },
  1071. "suggest": {
  1072. "symfony/translation-implementation": ""
  1073. },
  1074. "type": "library",
  1075. "extra": {
  1076. "branch-alias": {
  1077. "dev-master": "2.1-dev"
  1078. }
  1079. },
  1080. "autoload": {
  1081. "psr-4": {
  1082. "Symfony\\Contracts\\Translation\\": ""
  1083. }
  1084. },
  1085. "notification-url": "https://packagist.org/downloads/",
  1086. "license": [
  1087. "MIT"
  1088. ],
  1089. "authors": [
  1090. {
  1091. "name": "Nicolas Grekas",
  1092. "email": "p@tchwork.com"
  1093. },
  1094. {
  1095. "name": "Symfony Community",
  1096. "homepage": "https://symfony.com/contributors"
  1097. }
  1098. ],
  1099. "description": "Generic abstractions related to translation",
  1100. "homepage": "https://symfony.com",
  1101. "keywords": [
  1102. "abstractions",
  1103. "contracts",
  1104. "decoupling",
  1105. "interfaces",
  1106. "interoperability",
  1107. "standards"
  1108. ],
  1109. "time": "2020-05-20T17:43:50+00:00"
  1110. },
  1111. {
  1112. "name": "vlucas/phpdotenv",
  1113. "version": "v3.3.3",
  1114. "source": {
  1115. "type": "git",
  1116. "url": "https://github.com/vlucas/phpdotenv.git",
  1117. "reference": "dbcc609971dd9b55f48b8008b553d79fd372ddde"
  1118. },
  1119. "dist": {
  1120. "type": "zip",
  1121. "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/dbcc609971dd9b55f48b8008b553d79fd372ddde",
  1122. "reference": "dbcc609971dd9b55f48b8008b553d79fd372ddde",
  1123. "shasum": ""
  1124. },
  1125. "require": {
  1126. "php": "^5.4 || ^7.0",
  1127. "phpoption/phpoption": "^1.5",
  1128. "symfony/polyfill-ctype": "^1.9"
  1129. },
  1130. "require-dev": {
  1131. "phpunit/phpunit": "^4.8.35 || ^5.0 || ^6.0"
  1132. },
  1133. "type": "library",
  1134. "extra": {
  1135. "branch-alias": {
  1136. "dev-master": "3.3-dev"
  1137. }
  1138. },
  1139. "autoload": {
  1140. "psr-4": {
  1141. "Dotenv\\": "src/"
  1142. }
  1143. },
  1144. "notification-url": "https://packagist.org/downloads/",
  1145. "license": [
  1146. "BSD-3-Clause"
  1147. ],
  1148. "authors": [
  1149. {
  1150. "name": "Vance Lucas",
  1151. "email": "vance@vancelucas.com",
  1152. "homepage": "http://www.vancelucas.com"
  1153. }
  1154. ],
  1155. "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
  1156. "keywords": [
  1157. "dotenv",
  1158. "env",
  1159. "environment"
  1160. ],
  1161. "time": "2019-03-06T09:39:45+00:00"
  1162. },
  1163. {
  1164. "name": "voku/portable-ascii",
  1165. "version": "1.5.1",
  1166. "source": {
  1167. "type": "git",
  1168. "url": "https://github.com/voku/portable-ascii.git",
  1169. "reference": "e7f9bd5deff09a57318f9b900ab33a05acfcf4d3"
  1170. },
  1171. "dist": {
  1172. "type": "zip",
  1173. "url": "https://api.github.com/repos/voku/portable-ascii/zipball/e7f9bd5deff09a57318f9b900ab33a05acfcf4d3",
  1174. "reference": "e7f9bd5deff09a57318f9b900ab33a05acfcf4d3",
  1175. "shasum": ""
  1176. },
  1177. "require": {
  1178. "php": ">=7.0.0"
  1179. },
  1180. "require-dev": {
  1181. "phpunit/phpunit": "~6.0 || ~7.0"
  1182. },
  1183. "suggest": {
  1184. "ext-intl": "Use Intl for transliterator_transliterate() support"
  1185. },
  1186. "type": "library",
  1187. "autoload": {
  1188. "psr-4": {
  1189. "voku\\": "src/voku/"
  1190. }
  1191. },
  1192. "notification-url": "https://packagist.org/downloads/",
  1193. "license": [
  1194. "MIT"
  1195. ],
  1196. "authors": [
  1197. {
  1198. "name": "Lars Moelleken",
  1199. "homepage": "http://www.moelleken.org/"
  1200. }
  1201. ],
  1202. "description": "Portable ASCII library - performance optimized (ascii) string functions for php.",
  1203. "homepage": "https://github.com/voku/portable-ascii",
  1204. "keywords": [
  1205. "ascii",
  1206. "clean",
  1207. "php"
  1208. ],
  1209. "time": "2020-05-26T06:40:44+00:00"
  1210. }
  1211. ],
  1212. "packages-dev": [],
  1213. "aliases": [],
  1214. "minimum-stability": "stable",
  1215. "stability-flags": [],
  1216. "prefer-stable": false,
  1217. "prefer-lowest": false,
  1218. "platform": {
  1219. "php": "^7.0"
  1220. },
  1221. "platform-dev": []
  1222. }