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.

1273 lines
43 KiB

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