From e7aee1d2d2db52df4d21eee5435c21068a746815 Mon Sep 17 00:00:00 2001
From: ndyysagiii <118824217+ndyysagiii@users.noreply.github.com>
Date: Sat, 13 Jul 2024 15:19:18 +0700
Subject: [PATCH] first commit
---
.editorconfig | 18 +
.env.example | 64 +
.gitattributes | 11 +
.gitignore | 20 +
README.md | 66 +
app/Exports/ProsesExport.php | 59 +
app/Http/Controllers/AlgoritmaController.php | 506 +
app/Http/Controllers/Controller.php | 8 +
app/Http/Controllers/DashboardController.php | 19 +
app/Http/Controllers/HasilController.php | 60 +
app/Http/Controllers/LoginController.php | 43 +
app/Http/Controllers/ProsesController.php | 39 +
app/Http/Controllers/TransaksiController.php | 68 +
app/Http/Middleware/isAuth.php | 25 +
app/Http/Middleware/isNoAuth.php | 25 +
app/Imports/TransaksiImport.php | 25 +
app/Jobs/ProcessEclatJob.php | 242 +
app/Models/Confidence.php | 40 +
app/Models/Itemset1.php | 30 +
app/Models/Itemset2.php | 36 +
app/Models/Itemset3.php | 36 +
app/Models/Proses.php | 39 +
app/Models/Transaksi.php | 18 +
app/Models/User.php | 47 +
app/Providers/AppServiceProvider.php | 24 +
artisan | 15 +
bootstrap/app.php | 18 +
bootstrap/cache/.gitignore | 2 +
bootstrap/providers.php | 5 +
composer.json | 70 +
composer.lock | 9091 +++++
config/app.php | 126 +
config/auth.php | 115 +
config/cache.php | 107 +
config/database.php | 170 +
config/excel.php | 379 +
config/filesystems.php | 76 +
config/logging.php | 132 +
config/mail.php | 116 +
config/queue.php | 112 +
config/services.php | 38 +
config/session.php | 217 +
database/.gitignore | 1 +
database/factories/UserFactory.php | 44 +
.../0001_01_01_000000_create_users_table.php | 49 +
.../0001_01_01_000001_create_cache_table.php | 35 +
.../0001_01_01_000002_create_jobs_table.php | 57 +
...24_05_29_014227_create_transaksi_table.php | 29 +
.../2024_05_29_014312_create_proses_table.php | 31 +
...024_05_29_014451_create_itemset1_table.php | 31 +
...024_05_29_014456_create_itemset2_table.php | 32 +
...024_05_29_014501_create_itemset3_table.php | 32 +
...4_05_29_020022_create_confidence_table.php | 37 +
database/seeders/DatabaseSeeder.php | 25 +
package.json | 13 +
phpunit.xml | 33 +
public/.htaccess | 21 +
.../icons/tabler-icons/fonts/tabler-icons.eot | Bin 0 -> 1521944 bytes
.../icons/tabler-icons/fonts/tabler-icons.svg | 9012 +++++
.../icons/tabler-icons/fonts/tabler-icons.ttf | Bin 0 -> 1521760 bytes
.../tabler-icons/fonts/tabler-icons.woff | Bin 0 -> 775616 bytes
.../tabler-icons/fonts/tabler-icons.woff2 | Bin 0 -> 552144 bytes
.../css/icons/tabler-icons/tabler-icons.css | 12031 ++++++
public/assets/css/styles.css | 6 +
public/assets/css/styles.min.css | 16908 ++++++++
public/assets/images/backgrounds/rocket.png | Bin 0 -> 15492 bytes
public/assets/images/logos/dark-logo.svg | 7 +
public/assets/images/logos/favicon.png | Bin 0 -> 583 bytes
public/assets/images/products/s1.jpg | Bin 0 -> 117358 bytes
public/assets/images/products/s11.jpg | Bin 0 -> 231624 bytes
public/assets/images/products/s4.jpg | Bin 0 -> 84198 bytes
public/assets/images/products/s5.jpg | Bin 0 -> 124284 bytes
public/assets/images/products/s7.jpg | Bin 0 -> 78225 bytes
public/assets/images/profile/user-1.jpg | Bin 0 -> 30954 bytes
public/assets/js/app.min.js | 37 +
public/assets/js/dashboard.js | 211 +
public/assets/js/sidebarmenu.js | 52 +
public/assets/libs/apexcharts/LICENSE | 21 +
public/assets/libs/apexcharts/README.md | 228 +
.../libs/apexcharts/dist/apexcharts.amd.js | 2 +
.../libs/apexcharts/dist/apexcharts.common.js | 14 +
.../libs/apexcharts/dist/apexcharts.css | 581 +
.../libs/apexcharts/dist/apexcharts.esm.js | 14 +
.../assets/libs/apexcharts/dist/apexcharts.js | 32687 ++++++++++++++++
.../libs/apexcharts/dist/apexcharts.min.js | 14 +
.../libs/apexcharts/dist/locales/ar.json | 63 +
.../libs/apexcharts/dist/locales/ca.json | 55 +
.../libs/apexcharts/dist/locales/cs.json | 55 +
.../libs/apexcharts/dist/locales/de.json | 55 +
.../libs/apexcharts/dist/locales/el.json | 55 +
.../libs/apexcharts/dist/locales/en.json | 55 +
.../libs/apexcharts/dist/locales/es.json | 55 +
.../libs/apexcharts/dist/locales/et.json | 63 +
.../libs/apexcharts/dist/locales/fa.json | 55 +
.../libs/apexcharts/dist/locales/fi.json | 55 +
.../libs/apexcharts/dist/locales/fr.json | 55 +
.../libs/apexcharts/dist/locales/he.json | 55 +
.../libs/apexcharts/dist/locales/hi.json | 55 +
.../libs/apexcharts/dist/locales/hr.json | 55 +
.../libs/apexcharts/dist/locales/hu.json | 64 +
.../libs/apexcharts/dist/locales/hy.json | 55 +
.../libs/apexcharts/dist/locales/id.json | 47 +
.../libs/apexcharts/dist/locales/it.json | 55 +
.../libs/apexcharts/dist/locales/ja.json | 55 +
.../libs/apexcharts/dist/locales/ka.json | 55 +
.../libs/apexcharts/dist/locales/ko.json | 55 +
.../libs/apexcharts/dist/locales/lt.json | 55 +
.../libs/apexcharts/dist/locales/lv.json | 64 +
.../libs/apexcharts/dist/locales/nb.json | 55 +
.../libs/apexcharts/dist/locales/nl.json | 55 +
.../libs/apexcharts/dist/locales/pl.json | 55 +
.../libs/apexcharts/dist/locales/pt-br.json | 55 +
.../libs/apexcharts/dist/locales/pt.json | 55 +
.../libs/apexcharts/dist/locales/rs.json | 55 +
.../libs/apexcharts/dist/locales/ru.json | 55 +
.../libs/apexcharts/dist/locales/se.json | 55 +
.../libs/apexcharts/dist/locales/sk.json | 55 +
.../libs/apexcharts/dist/locales/sl.json | 55 +
.../libs/apexcharts/dist/locales/sq.json | 55 +
.../libs/apexcharts/dist/locales/th.json | 55 +
.../libs/apexcharts/dist/locales/tr.json | 55 +
.../libs/apexcharts/dist/locales/ua.json | 55 +
.../libs/apexcharts/dist/locales/zh-cn.json | 55 +
.../libs/apexcharts/dist/locales/zh-tw.json | 55 +
public/assets/libs/apexcharts/package.json | 106 +
.../assets/libs/apexcharts/src/apexcharts.js | 762 +
.../libs/apexcharts/src/assets/apexcharts.css | 688 +
.../libs/apexcharts/src/assets/ico-camera.svg | 5 +
.../libs/apexcharts/src/assets/ico-home.svg | 4 +
.../libs/apexcharts/src/assets/ico-menu.svg | 1 +
.../src/assets/ico-minus-square.svg | 9 +
.../libs/apexcharts/src/assets/ico-minus.svg | 4 +
.../apexcharts/src/assets/ico-pan-hand.svg | 9 +
.../libs/apexcharts/src/assets/ico-pan.svg | 4 +
.../apexcharts/src/assets/ico-plus-square.svg | 4 +
.../libs/apexcharts/src/assets/ico-plus.svg | 4 +
.../apexcharts/src/assets/ico-refresh.svg | 4 +
.../libs/apexcharts/src/assets/ico-reset.svg | 4 +
.../libs/apexcharts/src/assets/ico-select.svg | 4 +
.../apexcharts/src/assets/ico-select1.svg | 3 +
.../apexcharts/src/assets/ico-zoom-in.svg | 5 +
.../apexcharts/src/assets/ico-zoom-out.svg | 10 +
.../libs/apexcharts/src/assets/ico-zoom.svg | 4 +
.../assets/libs/apexcharts/src/charts/Bar.js | 492 +
.../libs/apexcharts/src/charts/BarStacked.js | 481 +
.../apexcharts/src/charts/BoxCandleStick.js | 428 +
.../libs/apexcharts/src/charts/HeatMap.js | 241 +
.../assets/libs/apexcharts/src/charts/Line.js | 728 +
.../assets/libs/apexcharts/src/charts/Pie.js | 1057 +
.../libs/apexcharts/src/charts/Radar.js | 524 +
.../libs/apexcharts/src/charts/Radial.js | 469 +
.../libs/apexcharts/src/charts/RangeBar.js | 454 +
.../libs/apexcharts/src/charts/Scatter.js | 267 +
.../libs/apexcharts/src/charts/Treemap.js | 302 +
.../src/charts/common/bar/DataLabels.js | 442 +
.../src/charts/common/bar/Helpers.js | 638 +
.../src/charts/common/circle/Helpers.js | 30 +
.../src/charts/common/line/Helpers.js | 149 +
.../src/charts/common/treemap/Helpers.js | 192 +
.../apexcharts/src/libs/Treemap-squared.js | 290 +
.../libs/apexcharts/src/locales/ar.json | 63 +
.../libs/apexcharts/src/locales/ca.json | 55 +
.../libs/apexcharts/src/locales/cs.json | 55 +
.../libs/apexcharts/src/locales/de.json | 55 +
.../libs/apexcharts/src/locales/el.json | 55 +
.../libs/apexcharts/src/locales/en.json | 55 +
.../libs/apexcharts/src/locales/es.json | 55 +
.../libs/apexcharts/src/locales/et.json | 63 +
.../libs/apexcharts/src/locales/fa.json | 55 +
.../libs/apexcharts/src/locales/fi.json | 55 +
.../libs/apexcharts/src/locales/fr.json | 55 +
.../libs/apexcharts/src/locales/he.json | 55 +
.../libs/apexcharts/src/locales/hi.json | 55 +
.../libs/apexcharts/src/locales/hr.json | 55 +
.../libs/apexcharts/src/locales/hu.json | 64 +
.../libs/apexcharts/src/locales/hy.json | 55 +
.../libs/apexcharts/src/locales/id.json | 47 +
.../libs/apexcharts/src/locales/it.json | 55 +
.../libs/apexcharts/src/locales/ja.json | 55 +
.../libs/apexcharts/src/locales/ka.json | 55 +
.../libs/apexcharts/src/locales/ko.json | 55 +
.../libs/apexcharts/src/locales/lt.json | 55 +
.../libs/apexcharts/src/locales/lv.json | 64 +
.../libs/apexcharts/src/locales/nb.json | 55 +
.../libs/apexcharts/src/locales/nl.json | 55 +
.../libs/apexcharts/src/locales/pl.json | 55 +
.../libs/apexcharts/src/locales/pt-br.json | 55 +
.../libs/apexcharts/src/locales/pt.json | 55 +
.../libs/apexcharts/src/locales/rs.json | 55 +
.../libs/apexcharts/src/locales/ru.json | 55 +
.../libs/apexcharts/src/locales/se.json | 55 +
.../libs/apexcharts/src/locales/sk.json | 55 +
.../libs/apexcharts/src/locales/sl.json | 55 +
.../libs/apexcharts/src/locales/sq.json | 55 +
.../libs/apexcharts/src/locales/th.json | 55 +
.../libs/apexcharts/src/locales/tr.json | 55 +
.../libs/apexcharts/src/locales/ua.json | 55 +
.../libs/apexcharts/src/locales/zh-cn.json | 55 +
.../libs/apexcharts/src/locales/zh-tw.json | 55 +
.../libs/apexcharts/src/modules/Animations.js | 261 +
.../libs/apexcharts/src/modules/Base.js | 25 +
.../libs/apexcharts/src/modules/Core.js | 614 +
.../libs/apexcharts/src/modules/CoreUtils.js | 386 +
.../libs/apexcharts/src/modules/Crosshairs.js | 138 +
.../libs/apexcharts/src/modules/Data.js | 705 +
.../libs/apexcharts/src/modules/DataLabels.js | 373 +
.../libs/apexcharts/src/modules/Events.js | 118 +
.../libs/apexcharts/src/modules/Exports.js | 364 +
.../libs/apexcharts/src/modules/Fill.js | 381 +
.../libs/apexcharts/src/modules/Filters.js | 212 +
.../libs/apexcharts/src/modules/Formatters.js | 182 +
.../libs/apexcharts/src/modules/Graphics.js | 842 +
.../libs/apexcharts/src/modules/Markers.js | 245 +
.../libs/apexcharts/src/modules/Range.js | 548 +
.../libs/apexcharts/src/modules/Responsive.js | 73 +
.../libs/apexcharts/src/modules/Scales.js | 586 +
.../libs/apexcharts/src/modules/Series.js | 453 +
.../libs/apexcharts/src/modules/Theme.js | 239 +
.../libs/apexcharts/src/modules/TimeScale.js | 917 +
.../apexcharts/src/modules/TitleSubtitle.js | 52 +
.../libs/apexcharts/src/modules/Toolbar.js | 532 +
.../src/modules/ZoomPanSelection.js | 777 +
.../src/modules/annotations/Annotations.js | 321 +
.../src/modules/annotations/Helpers.js | 245 +
.../modules/annotations/PointsAnnotations.js | 122 +
.../modules/annotations/XAxisAnnotations.js | 118 +
.../modules/annotations/YAxisAnnotations.js | 112 +
.../libs/apexcharts/src/modules/axes/Axes.js | 39 +
.../apexcharts/src/modules/axes/AxesUtils.js | 247 +
.../libs/apexcharts/src/modules/axes/Grid.js | 521 +
.../libs/apexcharts/src/modules/axes/XAxis.js | 633 +
.../libs/apexcharts/src/modules/axes/YAxis.js | 558 +
.../src/modules/dimensions/Dimensions.js | 336 +
.../apexcharts/src/modules/dimensions/Grid.js | 151 +
.../src/modules/dimensions/Helpers.js | 100 +
.../src/modules/dimensions/XAxis.js | 385 +
.../src/modules/dimensions/YAxis.js | 205 +
.../apexcharts/src/modules/helpers/Destroy.js | 88 +
.../src/modules/helpers/InitCtxVariables.js | 104 +
.../src/modules/helpers/Localization.js | 39 +
.../src/modules/helpers/UpdateHelpers.js | 282 +
.../apexcharts/src/modules/legend/Helpers.js | 296 +
.../apexcharts/src/modules/legend/Legend.js | 481 +
.../apexcharts/src/modules/settings/Config.js | 345 +
.../src/modules/settings/Defaults.js | 857 +
.../src/modules/settings/Globals.js | 226 +
.../src/modules/settings/Options.js | 1082 +
.../src/modules/tooltip/AxesTooltip.js | 193 +
.../src/modules/tooltip/Intersect.js | 369 +
.../apexcharts/src/modules/tooltip/Labels.js | 506 +
.../apexcharts/src/modules/tooltip/Marker.js | 188 +
.../src/modules/tooltip/Position.js | 434 +
.../apexcharts/src/modules/tooltip/README.md | 20 +
.../apexcharts/src/modules/tooltip/Tooltip.js | 886 +
.../apexcharts/src/modules/tooltip/Utils.js | 359 +
.../assets/libs/apexcharts/src/svgjs/svg.js | 3752 ++
.../libs/apexcharts/src/utils/DateTime.js | 240 +
.../libs/apexcharts/src/utils/Resize.js | 45 +
.../assets/libs/apexcharts/src/utils/Utils.js | 402 +
.../libs/apexcharts/types/apexcharts.d.ts | 1198 +
public/assets/libs/bootstrap/LICENSE | 22 +
public/assets/libs/bootstrap/README.md | 247 +
.../bootstrap/dist/css/bootstrap-grid.css | 4226 ++
.../bootstrap/dist/css/bootstrap-grid.css.map | 1 +
.../bootstrap/dist/css/bootstrap-grid.min.css | 6 +
.../dist/css/bootstrap-grid.min.css.map | 1 +
.../bootstrap/dist/css/bootstrap-grid.rtl.css | 4225 ++
.../dist/css/bootstrap-grid.rtl.css.map | 1 +
.../dist/css/bootstrap-grid.rtl.min.css | 6 +
.../dist/css/bootstrap-grid.rtl.min.css.map | 1 +
.../bootstrap/dist/css/bootstrap-reboot.css | 591 +
.../dist/css/bootstrap-reboot.css.map | 1 +
.../dist/css/bootstrap-reboot.min.css | 6 +
.../dist/css/bootstrap-reboot.min.css.map | 1 +
.../dist/css/bootstrap-reboot.rtl.css | 588 +
.../dist/css/bootstrap-reboot.rtl.css.map | 1 +
.../dist/css/bootstrap-reboot.rtl.min.css | 6 +
.../dist/css/bootstrap-reboot.rtl.min.css.map | 1 +
.../dist/css/bootstrap-utilities.css | 5099 +++
.../dist/css/bootstrap-utilities.css.map | 1 +
.../dist/css/bootstrap-utilities.min.css | 6 +
.../dist/css/bootstrap-utilities.min.css.map | 1 +
.../dist/css/bootstrap-utilities.rtl.css | 5090 +++
.../dist/css/bootstrap-utilities.rtl.css.map | 1 +
.../dist/css/bootstrap-utilities.rtl.min.css | 6 +
.../css/bootstrap-utilities.rtl.min.css.map | 1 +
.../libs/bootstrap/dist/css/bootstrap.css | 11783 ++++++
.../libs/bootstrap/dist/css/bootstrap.css.map | 1 +
.../libs/bootstrap/dist/css/bootstrap.min.css | 6 +
.../bootstrap/dist/css/bootstrap.min.css.map | 1 +
.../libs/bootstrap/dist/css/bootstrap.rtl.css | 11747 ++++++
.../bootstrap/dist/css/bootstrap.rtl.css.map | 1 +
.../bootstrap/dist/css/bootstrap.rtl.min.css | 6 +
.../dist/css/bootstrap.rtl.min.css.map | 1 +
.../bootstrap/dist/js/bootstrap.bundle.js | 6295 +++
.../bootstrap/dist/js/bootstrap.bundle.js.map | 1 +
.../bootstrap/dist/js/bootstrap.bundle.min.js | 7 +
.../dist/js/bootstrap.bundle.min.js.map | 1 +
.../libs/bootstrap/dist/js/bootstrap.esm.js | 4422 +++
.../bootstrap/dist/js/bootstrap.esm.js.map | 1 +
.../bootstrap/dist/js/bootstrap.esm.min.js | 7 +
.../dist/js/bootstrap.esm.min.js.map | 1 +
.../libs/bootstrap/dist/js/bootstrap.js | 4468 +++
.../libs/bootstrap/dist/js/bootstrap.js.map | 1 +
.../libs/bootstrap/dist/js/bootstrap.min.js | 7 +
.../bootstrap/dist/js/bootstrap.min.js.map | 1 +
public/assets/libs/bootstrap/js/dist/alert.js | 100 +
.../libs/bootstrap/js/dist/alert.js.map | 1 +
.../libs/bootstrap/js/dist/base-component.js | 100 +
.../bootstrap/js/dist/base-component.js.map | 1 +
.../assets/libs/bootstrap/js/dist/button.js | 82 +
.../libs/bootstrap/js/dist/button.js.map | 1 +
.../assets/libs/bootstrap/js/dist/carousel.js | 471 +
.../libs/bootstrap/js/dist/carousel.js.map | 1 +
.../assets/libs/bootstrap/js/dist/collapse.js | 311 +
.../libs/bootstrap/js/dist/collapse.js.map | 1 +
.../assets/libs/bootstrap/js/dist/dom/data.js | 67 +
.../libs/bootstrap/js/dist/dom/data.js.map | 1 +
.../bootstrap/js/dist/dom/event-handler.js | 284 +
.../js/dist/dom/event-handler.js.map | 1 +
.../libs/bootstrap/js/dist/dom/manipulator.js | 85 +
.../bootstrap/js/dist/dom/manipulator.js.map | 1 +
.../bootstrap/js/dist/dom/selector-engine.js | 86 +
.../js/dist/dom/selector-engine.js.map | 1 +
.../assets/libs/bootstrap/js/dist/dropdown.js | 473 +
.../libs/bootstrap/js/dist/dropdown.js.map | 1 +
public/assets/libs/bootstrap/js/dist/modal.js | 400 +
.../libs/bootstrap/js/dist/modal.js.map | 1 +
.../libs/bootstrap/js/dist/offcanvas.js | 298 +
.../libs/bootstrap/js/dist/offcanvas.js.map | 1 +
.../assets/libs/bootstrap/js/dist/popover.js | 102 +
.../libs/bootstrap/js/dist/popover.js.map | 1 +
.../libs/bootstrap/js/dist/scrollspy.js | 312 +
.../libs/bootstrap/js/dist/scrollspy.js.map | 1 +
public/assets/libs/bootstrap/js/dist/tab.js | 334 +
.../assets/libs/bootstrap/js/dist/tab.js.map | 1 +
public/assets/libs/bootstrap/js/dist/toast.js | 241 +
.../libs/bootstrap/js/dist/toast.js.map | 1 +
.../assets/libs/bootstrap/js/dist/tooltip.js | 648 +
.../libs/bootstrap/js/dist/tooltip.js.map | 1 +
.../libs/bootstrap/js/dist/util/backdrop.js | 166 +
.../bootstrap/js/dist/util/backdrop.js.map | 1 +
.../js/dist/util/component-functions.js | 47 +
.../js/dist/util/component-functions.js.map | 1 +
.../libs/bootstrap/js/dist/util/config.js | 80 +
.../libs/bootstrap/js/dist/util/config.js.map | 1 +
.../libs/bootstrap/js/dist/util/focustrap.js | 130 +
.../bootstrap/js/dist/util/focustrap.js.map | 1 +
.../libs/bootstrap/js/dist/util/index.js | 351 +
.../libs/bootstrap/js/dist/util/index.js.map | 1 +
.../libs/bootstrap/js/dist/util/sanitizer.js | 123 +
.../bootstrap/js/dist/util/sanitizer.js.map | 1 +
.../libs/bootstrap/js/dist/util/scrollbar.js | 139 +
.../bootstrap/js/dist/util/scrollbar.js.map | 1 +
.../libs/bootstrap/js/dist/util/swipe.js | 156 +
.../libs/bootstrap/js/dist/util/swipe.js.map | 1 +
.../js/dist/util/template-factory.js | 178 +
.../js/dist/util/template-factory.js.map | 1 +
public/assets/libs/bootstrap/js/index.esm.js | 19 +
public/assets/libs/bootstrap/js/index.umd.js | 34 +
public/assets/libs/bootstrap/js/src/alert.js | 87 +
.../libs/bootstrap/js/src/base-component.js | 85 +
public/assets/libs/bootstrap/js/src/button.js | 72 +
.../assets/libs/bootstrap/js/src/carousel.js | 475 +
.../assets/libs/bootstrap/js/src/collapse.js | 302 +
.../assets/libs/bootstrap/js/src/dom/data.js | 55 +
.../bootstrap/js/src/dom/event-handler.js | 320 +
.../libs/bootstrap/js/src/dom/manipulator.js | 71 +
.../bootstrap/js/src/dom/selector-engine.js | 83 +
.../assets/libs/bootstrap/js/src/dropdown.js | 454 +
public/assets/libs/bootstrap/js/src/modal.js | 377 +
.../assets/libs/bootstrap/js/src/offcanvas.js | 283 +
.../assets/libs/bootstrap/js/src/popover.js | 97 +
.../assets/libs/bootstrap/js/src/scrollspy.js | 294 +
public/assets/libs/bootstrap/js/src/tab.js | 305 +
public/assets/libs/bootstrap/js/src/toast.js | 225 +
.../assets/libs/bootstrap/js/src/tooltip.js | 633 +
.../libs/bootstrap/js/src/util/backdrop.js | 149 +
.../js/src/util/component-functions.js | 34 +
.../libs/bootstrap/js/src/util/config.js | 66 +
.../libs/bootstrap/js/src/util/focustrap.js | 115 +
.../libs/bootstrap/js/src/util/index.js | 336 +
.../libs/bootstrap/js/src/util/sanitizer.js | 118 +
.../libs/bootstrap/js/src/util/scrollbar.js | 114 +
.../libs/bootstrap/js/src/util/swipe.js | 146 +
.../bootstrap/js/src/util/template-factory.js | 160 +
.../assets/libs/bootstrap/js/tests/README.md | 73 +
.../libs/bootstrap/js/tests/browsers.js | 79 +
.../bootstrap/js/tests/helpers/fixture.js | 47 +
.../js/tests/integration/bundle-modularity.js | 7 +
.../bootstrap/js/tests/integration/bundle.js | 6 +
.../bootstrap/js/tests/integration/index.html | 67 +
.../integration/rollup.bundle-modularity.js | 17 +
.../js/tests/integration/rollup.bundle.js | 24 +
.../libs/bootstrap/js/tests/karma.conf.js | 171 +
.../bootstrap/js/tests/unit/.eslintrc.json | 13 +
.../bootstrap/js/tests/unit/alert.spec.js | 259 +
.../js/tests/unit/base-component.spec.js | 168 +
.../bootstrap/js/tests/unit/button.spec.js | 183 +
.../bootstrap/js/tests/unit/carousel.spec.js | 1570 +
.../bootstrap/js/tests/unit/collapse.spec.js | 1062 +
.../bootstrap/js/tests/unit/dom/data.spec.js | 106 +
.../js/tests/unit/dom/event-handler.spec.js | 480 +
.../js/tests/unit/dom/manipulator.spec.js | 135 +
.../js/tests/unit/dom/selector-engine.spec.js | 236 +
.../bootstrap/js/tests/unit/dropdown.spec.js | 2430 ++
.../bootstrap/js/tests/unit/jquery.spec.js | 60 +
.../bootstrap/js/tests/unit/modal.spec.js | 1298 +
.../bootstrap/js/tests/unit/offcanvas.spec.js | 912 +
.../bootstrap/js/tests/unit/popover.spec.js | 413 +
.../bootstrap/js/tests/unit/scrollspy.spec.js | 946 +
.../libs/bootstrap/js/tests/unit/tab.spec.js | 1101 +
.../bootstrap/js/tests/unit/toast.spec.js | 670 +
.../bootstrap/js/tests/unit/tooltip.spec.js | 1551 +
.../js/tests/unit/util/backdrop.spec.js | 321 +
.../unit/util/component-functions.spec.js | 108 +
.../js/tests/unit/util/config.spec.js | 166 +
.../js/tests/unit/util/focustrap.spec.js | 218 +
.../js/tests/unit/util/index.spec.js | 814 +
.../js/tests/unit/util/sanitizer.spec.js | 105 +
.../js/tests/unit/util/scrollbar.spec.js | 363 +
.../js/tests/unit/util/swipe.spec.js | 291 +
.../tests/unit/util/template-factory.spec.js | 306 +
.../bootstrap/js/tests/visual/.eslintrc.json | 19 +
.../libs/bootstrap/js/tests/visual/alert.html | 48 +
.../bootstrap/js/tests/visual/button.html | 49 +
.../bootstrap/js/tests/visual/carousel.html | 65 +
.../bootstrap/js/tests/visual/collapse.html | 76 +
.../bootstrap/js/tests/visual/dropdown.html | 205 +
.../libs/bootstrap/js/tests/visual/modal.html | 275 +
.../bootstrap/js/tests/visual/popover.html | 41 +
.../bootstrap/js/tests/visual/scrollspy.html | 91 +
.../libs/bootstrap/js/tests/visual/tab.html | 223 +
.../libs/bootstrap/js/tests/visual/toast.html | 70 +
.../bootstrap/js/tests/visual/tooltip.html | 138 +
public/assets/libs/bootstrap/package.json | 180 +
.../libs/bootstrap/scss/_accordion.scss | 158 +
public/assets/libs/bootstrap/scss/_alert.scss | 68 +
public/assets/libs/bootstrap/scss/_badge.scss | 38 +
.../libs/bootstrap/scss/_breadcrumb.scss | 40 +
.../libs/bootstrap/scss/_button-group.scss | 142 +
.../assets/libs/bootstrap/scss/_buttons.scss | 207 +
public/assets/libs/bootstrap/scss/_card.scss | 238 +
.../assets/libs/bootstrap/scss/_carousel.scss | 238 +
public/assets/libs/bootstrap/scss/_close.scss | 61 +
.../libs/bootstrap/scss/_containers.scss | 41 +
.../assets/libs/bootstrap/scss/_dropdown.scss | 250 +
public/assets/libs/bootstrap/scss/_forms.scss | 9 +
.../libs/bootstrap/scss/_functions.scss | 302 +
public/assets/libs/bootstrap/scss/_grid.scss | 33 +
.../assets/libs/bootstrap/scss/_helpers.scss | 10 +
.../assets/libs/bootstrap/scss/_images.scss | 42 +
.../libs/bootstrap/scss/_list-group.scss | 204 +
public/assets/libs/bootstrap/scss/_maps.scss | 121 +
.../assets/libs/bootstrap/scss/_mixins.scss | 42 +
public/assets/libs/bootstrap/scss/_modal.scss | 237 +
public/assets/libs/bootstrap/scss/_nav.scss | 172 +
.../assets/libs/bootstrap/scss/_navbar.scss | 286 +
.../libs/bootstrap/scss/_offcanvas.scss | 146 +
.../libs/bootstrap/scss/_pagination.scss | 109 +
.../libs/bootstrap/scss/_placeholders.scss | 51 +
.../assets/libs/bootstrap/scss/_popover.scss | 196 +
.../assets/libs/bootstrap/scss/_progress.scss | 68 +
.../assets/libs/bootstrap/scss/_reboot.scss | 610 +
public/assets/libs/bootstrap/scss/_root.scss | 195 +
.../assets/libs/bootstrap/scss/_spinners.scss | 85 +
.../assets/libs/bootstrap/scss/_tables.scss | 164 +
.../assets/libs/bootstrap/scss/_toasts.scss | 73 +
.../assets/libs/bootstrap/scss/_tooltip.scss | 120 +
.../libs/bootstrap/scss/_transitions.scss | 27 +
public/assets/libs/bootstrap/scss/_type.scss | 106 +
.../libs/bootstrap/scss/_utilities.scss | 748 +
.../libs/bootstrap/scss/_variables-dark.scss | 70 +
.../libs/bootstrap/scss/_variables.scss | 1703 +
.../libs/bootstrap/scss/bootstrap-grid.css | 4224 ++
.../bootstrap/scss/bootstrap-grid.css.map | 1 +
.../libs/bootstrap/scss/bootstrap-grid.scss | 66 +
.../libs/bootstrap/scss/bootstrap-reboot.css | 584 +
.../bootstrap/scss/bootstrap-reboot.css.map | 1 +
.../libs/bootstrap/scss/bootstrap-reboot.scss | 10 +
.../bootstrap/scss/bootstrap-utilities.css | 5084 +++
.../scss/bootstrap-utilities.css.map | 1 +
.../bootstrap/scss/bootstrap-utilities.scss | 19 +
.../assets/libs/bootstrap/scss/bootstrap.css | 11726 ++++++
.../libs/bootstrap/scss/bootstrap.css.map | 1 +
.../assets/libs/bootstrap/scss/bootstrap.scss | 52 +
.../bootstrap/scss/css/bootstrap-grid.css | 4224 ++
.../bootstrap/scss/css/bootstrap-grid.css.map | 1 +
.../bootstrap/scss/css/bootstrap-reboot.css | 584 +
.../scss/css/bootstrap-reboot.css.map | 1 +
.../scss/css/bootstrap-utilities.css | 5084 +++
.../scss/css/bootstrap-utilities.css.map | 1 +
.../libs/bootstrap/scss/css/bootstrap.css | 11726 ++++++
.../libs/bootstrap/scss/css/bootstrap.css.map | 1 +
.../scss/forms/_floating-labels.scss | 90 +
.../bootstrap/scss/forms/_form-check.scss | 188 +
.../bootstrap/scss/forms/_form-control.scss | 201 +
.../bootstrap/scss/forms/_form-range.scss | 91 +
.../bootstrap/scss/forms/_form-select.scss | 81 +
.../libs/bootstrap/scss/forms/_form-text.scss | 11 +
.../bootstrap/scss/forms/_input-group.scss | 132 +
.../libs/bootstrap/scss/forms/_labels.scss | 36 +
.../bootstrap/scss/forms/_validation.scss | 12 +
.../bootstrap/scss/helpers/_clearfix.scss | 3 +
.../bootstrap/scss/helpers/_color-bg.scss | 10 +
.../scss/helpers/_colored-links.scss | 12 +
.../bootstrap/scss/helpers/_position.scss | 36 +
.../libs/bootstrap/scss/helpers/_ratio.scss | 26 +
.../libs/bootstrap/scss/helpers/_stacks.scss | 15 +
.../scss/helpers/_stretched-link.scss | 15 +
.../scss/helpers/_text-truncation.scss | 7 +
.../scss/helpers/_visually-hidden.scss | 8 +
.../libs/bootstrap/scss/helpers/_vr.scss | 8 +
.../libs/bootstrap/scss/mixins/_alert.scss | 18 +
.../libs/bootstrap/scss/mixins/_backdrop.scss | 14 +
.../libs/bootstrap/scss/mixins/_banner.scss | 7 +
.../bootstrap/scss/mixins/_border-radius.scss | 78 +
.../bootstrap/scss/mixins/_box-shadow.scss | 18 +
.../bootstrap/scss/mixins/_breakpoints.scss | 127 +
.../libs/bootstrap/scss/mixins/_buttons.scss | 70 +
.../libs/bootstrap/scss/mixins/_caret.scss | 69 +
.../libs/bootstrap/scss/mixins/_clearfix.scss | 9 +
.../bootstrap/scss/mixins/_color-mode.scss | 21 +
.../bootstrap/scss/mixins/_color-scheme.scss | 7 +
.../bootstrap/scss/mixins/_container.scss | 11 +
.../bootstrap/scss/mixins/_deprecate.scss | 10 +
.../libs/bootstrap/scss/mixins/_forms.scss | 153 +
.../bootstrap/scss/mixins/_gradients.scss | 47 +
.../libs/bootstrap/scss/mixins/_grid.scss | 151 +
.../libs/bootstrap/scss/mixins/_image.scss | 16 +
.../bootstrap/scss/mixins/_list-group.scss | 27 +
.../libs/bootstrap/scss/mixins/_lists.scss | 7 +
.../bootstrap/scss/mixins/_pagination.scss | 10 +
.../bootstrap/scss/mixins/_reset-text.scss | 17 +
.../libs/bootstrap/scss/mixins/_resize.scss | 6 +
.../scss/mixins/_table-variants.scss | 24 +
.../bootstrap/scss/mixins/_text-truncate.scss | 8 +
.../bootstrap/scss/mixins/_transition.scss | 26 +
.../bootstrap/scss/mixins/_utilities.scss | 97 +
.../scss/mixins/_visually-hidden.scss | 29 +
.../libs/bootstrap/scss/utilities/_api.scss | 47 +
.../libs/bootstrap/scss/vendor/_rfs.scss | 354 +
public/assets/libs/jquery/AUTHORS.txt | 321 +
public/assets/libs/jquery/LICENSE.txt | 20 +
public/assets/libs/jquery/README.md | 67 +
public/assets/libs/jquery/bower.json | 14 +
public/assets/libs/jquery/dist/core.js | 399 +
public/assets/libs/jquery/dist/jquery.js | 10588 +++++
public/assets/libs/jquery/dist/jquery.min.js | 2 +
public/assets/libs/jquery/dist/jquery.min.map | 1 +
public/assets/libs/jquery/dist/jquery.slim.js | 8485 ++++
.../libs/jquery/dist/jquery.slim.min.js | 2 +
.../libs/jquery/dist/jquery.slim.min.map | 1 +
.../libs/jquery/external/sizzle/LICENSE.txt | 36 +
.../jquery/external/sizzle/dist/sizzle.js | 2282 ++
.../jquery/external/sizzle/dist/sizzle.min.js | 3 +
.../external/sizzle/dist/sizzle.min.map | 1 +
public/assets/libs/jquery/package.json | 113 +
public/assets/libs/jquery/src/.eslintrc.json | 9 +
public/assets/libs/jquery/src/ajax.js | 858 +
public/assets/libs/jquery/src/ajax/jsonp.js | 103 +
public/assets/libs/jquery/src/ajax/load.js | 77 +
.../assets/libs/jquery/src/ajax/parseXML.js | 30 +
public/assets/libs/jquery/src/ajax/script.js | 74 +
.../libs/jquery/src/ajax/var/location.js | 5 +
.../assets/libs/jquery/src/ajax/var/nonce.js | 5 +
.../assets/libs/jquery/src/ajax/var/rquery.js | 5 +
public/assets/libs/jquery/src/ajax/xhr.js | 170 +
public/assets/libs/jquery/src/attributes.js | 13 +
.../assets/libs/jquery/src/attributes/attr.js | 141 +
.../libs/jquery/src/attributes/classes.js | 186 +
.../assets/libs/jquery/src/attributes/prop.js | 143 +
.../libs/jquery/src/attributes/support.js | 33 +
.../assets/libs/jquery/src/attributes/val.js | 191 +
public/assets/libs/jquery/src/callbacks.js | 236 +
public/assets/libs/jquery/src/core.js | 399 +
public/assets/libs/jquery/src/core/DOMEval.js | 43 +
public/assets/libs/jquery/src/core/access.js | 72 +
.../assets/libs/jquery/src/core/camelCase.js | 23 +
public/assets/libs/jquery/src/core/init.js | 129 +
.../assets/libs/jquery/src/core/isAttached.js | 22 +
.../assets/libs/jquery/src/core/nodeName.js | 13 +
.../assets/libs/jquery/src/core/parseHTML.js | 65 +
.../libs/jquery/src/core/ready-no-deferred.js | 97 +
public/assets/libs/jquery/src/core/ready.js | 86 +
.../libs/jquery/src/core/readyException.js | 13 +
.../libs/jquery/src/core/stripAndCollapse.js | 14 +
public/assets/libs/jquery/src/core/support.js | 20 +
public/assets/libs/jquery/src/core/toType.js | 20 +
.../libs/jquery/src/core/var/rsingleTag.js | 7 +
public/assets/libs/jquery/src/css.js | 484 +
.../libs/jquery/src/css/addGetHookIf.js | 26 +
.../assets/libs/jquery/src/css/adjustCSS.js | 74 +
public/assets/libs/jquery/src/css/curCSS.js | 65 +
.../libs/jquery/src/css/finalPropName.js | 39 +
.../jquery/src/css/hiddenVisibleSelectors.js | 15 +
public/assets/libs/jquery/src/css/showHide.js | 105 +
public/assets/libs/jquery/src/css/support.js | 104 +
.../libs/jquery/src/css/var/cssExpand.js | 5 +
.../libs/jquery/src/css/var/getStyles.js | 17 +
.../jquery/src/css/var/isHiddenWithinTree.js | 34 +
.../libs/jquery/src/css/var/rboxStyle.js | 7 +
.../libs/jquery/src/css/var/rnumnonpx.js | 7 +
public/assets/libs/jquery/src/css/var/swap.js | 26 +
public/assets/libs/jquery/src/data.js | 180 +
public/assets/libs/jquery/src/data/Data.js | 162 +
.../libs/jquery/src/data/var/acceptData.js | 19 +
.../libs/jquery/src/data/var/dataPriv.js | 7 +
.../libs/jquery/src/data/var/dataUser.js | 7 +
public/assets/libs/jquery/src/deferred.js | 399 +
.../libs/jquery/src/deferred/exceptionHook.js | 21 +
public/assets/libs/jquery/src/deprecated.js | 98 +
public/assets/libs/jquery/src/dimensions.js | 57 +
public/assets/libs/jquery/src/effects.js | 702 +
.../assets/libs/jquery/src/effects/Tween.js | 125 +
.../jquery/src/effects/animatedSelector.js | 15 +
public/assets/libs/jquery/src/event.js | 882 +
public/assets/libs/jquery/src/event/ajax.js | 22 +
public/assets/libs/jquery/src/event/alias.js | 29 +
.../assets/libs/jquery/src/event/focusin.js | 55 +
.../assets/libs/jquery/src/event/support.js | 11 +
.../assets/libs/jquery/src/event/trigger.js | 199 +
public/assets/libs/jquery/src/exports/amd.js | 26 +
.../assets/libs/jquery/src/exports/global.js | 34 +
public/assets/libs/jquery/src/jquery.js | 40 +
public/assets/libs/jquery/src/manipulation.js | 489 +
.../libs/jquery/src/manipulation/_evalUrl.js | 32 +
.../jquery/src/manipulation/buildFragment.js | 106 +
.../libs/jquery/src/manipulation/getAll.js | 32 +
.../jquery/src/manipulation/setGlobalEval.js | 22 +
.../libs/jquery/src/manipulation/support.js | 35 +
.../src/manipulation/var/rscriptType.js | 5 +
.../jquery/src/manipulation/var/rtagName.js | 8 +
.../libs/jquery/src/manipulation/wrapMap.js | 29 +
public/assets/libs/jquery/src/offset.js | 233 +
public/assets/libs/jquery/src/queue.js | 145 +
public/assets/libs/jquery/src/queue/delay.js | 24 +
.../assets/libs/jquery/src/selector-native.js | 237 +
.../assets/libs/jquery/src/selector-sizzle.js | 19 +
public/assets/libs/jquery/src/selector.js | 3 +
public/assets/libs/jquery/src/serialize.js | 136 +
public/assets/libs/jquery/src/traversing.js | 191 +
.../libs/jquery/src/traversing/findFilter.js | 97 +
.../libs/jquery/src/traversing/var/dir.js | 22 +
.../src/traversing/var/rneedsContext.js | 8 +
.../jquery/src/traversing/var/siblings.js | 17 +
.../jquery/src/var/ObjectFunctionString.js | 7 +
public/assets/libs/jquery/src/var/arr.js | 5 +
.../assets/libs/jquery/src/var/class2type.js | 6 +
public/assets/libs/jquery/src/var/concat.js | 7 +
public/assets/libs/jquery/src/var/document.js | 5 +
.../libs/jquery/src/var/documentElement.js | 7 +
.../assets/libs/jquery/src/var/fnToString.js | 7 +
public/assets/libs/jquery/src/var/getProto.js | 5 +
public/assets/libs/jquery/src/var/hasOwn.js | 7 +
public/assets/libs/jquery/src/var/indexOf.js | 7 +
.../assets/libs/jquery/src/var/isFunction.js | 13 +
public/assets/libs/jquery/src/var/isWindow.js | 8 +
public/assets/libs/jquery/src/var/pnum.js | 5 +
public/assets/libs/jquery/src/var/push.js | 7 +
.../libs/jquery/src/var/rcheckableType.js | 5 +
public/assets/libs/jquery/src/var/rcssNum.js | 9 +
.../libs/jquery/src/var/rnothtmlwhite.js | 8 +
public/assets/libs/jquery/src/var/slice.js | 7 +
public/assets/libs/jquery/src/var/support.js | 6 +
public/assets/libs/jquery/src/var/toString.js | 7 +
public/assets/libs/jquery/src/wrap.js | 78 +
public/assets/libs/simplebar/LICENSE | 21 +
public/assets/libs/simplebar/README.md | 367 +
.../libs/simplebar/dist/simplebar-core.esm.js | 897 +
.../simplebar/dist/simplebar-core.esm.js.map | 1 +
.../assets/libs/simplebar/dist/simplebar.css | 211 +
.../assets/libs/simplebar/dist/simplebar.d.ts | 51 +
.../libs/simplebar/dist/simplebar.esm.js | 1002 +
.../libs/simplebar/dist/simplebar.esm.js.map | 1 +
.../assets/libs/simplebar/dist/simplebar.js | 5127 +++
.../libs/simplebar/dist/simplebar.min.css | 1 +
.../libs/simplebar/dist/simplebar.min.js | 10 +
.../libs/simplebar/dist/simplebar.umd.js | 127 +
public/assets/libs/simplebar/package.json | 58 +
public/assets/libs/simplebar/src/helpers.js | 46 +
public/assets/libs/simplebar/src/index.js | 106 +
.../libs/simplebar/src/scrollbar-width.js | 40 +
.../assets/libs/simplebar/src/simplebar.css | 211 +
public/assets/libs/simplebar/src/simplebar.js | 949 +
public/assets/scss/component/_card.scss | 23 +
public/assets/scss/component/_reboot.scss | 39 +
public/assets/scss/layouts/_header.scss | 195 +
public/assets/scss/layouts/_layouts.scss | 105 +
public/assets/scss/layouts/_sidebar.scss | 121 +
public/assets/scss/pages/_dashboard1.scss | 37 +
public/assets/scss/prepros.config | 944 +
public/assets/scss/styles.scss | 35 +
public/assets/scss/utilities/_background.scss | 17 +
public/assets/scss/utilities/_icon-size.scss | 12 +
.../scss/variables/_theme-variables.scss | 38 +
public/assets/scss/variables/_variables.scss | 217 +
public/favicon.ico | 0
public/index.php | 17 +
public/robots.txt | 2 +
resources/css/app.css | 0
resources/js/app.js | 1 +
resources/js/bootstrap.js | 4 +
resources/views/auth/login.blade.php | 96 +
resources/views/layouts/main.blade.php | 72 +
.../views/layouts/pages/algoritma.blade.php | 183 +
.../views/layouts/pages/dashboard.blade.php | 78 +
.../views/layouts/pages/detail.blade.php | 130 +
resources/views/layouts/pages/hasil.blade.php | 73 +
resources/views/layouts/pages/pdf.blade.php | 126 +
.../views/layouts/pages/transaksi.blade.php | 227 +
resources/views/partials/header.blade.php | 33 +
resources/views/partials/sidebar.blade.php | 66 +
resources/views/welcome.blade.php | 172 +
routes/console.php | 8 +
routes/web.php | 33 +
storage/app/.gitignore | 3 +
storage/app/public/.gitignore | 2 +
storage/framework/.gitignore | 9 +
storage/framework/cache/.gitignore | 3 +
storage/framework/cache/data/.gitignore | 2 +
storage/framework/sessions/.gitignore | 2 +
storage/framework/testing/.gitignore | 2 +
storage/framework/views/.gitignore | 2 +
storage/logs/.gitignore | 2 +
tests/Feature/ExampleTest.php | 19 +
tests/TestCase.php | 10 +
tests/Unit/ExampleTest.php | 16 +
vite.config.js | 11 +
729 files changed, 309284 insertions(+)
create mode 100644 .editorconfig
create mode 100644 .env.example
create mode 100644 .gitattributes
create mode 100644 .gitignore
create mode 100644 README.md
create mode 100644 app/Exports/ProsesExport.php
create mode 100644 app/Http/Controllers/AlgoritmaController.php
create mode 100644 app/Http/Controllers/Controller.php
create mode 100644 app/Http/Controllers/DashboardController.php
create mode 100644 app/Http/Controllers/HasilController.php
create mode 100644 app/Http/Controllers/LoginController.php
create mode 100644 app/Http/Controllers/ProsesController.php
create mode 100644 app/Http/Controllers/TransaksiController.php
create mode 100644 app/Http/Middleware/isAuth.php
create mode 100644 app/Http/Middleware/isNoAuth.php
create mode 100644 app/Imports/TransaksiImport.php
create mode 100644 app/Jobs/ProcessEclatJob.php
create mode 100644 app/Models/Confidence.php
create mode 100644 app/Models/Itemset1.php
create mode 100644 app/Models/Itemset2.php
create mode 100644 app/Models/Itemset3.php
create mode 100644 app/Models/Proses.php
create mode 100644 app/Models/Transaksi.php
create mode 100644 app/Models/User.php
create mode 100644 app/Providers/AppServiceProvider.php
create mode 100644 artisan
create mode 100644 bootstrap/app.php
create mode 100644 bootstrap/cache/.gitignore
create mode 100644 bootstrap/providers.php
create mode 100644 composer.json
create mode 100644 composer.lock
create mode 100644 config/app.php
create mode 100644 config/auth.php
create mode 100644 config/cache.php
create mode 100644 config/database.php
create mode 100644 config/excel.php
create mode 100644 config/filesystems.php
create mode 100644 config/logging.php
create mode 100644 config/mail.php
create mode 100644 config/queue.php
create mode 100644 config/services.php
create mode 100644 config/session.php
create mode 100644 database/.gitignore
create mode 100644 database/factories/UserFactory.php
create mode 100644 database/migrations/0001_01_01_000000_create_users_table.php
create mode 100644 database/migrations/0001_01_01_000001_create_cache_table.php
create mode 100644 database/migrations/0001_01_01_000002_create_jobs_table.php
create mode 100644 database/migrations/2024_05_29_014227_create_transaksi_table.php
create mode 100644 database/migrations/2024_05_29_014312_create_proses_table.php
create mode 100644 database/migrations/2024_05_29_014451_create_itemset1_table.php
create mode 100644 database/migrations/2024_05_29_014456_create_itemset2_table.php
create mode 100644 database/migrations/2024_05_29_014501_create_itemset3_table.php
create mode 100644 database/migrations/2024_05_29_020022_create_confidence_table.php
create mode 100644 database/seeders/DatabaseSeeder.php
create mode 100644 package.json
create mode 100644 phpunit.xml
create mode 100644 public/.htaccess
create mode 100644 public/assets/css/icons/tabler-icons/fonts/tabler-icons.eot
create mode 100644 public/assets/css/icons/tabler-icons/fonts/tabler-icons.svg
create mode 100644 public/assets/css/icons/tabler-icons/fonts/tabler-icons.ttf
create mode 100644 public/assets/css/icons/tabler-icons/fonts/tabler-icons.woff
create mode 100644 public/assets/css/icons/tabler-icons/fonts/tabler-icons.woff2
create mode 100644 public/assets/css/icons/tabler-icons/tabler-icons.css
create mode 100644 public/assets/css/styles.css
create mode 100644 public/assets/css/styles.min.css
create mode 100644 public/assets/images/backgrounds/rocket.png
create mode 100644 public/assets/images/logos/dark-logo.svg
create mode 100644 public/assets/images/logos/favicon.png
create mode 100644 public/assets/images/products/s1.jpg
create mode 100644 public/assets/images/products/s11.jpg
create mode 100644 public/assets/images/products/s4.jpg
create mode 100644 public/assets/images/products/s5.jpg
create mode 100644 public/assets/images/products/s7.jpg
create mode 100644 public/assets/images/profile/user-1.jpg
create mode 100644 public/assets/js/app.min.js
create mode 100644 public/assets/js/dashboard.js
create mode 100644 public/assets/js/sidebarmenu.js
create mode 100644 public/assets/libs/apexcharts/LICENSE
create mode 100644 public/assets/libs/apexcharts/README.md
create mode 100644 public/assets/libs/apexcharts/dist/apexcharts.amd.js
create mode 100644 public/assets/libs/apexcharts/dist/apexcharts.common.js
create mode 100644 public/assets/libs/apexcharts/dist/apexcharts.css
create mode 100644 public/assets/libs/apexcharts/dist/apexcharts.esm.js
create mode 100644 public/assets/libs/apexcharts/dist/apexcharts.js
create mode 100644 public/assets/libs/apexcharts/dist/apexcharts.min.js
create mode 100644 public/assets/libs/apexcharts/dist/locales/ar.json
create mode 100644 public/assets/libs/apexcharts/dist/locales/ca.json
create mode 100644 public/assets/libs/apexcharts/dist/locales/cs.json
create mode 100644 public/assets/libs/apexcharts/dist/locales/de.json
create mode 100644 public/assets/libs/apexcharts/dist/locales/el.json
create mode 100644 public/assets/libs/apexcharts/dist/locales/en.json
create mode 100644 public/assets/libs/apexcharts/dist/locales/es.json
create mode 100644 public/assets/libs/apexcharts/dist/locales/et.json
create mode 100644 public/assets/libs/apexcharts/dist/locales/fa.json
create mode 100644 public/assets/libs/apexcharts/dist/locales/fi.json
create mode 100644 public/assets/libs/apexcharts/dist/locales/fr.json
create mode 100644 public/assets/libs/apexcharts/dist/locales/he.json
create mode 100644 public/assets/libs/apexcharts/dist/locales/hi.json
create mode 100644 public/assets/libs/apexcharts/dist/locales/hr.json
create mode 100644 public/assets/libs/apexcharts/dist/locales/hu.json
create mode 100644 public/assets/libs/apexcharts/dist/locales/hy.json
create mode 100644 public/assets/libs/apexcharts/dist/locales/id.json
create mode 100644 public/assets/libs/apexcharts/dist/locales/it.json
create mode 100644 public/assets/libs/apexcharts/dist/locales/ja.json
create mode 100644 public/assets/libs/apexcharts/dist/locales/ka.json
create mode 100644 public/assets/libs/apexcharts/dist/locales/ko.json
create mode 100644 public/assets/libs/apexcharts/dist/locales/lt.json
create mode 100644 public/assets/libs/apexcharts/dist/locales/lv.json
create mode 100644 public/assets/libs/apexcharts/dist/locales/nb.json
create mode 100644 public/assets/libs/apexcharts/dist/locales/nl.json
create mode 100644 public/assets/libs/apexcharts/dist/locales/pl.json
create mode 100644 public/assets/libs/apexcharts/dist/locales/pt-br.json
create mode 100644 public/assets/libs/apexcharts/dist/locales/pt.json
create mode 100644 public/assets/libs/apexcharts/dist/locales/rs.json
create mode 100644 public/assets/libs/apexcharts/dist/locales/ru.json
create mode 100644 public/assets/libs/apexcharts/dist/locales/se.json
create mode 100644 public/assets/libs/apexcharts/dist/locales/sk.json
create mode 100644 public/assets/libs/apexcharts/dist/locales/sl.json
create mode 100644 public/assets/libs/apexcharts/dist/locales/sq.json
create mode 100644 public/assets/libs/apexcharts/dist/locales/th.json
create mode 100644 public/assets/libs/apexcharts/dist/locales/tr.json
create mode 100644 public/assets/libs/apexcharts/dist/locales/ua.json
create mode 100644 public/assets/libs/apexcharts/dist/locales/zh-cn.json
create mode 100644 public/assets/libs/apexcharts/dist/locales/zh-tw.json
create mode 100644 public/assets/libs/apexcharts/package.json
create mode 100644 public/assets/libs/apexcharts/src/apexcharts.js
create mode 100644 public/assets/libs/apexcharts/src/assets/apexcharts.css
create mode 100644 public/assets/libs/apexcharts/src/assets/ico-camera.svg
create mode 100644 public/assets/libs/apexcharts/src/assets/ico-home.svg
create mode 100644 public/assets/libs/apexcharts/src/assets/ico-menu.svg
create mode 100644 public/assets/libs/apexcharts/src/assets/ico-minus-square.svg
create mode 100644 public/assets/libs/apexcharts/src/assets/ico-minus.svg
create mode 100644 public/assets/libs/apexcharts/src/assets/ico-pan-hand.svg
create mode 100644 public/assets/libs/apexcharts/src/assets/ico-pan.svg
create mode 100644 public/assets/libs/apexcharts/src/assets/ico-plus-square.svg
create mode 100644 public/assets/libs/apexcharts/src/assets/ico-plus.svg
create mode 100644 public/assets/libs/apexcharts/src/assets/ico-refresh.svg
create mode 100644 public/assets/libs/apexcharts/src/assets/ico-reset.svg
create mode 100644 public/assets/libs/apexcharts/src/assets/ico-select.svg
create mode 100644 public/assets/libs/apexcharts/src/assets/ico-select1.svg
create mode 100644 public/assets/libs/apexcharts/src/assets/ico-zoom-in.svg
create mode 100644 public/assets/libs/apexcharts/src/assets/ico-zoom-out.svg
create mode 100644 public/assets/libs/apexcharts/src/assets/ico-zoom.svg
create mode 100644 public/assets/libs/apexcharts/src/charts/Bar.js
create mode 100644 public/assets/libs/apexcharts/src/charts/BarStacked.js
create mode 100644 public/assets/libs/apexcharts/src/charts/BoxCandleStick.js
create mode 100644 public/assets/libs/apexcharts/src/charts/HeatMap.js
create mode 100644 public/assets/libs/apexcharts/src/charts/Line.js
create mode 100644 public/assets/libs/apexcharts/src/charts/Pie.js
create mode 100644 public/assets/libs/apexcharts/src/charts/Radar.js
create mode 100644 public/assets/libs/apexcharts/src/charts/Radial.js
create mode 100644 public/assets/libs/apexcharts/src/charts/RangeBar.js
create mode 100644 public/assets/libs/apexcharts/src/charts/Scatter.js
create mode 100644 public/assets/libs/apexcharts/src/charts/Treemap.js
create mode 100644 public/assets/libs/apexcharts/src/charts/common/bar/DataLabels.js
create mode 100644 public/assets/libs/apexcharts/src/charts/common/bar/Helpers.js
create mode 100644 public/assets/libs/apexcharts/src/charts/common/circle/Helpers.js
create mode 100644 public/assets/libs/apexcharts/src/charts/common/line/Helpers.js
create mode 100644 public/assets/libs/apexcharts/src/charts/common/treemap/Helpers.js
create mode 100644 public/assets/libs/apexcharts/src/libs/Treemap-squared.js
create mode 100644 public/assets/libs/apexcharts/src/locales/ar.json
create mode 100644 public/assets/libs/apexcharts/src/locales/ca.json
create mode 100644 public/assets/libs/apexcharts/src/locales/cs.json
create mode 100644 public/assets/libs/apexcharts/src/locales/de.json
create mode 100644 public/assets/libs/apexcharts/src/locales/el.json
create mode 100644 public/assets/libs/apexcharts/src/locales/en.json
create mode 100644 public/assets/libs/apexcharts/src/locales/es.json
create mode 100644 public/assets/libs/apexcharts/src/locales/et.json
create mode 100644 public/assets/libs/apexcharts/src/locales/fa.json
create mode 100644 public/assets/libs/apexcharts/src/locales/fi.json
create mode 100644 public/assets/libs/apexcharts/src/locales/fr.json
create mode 100644 public/assets/libs/apexcharts/src/locales/he.json
create mode 100644 public/assets/libs/apexcharts/src/locales/hi.json
create mode 100644 public/assets/libs/apexcharts/src/locales/hr.json
create mode 100644 public/assets/libs/apexcharts/src/locales/hu.json
create mode 100644 public/assets/libs/apexcharts/src/locales/hy.json
create mode 100644 public/assets/libs/apexcharts/src/locales/id.json
create mode 100644 public/assets/libs/apexcharts/src/locales/it.json
create mode 100644 public/assets/libs/apexcharts/src/locales/ja.json
create mode 100644 public/assets/libs/apexcharts/src/locales/ka.json
create mode 100644 public/assets/libs/apexcharts/src/locales/ko.json
create mode 100644 public/assets/libs/apexcharts/src/locales/lt.json
create mode 100644 public/assets/libs/apexcharts/src/locales/lv.json
create mode 100644 public/assets/libs/apexcharts/src/locales/nb.json
create mode 100644 public/assets/libs/apexcharts/src/locales/nl.json
create mode 100644 public/assets/libs/apexcharts/src/locales/pl.json
create mode 100644 public/assets/libs/apexcharts/src/locales/pt-br.json
create mode 100644 public/assets/libs/apexcharts/src/locales/pt.json
create mode 100644 public/assets/libs/apexcharts/src/locales/rs.json
create mode 100644 public/assets/libs/apexcharts/src/locales/ru.json
create mode 100644 public/assets/libs/apexcharts/src/locales/se.json
create mode 100644 public/assets/libs/apexcharts/src/locales/sk.json
create mode 100644 public/assets/libs/apexcharts/src/locales/sl.json
create mode 100644 public/assets/libs/apexcharts/src/locales/sq.json
create mode 100644 public/assets/libs/apexcharts/src/locales/th.json
create mode 100644 public/assets/libs/apexcharts/src/locales/tr.json
create mode 100644 public/assets/libs/apexcharts/src/locales/ua.json
create mode 100644 public/assets/libs/apexcharts/src/locales/zh-cn.json
create mode 100644 public/assets/libs/apexcharts/src/locales/zh-tw.json
create mode 100644 public/assets/libs/apexcharts/src/modules/Animations.js
create mode 100644 public/assets/libs/apexcharts/src/modules/Base.js
create mode 100644 public/assets/libs/apexcharts/src/modules/Core.js
create mode 100644 public/assets/libs/apexcharts/src/modules/CoreUtils.js
create mode 100644 public/assets/libs/apexcharts/src/modules/Crosshairs.js
create mode 100644 public/assets/libs/apexcharts/src/modules/Data.js
create mode 100644 public/assets/libs/apexcharts/src/modules/DataLabels.js
create mode 100644 public/assets/libs/apexcharts/src/modules/Events.js
create mode 100644 public/assets/libs/apexcharts/src/modules/Exports.js
create mode 100644 public/assets/libs/apexcharts/src/modules/Fill.js
create mode 100644 public/assets/libs/apexcharts/src/modules/Filters.js
create mode 100644 public/assets/libs/apexcharts/src/modules/Formatters.js
create mode 100644 public/assets/libs/apexcharts/src/modules/Graphics.js
create mode 100644 public/assets/libs/apexcharts/src/modules/Markers.js
create mode 100644 public/assets/libs/apexcharts/src/modules/Range.js
create mode 100644 public/assets/libs/apexcharts/src/modules/Responsive.js
create mode 100644 public/assets/libs/apexcharts/src/modules/Scales.js
create mode 100644 public/assets/libs/apexcharts/src/modules/Series.js
create mode 100644 public/assets/libs/apexcharts/src/modules/Theme.js
create mode 100644 public/assets/libs/apexcharts/src/modules/TimeScale.js
create mode 100644 public/assets/libs/apexcharts/src/modules/TitleSubtitle.js
create mode 100644 public/assets/libs/apexcharts/src/modules/Toolbar.js
create mode 100644 public/assets/libs/apexcharts/src/modules/ZoomPanSelection.js
create mode 100644 public/assets/libs/apexcharts/src/modules/annotations/Annotations.js
create mode 100644 public/assets/libs/apexcharts/src/modules/annotations/Helpers.js
create mode 100644 public/assets/libs/apexcharts/src/modules/annotations/PointsAnnotations.js
create mode 100644 public/assets/libs/apexcharts/src/modules/annotations/XAxisAnnotations.js
create mode 100644 public/assets/libs/apexcharts/src/modules/annotations/YAxisAnnotations.js
create mode 100644 public/assets/libs/apexcharts/src/modules/axes/Axes.js
create mode 100644 public/assets/libs/apexcharts/src/modules/axes/AxesUtils.js
create mode 100644 public/assets/libs/apexcharts/src/modules/axes/Grid.js
create mode 100644 public/assets/libs/apexcharts/src/modules/axes/XAxis.js
create mode 100644 public/assets/libs/apexcharts/src/modules/axes/YAxis.js
create mode 100644 public/assets/libs/apexcharts/src/modules/dimensions/Dimensions.js
create mode 100644 public/assets/libs/apexcharts/src/modules/dimensions/Grid.js
create mode 100644 public/assets/libs/apexcharts/src/modules/dimensions/Helpers.js
create mode 100644 public/assets/libs/apexcharts/src/modules/dimensions/XAxis.js
create mode 100644 public/assets/libs/apexcharts/src/modules/dimensions/YAxis.js
create mode 100644 public/assets/libs/apexcharts/src/modules/helpers/Destroy.js
create mode 100644 public/assets/libs/apexcharts/src/modules/helpers/InitCtxVariables.js
create mode 100644 public/assets/libs/apexcharts/src/modules/helpers/Localization.js
create mode 100644 public/assets/libs/apexcharts/src/modules/helpers/UpdateHelpers.js
create mode 100644 public/assets/libs/apexcharts/src/modules/legend/Helpers.js
create mode 100644 public/assets/libs/apexcharts/src/modules/legend/Legend.js
create mode 100644 public/assets/libs/apexcharts/src/modules/settings/Config.js
create mode 100644 public/assets/libs/apexcharts/src/modules/settings/Defaults.js
create mode 100644 public/assets/libs/apexcharts/src/modules/settings/Globals.js
create mode 100644 public/assets/libs/apexcharts/src/modules/settings/Options.js
create mode 100644 public/assets/libs/apexcharts/src/modules/tooltip/AxesTooltip.js
create mode 100644 public/assets/libs/apexcharts/src/modules/tooltip/Intersect.js
create mode 100644 public/assets/libs/apexcharts/src/modules/tooltip/Labels.js
create mode 100644 public/assets/libs/apexcharts/src/modules/tooltip/Marker.js
create mode 100644 public/assets/libs/apexcharts/src/modules/tooltip/Position.js
create mode 100644 public/assets/libs/apexcharts/src/modules/tooltip/README.md
create mode 100644 public/assets/libs/apexcharts/src/modules/tooltip/Tooltip.js
create mode 100644 public/assets/libs/apexcharts/src/modules/tooltip/Utils.js
create mode 100644 public/assets/libs/apexcharts/src/svgjs/svg.js
create mode 100644 public/assets/libs/apexcharts/src/utils/DateTime.js
create mode 100644 public/assets/libs/apexcharts/src/utils/Resize.js
create mode 100644 public/assets/libs/apexcharts/src/utils/Utils.js
create mode 100644 public/assets/libs/apexcharts/types/apexcharts.d.ts
create mode 100644 public/assets/libs/bootstrap/LICENSE
create mode 100644 public/assets/libs/bootstrap/README.md
create mode 100644 public/assets/libs/bootstrap/dist/css/bootstrap-grid.css
create mode 100644 public/assets/libs/bootstrap/dist/css/bootstrap-grid.css.map
create mode 100644 public/assets/libs/bootstrap/dist/css/bootstrap-grid.min.css
create mode 100644 public/assets/libs/bootstrap/dist/css/bootstrap-grid.min.css.map
create mode 100644 public/assets/libs/bootstrap/dist/css/bootstrap-grid.rtl.css
create mode 100644 public/assets/libs/bootstrap/dist/css/bootstrap-grid.rtl.css.map
create mode 100644 public/assets/libs/bootstrap/dist/css/bootstrap-grid.rtl.min.css
create mode 100644 public/assets/libs/bootstrap/dist/css/bootstrap-grid.rtl.min.css.map
create mode 100644 public/assets/libs/bootstrap/dist/css/bootstrap-reboot.css
create mode 100644 public/assets/libs/bootstrap/dist/css/bootstrap-reboot.css.map
create mode 100644 public/assets/libs/bootstrap/dist/css/bootstrap-reboot.min.css
create mode 100644 public/assets/libs/bootstrap/dist/css/bootstrap-reboot.min.css.map
create mode 100644 public/assets/libs/bootstrap/dist/css/bootstrap-reboot.rtl.css
create mode 100644 public/assets/libs/bootstrap/dist/css/bootstrap-reboot.rtl.css.map
create mode 100644 public/assets/libs/bootstrap/dist/css/bootstrap-reboot.rtl.min.css
create mode 100644 public/assets/libs/bootstrap/dist/css/bootstrap-reboot.rtl.min.css.map
create mode 100644 public/assets/libs/bootstrap/dist/css/bootstrap-utilities.css
create mode 100644 public/assets/libs/bootstrap/dist/css/bootstrap-utilities.css.map
create mode 100644 public/assets/libs/bootstrap/dist/css/bootstrap-utilities.min.css
create mode 100644 public/assets/libs/bootstrap/dist/css/bootstrap-utilities.min.css.map
create mode 100644 public/assets/libs/bootstrap/dist/css/bootstrap-utilities.rtl.css
create mode 100644 public/assets/libs/bootstrap/dist/css/bootstrap-utilities.rtl.css.map
create mode 100644 public/assets/libs/bootstrap/dist/css/bootstrap-utilities.rtl.min.css
create mode 100644 public/assets/libs/bootstrap/dist/css/bootstrap-utilities.rtl.min.css.map
create mode 100644 public/assets/libs/bootstrap/dist/css/bootstrap.css
create mode 100644 public/assets/libs/bootstrap/dist/css/bootstrap.css.map
create mode 100644 public/assets/libs/bootstrap/dist/css/bootstrap.min.css
create mode 100644 public/assets/libs/bootstrap/dist/css/bootstrap.min.css.map
create mode 100644 public/assets/libs/bootstrap/dist/css/bootstrap.rtl.css
create mode 100644 public/assets/libs/bootstrap/dist/css/bootstrap.rtl.css.map
create mode 100644 public/assets/libs/bootstrap/dist/css/bootstrap.rtl.min.css
create mode 100644 public/assets/libs/bootstrap/dist/css/bootstrap.rtl.min.css.map
create mode 100644 public/assets/libs/bootstrap/dist/js/bootstrap.bundle.js
create mode 100644 public/assets/libs/bootstrap/dist/js/bootstrap.bundle.js.map
create mode 100644 public/assets/libs/bootstrap/dist/js/bootstrap.bundle.min.js
create mode 100644 public/assets/libs/bootstrap/dist/js/bootstrap.bundle.min.js.map
create mode 100644 public/assets/libs/bootstrap/dist/js/bootstrap.esm.js
create mode 100644 public/assets/libs/bootstrap/dist/js/bootstrap.esm.js.map
create mode 100644 public/assets/libs/bootstrap/dist/js/bootstrap.esm.min.js
create mode 100644 public/assets/libs/bootstrap/dist/js/bootstrap.esm.min.js.map
create mode 100644 public/assets/libs/bootstrap/dist/js/bootstrap.js
create mode 100644 public/assets/libs/bootstrap/dist/js/bootstrap.js.map
create mode 100644 public/assets/libs/bootstrap/dist/js/bootstrap.min.js
create mode 100644 public/assets/libs/bootstrap/dist/js/bootstrap.min.js.map
create mode 100644 public/assets/libs/bootstrap/js/dist/alert.js
create mode 100644 public/assets/libs/bootstrap/js/dist/alert.js.map
create mode 100644 public/assets/libs/bootstrap/js/dist/base-component.js
create mode 100644 public/assets/libs/bootstrap/js/dist/base-component.js.map
create mode 100644 public/assets/libs/bootstrap/js/dist/button.js
create mode 100644 public/assets/libs/bootstrap/js/dist/button.js.map
create mode 100644 public/assets/libs/bootstrap/js/dist/carousel.js
create mode 100644 public/assets/libs/bootstrap/js/dist/carousel.js.map
create mode 100644 public/assets/libs/bootstrap/js/dist/collapse.js
create mode 100644 public/assets/libs/bootstrap/js/dist/collapse.js.map
create mode 100644 public/assets/libs/bootstrap/js/dist/dom/data.js
create mode 100644 public/assets/libs/bootstrap/js/dist/dom/data.js.map
create mode 100644 public/assets/libs/bootstrap/js/dist/dom/event-handler.js
create mode 100644 public/assets/libs/bootstrap/js/dist/dom/event-handler.js.map
create mode 100644 public/assets/libs/bootstrap/js/dist/dom/manipulator.js
create mode 100644 public/assets/libs/bootstrap/js/dist/dom/manipulator.js.map
create mode 100644 public/assets/libs/bootstrap/js/dist/dom/selector-engine.js
create mode 100644 public/assets/libs/bootstrap/js/dist/dom/selector-engine.js.map
create mode 100644 public/assets/libs/bootstrap/js/dist/dropdown.js
create mode 100644 public/assets/libs/bootstrap/js/dist/dropdown.js.map
create mode 100644 public/assets/libs/bootstrap/js/dist/modal.js
create mode 100644 public/assets/libs/bootstrap/js/dist/modal.js.map
create mode 100644 public/assets/libs/bootstrap/js/dist/offcanvas.js
create mode 100644 public/assets/libs/bootstrap/js/dist/offcanvas.js.map
create mode 100644 public/assets/libs/bootstrap/js/dist/popover.js
create mode 100644 public/assets/libs/bootstrap/js/dist/popover.js.map
create mode 100644 public/assets/libs/bootstrap/js/dist/scrollspy.js
create mode 100644 public/assets/libs/bootstrap/js/dist/scrollspy.js.map
create mode 100644 public/assets/libs/bootstrap/js/dist/tab.js
create mode 100644 public/assets/libs/bootstrap/js/dist/tab.js.map
create mode 100644 public/assets/libs/bootstrap/js/dist/toast.js
create mode 100644 public/assets/libs/bootstrap/js/dist/toast.js.map
create mode 100644 public/assets/libs/bootstrap/js/dist/tooltip.js
create mode 100644 public/assets/libs/bootstrap/js/dist/tooltip.js.map
create mode 100644 public/assets/libs/bootstrap/js/dist/util/backdrop.js
create mode 100644 public/assets/libs/bootstrap/js/dist/util/backdrop.js.map
create mode 100644 public/assets/libs/bootstrap/js/dist/util/component-functions.js
create mode 100644 public/assets/libs/bootstrap/js/dist/util/component-functions.js.map
create mode 100644 public/assets/libs/bootstrap/js/dist/util/config.js
create mode 100644 public/assets/libs/bootstrap/js/dist/util/config.js.map
create mode 100644 public/assets/libs/bootstrap/js/dist/util/focustrap.js
create mode 100644 public/assets/libs/bootstrap/js/dist/util/focustrap.js.map
create mode 100644 public/assets/libs/bootstrap/js/dist/util/index.js
create mode 100644 public/assets/libs/bootstrap/js/dist/util/index.js.map
create mode 100644 public/assets/libs/bootstrap/js/dist/util/sanitizer.js
create mode 100644 public/assets/libs/bootstrap/js/dist/util/sanitizer.js.map
create mode 100644 public/assets/libs/bootstrap/js/dist/util/scrollbar.js
create mode 100644 public/assets/libs/bootstrap/js/dist/util/scrollbar.js.map
create mode 100644 public/assets/libs/bootstrap/js/dist/util/swipe.js
create mode 100644 public/assets/libs/bootstrap/js/dist/util/swipe.js.map
create mode 100644 public/assets/libs/bootstrap/js/dist/util/template-factory.js
create mode 100644 public/assets/libs/bootstrap/js/dist/util/template-factory.js.map
create mode 100644 public/assets/libs/bootstrap/js/index.esm.js
create mode 100644 public/assets/libs/bootstrap/js/index.umd.js
create mode 100644 public/assets/libs/bootstrap/js/src/alert.js
create mode 100644 public/assets/libs/bootstrap/js/src/base-component.js
create mode 100644 public/assets/libs/bootstrap/js/src/button.js
create mode 100644 public/assets/libs/bootstrap/js/src/carousel.js
create mode 100644 public/assets/libs/bootstrap/js/src/collapse.js
create mode 100644 public/assets/libs/bootstrap/js/src/dom/data.js
create mode 100644 public/assets/libs/bootstrap/js/src/dom/event-handler.js
create mode 100644 public/assets/libs/bootstrap/js/src/dom/manipulator.js
create mode 100644 public/assets/libs/bootstrap/js/src/dom/selector-engine.js
create mode 100644 public/assets/libs/bootstrap/js/src/dropdown.js
create mode 100644 public/assets/libs/bootstrap/js/src/modal.js
create mode 100644 public/assets/libs/bootstrap/js/src/offcanvas.js
create mode 100644 public/assets/libs/bootstrap/js/src/popover.js
create mode 100644 public/assets/libs/bootstrap/js/src/scrollspy.js
create mode 100644 public/assets/libs/bootstrap/js/src/tab.js
create mode 100644 public/assets/libs/bootstrap/js/src/toast.js
create mode 100644 public/assets/libs/bootstrap/js/src/tooltip.js
create mode 100644 public/assets/libs/bootstrap/js/src/util/backdrop.js
create mode 100644 public/assets/libs/bootstrap/js/src/util/component-functions.js
create mode 100644 public/assets/libs/bootstrap/js/src/util/config.js
create mode 100644 public/assets/libs/bootstrap/js/src/util/focustrap.js
create mode 100644 public/assets/libs/bootstrap/js/src/util/index.js
create mode 100644 public/assets/libs/bootstrap/js/src/util/sanitizer.js
create mode 100644 public/assets/libs/bootstrap/js/src/util/scrollbar.js
create mode 100644 public/assets/libs/bootstrap/js/src/util/swipe.js
create mode 100644 public/assets/libs/bootstrap/js/src/util/template-factory.js
create mode 100644 public/assets/libs/bootstrap/js/tests/README.md
create mode 100644 public/assets/libs/bootstrap/js/tests/browsers.js
create mode 100644 public/assets/libs/bootstrap/js/tests/helpers/fixture.js
create mode 100644 public/assets/libs/bootstrap/js/tests/integration/bundle-modularity.js
create mode 100644 public/assets/libs/bootstrap/js/tests/integration/bundle.js
create mode 100644 public/assets/libs/bootstrap/js/tests/integration/index.html
create mode 100644 public/assets/libs/bootstrap/js/tests/integration/rollup.bundle-modularity.js
create mode 100644 public/assets/libs/bootstrap/js/tests/integration/rollup.bundle.js
create mode 100644 public/assets/libs/bootstrap/js/tests/karma.conf.js
create mode 100644 public/assets/libs/bootstrap/js/tests/unit/.eslintrc.json
create mode 100644 public/assets/libs/bootstrap/js/tests/unit/alert.spec.js
create mode 100644 public/assets/libs/bootstrap/js/tests/unit/base-component.spec.js
create mode 100644 public/assets/libs/bootstrap/js/tests/unit/button.spec.js
create mode 100644 public/assets/libs/bootstrap/js/tests/unit/carousel.spec.js
create mode 100644 public/assets/libs/bootstrap/js/tests/unit/collapse.spec.js
create mode 100644 public/assets/libs/bootstrap/js/tests/unit/dom/data.spec.js
create mode 100644 public/assets/libs/bootstrap/js/tests/unit/dom/event-handler.spec.js
create mode 100644 public/assets/libs/bootstrap/js/tests/unit/dom/manipulator.spec.js
create mode 100644 public/assets/libs/bootstrap/js/tests/unit/dom/selector-engine.spec.js
create mode 100644 public/assets/libs/bootstrap/js/tests/unit/dropdown.spec.js
create mode 100644 public/assets/libs/bootstrap/js/tests/unit/jquery.spec.js
create mode 100644 public/assets/libs/bootstrap/js/tests/unit/modal.spec.js
create mode 100644 public/assets/libs/bootstrap/js/tests/unit/offcanvas.spec.js
create mode 100644 public/assets/libs/bootstrap/js/tests/unit/popover.spec.js
create mode 100644 public/assets/libs/bootstrap/js/tests/unit/scrollspy.spec.js
create mode 100644 public/assets/libs/bootstrap/js/tests/unit/tab.spec.js
create mode 100644 public/assets/libs/bootstrap/js/tests/unit/toast.spec.js
create mode 100644 public/assets/libs/bootstrap/js/tests/unit/tooltip.spec.js
create mode 100644 public/assets/libs/bootstrap/js/tests/unit/util/backdrop.spec.js
create mode 100644 public/assets/libs/bootstrap/js/tests/unit/util/component-functions.spec.js
create mode 100644 public/assets/libs/bootstrap/js/tests/unit/util/config.spec.js
create mode 100644 public/assets/libs/bootstrap/js/tests/unit/util/focustrap.spec.js
create mode 100644 public/assets/libs/bootstrap/js/tests/unit/util/index.spec.js
create mode 100644 public/assets/libs/bootstrap/js/tests/unit/util/sanitizer.spec.js
create mode 100644 public/assets/libs/bootstrap/js/tests/unit/util/scrollbar.spec.js
create mode 100644 public/assets/libs/bootstrap/js/tests/unit/util/swipe.spec.js
create mode 100644 public/assets/libs/bootstrap/js/tests/unit/util/template-factory.spec.js
create mode 100644 public/assets/libs/bootstrap/js/tests/visual/.eslintrc.json
create mode 100644 public/assets/libs/bootstrap/js/tests/visual/alert.html
create mode 100644 public/assets/libs/bootstrap/js/tests/visual/button.html
create mode 100644 public/assets/libs/bootstrap/js/tests/visual/carousel.html
create mode 100644 public/assets/libs/bootstrap/js/tests/visual/collapse.html
create mode 100644 public/assets/libs/bootstrap/js/tests/visual/dropdown.html
create mode 100644 public/assets/libs/bootstrap/js/tests/visual/modal.html
create mode 100644 public/assets/libs/bootstrap/js/tests/visual/popover.html
create mode 100644 public/assets/libs/bootstrap/js/tests/visual/scrollspy.html
create mode 100644 public/assets/libs/bootstrap/js/tests/visual/tab.html
create mode 100644 public/assets/libs/bootstrap/js/tests/visual/toast.html
create mode 100644 public/assets/libs/bootstrap/js/tests/visual/tooltip.html
create mode 100644 public/assets/libs/bootstrap/package.json
create mode 100644 public/assets/libs/bootstrap/scss/_accordion.scss
create mode 100644 public/assets/libs/bootstrap/scss/_alert.scss
create mode 100644 public/assets/libs/bootstrap/scss/_badge.scss
create mode 100644 public/assets/libs/bootstrap/scss/_breadcrumb.scss
create mode 100644 public/assets/libs/bootstrap/scss/_button-group.scss
create mode 100644 public/assets/libs/bootstrap/scss/_buttons.scss
create mode 100644 public/assets/libs/bootstrap/scss/_card.scss
create mode 100644 public/assets/libs/bootstrap/scss/_carousel.scss
create mode 100644 public/assets/libs/bootstrap/scss/_close.scss
create mode 100644 public/assets/libs/bootstrap/scss/_containers.scss
create mode 100644 public/assets/libs/bootstrap/scss/_dropdown.scss
create mode 100644 public/assets/libs/bootstrap/scss/_forms.scss
create mode 100644 public/assets/libs/bootstrap/scss/_functions.scss
create mode 100644 public/assets/libs/bootstrap/scss/_grid.scss
create mode 100644 public/assets/libs/bootstrap/scss/_helpers.scss
create mode 100644 public/assets/libs/bootstrap/scss/_images.scss
create mode 100644 public/assets/libs/bootstrap/scss/_list-group.scss
create mode 100644 public/assets/libs/bootstrap/scss/_maps.scss
create mode 100644 public/assets/libs/bootstrap/scss/_mixins.scss
create mode 100644 public/assets/libs/bootstrap/scss/_modal.scss
create mode 100644 public/assets/libs/bootstrap/scss/_nav.scss
create mode 100644 public/assets/libs/bootstrap/scss/_navbar.scss
create mode 100644 public/assets/libs/bootstrap/scss/_offcanvas.scss
create mode 100644 public/assets/libs/bootstrap/scss/_pagination.scss
create mode 100644 public/assets/libs/bootstrap/scss/_placeholders.scss
create mode 100644 public/assets/libs/bootstrap/scss/_popover.scss
create mode 100644 public/assets/libs/bootstrap/scss/_progress.scss
create mode 100644 public/assets/libs/bootstrap/scss/_reboot.scss
create mode 100644 public/assets/libs/bootstrap/scss/_root.scss
create mode 100644 public/assets/libs/bootstrap/scss/_spinners.scss
create mode 100644 public/assets/libs/bootstrap/scss/_tables.scss
create mode 100644 public/assets/libs/bootstrap/scss/_toasts.scss
create mode 100644 public/assets/libs/bootstrap/scss/_tooltip.scss
create mode 100644 public/assets/libs/bootstrap/scss/_transitions.scss
create mode 100644 public/assets/libs/bootstrap/scss/_type.scss
create mode 100644 public/assets/libs/bootstrap/scss/_utilities.scss
create mode 100644 public/assets/libs/bootstrap/scss/_variables-dark.scss
create mode 100644 public/assets/libs/bootstrap/scss/_variables.scss
create mode 100644 public/assets/libs/bootstrap/scss/bootstrap-grid.css
create mode 100644 public/assets/libs/bootstrap/scss/bootstrap-grid.css.map
create mode 100644 public/assets/libs/bootstrap/scss/bootstrap-grid.scss
create mode 100644 public/assets/libs/bootstrap/scss/bootstrap-reboot.css
create mode 100644 public/assets/libs/bootstrap/scss/bootstrap-reboot.css.map
create mode 100644 public/assets/libs/bootstrap/scss/bootstrap-reboot.scss
create mode 100644 public/assets/libs/bootstrap/scss/bootstrap-utilities.css
create mode 100644 public/assets/libs/bootstrap/scss/bootstrap-utilities.css.map
create mode 100644 public/assets/libs/bootstrap/scss/bootstrap-utilities.scss
create mode 100644 public/assets/libs/bootstrap/scss/bootstrap.css
create mode 100644 public/assets/libs/bootstrap/scss/bootstrap.css.map
create mode 100644 public/assets/libs/bootstrap/scss/bootstrap.scss
create mode 100644 public/assets/libs/bootstrap/scss/css/bootstrap-grid.css
create mode 100644 public/assets/libs/bootstrap/scss/css/bootstrap-grid.css.map
create mode 100644 public/assets/libs/bootstrap/scss/css/bootstrap-reboot.css
create mode 100644 public/assets/libs/bootstrap/scss/css/bootstrap-reboot.css.map
create mode 100644 public/assets/libs/bootstrap/scss/css/bootstrap-utilities.css
create mode 100644 public/assets/libs/bootstrap/scss/css/bootstrap-utilities.css.map
create mode 100644 public/assets/libs/bootstrap/scss/css/bootstrap.css
create mode 100644 public/assets/libs/bootstrap/scss/css/bootstrap.css.map
create mode 100644 public/assets/libs/bootstrap/scss/forms/_floating-labels.scss
create mode 100644 public/assets/libs/bootstrap/scss/forms/_form-check.scss
create mode 100644 public/assets/libs/bootstrap/scss/forms/_form-control.scss
create mode 100644 public/assets/libs/bootstrap/scss/forms/_form-range.scss
create mode 100644 public/assets/libs/bootstrap/scss/forms/_form-select.scss
create mode 100644 public/assets/libs/bootstrap/scss/forms/_form-text.scss
create mode 100644 public/assets/libs/bootstrap/scss/forms/_input-group.scss
create mode 100644 public/assets/libs/bootstrap/scss/forms/_labels.scss
create mode 100644 public/assets/libs/bootstrap/scss/forms/_validation.scss
create mode 100644 public/assets/libs/bootstrap/scss/helpers/_clearfix.scss
create mode 100644 public/assets/libs/bootstrap/scss/helpers/_color-bg.scss
create mode 100644 public/assets/libs/bootstrap/scss/helpers/_colored-links.scss
create mode 100644 public/assets/libs/bootstrap/scss/helpers/_position.scss
create mode 100644 public/assets/libs/bootstrap/scss/helpers/_ratio.scss
create mode 100644 public/assets/libs/bootstrap/scss/helpers/_stacks.scss
create mode 100644 public/assets/libs/bootstrap/scss/helpers/_stretched-link.scss
create mode 100644 public/assets/libs/bootstrap/scss/helpers/_text-truncation.scss
create mode 100644 public/assets/libs/bootstrap/scss/helpers/_visually-hidden.scss
create mode 100644 public/assets/libs/bootstrap/scss/helpers/_vr.scss
create mode 100644 public/assets/libs/bootstrap/scss/mixins/_alert.scss
create mode 100644 public/assets/libs/bootstrap/scss/mixins/_backdrop.scss
create mode 100644 public/assets/libs/bootstrap/scss/mixins/_banner.scss
create mode 100644 public/assets/libs/bootstrap/scss/mixins/_border-radius.scss
create mode 100644 public/assets/libs/bootstrap/scss/mixins/_box-shadow.scss
create mode 100644 public/assets/libs/bootstrap/scss/mixins/_breakpoints.scss
create mode 100644 public/assets/libs/bootstrap/scss/mixins/_buttons.scss
create mode 100644 public/assets/libs/bootstrap/scss/mixins/_caret.scss
create mode 100644 public/assets/libs/bootstrap/scss/mixins/_clearfix.scss
create mode 100644 public/assets/libs/bootstrap/scss/mixins/_color-mode.scss
create mode 100644 public/assets/libs/bootstrap/scss/mixins/_color-scheme.scss
create mode 100644 public/assets/libs/bootstrap/scss/mixins/_container.scss
create mode 100644 public/assets/libs/bootstrap/scss/mixins/_deprecate.scss
create mode 100644 public/assets/libs/bootstrap/scss/mixins/_forms.scss
create mode 100644 public/assets/libs/bootstrap/scss/mixins/_gradients.scss
create mode 100644 public/assets/libs/bootstrap/scss/mixins/_grid.scss
create mode 100644 public/assets/libs/bootstrap/scss/mixins/_image.scss
create mode 100644 public/assets/libs/bootstrap/scss/mixins/_list-group.scss
create mode 100644 public/assets/libs/bootstrap/scss/mixins/_lists.scss
create mode 100644 public/assets/libs/bootstrap/scss/mixins/_pagination.scss
create mode 100644 public/assets/libs/bootstrap/scss/mixins/_reset-text.scss
create mode 100644 public/assets/libs/bootstrap/scss/mixins/_resize.scss
create mode 100644 public/assets/libs/bootstrap/scss/mixins/_table-variants.scss
create mode 100644 public/assets/libs/bootstrap/scss/mixins/_text-truncate.scss
create mode 100644 public/assets/libs/bootstrap/scss/mixins/_transition.scss
create mode 100644 public/assets/libs/bootstrap/scss/mixins/_utilities.scss
create mode 100644 public/assets/libs/bootstrap/scss/mixins/_visually-hidden.scss
create mode 100644 public/assets/libs/bootstrap/scss/utilities/_api.scss
create mode 100644 public/assets/libs/bootstrap/scss/vendor/_rfs.scss
create mode 100644 public/assets/libs/jquery/AUTHORS.txt
create mode 100644 public/assets/libs/jquery/LICENSE.txt
create mode 100644 public/assets/libs/jquery/README.md
create mode 100644 public/assets/libs/jquery/bower.json
create mode 100644 public/assets/libs/jquery/dist/core.js
create mode 100644 public/assets/libs/jquery/dist/jquery.js
create mode 100644 public/assets/libs/jquery/dist/jquery.min.js
create mode 100644 public/assets/libs/jquery/dist/jquery.min.map
create mode 100644 public/assets/libs/jquery/dist/jquery.slim.js
create mode 100644 public/assets/libs/jquery/dist/jquery.slim.min.js
create mode 100644 public/assets/libs/jquery/dist/jquery.slim.min.map
create mode 100644 public/assets/libs/jquery/external/sizzle/LICENSE.txt
create mode 100644 public/assets/libs/jquery/external/sizzle/dist/sizzle.js
create mode 100644 public/assets/libs/jquery/external/sizzle/dist/sizzle.min.js
create mode 100644 public/assets/libs/jquery/external/sizzle/dist/sizzle.min.map
create mode 100644 public/assets/libs/jquery/package.json
create mode 100644 public/assets/libs/jquery/src/.eslintrc.json
create mode 100644 public/assets/libs/jquery/src/ajax.js
create mode 100644 public/assets/libs/jquery/src/ajax/jsonp.js
create mode 100644 public/assets/libs/jquery/src/ajax/load.js
create mode 100644 public/assets/libs/jquery/src/ajax/parseXML.js
create mode 100644 public/assets/libs/jquery/src/ajax/script.js
create mode 100644 public/assets/libs/jquery/src/ajax/var/location.js
create mode 100644 public/assets/libs/jquery/src/ajax/var/nonce.js
create mode 100644 public/assets/libs/jquery/src/ajax/var/rquery.js
create mode 100644 public/assets/libs/jquery/src/ajax/xhr.js
create mode 100644 public/assets/libs/jquery/src/attributes.js
create mode 100644 public/assets/libs/jquery/src/attributes/attr.js
create mode 100644 public/assets/libs/jquery/src/attributes/classes.js
create mode 100644 public/assets/libs/jquery/src/attributes/prop.js
create mode 100644 public/assets/libs/jquery/src/attributes/support.js
create mode 100644 public/assets/libs/jquery/src/attributes/val.js
create mode 100644 public/assets/libs/jquery/src/callbacks.js
create mode 100644 public/assets/libs/jquery/src/core.js
create mode 100644 public/assets/libs/jquery/src/core/DOMEval.js
create mode 100644 public/assets/libs/jquery/src/core/access.js
create mode 100644 public/assets/libs/jquery/src/core/camelCase.js
create mode 100644 public/assets/libs/jquery/src/core/init.js
create mode 100644 public/assets/libs/jquery/src/core/isAttached.js
create mode 100644 public/assets/libs/jquery/src/core/nodeName.js
create mode 100644 public/assets/libs/jquery/src/core/parseHTML.js
create mode 100644 public/assets/libs/jquery/src/core/ready-no-deferred.js
create mode 100644 public/assets/libs/jquery/src/core/ready.js
create mode 100644 public/assets/libs/jquery/src/core/readyException.js
create mode 100644 public/assets/libs/jquery/src/core/stripAndCollapse.js
create mode 100644 public/assets/libs/jquery/src/core/support.js
create mode 100644 public/assets/libs/jquery/src/core/toType.js
create mode 100644 public/assets/libs/jquery/src/core/var/rsingleTag.js
create mode 100644 public/assets/libs/jquery/src/css.js
create mode 100644 public/assets/libs/jquery/src/css/addGetHookIf.js
create mode 100644 public/assets/libs/jquery/src/css/adjustCSS.js
create mode 100644 public/assets/libs/jquery/src/css/curCSS.js
create mode 100644 public/assets/libs/jquery/src/css/finalPropName.js
create mode 100644 public/assets/libs/jquery/src/css/hiddenVisibleSelectors.js
create mode 100644 public/assets/libs/jquery/src/css/showHide.js
create mode 100644 public/assets/libs/jquery/src/css/support.js
create mode 100644 public/assets/libs/jquery/src/css/var/cssExpand.js
create mode 100644 public/assets/libs/jquery/src/css/var/getStyles.js
create mode 100644 public/assets/libs/jquery/src/css/var/isHiddenWithinTree.js
create mode 100644 public/assets/libs/jquery/src/css/var/rboxStyle.js
create mode 100644 public/assets/libs/jquery/src/css/var/rnumnonpx.js
create mode 100644 public/assets/libs/jquery/src/css/var/swap.js
create mode 100644 public/assets/libs/jquery/src/data.js
create mode 100644 public/assets/libs/jquery/src/data/Data.js
create mode 100644 public/assets/libs/jquery/src/data/var/acceptData.js
create mode 100644 public/assets/libs/jquery/src/data/var/dataPriv.js
create mode 100644 public/assets/libs/jquery/src/data/var/dataUser.js
create mode 100644 public/assets/libs/jquery/src/deferred.js
create mode 100644 public/assets/libs/jquery/src/deferred/exceptionHook.js
create mode 100644 public/assets/libs/jquery/src/deprecated.js
create mode 100644 public/assets/libs/jquery/src/dimensions.js
create mode 100644 public/assets/libs/jquery/src/effects.js
create mode 100644 public/assets/libs/jquery/src/effects/Tween.js
create mode 100644 public/assets/libs/jquery/src/effects/animatedSelector.js
create mode 100644 public/assets/libs/jquery/src/event.js
create mode 100644 public/assets/libs/jquery/src/event/ajax.js
create mode 100644 public/assets/libs/jquery/src/event/alias.js
create mode 100644 public/assets/libs/jquery/src/event/focusin.js
create mode 100644 public/assets/libs/jquery/src/event/support.js
create mode 100644 public/assets/libs/jquery/src/event/trigger.js
create mode 100644 public/assets/libs/jquery/src/exports/amd.js
create mode 100644 public/assets/libs/jquery/src/exports/global.js
create mode 100644 public/assets/libs/jquery/src/jquery.js
create mode 100644 public/assets/libs/jquery/src/manipulation.js
create mode 100644 public/assets/libs/jquery/src/manipulation/_evalUrl.js
create mode 100644 public/assets/libs/jquery/src/manipulation/buildFragment.js
create mode 100644 public/assets/libs/jquery/src/manipulation/getAll.js
create mode 100644 public/assets/libs/jquery/src/manipulation/setGlobalEval.js
create mode 100644 public/assets/libs/jquery/src/manipulation/support.js
create mode 100644 public/assets/libs/jquery/src/manipulation/var/rscriptType.js
create mode 100644 public/assets/libs/jquery/src/manipulation/var/rtagName.js
create mode 100644 public/assets/libs/jquery/src/manipulation/wrapMap.js
create mode 100644 public/assets/libs/jquery/src/offset.js
create mode 100644 public/assets/libs/jquery/src/queue.js
create mode 100644 public/assets/libs/jquery/src/queue/delay.js
create mode 100644 public/assets/libs/jquery/src/selector-native.js
create mode 100644 public/assets/libs/jquery/src/selector-sizzle.js
create mode 100644 public/assets/libs/jquery/src/selector.js
create mode 100644 public/assets/libs/jquery/src/serialize.js
create mode 100644 public/assets/libs/jquery/src/traversing.js
create mode 100644 public/assets/libs/jquery/src/traversing/findFilter.js
create mode 100644 public/assets/libs/jquery/src/traversing/var/dir.js
create mode 100644 public/assets/libs/jquery/src/traversing/var/rneedsContext.js
create mode 100644 public/assets/libs/jquery/src/traversing/var/siblings.js
create mode 100644 public/assets/libs/jquery/src/var/ObjectFunctionString.js
create mode 100644 public/assets/libs/jquery/src/var/arr.js
create mode 100644 public/assets/libs/jquery/src/var/class2type.js
create mode 100644 public/assets/libs/jquery/src/var/concat.js
create mode 100644 public/assets/libs/jquery/src/var/document.js
create mode 100644 public/assets/libs/jquery/src/var/documentElement.js
create mode 100644 public/assets/libs/jquery/src/var/fnToString.js
create mode 100644 public/assets/libs/jquery/src/var/getProto.js
create mode 100644 public/assets/libs/jquery/src/var/hasOwn.js
create mode 100644 public/assets/libs/jquery/src/var/indexOf.js
create mode 100644 public/assets/libs/jquery/src/var/isFunction.js
create mode 100644 public/assets/libs/jquery/src/var/isWindow.js
create mode 100644 public/assets/libs/jquery/src/var/pnum.js
create mode 100644 public/assets/libs/jquery/src/var/push.js
create mode 100644 public/assets/libs/jquery/src/var/rcheckableType.js
create mode 100644 public/assets/libs/jquery/src/var/rcssNum.js
create mode 100644 public/assets/libs/jquery/src/var/rnothtmlwhite.js
create mode 100644 public/assets/libs/jquery/src/var/slice.js
create mode 100644 public/assets/libs/jquery/src/var/support.js
create mode 100644 public/assets/libs/jquery/src/var/toString.js
create mode 100644 public/assets/libs/jquery/src/wrap.js
create mode 100644 public/assets/libs/simplebar/LICENSE
create mode 100644 public/assets/libs/simplebar/README.md
create mode 100644 public/assets/libs/simplebar/dist/simplebar-core.esm.js
create mode 100644 public/assets/libs/simplebar/dist/simplebar-core.esm.js.map
create mode 100644 public/assets/libs/simplebar/dist/simplebar.css
create mode 100644 public/assets/libs/simplebar/dist/simplebar.d.ts
create mode 100644 public/assets/libs/simplebar/dist/simplebar.esm.js
create mode 100644 public/assets/libs/simplebar/dist/simplebar.esm.js.map
create mode 100644 public/assets/libs/simplebar/dist/simplebar.js
create mode 100644 public/assets/libs/simplebar/dist/simplebar.min.css
create mode 100644 public/assets/libs/simplebar/dist/simplebar.min.js
create mode 100644 public/assets/libs/simplebar/dist/simplebar.umd.js
create mode 100644 public/assets/libs/simplebar/package.json
create mode 100644 public/assets/libs/simplebar/src/helpers.js
create mode 100644 public/assets/libs/simplebar/src/index.js
create mode 100644 public/assets/libs/simplebar/src/scrollbar-width.js
create mode 100644 public/assets/libs/simplebar/src/simplebar.css
create mode 100644 public/assets/libs/simplebar/src/simplebar.js
create mode 100644 public/assets/scss/component/_card.scss
create mode 100644 public/assets/scss/component/_reboot.scss
create mode 100644 public/assets/scss/layouts/_header.scss
create mode 100644 public/assets/scss/layouts/_layouts.scss
create mode 100644 public/assets/scss/layouts/_sidebar.scss
create mode 100644 public/assets/scss/pages/_dashboard1.scss
create mode 100644 public/assets/scss/prepros.config
create mode 100644 public/assets/scss/styles.scss
create mode 100644 public/assets/scss/utilities/_background.scss
create mode 100644 public/assets/scss/utilities/_icon-size.scss
create mode 100644 public/assets/scss/variables/_theme-variables.scss
create mode 100644 public/assets/scss/variables/_variables.scss
create mode 100644 public/favicon.ico
create mode 100644 public/index.php
create mode 100644 public/robots.txt
create mode 100644 resources/css/app.css
create mode 100644 resources/js/app.js
create mode 100644 resources/js/bootstrap.js
create mode 100644 resources/views/auth/login.blade.php
create mode 100644 resources/views/layouts/main.blade.php
create mode 100644 resources/views/layouts/pages/algoritma.blade.php
create mode 100644 resources/views/layouts/pages/dashboard.blade.php
create mode 100644 resources/views/layouts/pages/detail.blade.php
create mode 100644 resources/views/layouts/pages/hasil.blade.php
create mode 100644 resources/views/layouts/pages/pdf.blade.php
create mode 100644 resources/views/layouts/pages/transaksi.blade.php
create mode 100644 resources/views/partials/header.blade.php
create mode 100644 resources/views/partials/sidebar.blade.php
create mode 100644 resources/views/welcome.blade.php
create mode 100644 routes/console.php
create mode 100644 routes/web.php
create mode 100644 storage/app/.gitignore
create mode 100644 storage/app/public/.gitignore
create mode 100644 storage/framework/.gitignore
create mode 100644 storage/framework/cache/.gitignore
create mode 100644 storage/framework/cache/data/.gitignore
create mode 100644 storage/framework/sessions/.gitignore
create mode 100644 storage/framework/testing/.gitignore
create mode 100644 storage/framework/views/.gitignore
create mode 100644 storage/logs/.gitignore
create mode 100644 tests/Feature/ExampleTest.php
create mode 100644 tests/TestCase.php
create mode 100644 tests/Unit/ExampleTest.php
create mode 100644 vite.config.js
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 0000000..8f0de65
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,18 @@
+root = true
+
+[*]
+charset = utf-8
+end_of_line = lf
+indent_size = 4
+indent_style = space
+insert_final_newline = true
+trim_trailing_whitespace = true
+
+[*.md]
+trim_trailing_whitespace = false
+
+[*.{yml,yaml}]
+indent_size = 2
+
+[docker-compose.yml]
+indent_size = 4
diff --git a/.env.example b/.env.example
new file mode 100644
index 0000000..7b49625
--- /dev/null
+++ b/.env.example
@@ -0,0 +1,64 @@
+APP_NAME=Laravel
+APP_ENV=local
+APP_KEY=
+APP_DEBUG=true
+APP_TIMEZONE=UTC
+APP_URL=http://localhost
+
+APP_LOCALE=en
+APP_FALLBACK_LOCALE=en
+APP_FAKER_LOCALE=en_US
+
+APP_MAINTENANCE_DRIVER=file
+APP_MAINTENANCE_STORE=database
+
+BCRYPT_ROUNDS=12
+
+LOG_CHANNEL=stack
+LOG_STACK=single
+LOG_DEPRECATIONS_CHANNEL=null
+LOG_LEVEL=debug
+
+DB_CONNECTION=sqlite
+# DB_HOST=127.0.0.1
+# DB_PORT=3306
+# DB_DATABASE=laravel
+# DB_USERNAME=root
+# DB_PASSWORD=
+
+SESSION_DRIVER=database
+SESSION_LIFETIME=120
+SESSION_ENCRYPT=false
+SESSION_PATH=/
+SESSION_DOMAIN=null
+
+BROADCAST_CONNECTION=log
+FILESYSTEM_DISK=local
+QUEUE_CONNECTION=database
+
+CACHE_STORE=database
+CACHE_PREFIX=
+
+MEMCACHED_HOST=127.0.0.1
+
+REDIS_CLIENT=phpredis
+REDIS_HOST=127.0.0.1
+REDIS_PASSWORD=null
+REDIS_PORT=6379
+
+MAIL_MAILER=log
+MAIL_HOST=127.0.0.1
+MAIL_PORT=2525
+MAIL_USERNAME=null
+MAIL_PASSWORD=null
+MAIL_ENCRYPTION=null
+MAIL_FROM_ADDRESS="hello@example.com"
+MAIL_FROM_NAME="${APP_NAME}"
+
+AWS_ACCESS_KEY_ID=
+AWS_SECRET_ACCESS_KEY=
+AWS_DEFAULT_REGION=us-east-1
+AWS_BUCKET=
+AWS_USE_PATH_STYLE_ENDPOINT=false
+
+VITE_APP_NAME="${APP_NAME}"
diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 0000000..fcb21d3
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,11 @@
+* text=auto eol=lf
+
+*.blade.php diff=html
+*.css diff=css
+*.html diff=html
+*.md diff=markdown
+*.php diff=php
+
+/.github export-ignore
+CHANGELOG.md export-ignore
+.styleci.yml export-ignore
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..46340a6
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,20 @@
+/.phpunit.cache
+/node_modules
+/public/build
+/public/hot
+/public/storage
+/storage/*.key
+/vendor
+.env
+.env.backup
+.env.production
+.phpactor.json
+.phpunit.result.cache
+Homestead.json
+Homestead.yaml
+auth.json
+npm-debug.log
+yarn-error.log
+/.fleet
+/.idea
+/.vscode
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..1a4c26b
--- /dev/null
+++ b/README.md
@@ -0,0 +1,66 @@
+

+
+
+
+
+
+
+
+
+## About Laravel
+
+Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling. Laravel takes the pain out of development by easing common tasks used in many web projects, such as:
+
+- [Simple, fast routing engine](https://laravel.com/docs/routing).
+- [Powerful dependency injection container](https://laravel.com/docs/container).
+- Multiple back-ends for [session](https://laravel.com/docs/session) and [cache](https://laravel.com/docs/cache) storage.
+- Expressive, intuitive [database ORM](https://laravel.com/docs/eloquent).
+- Database agnostic [schema migrations](https://laravel.com/docs/migrations).
+- [Robust background job processing](https://laravel.com/docs/queues).
+- [Real-time event broadcasting](https://laravel.com/docs/broadcasting).
+
+Laravel is accessible, powerful, and provides tools required for large, robust applications.
+
+## Learning Laravel
+
+Laravel has the most extensive and thorough [documentation](https://laravel.com/docs) and video tutorial library of all modern web application frameworks, making it a breeze to get started with the framework.
+
+You may also try the [Laravel Bootcamp](https://bootcamp.laravel.com), where you will be guided through building a modern Laravel application from scratch.
+
+If you don't feel like reading, [Laracasts](https://laracasts.com) can help. Laracasts contains thousands of video tutorials on a range of topics including Laravel, modern PHP, unit testing, and JavaScript. Boost your skills by digging into our comprehensive video library.
+
+## Laravel Sponsors
+
+We would like to extend our thanks to the following sponsors for funding Laravel development. If you are interested in becoming a sponsor, please visit the [Laravel Partners program](https://partners.laravel.com).
+
+### Premium Partners
+
+- **[Vehikl](https://vehikl.com/)**
+- **[Tighten Co.](https://tighten.co)**
+- **[WebReinvent](https://webreinvent.com/)**
+- **[Kirschbaum Development Group](https://kirschbaumdevelopment.com)**
+- **[64 Robots](https://64robots.com)**
+- **[Curotec](https://www.curotec.com/services/technologies/laravel/)**
+- **[Cyber-Duck](https://cyber-duck.co.uk)**
+- **[DevSquad](https://devsquad.com/hire-laravel-developers)**
+- **[Jump24](https://jump24.co.uk)**
+- **[Redberry](https://redberry.international/laravel/)**
+- **[Active Logic](https://activelogic.com)**
+- **[byte5](https://byte5.de)**
+- **[OP.GG](https://op.gg)**
+
+## Contributing
+
+Thank you for considering contributing to the Laravel framework! The contribution guide can be found in the [Laravel documentation](https://laravel.com/docs/contributions).
+
+## Code of Conduct
+
+In order to ensure that the Laravel community is welcoming to all, please review and abide by the [Code of Conduct](https://laravel.com/docs/contributions#code-of-conduct).
+
+## Security Vulnerabilities
+
+If you discover a security vulnerability within Laravel, please send an e-mail to Taylor Otwell via [taylor@laravel.com](mailto:taylor@laravel.com). All security vulnerabilities will be promptly addressed.
+
+## License
+
+The Laravel framework is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).
diff --git a/app/Exports/ProsesExport.php b/app/Exports/ProsesExport.php
new file mode 100644
index 0000000..1d20372
--- /dev/null
+++ b/app/Exports/ProsesExport.php
@@ -0,0 +1,59 @@
+id = $id;
+ }
+
+ /**
+ * @return \Illuminate\Support\Collection
+ */
+ public function collection()
+ {
+ $proses = Proses::findOrFail($this->id);
+ $itemset2 = Confidence::where('itemset', '2-item')->where('proses_id', $this->id)->get();
+ $itemset3 = Confidence::where('itemset', '3-item')->where('proses_id', $this->id)->get();
+ $rules = Confidence::where('proses_id', $this->id)->where('keterangan', 'Lolos')->get();
+
+ // Merge all data into a single collection
+ $data = $itemset2->merge($itemset3)->merge($rules);
+
+ // Transform data as per the required columns
+ $exportData = $data->map(function ($item, $key) {
+ return [
+ 'No' => $key + 1,
+ 'Jenis Obat' => $item->items,
+ 'Keterangan' => $item->keterangan,
+ 'Confidence' => $item->confidence,
+ 'Lift Ratio' => $item->lift_ratio,
+ 'Korelasi' => $item->korelasi,
+ ];
+ });
+
+ return $exportData;
+ }
+
+ public function headings(): array
+ {
+ return [
+ 'No',
+ 'Jenis Obat',
+ 'Keterangan',
+ 'Confidence',
+ 'Lift Ratio',
+ 'Korelasi',
+ ];
+ }
+}
diff --git a/app/Http/Controllers/AlgoritmaController.php b/app/Http/Controllers/AlgoritmaController.php
new file mode 100644
index 0000000..e511138
--- /dev/null
+++ b/app/Http/Controllers/AlgoritmaController.php
@@ -0,0 +1,506 @@
+input('tanggal_dari');
+ $tanggal_sampai = $request->input('tanggal_sampai');
+ $min_support = $request->input('min_support');
+ $min_confidance = $request->input('min_confidance');
+
+ $proses = Proses::create([
+ 'start' => $tanggal_dari,
+ 'end' => $tanggal_sampai,
+ 'min_support' => $min_support,
+ 'min_confidence' => $min_confidance,
+ ]);
+
+ $transaksi = Transaksi::whereBetween('tanggal', [$tanggal_dari, $tanggal_sampai])->get();
+
+ $totalTransactions = $transaksi->count();
+
+ $itemsets = $this->generateItemsets($transaksi);
+ // Convert transactions to vertical format
+ $verticalData = $this->convertToVerticalFormat($transaksi);
+
+ // dd($itemsets);
+ list($itemset1, $itemset2, $itemset3) = $this->calculateEclat($proses->id, $transaksi, $itemsets, $min_support, $min_confidance, $totalTransactions);
+ return view('layouts.pages.algoritma', compact('totalTransactions', 'verticalData', 'itemset1', 'itemset2', 'itemset3'));
+ }
+
+ private function generateItemsets($transaksi)
+ {
+ $itemsets = [];
+
+ foreach ($transaksi as $trans) {
+ $items = array_unique(array_map('trim', explode(',', $trans->obat)));
+ foreach ($items as $item) {
+ $normalizedItem = strtolower(str_replace(' ', '', $item));
+ if (!isset($itemsets[$normalizedItem])) {
+ $itemsets[$normalizedItem] = [];
+ }
+ $itemsets[$normalizedItem][] = $trans->id;
+ }
+ }
+
+ return $itemsets;
+ }
+
+
+
+ private function convertToVerticalFormat($transaksi)
+ {
+ $verticalData = [];
+
+ foreach ($transaksi as $trans) {
+ $items = explode(',', $trans->obat);
+ foreach ($items as $item) {
+ if (!isset($verticalData[$item])) {
+ $verticalData[$item] = array_fill_keys($transaksi->pluck('id')->toArray(), 0);
+ }
+ $verticalData[$item][$trans->id] = 1;
+ }
+ }
+
+ return $verticalData;
+ }
+
+ private function calculateEclat($prosesid, $transaksi, $itemsets, $min_support, $min_confidance, $totalTransactions)
+ {
+ $min_support_count = $min_support / $totalTransactions;
+ $itemset1 = [];
+ $itemset2 = [];
+ $itemset3 = [];
+ $confidenceResults2 = [];
+ $confidenceResults3 = [];
+
+ // Calculate 1-itemsets
+ foreach ($itemsets as $item => $transactions) {
+ $support = count($transactions);
+ $supportValue = $support / $totalTransactions;
+ $itemset1[] = [
+ 'item' => $item,
+ 'support' => $supportValue,
+ 'keterangan' => $supportValue >= $min_support_count ? 'Lolos' : 'Tidak Lolos',
+ 'proses_id' => $prosesid,
+ ];
+ $itemset1Model = new Itemset1();
+ $itemset1Model->saveItemsets([
+ 'atribut' => $item,
+ 'support' => $supportValue,
+ 'keterangan' => $supportValue >= $min_support_count ? 'Lolos' : 'Tidak Lolos',
+ 'proses_id' => $prosesid,
+ ]);
+ }
+
+ $filteredItemset1 = array_filter($itemset1, function ($itemset) {
+ return $itemset['keterangan'] == 'Lolos';
+ });
+
+
+ // Calculate 2-itemsets
+ foreach ($itemset1 as $item1) {
+ if ($item1['keterangan'] == 'Lolos') {
+ foreach ($itemset1 as $item2) {
+ if ($item2['keterangan'] == 'Lolos' && $item1['item'] != $item2['item']) {
+ $sortedItems = array_merge(array($item1['item']), array($item2['item']));
+ sort($sortedItems);
+ $itemSetKey = implode(',', $sortedItems);
+
+ if (!isset($itemset2[$itemSetKey])) {
+ $support = 0;
+ foreach ($transaksi as $trans) {
+ $items = array_map(function ($item) {
+ return strtolower(str_replace(' ', '', $item));
+ }, explode(',', $trans->obat));
+ if (in_array($item1['item'], $items) && in_array($item2['item'], $items)) {
+ $support++;
+ }
+ }
+
+ $supportValue = $support / $totalTransactions;
+
+ $jumlah = $support;
+
+ $itemset2[$itemSetKey] = [
+ 'item1' => $sortedItems[0],
+ 'item2' => $sortedItems[1],
+ 'support' => $supportValue,
+ 'jumlah' => $jumlah,
+ 'keterangan' => $supportValue >= $min_support_count ? 'Lolos' : 'Tidak Lolos'
+ ];
+ $itemset2Model = new Itemset2();
+ $createdItemset2 = $itemset2Model->saveItemsets([
+ 'atribut' => "{$itemSetKey}",
+ 'support' => $supportValue,
+ 'jumlah' => $jumlah,
+ 'keterangan' => $supportValue >= $min_support_count ? 'Lolos' : 'Tidak Lolos',
+ 'proses_id' => $prosesid
+ ]);
+
+ if (is_null($createdItemset2->id)) {
+ throw new Exception('Itemset2 ID is null after creation');
+ }
+
+ // $filteredItemset2 = array_filter($itemset2, function ($itemset) {
+ // return $itemset['keterangan'] == 'Lolos';
+ // });
+
+ if ($supportValue >= $min_support_count) {
+ $countA = count($itemsets[$sortedItems[0]]);
+ $countB = count($itemsets[$sortedItems[1]]);
+
+ $confidenceAB = $support / $countA;
+ $confidenceBA = $support / $countB;
+
+ $supportA2 = $countA / $totalTransactions;
+ $supportB2 = $countB / $totalTransactions;
+
+ $liftAB = $supportValue / ($supportA2 * $supportB2);
+ $liftBA = $supportValue / ($supportB2 * $supportA2);
+
+ $confidenceKeys2 = [];
+
+ $confidenceResults2[] = [
+ 'item1' => $sortedItems[0],
+ 'item2' => $sortedItems[1],
+ 'support' => $supportValue,
+ 'confidence' => "{$support} / {$countA} = {$confidenceAB}",
+ 'lift' => "{$supportValue} / {$supportA2} * {$supportB2} = {$liftAB}",
+ 'korelasi' => $liftAB > 1 ? 'Korelasi Positif' : 'Korelasi Negatif',
+ 'keterangan' => $confidenceAB > $min_confidance ? 'Lolos' : 'Tidak Lolos'
+ ];
+
+ $confidenceResults2[] = [
+ 'item1' => $sortedItems[1],
+ 'item2' => $sortedItems[0],
+ 'support' => $supportValue,
+ 'confidence' => "{$support} / {$countB} = {$confidenceBA}",
+ 'lift' => "{$supportValue} / {$supportB2} * {$supportA2} = {$liftBA}",
+ 'korelasi' => $liftBA > 1 ? 'Korelasi Positif' : 'Korelasi Negatif',
+ 'keterangan' => $confidenceBA > $min_confidance ? 'Lolos' : 'Tidak Lolos'
+ ];
+
+ $confidenceResultsitem2[] = [
+ 'item1' => $sortedItems[1],
+ 'item2' => $sortedItems[0],
+ 'support' => $supportValue,
+ 'confidence' => "{$support} / {$countB} = {$confidenceBA}",
+ 'lift' => "{$supportValue} / {$supportB2} * {$supportA2} = {$liftBA}",
+ 'korelasi' => $liftBA > 1 ? 'Korelasi Positif' : 'Korelasi Negatif',
+ 'keterangan' => $confidenceBA > $min_confidance ? 'Lolos' : 'Tidak Lolos'
+ ];
+
+ $confidenceResultsitem2[] = [
+ 'item1' => $sortedItems[0],
+ 'item2' => $sortedItems[1],
+ 'support' => $supportValue,
+ 'confidence' => "{$support} / {$countA} = {$confidenceAB}",
+ 'lift' => "{$supportValue} / {$supportA2} * {$supportB2} = {$liftAB}",
+ 'korelasi' => $liftAB > 1 ? 'Korelasi Positif' : 'Korelasi Negatif',
+ 'keterangan' => $confidenceAB > $min_confidance ? 'Lolos' : 'Tidak Lolos'
+ ];
+
+ // $filteredItemset2 = array_filter($itemset2, function ($itemset) {
+ // return $itemset['keterangan'] == 'Lolos';
+ // });
+
+ // dd($itemset2, $filteredItemset2, $confidenceResults2, $filteredItemset2);
+
+ $uniqueConfidenceResults2 = [];
+ foreach ($confidenceResults2 as $result) {
+ $key = $result['item1'];
+ if (!isset($confidenceKeys2[$key])) {
+ $confidenceKeys2[$key] = true;
+ $uniqueConfidenceResults2[] = $result;
+ }
+ }
+
+ foreach ($uniqueConfidenceResults2 as $confidence2Result) {
+ $confidence = new Confidence();
+ $confidence->items = "{$confidence2Result['item1']},{$confidence2Result['item2']}";
+ $confidence->confidence = $confidence2Result['confidence'];
+ $confidence->lift_ratio = $confidence2Result['lift'];
+ $confidence->itemset = '2-item';
+ $confidence->proses_id = $prosesid;
+ $confidence->keterangan = $confidence2Result['keterangan'];
+ $confidence->korelasi = $confidence2Result['korelasi'];
+ $confidence->save();
+ }
+
+ $confidenceResults2 = [];
+ }
+ }
+ }
+ }
+ }
+ }
+
+ // Calculate 3-itemsets (using filtered itemset2 for efficiency)
+ $filteredItemset2 = array_filter($itemset2, function ($itemset) {
+ return $itemset['keterangan'] == 'Lolos';
+ });
+ $filteredConfidenceItemset2 = array_filter($confidenceResultsitem2, function ($itemset) {
+ return $itemset['keterangan'] == 'Lolos';
+ });
+
+ foreach ($filteredItemset2 as $itemset2Key => $itemset2Value) {
+ $items2 = explode(',', $itemset2Key);
+ foreach ($itemset1 as $item1) {
+ if ($item1['keterangan'] == 'Lolos' && !in_array($item1['item'], $items2)) {
+ $sortedItems = array_merge($items2, array($item1['item']));
+ sort($sortedItems);
+ $itemSetKey = implode(',', $sortedItems);
+ if (!isset($itemset3[$itemSetKey])) {
+ $support = 0;
+
+ foreach ($transaksi as $trans) {
+ $items = array_map(function ($item) {
+ return strtolower(str_replace(' ', '', $item));
+ }, explode(',', $trans->obat));
+ if (in_array($sortedItems[0], $items) && in_array($sortedItems[1], $items) && in_array($sortedItems[2], $items)) {
+ $support++;
+ }
+ }
+
+ $supportValue = $support / $totalTransactions;
+ $jumlah = $support;
+
+ $itemset3[$itemSetKey] = [
+ 'item1' => $sortedItems[0],
+ 'item2' => $sortedItems[1],
+ 'item3' => $sortedItems[2],
+ 'support' => $supportValue,
+ 'jumlah' => $jumlah,
+ 'keterangan' => $supportValue >= $min_support_count ? 'Lolos' : 'Tidak Lolos',
+ ];
+ $itemset3Model = new Itemset3();
+ $createdItemset3 = $itemset3Model->saveItemsets([
+ 'atribut' => "{$itemSetKey}",
+ 'support' => $supportValue,
+ 'jumlah' => $jumlah,
+ 'keterangan' => $supportValue >= $min_support_count ? 'Lolos' : 'Tidak Lolos',
+ 'proses_id' => $prosesid
+ ]);
+
+ if ($supportValue >= $min_support_count) {
+
+ // Convert Eloquent collection to array
+ $transaksiArray = $transaksi->toArray();
+
+ // Calculate total counts for confidence
+ $totalAB = $totalBC = $totalAC = 0;
+
+ foreach ($transaksiArray as $trans) {
+ $items = array_map(function ($item) {
+ return strtolower(str_replace(' ', '', $item));
+ }, explode(',', $trans['obat']));
+ if (in_array($sortedItems[0], $items) && in_array($sortedItems[1], $items)) {
+ $totalAB++;
+ }
+ if (in_array($sortedItems[1], $items) && in_array($sortedItems[2], $items)) {
+ $totalBC++;
+ }
+ if (in_array($sortedItems[0], $items) && in_array($sortedItems[2], $items)) {
+ $totalAC++;
+ }
+ }
+
+ // Calculate support for individual pairs
+ $supportAB = $totalAB / $totalTransactions;
+ $supportBC = $totalBC / $totalTransactions;
+ $supportAC = $totalAC / $totalTransactions;
+
+ // Calculate confidence
+ $confidenceAB_C = ($totalAB != 0) ? $support / $totalAB : 0;
+ $confidenceBC_A = ($totalBC != 0) ? $support / $totalBC : 0;
+ $confidenceAC_B = ($totalAC != 0) ? $support / $totalAC : 0;
+
+ // Calculate lift
+ $supportA = count(array_filter($transaksiArray, function ($trans) use ($sortedItems) {
+ $items = array_map(function ($item) {
+ return strtolower(str_replace(' ', '', $item));
+ }, explode(',', $trans['obat']));
+ return in_array($sortedItems[0], $items);
+ })) / $totalTransactions;
+
+ $supportB = count(array_filter($transaksiArray, function ($trans) use ($sortedItems) {
+ $items = array_map(function ($item) {
+ return strtolower(str_replace(' ', '', $item));
+ }, explode(',', $trans['obat']));
+ return in_array($sortedItems[1], $items);
+ })) / $totalTransactions;
+
+ $supportC = count(array_filter($transaksiArray, function ($trans) use ($sortedItems) {
+ $items = array_map(function ($item) {
+ return strtolower(str_replace(' ', '', $item));
+ }, explode(',', $trans['obat']));
+ return in_array($sortedItems[2], $items);
+ })) / $totalTransactions;
+
+ $liftAB_C = ($supportAB != 0 && $supportC != 0) ? $supportValue / ($supportAB * $supportC) : 0;
+ $liftBC_A = ($supportBC != 0 && $supportA != 0) ? $supportValue / ($supportBC * $supportA) : 0;
+ $liftAC_B = ($supportAC != 0 && $supportB != 0) ? $supportValue / ($supportAC * $supportB) : 0;
+
+ // Create unique key for each confidence result
+ $confidenceKeys = [];
+
+ $confidenceResults3[] = [
+ 'items' => "{$sortedItems[0]}, {$sortedItems[1]} -> {$sortedItems[2]}",
+ 'confidence' => "{$support} / {$totalAB} = {$confidenceAB_C}",
+ 'lift' => "{$supportValue} / ({$supportAB} * {$supportC}) = {$liftAB_C}",
+ 'korelasi' => $liftAB_C > 1 ? 'Korelasi Positif' : 'Korelasi Negatif',
+ 'keterangan' => $confidenceAB_C > $min_confidance ? 'Lolos' : 'Tidak Lolos'
+ ];
+
+ $confidenceResults3[] = [
+ 'items' => "{$sortedItems[1]}, {$sortedItems[2]} -> {$sortedItems[0]}",
+ 'confidence' => "{$support} / {$totalBC} = {$confidenceBC_A}",
+ 'lift' => "{$supportValue} / ({$supportBC} * {$supportA}) = {$liftBC_A}",
+ 'korelasi' => $liftBC_A > 1 ? 'Korelasi Positif' : 'Korelasi Negatif',
+ 'keterangan' => $confidenceBC_A > $min_confidance ? 'Lolos' : 'Tidak Lolos'
+ ];
+
+ $confidenceResults3[] = [
+ 'items' => "{$sortedItems[0]}, {$sortedItems[2]} -> {$sortedItems[1]}",
+ 'confidence' => "{$support} / {$totalAC} = {$confidenceAC_B}",
+ 'lift' => "{$supportValue} / ({$supportAC} * {$supportB}) = {$liftAC_B}",
+ 'korelasi' => $liftAC_B > 1 ? 'Korelasi Positif' : 'Korelasi Negatif',
+ 'keterangan' => $confidenceAC_B > $min_confidance ? 'Lolos' : 'Tidak Lolos'
+ ];
+
+ $confidenceResults3[] = [
+ 'items' => "{$sortedItems[0]} -> {$sortedItems[1]}, {$sortedItems[2]}",
+ 'confidence' => count($itemsets[$sortedItems[0]]) != 0 ? $support / count($itemsets[$sortedItems[0]]) : 0,
+ 'lift' => "{$supportValue} / ({$supportA} * {$supportBC})",
+ 'korelasi' => ($supportA != 0 && $supportBC != 0) ? ($supportValue / ($supportA * $supportBC)) > 1 ? 'Korelasi Positif' : 'Korelasi Negatif' : 'Tidak Diketahui',
+ 'keterangan' => (count($itemsets[$sortedItems[0]]) != 0 ? ($support / count($itemsets[$sortedItems[0]])) : 0) > $min_confidance ? 'Lolos' : 'Tidak Lolos'
+ ];
+
+ $confidenceResults3[] = [
+ 'items' => "{$sortedItems[1]} -> {$sortedItems[0]}, {$sortedItems[2]}",
+ 'confidence' => count($itemsets[$sortedItems[1]]) != 0 ? $support / count($itemsets[$sortedItems[1]]) : 0,
+ 'lift' => "{$supportValue} / ({$supportB} * {$supportAC})",
+ 'korelasi' => ($supportB != 0 && $supportAC != 0) ? ($supportValue / ($supportB * $supportAC)) > 1 ? 'Korelasi Positif' : 'Korelasi Negatif' : 'Tidak Diketahui',
+ 'keterangan' => (count($itemsets[$sortedItems[1]]) != 0 ? ($support / count($itemsets[$sortedItems[1]])) : 0) > $min_confidance ? 'Lolos' : 'Tidak Lolos'
+ ];
+
+ $confidenceResults3[] = [
+ 'items' => "{$sortedItems[2]} -> {$sortedItems[0]}, {$sortedItems[1]}",
+ 'confidence' => count($itemsets[$sortedItems[2]]) != 0 ? $support / count($itemsets[$sortedItems[2]]) : 0,
+ 'lift' => "{$supportValue} / ({$supportC} * {$supportAB})",
+ 'korelasi' => ($supportC != 0 && $supportAB != 0) ? ($supportValue / ($supportC * $supportAB)) > 1 ? 'Korelasi Positif' : 'Korelasi Negatif' : 'Tidak Diketahui',
+ 'keterangan' => (count($itemsets[$sortedItems[2]]) != 0 ? ($support / count($itemsets[$sortedItems[2]])) : 0) > $min_confidance ? 'Lolos' : 'Tidak Lolos'
+ ];
+
+ $confidenceResultsitem3[] = [
+ 'items' => "{$sortedItems[0]}, {$sortedItems[1]} -> {$sortedItems[2]}",
+ 'confidence' => "{$support} / {$totalAB} = {$confidenceAB_C}",
+ 'lift' => "{$supportValue} / ({$supportAB} * {$supportC}) = {$liftAB_C}",
+ 'korelasi' => $liftAB_C > 1 ? 'Korelasi Positif' : 'Korelasi Negatif',
+ 'keterangan' => $confidenceAB_C > $min_confidance ? 'Lolos' : 'Tidak Lolos'
+ ];
+
+ $confidenceResultsitem3[] = [
+ 'items' => "{$sortedItems[1]}, {$sortedItems[2]} -> {$sortedItems[0]}",
+ 'confidence' => "{$support} / {$totalBC} = {$confidenceBC_A}",
+ 'lift' => "{$supportValue} / ({$supportBC} * {$supportA}) = {$liftBC_A}",
+ 'korelasi' => $liftBC_A > 1 ? 'Korelasi Positif' : 'Korelasi Negatif',
+ 'keterangan' => $confidenceBC_A > $min_confidance ? 'Lolos' : 'Tidak Lolos'
+ ];
+
+ $confidenceResultsitem3[] = [
+ 'items' => "{$sortedItems[0]}, {$sortedItems[2]} -> {$sortedItems[1]}",
+ 'confidence' => "{$support} / {$totalAC} = {$confidenceAC_B}",
+ 'lift' => "{$supportValue} / ({$supportAC} * {$supportB}) = {$liftAC_B}",
+ 'korelasi' => $liftAC_B > 1 ? 'Korelasi Positif' : 'Korelasi Negatif',
+ 'keterangan' => $confidenceAC_B > $min_confidance ? 'Lolos' : 'Tidak Lolos'
+ ];
+
+ $confidenceResultsitem3[] = [
+ 'items' => "{$sortedItems[0]} -> {$sortedItems[1]}, {$sortedItems[2]}",
+ 'confidence' => count($itemsets[$sortedItems[0]]) != 0 ? $support / count($itemsets[$sortedItems[0]]) : 0,
+ 'lift' => "{$supportValue} / ({$supportA} * {$supportBC})",
+ 'korelasi' => ($supportA != 0 && $supportBC != 0) ? ($supportValue / ($supportA * $supportBC)) > 1 ? 'Korelasi Positif' : 'Korelasi Negatif' : 'Tidak Diketahui',
+ 'keterangan' => (count($itemsets[$sortedItems[0]]) != 0 ? ($support / count($itemsets[$sortedItems[0]])) : 0) > $min_confidance ? 'Lolos' : 'Tidak Lolos'
+ ];
+
+ $confidenceResultsitem3[] = [
+ 'items' => "{$sortedItems[1]} -> {$sortedItems[0]}, {$sortedItems[2]}",
+ 'confidence' => count($itemsets[$sortedItems[1]]) != 0 ? $support / count($itemsets[$sortedItems[1]]) : 0,
+ 'lift' => "{$supportValue} / ({$supportB} * {$supportAC})",
+ 'korelasi' => ($supportB != 0 && $supportAC != 0) ? ($supportValue / ($supportB * $supportAC)) > 1 ? 'Korelasi Positif' : 'Korelasi Negatif' : 'Tidak Diketahui',
+ 'keterangan' => (count($itemsets[$sortedItems[1]]) != 0 ? ($support / count($itemsets[$sortedItems[1]])) : 0) > $min_confidance ? 'Lolos' : 'Tidak Lolos'
+ ];
+
+ $confidenceResultsitem3[] = [
+ 'items' => "{$sortedItems[2]} -> {$sortedItems[0]}, {$sortedItems[1]}",
+ 'confidence' => count($itemsets[$sortedItems[2]]) != 0 ? $support / count($itemsets[$sortedItems[2]]) : 0,
+ 'lift' => "{$supportValue} / ({$supportC} * {$supportAB})",
+ 'korelasi' => ($supportC != 0 && $supportAB != 0) ? ($supportValue / ($supportC * $supportAB)) > 1 ? 'Korelasi Positif' : 'Korelasi Negatif' : 'Tidak Diketahui',
+ 'keterangan' => (count($itemsets[$sortedItems[2]]) != 0 ? ($support / count($itemsets[$sortedItems[2]])) : 0) > $min_confidance ? 'Lolos' : 'Tidak Lolos'
+ ];
+
+ // Filter duplicate data from confidenceResults3
+ $uniqueConfidenceResults3 = [];
+ foreach ($confidenceResults3 as $result) {
+ $key = $result['items'];
+ if (!isset($confidenceKeys[$key])) {
+ $confidenceKeys[$key] = true;
+ $uniqueConfidenceResults3[] = $result;
+ }
+ }
+
+ foreach ($uniqueConfidenceResults3 as $confidenceResult) {
+ $confidence = new Confidence();
+ $confidence->items = $confidenceResult['items'];
+ $confidence->confidence = $confidenceResult['confidence'];
+ $confidence->lift_ratio = $confidenceResult['lift'];
+ $confidence->keterangan = $confidenceResult['keterangan'];
+ $confidence->itemset = '3-item';
+ $confidence->proses_id = $prosesid;
+ $confidence->korelasi = $confidenceResult['korelasi'];
+ $confidence->save();
+ }
+
+ // Kosongkan array confidenceResults3 setelah disimpan untuk menghindari duplikasi
+ $confidenceResults3 = [];
+ }
+ }
+ }
+ }
+ }
+
+ $filteredItemset3 = array_filter($itemset3, function ($item) {
+ return $item['keterangan'] == 'Lolos';
+ });
+ $filteredConfidenceItemset3 = array_filter($confidenceResultsitem3, function ($itemset) {
+ return $itemset['keterangan'] == 'Lolos';
+ });
+
+ dd($totalTransactions, $itemset1, $filteredItemset1, $itemset2, $filteredItemset2, $itemset3, $filteredItemset3, $filteredConfidenceItemset2, $confidenceResultsitem3, $filteredConfidenceItemset3);
+ dd($confidenceResults2, $confidenceResults3);
+ return [$itemset1, $itemset2, $itemset3];
+ }
+}
diff --git a/app/Http/Controllers/Controller.php b/app/Http/Controllers/Controller.php
new file mode 100644
index 0000000..8677cd5
--- /dev/null
+++ b/app/Http/Controllers/Controller.php
@@ -0,0 +1,8 @@
+get();
+ $count = Proses::count();
+ return view('layouts.pages.hasil', compact('proses', 'count'));
+ }
+
+ public function show($id)
+ {
+ $proses = Proses::findOrFail($id);
+ $itemset2 =
+ Confidence::where('itemset', '2-item')->where('proses_id', $id)->get();
+ $itemset3 =
+ Confidence::where('itemset', '3-item')->where('proses_id', $id)->get();
+
+ return view('layouts.pages.detail', compact('proses', 'itemset2', 'itemset3'));
+ }
+
+ public function generatePDF($id)
+ {
+ $proses = Proses::findOrFail($id);
+ $itemset2 =
+ Confidence::where('itemset', '2-item')->where('proses_id', $id)->get();
+ $itemset3 =
+ Confidence::where('itemset', '3-item')->where('proses_id', $id)->get();
+ $rules =
+ Confidence::where('proses_id', $id)->where('keterangan', 'Lolos')->get();
+
+ $pdf = Pdf::loadView('layouts.pages.pdf', compact('proses', 'itemset2', 'itemset3', 'rules'));
+
+ $timestamp = Carbon::now()->format('Ymd_His');
+ $fileName = 'eclat_' . $timestamp . '.pdf';
+
+ return $pdf->download($fileName);
+ }
+ public function exportExcel($id)
+ {
+ $timestamp = Carbon::now()->format('Ymd_His');
+ $fileName = 'eclat_' . $timestamp . '.xlsx';
+
+ return Excel::download(new ProsesExport($id), $fileName);
+ }
+}
diff --git a/app/Http/Controllers/LoginController.php b/app/Http/Controllers/LoginController.php
new file mode 100644
index 0000000..2d17f96
--- /dev/null
+++ b/app/Http/Controllers/LoginController.php
@@ -0,0 +1,43 @@
+all(), [
+ 'email' => 'required|email',
+ 'password' => 'required'
+ ])->validate();
+
+ if (!Auth::attempt($request->only('email', 'password'), $request->boolean('remember'))) {
+ throw ValidationException::withMessages([
+ 'email' => trans('auth.failed')
+ ]);
+ }
+
+ $request->session()->regenerate();
+
+ return redirect()->route('dashboard')->with('message', 'Berhasil Login');
+ }
+
+ public function logout(Request $request)
+ {
+ Auth::guard('web')->logout();
+
+ $request->session()->invalidate();
+
+ return redirect('/');
+ }
+}
diff --git a/app/Http/Controllers/ProsesController.php b/app/Http/Controllers/ProsesController.php
new file mode 100644
index 0000000..e504f7c
--- /dev/null
+++ b/app/Http/Controllers/ProsesController.php
@@ -0,0 +1,39 @@
+input('tanggal_dari');
+ $tanggal_sampai = $request->input('tanggal_sampai');
+ $min_support = $request->input('min_support');
+ $min_confidance = $request->input('min_confidance');
+
+ $proses = Proses::create([
+ 'start' => $tanggal_dari,
+ 'end' => $tanggal_sampai,
+ 'min_support' => $min_support,
+ 'min_confidence' => $min_confidance,
+ ]);
+
+ $transaksi = Transaksi::whereBetween('tanggal', [$tanggal_dari, $tanggal_sampai])->get();
+ $totalTransactions = $transaksi->count();
+
+ ProcessEclatJob::dispatch($proses, $transaksi, $min_support, $min_confidance, $totalTransactions);
+
+ return redirect()->back()->with('message', 'Silahkan tunggu data sedang diproses di latar belakang');
+ }
+}
diff --git a/app/Http/Controllers/TransaksiController.php b/app/Http/Controllers/TransaksiController.php
new file mode 100644
index 0000000..0a7a3a0
--- /dev/null
+++ b/app/Http/Controllers/TransaksiController.php
@@ -0,0 +1,68 @@
+get();
+ $transaksiCount = Transaksi::count();
+ return view('layouts.pages.transaksi', compact('transaksi', 'transaksiCount'));
+ }
+
+ public function store(Request $request)
+ {
+ $request->validate([
+ 'tanggal' => 'required|date',
+ 'obat' => 'required',
+ ]);
+
+ $transaksi = Transaksi::create([
+ 'tanggal' => $request->tanggal,
+ 'obat' => $request->obat,
+ ]);
+
+ return redirect()->route('transaksi')->with('message', 'Transaksi berhasil disimpan.');
+ }
+
+ public function update(Request $request, $id)
+ {
+ $request->validate([
+ 'tanggal' => 'required|date',
+ 'obat' => 'required',
+ ]);
+
+ $transaksi = Transaksi::findOrFail($id);
+ $transaksi->update([
+ 'tanggal' => $request->tanggal,
+ 'obat' => $request->obat,
+ ]);
+
+ return redirect()->route('transaksi')->with('message', 'Transaksi berhasil diperbarui.');
+ }
+
+ public function delete($id)
+ {
+ $transaksi = Transaksi::findOrFail($id);
+ $transaksi->delete();
+ return redirect()->route('transaksi')->with('message', 'Data berhasil dihapus.');
+ }
+
+ public function import(Request $request)
+ {
+ $request->validate([
+ 'file' => 'required|mimes:xls,xlsx'
+ ]);
+
+ Excel::import(new TransaksiImport, $request->file('file'));
+
+ return redirect()->back()->with('success', 'Data berhasil diimport');
+ }
+}
diff --git a/app/Http/Middleware/isAuth.php b/app/Http/Middleware/isAuth.php
new file mode 100644
index 0000000..1ed8274
--- /dev/null
+++ b/app/Http/Middleware/isAuth.php
@@ -0,0 +1,25 @@
+with('message', 'harus login dulu ngab');
+ }
+ }
+}
diff --git a/app/Http/Middleware/isNoAuth.php b/app/Http/Middleware/isNoAuth.php
new file mode 100644
index 0000000..38d103a
--- /dev/null
+++ b/app/Http/Middleware/isNoAuth.php
@@ -0,0 +1,25 @@
+with('message', 'anda sudah login');
+ } else {
+ return $next($request);
+ }
+ }
+}
diff --git a/app/Imports/TransaksiImport.php b/app/Imports/TransaksiImport.php
new file mode 100644
index 0000000..155ba83
--- /dev/null
+++ b/app/Imports/TransaksiImport.php
@@ -0,0 +1,25 @@
+ Date::excelToDateTimeObject($row['tanggal'])->format('Y-m-d'),
+ 'obat' => $row['obat'],
+ ]);
+ }
+}
diff --git a/app/Jobs/ProcessEclatJob.php b/app/Jobs/ProcessEclatJob.php
new file mode 100644
index 0000000..727365e
--- /dev/null
+++ b/app/Jobs/ProcessEclatJob.php
@@ -0,0 +1,242 @@
+proses = $proses;
+ $this->transaksi = $transaksi;
+ $this->min_support = $min_support;
+ $this->min_confidance = $min_confidance;
+ $this->totalTransactions = $totalTransactions;
+ }
+
+ /**
+ * Execute the job.
+ */
+ public function handle(): void
+ {
+ try {
+ Log::info('Memulai eksekusi job ProcessEclatJob...');
+ $itemsets = $this->generateItemsets($this->transaksi);
+ list($itemset1, $itemset2, $itemset3, $confidenceResults) = $this->calculateEclat($itemsets, $this->min_support, $this->min_confidance, $this->totalTransactions);
+
+ // Store results in the database
+ $this->storeItemset1($itemset1);
+ $this->storeItemset2($itemset2, $confidenceResults);
+ $this->storeItemset3($itemset3, $confidenceResults);
+
+ Log::info('Selesai eksekusi job ProcessEclatJob.');
+ } catch (\Exception $e) {
+ Log::error('Error saat mengeksekusi job ProcessEclatJob: ' . $e->getMessage());
+ throw $e; // Anda dapat melemparkan kembali pengecualian untuk memunculkan peringatan atau penanganan lebih lanjut
+ }
+ }
+
+ private function generateItemsets($transaksi)
+ {
+ $itemsets = [];
+
+ foreach ($transaksi as $trans) {
+ $items = explode(', ', $trans->obat);
+ foreach ($items as $item) {
+ if (!isset($itemsets[$item])) {
+ $itemsets[$item] = [];
+ }
+ $itemsets[$item][] = $trans->id;
+ }
+ }
+
+ return $itemsets;
+ }
+
+ private function calculateEclat($itemsets, $min_support, $min_confidance, $totalTransactions)
+ {
+ $min_support_count = $min_support * $totalTransactions;
+ $itemset1 = [];
+ $itemset2 = [];
+ $itemset3 = [];
+ $confidenceResults = [];
+
+ foreach ($itemsets as $item => $transactions) {
+ $support = count($transactions);
+ $supportValue = $support / $totalTransactions;
+ $itemset1[] = [
+ 'item' => $item,
+ 'support' => $supportValue,
+ 'keterangan' => $supportValue >= $min_support ? 'Lolos' : 'Tidak Lolos'
+ ];
+ }
+
+ $items = array_keys($itemsets);
+ for ($i = 0; $i < count($items); $i++) {
+ for ($j = $i + 1; $j < count($items); $j++) {
+ $itemA = $items[$i];
+ $itemB = $items[$j];
+ $transactionsA = $itemsets[$itemA];
+ $transactionsB = $itemsets[$itemB];
+ $commonTransactions = array_intersect($transactionsA, $transactionsB);
+ $support = count($commonTransactions);
+ $supportValue = $support / $totalTransactions;
+
+ $confidence = $support / count($transactionsA);
+ $liftRatio = $supportValue / ((count($transactionsA) / $totalTransactions) * (count($transactionsB) / $totalTransactions));
+ $keterangan = ($supportValue >= $min_support && $confidence >= $min_confidance) ? 'Lolos' : 'Tidak Lolos';
+
+ $itemset2[] = [
+ 'items' => "$itemA, $itemB",
+ 'support_xUy' => $supportValue,
+ 'support' => $supportValue,
+ 'confidence' => $confidence,
+ 'lift_ratio' => $liftRatio,
+ 'keterangan' => $keterangan
+ ];
+
+ if ($supportValue >= $min_support) {
+ if ($confidence >= $min_confidance) {
+ $confidenceResults[] = [
+ 'itemset' => "$itemA, $itemB",
+ 'support_xUy' => $supportValue,
+ 'support_x' => count($transactionsA) / $totalTransactions,
+ 'confidence' => $confidence,
+ 'lift_ratio' => $liftRatio,
+ 'korelasi' => $liftRatio > 1 ? 'Positif' : 'Negatif'
+ ];
+ }
+ }
+ }
+ }
+
+ for ($i = 0; $i < count($items); $i++) {
+ for ($j = $i + 1; $j < count($items); $j++) {
+ for ($k = $j + 1; $k < count($items); $k++) {
+ $itemA = $items[$i];
+ $itemB = $items[$j];
+ $itemC = $items[$k];
+ $transactionsA = $itemsets[$itemA];
+ $transactionsB = $itemsets[$itemB];
+ $transactionsC = $itemsets[$itemC];
+ $commonTransactions = array_intersect($transactionsA, $transactionsB, $transactionsC);
+ $support = count($commonTransactions);
+ $supportValue = $support / $totalTransactions;
+
+ $confidence = $support / count($transactionsA);
+ $liftRatio = $supportValue / ((count($transactionsA) / $totalTransactions) * (count($transactionsB) / $totalTransactions) * (count($transactionsC) / $totalTransactions));
+ $keterangan = ($supportValue >= $min_support && $confidence >= $min_confidance) ? 'Lolos' : 'Tidak Lolos';
+
+ $itemset3[] = [
+ 'items' => "$itemA, $itemB, $itemC",
+ 'support_xUy' => $supportValue,
+ 'support' => $supportValue,
+ 'confidence' => $confidence,
+ 'lift_ratio' => $liftRatio,
+ 'keterangan' => $keterangan
+ ];
+
+ if ($supportValue >= $min_support) {
+ if ($confidence >= $min_confidance) {
+ $confidenceResults[] = [
+ 'itemset' => "$itemA, $itemB, $itemC",
+ 'support_xUy' => $supportValue,
+ 'support_x' => count($transactionsA) / $totalTransactions,
+ 'confidence' => $confidence,
+ 'lift_ratio' => $liftRatio,
+ 'korelasi' => $liftRatio > 1 ? 'Positif' : 'Negatif'
+ ];
+ }
+ }
+ }
+ }
+ }
+
+ return [$itemset1, $itemset2, $itemset3, $confidenceResults];
+ }
+ private function storeItemset1($itemset1)
+ {
+ foreach ($itemset1 as $item) {
+ Itemset1::create([
+ 'atribut' => $item['item'],
+ 'support' => $item['support'],
+ 'keterangan' => $item['keterangan'],
+ 'proses_id' => $this->proses->id,
+ ]);
+ }
+ }
+
+ private function storeItemset2($itemset2, $confidenceResults)
+ {
+ foreach ($itemset2 as $item) {
+ $itemset2Record = Itemset2::create([
+ 'atribut' => $item['items'],
+ 'support' => $item['support'],
+ 'keterangan' => $item['keterangan'],
+ 'proses_id' => $this->proses->id,
+ ]);
+
+ foreach ($confidenceResults as $confidence) {
+ if ($confidence['itemset'] === $item['items']) {
+ Confidence::create([
+ 'items' => $item['items'],
+ 'support_xUy' => $confidence['support_xUy'],
+ 'support_x' => $confidence['support_x'],
+ 'confidence' => $confidence['confidence'],
+ 'lift_ratio' => $confidence['lift_ratio'],
+ 'korelasi' => $confidence['korelasi'],
+ 'itemset2_id' => $itemset2Record->id,
+ ]);
+ }
+ }
+ }
+ }
+
+ private function storeItemset3($itemset3, $confidenceResults)
+ {
+ foreach ($itemset3 as $item) {
+ $itemset3Record = Itemset3::create([
+ 'atribut' => $item['items'],
+ 'support' => $item['support'],
+ 'keterangan' => $item['keterangan'],
+ 'proses_id' => $this->proses->id,
+ ]);
+
+ foreach ($confidenceResults as $confidence) {
+ if ($confidence['itemset'] === $item['items']) {
+ Confidence::create([
+ 'items' => $item['items'],
+ 'support_xUy' => $confidence['support_xUy'],
+ 'support_x' => $confidence['support_x'],
+ 'confidence' => $confidence['confidence'],
+ 'lift_ratio' => $confidence['lift_ratio'],
+ 'korelasi' => $confidence['korelasi'],
+ 'itemset3_id' => $itemset3Record->id,
+ ]);
+ }
+ }
+ }
+ }
+}
diff --git a/app/Models/Confidence.php b/app/Models/Confidence.php
new file mode 100644
index 0000000..acf254f
--- /dev/null
+++ b/app/Models/Confidence.php
@@ -0,0 +1,40 @@
+belongsTo(Itemset2::class, 'itemset2_id');
+ }
+
+ public function itemset3()
+ {
+ return $this->belongsTo(Itemset3::class, 'itemset3_id');
+ }
+
+ public function proses()
+ {
+ return $this->belongsTo(Proses::class, 'proses_id');
+ }
+}
diff --git a/app/Models/Itemset1.php b/app/Models/Itemset1.php
new file mode 100644
index 0000000..0ccd6b1
--- /dev/null
+++ b/app/Models/Itemset1.php
@@ -0,0 +1,30 @@
+belongsTo(Proses::class);
+ }
+
+ public function saveItemsets($itemset1Data)
+ {
+ Itemset1::insert($itemset1Data);
+ }
+}
diff --git a/app/Models/Itemset2.php b/app/Models/Itemset2.php
new file mode 100644
index 0000000..e1f5876
--- /dev/null
+++ b/app/Models/Itemset2.php
@@ -0,0 +1,36 @@
+belongsTo(Proses::class);
+ }
+
+ public function confidences()
+ {
+ return $this->hasMany(Confidence::class);
+ }
+
+ public function saveItemsets($itemset)
+ {
+ return Itemset2::create($itemset);
+ }
+}
diff --git a/app/Models/Itemset3.php b/app/Models/Itemset3.php
new file mode 100644
index 0000000..bb4cdc7
--- /dev/null
+++ b/app/Models/Itemset3.php
@@ -0,0 +1,36 @@
+belongsTo(Proses::class);
+ }
+
+ public function confidences()
+ {
+ return $this->hasMany(Confidence::class);
+ }
+
+ public function saveItemsets($itemset)
+ {
+ return Itemset3::create($itemset);
+ }
+}
diff --git a/app/Models/Proses.php b/app/Models/Proses.php
new file mode 100644
index 0000000..532b20b
--- /dev/null
+++ b/app/Models/Proses.php
@@ -0,0 +1,39 @@
+hasMany(Itemset1::class);
+ }
+
+ public function itemset2()
+ {
+ return $this->hasMany(Itemset2::class);
+ }
+
+ public function itemset3()
+ {
+ return $this->hasMany(Itemset3::class);
+ }
+ public function confidences()
+ {
+ return $this->hasMany(Confidence::class);
+ }
+}
diff --git a/app/Models/Transaksi.php b/app/Models/Transaksi.php
new file mode 100644
index 0000000..4cfe876
--- /dev/null
+++ b/app/Models/Transaksi.php
@@ -0,0 +1,18 @@
+
+ */
+ protected $fillable = [
+ 'name',
+ 'email',
+ 'password',
+ ];
+
+ /**
+ * The attributes that should be hidden for serialization.
+ *
+ * @var array
+ */
+ protected $hidden = [
+ 'password',
+ 'remember_token',
+ ];
+
+ /**
+ * Get the attributes that should be cast.
+ *
+ * @return array
+ */
+ protected function casts(): array
+ {
+ return [
+ 'email_verified_at' => 'datetime',
+ 'password' => 'hashed',
+ ];
+ }
+}
diff --git a/app/Providers/AppServiceProvider.php b/app/Providers/AppServiceProvider.php
new file mode 100644
index 0000000..452e6b6
--- /dev/null
+++ b/app/Providers/AppServiceProvider.php
@@ -0,0 +1,24 @@
+handleCommand(new ArgvInput);
+
+exit($status);
diff --git a/bootstrap/app.php b/bootstrap/app.php
new file mode 100644
index 0000000..7b162da
--- /dev/null
+++ b/bootstrap/app.php
@@ -0,0 +1,18 @@
+withRouting(
+ web: __DIR__.'/../routes/web.php',
+ commands: __DIR__.'/../routes/console.php',
+ health: '/up',
+ )
+ ->withMiddleware(function (Middleware $middleware) {
+ //
+ })
+ ->withExceptions(function (Exceptions $exceptions) {
+ //
+ })->create();
diff --git a/bootstrap/cache/.gitignore b/bootstrap/cache/.gitignore
new file mode 100644
index 0000000..d6b7ef3
--- /dev/null
+++ b/bootstrap/cache/.gitignore
@@ -0,0 +1,2 @@
+*
+!.gitignore
diff --git a/bootstrap/providers.php b/bootstrap/providers.php
new file mode 100644
index 0000000..38b258d
--- /dev/null
+++ b/bootstrap/providers.php
@@ -0,0 +1,5 @@
+=5.0.0"
+ },
+ "require-dev": {
+ "doctrine/dbal": "^4.0.0",
+ "nesbot/carbon": "^2.71.0 || ^3.0.0",
+ "phpunit/phpunit": "^10.3"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "Carbon\\Doctrine\\": "src/Carbon/Doctrine/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "KyleKatarn",
+ "email": "kylekatarnls@gmail.com"
+ }
+ ],
+ "description": "Types to use Carbon in Doctrine",
+ "keywords": [
+ "carbon",
+ "date",
+ "datetime",
+ "doctrine",
+ "time"
+ ],
+ "support": {
+ "issues": "https://github.com/CarbonPHP/carbon-doctrine-types/issues",
+ "source": "https://github.com/CarbonPHP/carbon-doctrine-types/tree/3.2.0"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/kylekatarnls",
+ "type": "github"
+ },
+ {
+ "url": "https://opencollective.com/Carbon",
+ "type": "open_collective"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/nesbot/carbon",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2024-02-09T16:56:22+00:00"
+ },
+ {
+ "name": "composer/semver",
+ "version": "3.4.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/composer/semver.git",
+ "reference": "35e8d0af4486141bc745f23a29cc2091eb624a32"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/composer/semver/zipball/35e8d0af4486141bc745f23a29cc2091eb624a32",
+ "reference": "35e8d0af4486141bc745f23a29cc2091eb624a32",
+ "shasum": ""
+ },
+ "require": {
+ "php": "^5.3.2 || ^7.0 || ^8.0"
+ },
+ "require-dev": {
+ "phpstan/phpstan": "^1.4",
+ "symfony/phpunit-bridge": "^4.2 || ^5"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-main": "3.x-dev"
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "Composer\\Semver\\": "src"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Nils Adermann",
+ "email": "naderman@naderman.de",
+ "homepage": "http://www.naderman.de"
+ },
+ {
+ "name": "Jordi Boggiano",
+ "email": "j.boggiano@seld.be",
+ "homepage": "http://seld.be"
+ },
+ {
+ "name": "Rob Bast",
+ "email": "rob.bast@gmail.com",
+ "homepage": "http://robbast.nl"
+ }
+ ],
+ "description": "Semver library that offers utilities, version constraint parsing and validation.",
+ "keywords": [
+ "semantic",
+ "semver",
+ "validation",
+ "versioning"
+ ],
+ "support": {
+ "irc": "ircs://irc.libera.chat:6697/composer",
+ "issues": "https://github.com/composer/semver/issues",
+ "source": "https://github.com/composer/semver/tree/3.4.0"
+ },
+ "funding": [
+ {
+ "url": "https://packagist.com",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/composer",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/composer/composer",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2023-08-31T09:50:34+00:00"
+ },
+ {
+ "name": "dflydev/dot-access-data",
+ "version": "v3.0.2",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/dflydev/dflydev-dot-access-data.git",
+ "reference": "f41715465d65213d644d3141a6a93081be5d3549"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/dflydev/dflydev-dot-access-data/zipball/f41715465d65213d644d3141a6a93081be5d3549",
+ "reference": "f41715465d65213d644d3141a6a93081be5d3549",
+ "shasum": ""
+ },
+ "require": {
+ "php": "^7.1 || ^8.0"
+ },
+ "require-dev": {
+ "phpstan/phpstan": "^0.12.42",
+ "phpunit/phpunit": "^7.5 || ^8.5 || ^9.3",
+ "scrutinizer/ocular": "1.6.0",
+ "squizlabs/php_codesniffer": "^3.5",
+ "vimeo/psalm": "^4.0.0"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-main": "3.x-dev"
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "Dflydev\\DotAccessData\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Dragonfly Development Inc.",
+ "email": "info@dflydev.com",
+ "homepage": "http://dflydev.com"
+ },
+ {
+ "name": "Beau Simensen",
+ "email": "beau@dflydev.com",
+ "homepage": "http://beausimensen.com"
+ },
+ {
+ "name": "Carlos Frutos",
+ "email": "carlos@kiwing.it",
+ "homepage": "https://github.com/cfrutos"
+ },
+ {
+ "name": "Colin O'Dell",
+ "email": "colinodell@gmail.com",
+ "homepage": "https://www.colinodell.com"
+ }
+ ],
+ "description": "Given a deep data structure, access data by dot notation.",
+ "homepage": "https://github.com/dflydev/dflydev-dot-access-data",
+ "keywords": [
+ "access",
+ "data",
+ "dot",
+ "notation"
+ ],
+ "support": {
+ "issues": "https://github.com/dflydev/dflydev-dot-access-data/issues",
+ "source": "https://github.com/dflydev/dflydev-dot-access-data/tree/v3.0.2"
+ },
+ "time": "2022-10-27T11:44:00+00:00"
+ },
+ {
+ "name": "doctrine/inflector",
+ "version": "2.0.10",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/doctrine/inflector.git",
+ "reference": "5817d0659c5b50c9b950feb9af7b9668e2c436bc"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/doctrine/inflector/zipball/5817d0659c5b50c9b950feb9af7b9668e2c436bc",
+ "reference": "5817d0659c5b50c9b950feb9af7b9668e2c436bc",
+ "shasum": ""
+ },
+ "require": {
+ "php": "^7.2 || ^8.0"
+ },
+ "require-dev": {
+ "doctrine/coding-standard": "^11.0",
+ "phpstan/phpstan": "^1.8",
+ "phpstan/phpstan-phpunit": "^1.1",
+ "phpstan/phpstan-strict-rules": "^1.3",
+ "phpunit/phpunit": "^8.5 || ^9.5",
+ "vimeo/psalm": "^4.25 || ^5.4"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "Doctrine\\Inflector\\": "lib/Doctrine/Inflector"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Guilherme Blanco",
+ "email": "guilhermeblanco@gmail.com"
+ },
+ {
+ "name": "Roman Borschel",
+ "email": "roman@code-factory.org"
+ },
+ {
+ "name": "Benjamin Eberlei",
+ "email": "kontakt@beberlei.de"
+ },
+ {
+ "name": "Jonathan Wage",
+ "email": "jonwage@gmail.com"
+ },
+ {
+ "name": "Johannes Schmitt",
+ "email": "schmittjoh@gmail.com"
+ }
+ ],
+ "description": "PHP Doctrine Inflector is a small library that can perform string manipulations with regard to upper/lowercase and singular/plural forms of words.",
+ "homepage": "https://www.doctrine-project.org/projects/inflector.html",
+ "keywords": [
+ "inflection",
+ "inflector",
+ "lowercase",
+ "manipulation",
+ "php",
+ "plural",
+ "singular",
+ "strings",
+ "uppercase",
+ "words"
+ ],
+ "support": {
+ "issues": "https://github.com/doctrine/inflector/issues",
+ "source": "https://github.com/doctrine/inflector/tree/2.0.10"
+ },
+ "funding": [
+ {
+ "url": "https://www.doctrine-project.org/sponsorship.html",
+ "type": "custom"
+ },
+ {
+ "url": "https://www.patreon.com/phpdoctrine",
+ "type": "patreon"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finflector",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2024-02-18T20:23:39+00:00"
+ },
+ {
+ "name": "doctrine/lexer",
+ "version": "3.0.1",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/doctrine/lexer.git",
+ "reference": "31ad66abc0fc9e1a1f2d9bc6a42668d2fbbcd6dd"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/doctrine/lexer/zipball/31ad66abc0fc9e1a1f2d9bc6a42668d2fbbcd6dd",
+ "reference": "31ad66abc0fc9e1a1f2d9bc6a42668d2fbbcd6dd",
+ "shasum": ""
+ },
+ "require": {
+ "php": "^8.1"
+ },
+ "require-dev": {
+ "doctrine/coding-standard": "^12",
+ "phpstan/phpstan": "^1.10",
+ "phpunit/phpunit": "^10.5",
+ "psalm/plugin-phpunit": "^0.18.3",
+ "vimeo/psalm": "^5.21"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "Doctrine\\Common\\Lexer\\": "src"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Guilherme Blanco",
+ "email": "guilhermeblanco@gmail.com"
+ },
+ {
+ "name": "Roman Borschel",
+ "email": "roman@code-factory.org"
+ },
+ {
+ "name": "Johannes Schmitt",
+ "email": "schmittjoh@gmail.com"
+ }
+ ],
+ "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.",
+ "homepage": "https://www.doctrine-project.org/projects/lexer.html",
+ "keywords": [
+ "annotations",
+ "docblock",
+ "lexer",
+ "parser",
+ "php"
+ ],
+ "support": {
+ "issues": "https://github.com/doctrine/lexer/issues",
+ "source": "https://github.com/doctrine/lexer/tree/3.0.1"
+ },
+ "funding": [
+ {
+ "url": "https://www.doctrine-project.org/sponsorship.html",
+ "type": "custom"
+ },
+ {
+ "url": "https://www.patreon.com/phpdoctrine",
+ "type": "patreon"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/doctrine%2Flexer",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2024-02-05T11:56:58+00:00"
+ },
+ {
+ "name": "dompdf/dompdf",
+ "version": "v2.0.8",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/dompdf/dompdf.git",
+ "reference": "c20247574601700e1f7c8dab39310fca1964dc52"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/dompdf/dompdf/zipball/c20247574601700e1f7c8dab39310fca1964dc52",
+ "reference": "c20247574601700e1f7c8dab39310fca1964dc52",
+ "shasum": ""
+ },
+ "require": {
+ "ext-dom": "*",
+ "ext-mbstring": "*",
+ "masterminds/html5": "^2.0",
+ "phenx/php-font-lib": ">=0.5.4 <1.0.0",
+ "phenx/php-svg-lib": ">=0.5.2 <1.0.0",
+ "php": "^7.1 || ^8.0"
+ },
+ "require-dev": {
+ "ext-json": "*",
+ "ext-zip": "*",
+ "mockery/mockery": "^1.3",
+ "phpunit/phpunit": "^7.5 || ^8 || ^9",
+ "squizlabs/php_codesniffer": "^3.5"
+ },
+ "suggest": {
+ "ext-gd": "Needed to process images",
+ "ext-gmagick": "Improves image processing performance",
+ "ext-imagick": "Improves image processing performance",
+ "ext-zlib": "Needed for pdf stream compression"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "Dompdf\\": "src/"
+ },
+ "classmap": [
+ "lib/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "LGPL-2.1"
+ ],
+ "authors": [
+ {
+ "name": "The Dompdf Community",
+ "homepage": "https://github.com/dompdf/dompdf/blob/master/AUTHORS.md"
+ }
+ ],
+ "description": "DOMPDF is a CSS 2.1 compliant HTML to PDF converter",
+ "homepage": "https://github.com/dompdf/dompdf",
+ "support": {
+ "issues": "https://github.com/dompdf/dompdf/issues",
+ "source": "https://github.com/dompdf/dompdf/tree/v2.0.8"
+ },
+ "time": "2024-04-29T13:06:17+00:00"
+ },
+ {
+ "name": "dragonmantank/cron-expression",
+ "version": "v3.3.3",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/dragonmantank/cron-expression.git",
+ "reference": "adfb1f505deb6384dc8b39804c5065dd3c8c8c0a"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/dragonmantank/cron-expression/zipball/adfb1f505deb6384dc8b39804c5065dd3c8c8c0a",
+ "reference": "adfb1f505deb6384dc8b39804c5065dd3c8c8c0a",
+ "shasum": ""
+ },
+ "require": {
+ "php": "^7.2|^8.0",
+ "webmozart/assert": "^1.0"
+ },
+ "replace": {
+ "mtdowling/cron-expression": "^1.0"
+ },
+ "require-dev": {
+ "phpstan/extension-installer": "^1.0",
+ "phpstan/phpstan": "^1.0",
+ "phpstan/phpstan-webmozart-assert": "^1.0",
+ "phpunit/phpunit": "^7.0|^8.0|^9.0"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "Cron\\": "src/Cron/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Chris Tankersley",
+ "email": "chris@ctankersley.com",
+ "homepage": "https://github.com/dragonmantank"
+ }
+ ],
+ "description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due",
+ "keywords": [
+ "cron",
+ "schedule"
+ ],
+ "support": {
+ "issues": "https://github.com/dragonmantank/cron-expression/issues",
+ "source": "https://github.com/dragonmantank/cron-expression/tree/v3.3.3"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/dragonmantank",
+ "type": "github"
+ }
+ ],
+ "time": "2023-08-10T19:36:49+00:00"
+ },
+ {
+ "name": "egulias/email-validator",
+ "version": "4.0.2",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/egulias/EmailValidator.git",
+ "reference": "ebaaf5be6c0286928352e054f2d5125608e5405e"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/ebaaf5be6c0286928352e054f2d5125608e5405e",
+ "reference": "ebaaf5be6c0286928352e054f2d5125608e5405e",
+ "shasum": ""
+ },
+ "require": {
+ "doctrine/lexer": "^2.0 || ^3.0",
+ "php": ">=8.1",
+ "symfony/polyfill-intl-idn": "^1.26"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^10.2",
+ "vimeo/psalm": "^5.12"
+ },
+ "suggest": {
+ "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "4.0.x-dev"
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "Egulias\\EmailValidator\\": "src"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Eduardo Gulias Davis"
+ }
+ ],
+ "description": "A library for validating emails against several RFCs",
+ "homepage": "https://github.com/egulias/EmailValidator",
+ "keywords": [
+ "email",
+ "emailvalidation",
+ "emailvalidator",
+ "validation",
+ "validator"
+ ],
+ "support": {
+ "issues": "https://github.com/egulias/EmailValidator/issues",
+ "source": "https://github.com/egulias/EmailValidator/tree/4.0.2"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/egulias",
+ "type": "github"
+ }
+ ],
+ "time": "2023-10-06T06:47:41+00:00"
+ },
+ {
+ "name": "ezyang/htmlpurifier",
+ "version": "v4.17.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/ezyang/htmlpurifier.git",
+ "reference": "bbc513d79acf6691fa9cf10f192c90dd2957f18c"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/bbc513d79acf6691fa9cf10f192c90dd2957f18c",
+ "reference": "bbc513d79acf6691fa9cf10f192c90dd2957f18c",
+ "shasum": ""
+ },
+ "require": {
+ "php": "~5.6.0 || ~7.0.0 || ~7.1.0 || ~7.2.0 || ~7.3.0 || ~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0"
+ },
+ "require-dev": {
+ "cerdic/css-tidy": "^1.7 || ^2.0",
+ "simpletest/simpletest": "dev-master"
+ },
+ "suggest": {
+ "cerdic/css-tidy": "If you want to use the filter 'Filter.ExtractStyleBlocks'.",
+ "ext-bcmath": "Used for unit conversion and imagecrash protection",
+ "ext-iconv": "Converts text to and from non-UTF-8 encodings",
+ "ext-tidy": "Used for pretty-printing HTML"
+ },
+ "type": "library",
+ "autoload": {
+ "files": [
+ "library/HTMLPurifier.composer.php"
+ ],
+ "psr-0": {
+ "HTMLPurifier": "library/"
+ },
+ "exclude-from-classmap": [
+ "/library/HTMLPurifier/Language/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "LGPL-2.1-or-later"
+ ],
+ "authors": [
+ {
+ "name": "Edward Z. Yang",
+ "email": "admin@htmlpurifier.org",
+ "homepage": "http://ezyang.com"
+ }
+ ],
+ "description": "Standards compliant HTML filter written in PHP",
+ "homepage": "http://htmlpurifier.org/",
+ "keywords": [
+ "html"
+ ],
+ "support": {
+ "issues": "https://github.com/ezyang/htmlpurifier/issues",
+ "source": "https://github.com/ezyang/htmlpurifier/tree/v4.17.0"
+ },
+ "time": "2023-11-17T15:01:25+00:00"
+ },
+ {
+ "name": "fruitcake/php-cors",
+ "version": "v1.3.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/fruitcake/php-cors.git",
+ "reference": "3d158f36e7875e2f040f37bc0573956240a5a38b"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/fruitcake/php-cors/zipball/3d158f36e7875e2f040f37bc0573956240a5a38b",
+ "reference": "3d158f36e7875e2f040f37bc0573956240a5a38b",
+ "shasum": ""
+ },
+ "require": {
+ "php": "^7.4|^8.0",
+ "symfony/http-foundation": "^4.4|^5.4|^6|^7"
+ },
+ "require-dev": {
+ "phpstan/phpstan": "^1.4",
+ "phpunit/phpunit": "^9",
+ "squizlabs/php_codesniffer": "^3.5"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "1.2-dev"
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "Fruitcake\\Cors\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Fruitcake",
+ "homepage": "https://fruitcake.nl"
+ },
+ {
+ "name": "Barryvdh",
+ "email": "barryvdh@gmail.com"
+ }
+ ],
+ "description": "Cross-origin resource sharing library for the Symfony HttpFoundation",
+ "homepage": "https://github.com/fruitcake/php-cors",
+ "keywords": [
+ "cors",
+ "laravel",
+ "symfony"
+ ],
+ "support": {
+ "issues": "https://github.com/fruitcake/php-cors/issues",
+ "source": "https://github.com/fruitcake/php-cors/tree/v1.3.0"
+ },
+ "funding": [
+ {
+ "url": "https://fruitcake.nl",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/barryvdh",
+ "type": "github"
+ }
+ ],
+ "time": "2023-10-12T05:21:21+00:00"
+ },
+ {
+ "name": "graham-campbell/result-type",
+ "version": "v1.1.2",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/GrahamCampbell/Result-Type.git",
+ "reference": "fbd48bce38f73f8a4ec8583362e732e4095e5862"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/GrahamCampbell/Result-Type/zipball/fbd48bce38f73f8a4ec8583362e732e4095e5862",
+ "reference": "fbd48bce38f73f8a4ec8583362e732e4095e5862",
+ "shasum": ""
+ },
+ "require": {
+ "php": "^7.2.5 || ^8.0",
+ "phpoption/phpoption": "^1.9.2"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^8.5.34 || ^9.6.13 || ^10.4.2"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "GrahamCampbell\\ResultType\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Graham Campbell",
+ "email": "hello@gjcampbell.co.uk",
+ "homepage": "https://github.com/GrahamCampbell"
+ }
+ ],
+ "description": "An Implementation Of The Result Type",
+ "keywords": [
+ "Graham Campbell",
+ "GrahamCampbell",
+ "Result Type",
+ "Result-Type",
+ "result"
+ ],
+ "support": {
+ "issues": "https://github.com/GrahamCampbell/Result-Type/issues",
+ "source": "https://github.com/GrahamCampbell/Result-Type/tree/v1.1.2"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/GrahamCampbell",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/graham-campbell/result-type",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2023-11-12T22:16:48+00:00"
+ },
+ {
+ "name": "guzzlehttp/guzzle",
+ "version": "7.8.1",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/guzzle/guzzle.git",
+ "reference": "41042bc7ab002487b876a0683fc8dce04ddce104"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/guzzle/guzzle/zipball/41042bc7ab002487b876a0683fc8dce04ddce104",
+ "reference": "41042bc7ab002487b876a0683fc8dce04ddce104",
+ "shasum": ""
+ },
+ "require": {
+ "ext-json": "*",
+ "guzzlehttp/promises": "^1.5.3 || ^2.0.1",
+ "guzzlehttp/psr7": "^1.9.1 || ^2.5.1",
+ "php": "^7.2.5 || ^8.0",
+ "psr/http-client": "^1.0",
+ "symfony/deprecation-contracts": "^2.2 || ^3.0"
+ },
+ "provide": {
+ "psr/http-client-implementation": "1.0"
+ },
+ "require-dev": {
+ "bamarni/composer-bin-plugin": "^1.8.2",
+ "ext-curl": "*",
+ "php-http/client-integration-tests": "dev-master#2c025848417c1135031fdf9c728ee53d0a7ceaee as 3.0.999",
+ "php-http/message-factory": "^1.1",
+ "phpunit/phpunit": "^8.5.36 || ^9.6.15",
+ "psr/log": "^1.1 || ^2.0 || ^3.0"
+ },
+ "suggest": {
+ "ext-curl": "Required for CURL handler support",
+ "ext-intl": "Required for Internationalized Domain Name (IDN) support",
+ "psr/log": "Required for using the Log middleware"
+ },
+ "type": "library",
+ "extra": {
+ "bamarni-bin": {
+ "bin-links": true,
+ "forward-command": false
+ }
+ },
+ "autoload": {
+ "files": [
+ "src/functions_include.php"
+ ],
+ "psr-4": {
+ "GuzzleHttp\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Graham Campbell",
+ "email": "hello@gjcampbell.co.uk",
+ "homepage": "https://github.com/GrahamCampbell"
+ },
+ {
+ "name": "Michael Dowling",
+ "email": "mtdowling@gmail.com",
+ "homepage": "https://github.com/mtdowling"
+ },
+ {
+ "name": "Jeremy Lindblom",
+ "email": "jeremeamia@gmail.com",
+ "homepage": "https://github.com/jeremeamia"
+ },
+ {
+ "name": "George Mponos",
+ "email": "gmponos@gmail.com",
+ "homepage": "https://github.com/gmponos"
+ },
+ {
+ "name": "Tobias Nyholm",
+ "email": "tobias.nyholm@gmail.com",
+ "homepage": "https://github.com/Nyholm"
+ },
+ {
+ "name": "Márk Sági-Kazár",
+ "email": "mark.sagikazar@gmail.com",
+ "homepage": "https://github.com/sagikazarmark"
+ },
+ {
+ "name": "Tobias Schultze",
+ "email": "webmaster@tubo-world.de",
+ "homepage": "https://github.com/Tobion"
+ }
+ ],
+ "description": "Guzzle is a PHP HTTP client library",
+ "keywords": [
+ "client",
+ "curl",
+ "framework",
+ "http",
+ "http client",
+ "psr-18",
+ "psr-7",
+ "rest",
+ "web service"
+ ],
+ "support": {
+ "issues": "https://github.com/guzzle/guzzle/issues",
+ "source": "https://github.com/guzzle/guzzle/tree/7.8.1"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/GrahamCampbell",
+ "type": "github"
+ },
+ {
+ "url": "https://github.com/Nyholm",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2023-12-03T20:35:24+00:00"
+ },
+ {
+ "name": "guzzlehttp/promises",
+ "version": "2.0.2",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/guzzle/promises.git",
+ "reference": "bbff78d96034045e58e13dedd6ad91b5d1253223"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/guzzle/promises/zipball/bbff78d96034045e58e13dedd6ad91b5d1253223",
+ "reference": "bbff78d96034045e58e13dedd6ad91b5d1253223",
+ "shasum": ""
+ },
+ "require": {
+ "php": "^7.2.5 || ^8.0"
+ },
+ "require-dev": {
+ "bamarni/composer-bin-plugin": "^1.8.2",
+ "phpunit/phpunit": "^8.5.36 || ^9.6.15"
+ },
+ "type": "library",
+ "extra": {
+ "bamarni-bin": {
+ "bin-links": true,
+ "forward-command": false
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "GuzzleHttp\\Promise\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Graham Campbell",
+ "email": "hello@gjcampbell.co.uk",
+ "homepage": "https://github.com/GrahamCampbell"
+ },
+ {
+ "name": "Michael Dowling",
+ "email": "mtdowling@gmail.com",
+ "homepage": "https://github.com/mtdowling"
+ },
+ {
+ "name": "Tobias Nyholm",
+ "email": "tobias.nyholm@gmail.com",
+ "homepage": "https://github.com/Nyholm"
+ },
+ {
+ "name": "Tobias Schultze",
+ "email": "webmaster@tubo-world.de",
+ "homepage": "https://github.com/Tobion"
+ }
+ ],
+ "description": "Guzzle promises library",
+ "keywords": [
+ "promise"
+ ],
+ "support": {
+ "issues": "https://github.com/guzzle/promises/issues",
+ "source": "https://github.com/guzzle/promises/tree/2.0.2"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/GrahamCampbell",
+ "type": "github"
+ },
+ {
+ "url": "https://github.com/Nyholm",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2023-12-03T20:19:20+00:00"
+ },
+ {
+ "name": "guzzlehttp/psr7",
+ "version": "2.6.2",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/guzzle/psr7.git",
+ "reference": "45b30f99ac27b5ca93cb4831afe16285f57b8221"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/guzzle/psr7/zipball/45b30f99ac27b5ca93cb4831afe16285f57b8221",
+ "reference": "45b30f99ac27b5ca93cb4831afe16285f57b8221",
+ "shasum": ""
+ },
+ "require": {
+ "php": "^7.2.5 || ^8.0",
+ "psr/http-factory": "^1.0",
+ "psr/http-message": "^1.1 || ^2.0",
+ "ralouphie/getallheaders": "^3.0"
+ },
+ "provide": {
+ "psr/http-factory-implementation": "1.0",
+ "psr/http-message-implementation": "1.0"
+ },
+ "require-dev": {
+ "bamarni/composer-bin-plugin": "^1.8.2",
+ "http-interop/http-factory-tests": "^0.9",
+ "phpunit/phpunit": "^8.5.36 || ^9.6.15"
+ },
+ "suggest": {
+ "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
+ },
+ "type": "library",
+ "extra": {
+ "bamarni-bin": {
+ "bin-links": true,
+ "forward-command": false
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "GuzzleHttp\\Psr7\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Graham Campbell",
+ "email": "hello@gjcampbell.co.uk",
+ "homepage": "https://github.com/GrahamCampbell"
+ },
+ {
+ "name": "Michael Dowling",
+ "email": "mtdowling@gmail.com",
+ "homepage": "https://github.com/mtdowling"
+ },
+ {
+ "name": "George Mponos",
+ "email": "gmponos@gmail.com",
+ "homepage": "https://github.com/gmponos"
+ },
+ {
+ "name": "Tobias Nyholm",
+ "email": "tobias.nyholm@gmail.com",
+ "homepage": "https://github.com/Nyholm"
+ },
+ {
+ "name": "Márk Sági-Kazár",
+ "email": "mark.sagikazar@gmail.com",
+ "homepage": "https://github.com/sagikazarmark"
+ },
+ {
+ "name": "Tobias Schultze",
+ "email": "webmaster@tubo-world.de",
+ "homepage": "https://github.com/Tobion"
+ },
+ {
+ "name": "Márk Sági-Kazár",
+ "email": "mark.sagikazar@gmail.com",
+ "homepage": "https://sagikazarmark.hu"
+ }
+ ],
+ "description": "PSR-7 message implementation that also provides common utility methods",
+ "keywords": [
+ "http",
+ "message",
+ "psr-7",
+ "request",
+ "response",
+ "stream",
+ "uri",
+ "url"
+ ],
+ "support": {
+ "issues": "https://github.com/guzzle/psr7/issues",
+ "source": "https://github.com/guzzle/psr7/tree/2.6.2"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/GrahamCampbell",
+ "type": "github"
+ },
+ {
+ "url": "https://github.com/Nyholm",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2023-12-03T20:05:35+00:00"
+ },
+ {
+ "name": "guzzlehttp/uri-template",
+ "version": "v1.0.3",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/guzzle/uri-template.git",
+ "reference": "ecea8feef63bd4fef1f037ecb288386999ecc11c"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/guzzle/uri-template/zipball/ecea8feef63bd4fef1f037ecb288386999ecc11c",
+ "reference": "ecea8feef63bd4fef1f037ecb288386999ecc11c",
+ "shasum": ""
+ },
+ "require": {
+ "php": "^7.2.5 || ^8.0",
+ "symfony/polyfill-php80": "^1.24"
+ },
+ "require-dev": {
+ "bamarni/composer-bin-plugin": "^1.8.2",
+ "phpunit/phpunit": "^8.5.36 || ^9.6.15",
+ "uri-template/tests": "1.0.0"
+ },
+ "type": "library",
+ "extra": {
+ "bamarni-bin": {
+ "bin-links": true,
+ "forward-command": false
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "GuzzleHttp\\UriTemplate\\": "src"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Graham Campbell",
+ "email": "hello@gjcampbell.co.uk",
+ "homepage": "https://github.com/GrahamCampbell"
+ },
+ {
+ "name": "Michael Dowling",
+ "email": "mtdowling@gmail.com",
+ "homepage": "https://github.com/mtdowling"
+ },
+ {
+ "name": "George Mponos",
+ "email": "gmponos@gmail.com",
+ "homepage": "https://github.com/gmponos"
+ },
+ {
+ "name": "Tobias Nyholm",
+ "email": "tobias.nyholm@gmail.com",
+ "homepage": "https://github.com/Nyholm"
+ }
+ ],
+ "description": "A polyfill class for uri_template of PHP",
+ "keywords": [
+ "guzzlehttp",
+ "uri-template"
+ ],
+ "support": {
+ "issues": "https://github.com/guzzle/uri-template/issues",
+ "source": "https://github.com/guzzle/uri-template/tree/v1.0.3"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/GrahamCampbell",
+ "type": "github"
+ },
+ {
+ "url": "https://github.com/Nyholm",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/uri-template",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2023-12-03T19:50:20+00:00"
+ },
+ {
+ "name": "laravel/framework",
+ "version": "v11.7.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/laravel/framework.git",
+ "reference": "e5ac72f513f635f208024aa76b8a04efc1b47f93"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/laravel/framework/zipball/e5ac72f513f635f208024aa76b8a04efc1b47f93",
+ "reference": "e5ac72f513f635f208024aa76b8a04efc1b47f93",
+ "shasum": ""
+ },
+ "require": {
+ "brick/math": "^0.9.3|^0.10.2|^0.11|^0.12",
+ "composer-runtime-api": "^2.2",
+ "doctrine/inflector": "^2.0.5",
+ "dragonmantank/cron-expression": "^3.3.2",
+ "egulias/email-validator": "^3.2.1|^4.0",
+ "ext-ctype": "*",
+ "ext-filter": "*",
+ "ext-hash": "*",
+ "ext-mbstring": "*",
+ "ext-openssl": "*",
+ "ext-session": "*",
+ "ext-tokenizer": "*",
+ "fruitcake/php-cors": "^1.3",
+ "guzzlehttp/guzzle": "^7.8",
+ "guzzlehttp/uri-template": "^1.0",
+ "laravel/prompts": "^0.1.18",
+ "laravel/serializable-closure": "^1.3",
+ "league/commonmark": "^2.2.1",
+ "league/flysystem": "^3.8.0",
+ "monolog/monolog": "^3.0",
+ "nesbot/carbon": "^2.72.2|^3.0",
+ "nunomaduro/termwind": "^2.0",
+ "php": "^8.2",
+ "psr/container": "^1.1.1|^2.0.1",
+ "psr/log": "^1.0|^2.0|^3.0",
+ "psr/simple-cache": "^1.0|^2.0|^3.0",
+ "ramsey/uuid": "^4.7",
+ "symfony/console": "^7.0",
+ "symfony/error-handler": "^7.0",
+ "symfony/finder": "^7.0",
+ "symfony/http-foundation": "^7.0",
+ "symfony/http-kernel": "^7.0",
+ "symfony/mailer": "^7.0",
+ "symfony/mime": "^7.0",
+ "symfony/polyfill-php83": "^1.28",
+ "symfony/process": "^7.0",
+ "symfony/routing": "^7.0",
+ "symfony/uid": "^7.0",
+ "symfony/var-dumper": "^7.0",
+ "tijsverkoyen/css-to-inline-styles": "^2.2.5",
+ "vlucas/phpdotenv": "^5.4.1",
+ "voku/portable-ascii": "^2.0"
+ },
+ "conflict": {
+ "mockery/mockery": "1.6.8",
+ "tightenco/collect": "<5.5.33"
+ },
+ "provide": {
+ "psr/container-implementation": "1.1|2.0",
+ "psr/simple-cache-implementation": "1.0|2.0|3.0"
+ },
+ "replace": {
+ "illuminate/auth": "self.version",
+ "illuminate/broadcasting": "self.version",
+ "illuminate/bus": "self.version",
+ "illuminate/cache": "self.version",
+ "illuminate/collections": "self.version",
+ "illuminate/conditionable": "self.version",
+ "illuminate/config": "self.version",
+ "illuminate/console": "self.version",
+ "illuminate/container": "self.version",
+ "illuminate/contracts": "self.version",
+ "illuminate/cookie": "self.version",
+ "illuminate/database": "self.version",
+ "illuminate/encryption": "self.version",
+ "illuminate/events": "self.version",
+ "illuminate/filesystem": "self.version",
+ "illuminate/hashing": "self.version",
+ "illuminate/http": "self.version",
+ "illuminate/log": "self.version",
+ "illuminate/macroable": "self.version",
+ "illuminate/mail": "self.version",
+ "illuminate/notifications": "self.version",
+ "illuminate/pagination": "self.version",
+ "illuminate/pipeline": "self.version",
+ "illuminate/process": "self.version",
+ "illuminate/queue": "self.version",
+ "illuminate/redis": "self.version",
+ "illuminate/routing": "self.version",
+ "illuminate/session": "self.version",
+ "illuminate/support": "self.version",
+ "illuminate/testing": "self.version",
+ "illuminate/translation": "self.version",
+ "illuminate/validation": "self.version",
+ "illuminate/view": "self.version",
+ "spatie/once": "*"
+ },
+ "require-dev": {
+ "ably/ably-php": "^1.0",
+ "aws/aws-sdk-php": "^3.235.5",
+ "ext-gmp": "*",
+ "fakerphp/faker": "^1.23",
+ "league/flysystem-aws-s3-v3": "^3.0",
+ "league/flysystem-ftp": "^3.0",
+ "league/flysystem-path-prefixing": "^3.3",
+ "league/flysystem-read-only": "^3.3",
+ "league/flysystem-sftp-v3": "^3.0",
+ "mockery/mockery": "^1.6",
+ "nyholm/psr7": "^1.2",
+ "orchestra/testbench-core": "^9.0.15",
+ "pda/pheanstalk": "^5.0",
+ "phpstan/phpstan": "^1.4.7",
+ "phpunit/phpunit": "^10.5|^11.0",
+ "predis/predis": "^2.0.2",
+ "resend/resend-php": "^0.10.0",
+ "symfony/cache": "^7.0",
+ "symfony/http-client": "^7.0",
+ "symfony/psr-http-message-bridge": "^7.0"
+ },
+ "suggest": {
+ "ably/ably-php": "Required to use the Ably broadcast driver (^1.0).",
+ "aws/aws-sdk-php": "Required to use the SQS queue driver, DynamoDb failed job storage, and SES mail driver (^3.235.5).",
+ "brianium/paratest": "Required to run tests in parallel (^7.0|^8.0).",
+ "ext-apcu": "Required to use the APC cache driver.",
+ "ext-fileinfo": "Required to use the Filesystem class.",
+ "ext-ftp": "Required to use the Flysystem FTP driver.",
+ "ext-gd": "Required to use Illuminate\\Http\\Testing\\FileFactory::image().",
+ "ext-memcached": "Required to use the memcache cache driver.",
+ "ext-pcntl": "Required to use all features of the queue worker and console signal trapping.",
+ "ext-pdo": "Required to use all database features.",
+ "ext-posix": "Required to use all features of the queue worker.",
+ "ext-redis": "Required to use the Redis cache and queue drivers (^4.0|^5.0).",
+ "fakerphp/faker": "Required to use the eloquent factory builder (^1.9.1).",
+ "filp/whoops": "Required for friendly error pages in development (^2.14.3).",
+ "laravel/tinker": "Required to use the tinker console command (^2.0).",
+ "league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (^3.0).",
+ "league/flysystem-ftp": "Required to use the Flysystem FTP driver (^3.0).",
+ "league/flysystem-path-prefixing": "Required to use the scoped driver (^3.3).",
+ "league/flysystem-read-only": "Required to use read-only disks (^3.3)",
+ "league/flysystem-sftp-v3": "Required to use the Flysystem SFTP driver (^3.0).",
+ "mockery/mockery": "Required to use mocking (^1.6).",
+ "nyholm/psr7": "Required to use PSR-7 bridging features (^1.2).",
+ "pda/pheanstalk": "Required to use the beanstalk queue driver (^5.0).",
+ "phpunit/phpunit": "Required to use assertions and run tests (^10.5|^11.0).",
+ "predis/predis": "Required to use the predis connector (^2.0.2).",
+ "psr/http-message": "Required to allow Storage::put to accept a StreamInterface (^1.0).",
+ "pusher/pusher-php-server": "Required to use the Pusher broadcast driver (^6.0|^7.0).",
+ "resend/resend-php": "Required to enable support for the Resend mail transport (^0.10.0).",
+ "symfony/cache": "Required to PSR-6 cache bridge (^7.0).",
+ "symfony/filesystem": "Required to enable support for relative symbolic links (^7.0).",
+ "symfony/http-client": "Required to enable support for the Symfony API mail transports (^7.0).",
+ "symfony/mailgun-mailer": "Required to enable support for the Mailgun mail transport (^7.0).",
+ "symfony/postmark-mailer": "Required to enable support for the Postmark mail transport (^7.0).",
+ "symfony/psr-http-message-bridge": "Required to use PSR-7 bridging features (^7.0)."
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "11.x-dev"
+ }
+ },
+ "autoload": {
+ "files": [
+ "src/Illuminate/Collections/helpers.php",
+ "src/Illuminate/Events/functions.php",
+ "src/Illuminate/Filesystem/functions.php",
+ "src/Illuminate/Foundation/helpers.php",
+ "src/Illuminate/Support/helpers.php"
+ ],
+ "psr-4": {
+ "Illuminate\\": "src/Illuminate/",
+ "Illuminate\\Support\\": [
+ "src/Illuminate/Macroable/",
+ "src/Illuminate/Collections/",
+ "src/Illuminate/Conditionable/"
+ ]
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Taylor Otwell",
+ "email": "taylor@laravel.com"
+ }
+ ],
+ "description": "The Laravel Framework.",
+ "homepage": "https://laravel.com",
+ "keywords": [
+ "framework",
+ "laravel"
+ ],
+ "support": {
+ "issues": "https://github.com/laravel/framework/issues",
+ "source": "https://github.com/laravel/framework"
+ },
+ "time": "2024-05-07T13:41:51+00:00"
+ },
+ {
+ "name": "laravel/prompts",
+ "version": "v0.1.21",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/laravel/prompts.git",
+ "reference": "23ea808e8a145653e0ab29e30d4385e49f40a920"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/laravel/prompts/zipball/23ea808e8a145653e0ab29e30d4385e49f40a920",
+ "reference": "23ea808e8a145653e0ab29e30d4385e49f40a920",
+ "shasum": ""
+ },
+ "require": {
+ "ext-mbstring": "*",
+ "illuminate/collections": "^10.0|^11.0",
+ "php": "^8.1",
+ "symfony/console": "^6.2|^7.0"
+ },
+ "conflict": {
+ "illuminate/console": ">=10.17.0 <10.25.0",
+ "laravel/framework": ">=10.17.0 <10.25.0"
+ },
+ "require-dev": {
+ "mockery/mockery": "^1.5",
+ "pestphp/pest": "^2.3",
+ "phpstan/phpstan": "^1.11",
+ "phpstan/phpstan-mockery": "^1.1"
+ },
+ "suggest": {
+ "ext-pcntl": "Required for the spinner to be animated."
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-main": "0.1.x-dev"
+ }
+ },
+ "autoload": {
+ "files": [
+ "src/helpers.php"
+ ],
+ "psr-4": {
+ "Laravel\\Prompts\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "description": "Add beautiful and user-friendly forms to your command-line applications.",
+ "support": {
+ "issues": "https://github.com/laravel/prompts/issues",
+ "source": "https://github.com/laravel/prompts/tree/v0.1.21"
+ },
+ "time": "2024-04-30T12:46:16+00:00"
+ },
+ {
+ "name": "laravel/serializable-closure",
+ "version": "v1.3.3",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/laravel/serializable-closure.git",
+ "reference": "3dbf8a8e914634c48d389c1234552666b3d43754"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/laravel/serializable-closure/zipball/3dbf8a8e914634c48d389c1234552666b3d43754",
+ "reference": "3dbf8a8e914634c48d389c1234552666b3d43754",
+ "shasum": ""
+ },
+ "require": {
+ "php": "^7.3|^8.0"
+ },
+ "require-dev": {
+ "nesbot/carbon": "^2.61",
+ "pestphp/pest": "^1.21.3",
+ "phpstan/phpstan": "^1.8.2",
+ "symfony/var-dumper": "^5.4.11"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "1.x-dev"
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "Laravel\\SerializableClosure\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Taylor Otwell",
+ "email": "taylor@laravel.com"
+ },
+ {
+ "name": "Nuno Maduro",
+ "email": "nuno@laravel.com"
+ }
+ ],
+ "description": "Laravel Serializable Closure provides an easy and secure way to serialize closures in PHP.",
+ "keywords": [
+ "closure",
+ "laravel",
+ "serializable"
+ ],
+ "support": {
+ "issues": "https://github.com/laravel/serializable-closure/issues",
+ "source": "https://github.com/laravel/serializable-closure"
+ },
+ "time": "2023-11-08T14:08:06+00:00"
+ },
+ {
+ "name": "laravel/tinker",
+ "version": "v2.9.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/laravel/tinker.git",
+ "reference": "502e0fe3f0415d06d5db1f83a472f0f3b754bafe"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/laravel/tinker/zipball/502e0fe3f0415d06d5db1f83a472f0f3b754bafe",
+ "reference": "502e0fe3f0415d06d5db1f83a472f0f3b754bafe",
+ "shasum": ""
+ },
+ "require": {
+ "illuminate/console": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
+ "illuminate/contracts": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
+ "illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
+ "php": "^7.2.5|^8.0",
+ "psy/psysh": "^0.11.1|^0.12.0",
+ "symfony/var-dumper": "^4.3.4|^5.0|^6.0|^7.0"
+ },
+ "require-dev": {
+ "mockery/mockery": "~1.3.3|^1.4.2",
+ "phpstan/phpstan": "^1.10",
+ "phpunit/phpunit": "^8.5.8|^9.3.3"
+ },
+ "suggest": {
+ "illuminate/database": "The Illuminate Database package (^6.0|^7.0|^8.0|^9.0|^10.0|^11.0)."
+ },
+ "type": "library",
+ "extra": {
+ "laravel": {
+ "providers": [
+ "Laravel\\Tinker\\TinkerServiceProvider"
+ ]
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "Laravel\\Tinker\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Taylor Otwell",
+ "email": "taylor@laravel.com"
+ }
+ ],
+ "description": "Powerful REPL for the Laravel framework.",
+ "keywords": [
+ "REPL",
+ "Tinker",
+ "laravel",
+ "psysh"
+ ],
+ "support": {
+ "issues": "https://github.com/laravel/tinker/issues",
+ "source": "https://github.com/laravel/tinker/tree/v2.9.0"
+ },
+ "time": "2024-01-04T16:10:04+00:00"
+ },
+ {
+ "name": "league/commonmark",
+ "version": "2.4.2",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/thephpleague/commonmark.git",
+ "reference": "91c24291965bd6d7c46c46a12ba7492f83b1cadf"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/thephpleague/commonmark/zipball/91c24291965bd6d7c46c46a12ba7492f83b1cadf",
+ "reference": "91c24291965bd6d7c46c46a12ba7492f83b1cadf",
+ "shasum": ""
+ },
+ "require": {
+ "ext-mbstring": "*",
+ "league/config": "^1.1.1",
+ "php": "^7.4 || ^8.0",
+ "psr/event-dispatcher": "^1.0",
+ "symfony/deprecation-contracts": "^2.1 || ^3.0",
+ "symfony/polyfill-php80": "^1.16"
+ },
+ "require-dev": {
+ "cebe/markdown": "^1.0",
+ "commonmark/cmark": "0.30.3",
+ "commonmark/commonmark.js": "0.30.0",
+ "composer/package-versions-deprecated": "^1.8",
+ "embed/embed": "^4.4",
+ "erusev/parsedown": "^1.0",
+ "ext-json": "*",
+ "github/gfm": "0.29.0",
+ "michelf/php-markdown": "^1.4 || ^2.0",
+ "nyholm/psr7": "^1.5",
+ "phpstan/phpstan": "^1.8.2",
+ "phpunit/phpunit": "^9.5.21 || ^10.5.9 || ^11.0.0",
+ "scrutinizer/ocular": "^1.8.1",
+ "symfony/finder": "^5.3 | ^6.0 || ^7.0",
+ "symfony/yaml": "^2.3 | ^3.0 | ^4.0 | ^5.0 | ^6.0 || ^7.0",
+ "unleashedtech/php-coding-standard": "^3.1.1",
+ "vimeo/psalm": "^4.24.0 || ^5.0.0"
+ },
+ "suggest": {
+ "symfony/yaml": "v2.3+ required if using the Front Matter extension"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-main": "2.5-dev"
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "League\\CommonMark\\": "src"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-3-Clause"
+ ],
+ "authors": [
+ {
+ "name": "Colin O'Dell",
+ "email": "colinodell@gmail.com",
+ "homepage": "https://www.colinodell.com",
+ "role": "Lead Developer"
+ }
+ ],
+ "description": "Highly-extensible PHP Markdown parser which fully supports the CommonMark spec and GitHub-Flavored Markdown (GFM)",
+ "homepage": "https://commonmark.thephpleague.com",
+ "keywords": [
+ "commonmark",
+ "flavored",
+ "gfm",
+ "github",
+ "github-flavored",
+ "markdown",
+ "md",
+ "parser"
+ ],
+ "support": {
+ "docs": "https://commonmark.thephpleague.com/",
+ "forum": "https://github.com/thephpleague/commonmark/discussions",
+ "issues": "https://github.com/thephpleague/commonmark/issues",
+ "rss": "https://github.com/thephpleague/commonmark/releases.atom",
+ "source": "https://github.com/thephpleague/commonmark"
+ },
+ "funding": [
+ {
+ "url": "https://www.colinodell.com/sponsor",
+ "type": "custom"
+ },
+ {
+ "url": "https://www.paypal.me/colinpodell/10.00",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/colinodell",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/league/commonmark",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2024-02-02T11:59:32+00:00"
+ },
+ {
+ "name": "league/config",
+ "version": "v1.2.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/thephpleague/config.git",
+ "reference": "754b3604fb2984c71f4af4a9cbe7b57f346ec1f3"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/thephpleague/config/zipball/754b3604fb2984c71f4af4a9cbe7b57f346ec1f3",
+ "reference": "754b3604fb2984c71f4af4a9cbe7b57f346ec1f3",
+ "shasum": ""
+ },
+ "require": {
+ "dflydev/dot-access-data": "^3.0.1",
+ "nette/schema": "^1.2",
+ "php": "^7.4 || ^8.0"
+ },
+ "require-dev": {
+ "phpstan/phpstan": "^1.8.2",
+ "phpunit/phpunit": "^9.5.5",
+ "scrutinizer/ocular": "^1.8.1",
+ "unleashedtech/php-coding-standard": "^3.1",
+ "vimeo/psalm": "^4.7.3"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-main": "1.2-dev"
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "League\\Config\\": "src"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-3-Clause"
+ ],
+ "authors": [
+ {
+ "name": "Colin O'Dell",
+ "email": "colinodell@gmail.com",
+ "homepage": "https://www.colinodell.com",
+ "role": "Lead Developer"
+ }
+ ],
+ "description": "Define configuration arrays with strict schemas and access values with dot notation",
+ "homepage": "https://config.thephpleague.com",
+ "keywords": [
+ "array",
+ "config",
+ "configuration",
+ "dot",
+ "dot-access",
+ "nested",
+ "schema"
+ ],
+ "support": {
+ "docs": "https://config.thephpleague.com/",
+ "issues": "https://github.com/thephpleague/config/issues",
+ "rss": "https://github.com/thephpleague/config/releases.atom",
+ "source": "https://github.com/thephpleague/config"
+ },
+ "funding": [
+ {
+ "url": "https://www.colinodell.com/sponsor",
+ "type": "custom"
+ },
+ {
+ "url": "https://www.paypal.me/colinpodell/10.00",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/colinodell",
+ "type": "github"
+ }
+ ],
+ "time": "2022-12-11T20:36:23+00:00"
+ },
+ {
+ "name": "league/flysystem",
+ "version": "3.27.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/thephpleague/flysystem.git",
+ "reference": "4729745b1ab737908c7d055148c9a6b3e959832f"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/4729745b1ab737908c7d055148c9a6b3e959832f",
+ "reference": "4729745b1ab737908c7d055148c9a6b3e959832f",
+ "shasum": ""
+ },
+ "require": {
+ "league/flysystem-local": "^3.0.0",
+ "league/mime-type-detection": "^1.0.0",
+ "php": "^8.0.2"
+ },
+ "conflict": {
+ "async-aws/core": "<1.19.0",
+ "async-aws/s3": "<1.14.0",
+ "aws/aws-sdk-php": "3.209.31 || 3.210.0",
+ "guzzlehttp/guzzle": "<7.0",
+ "guzzlehttp/ringphp": "<1.1.1",
+ "phpseclib/phpseclib": "3.0.15",
+ "symfony/http-client": "<5.2"
+ },
+ "require-dev": {
+ "async-aws/s3": "^1.5 || ^2.0",
+ "async-aws/simple-s3": "^1.1 || ^2.0",
+ "aws/aws-sdk-php": "^3.295.10",
+ "composer/semver": "^3.0",
+ "ext-fileinfo": "*",
+ "ext-ftp": "*",
+ "ext-zip": "*",
+ "friendsofphp/php-cs-fixer": "^3.5",
+ "google/cloud-storage": "^1.23",
+ "microsoft/azure-storage-blob": "^1.1",
+ "phpseclib/phpseclib": "^3.0.36",
+ "phpstan/phpstan": "^1.10",
+ "phpunit/phpunit": "^9.5.11|^10.0",
+ "sabre/dav": "^4.6.0"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "League\\Flysystem\\": "src"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Frank de Jonge",
+ "email": "info@frankdejonge.nl"
+ }
+ ],
+ "description": "File storage abstraction for PHP",
+ "keywords": [
+ "WebDAV",
+ "aws",
+ "cloud",
+ "file",
+ "files",
+ "filesystem",
+ "filesystems",
+ "ftp",
+ "s3",
+ "sftp",
+ "storage"
+ ],
+ "support": {
+ "issues": "https://github.com/thephpleague/flysystem/issues",
+ "source": "https://github.com/thephpleague/flysystem/tree/3.27.0"
+ },
+ "funding": [
+ {
+ "url": "https://ecologi.com/frankdejonge",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/frankdejonge",
+ "type": "github"
+ }
+ ],
+ "time": "2024-04-07T19:17:50+00:00"
+ },
+ {
+ "name": "league/flysystem-local",
+ "version": "3.25.1",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/thephpleague/flysystem-local.git",
+ "reference": "61a6a90d6e999e4ddd9ce5adb356de0939060b92"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/thephpleague/flysystem-local/zipball/61a6a90d6e999e4ddd9ce5adb356de0939060b92",
+ "reference": "61a6a90d6e999e4ddd9ce5adb356de0939060b92",
+ "shasum": ""
+ },
+ "require": {
+ "ext-fileinfo": "*",
+ "league/flysystem": "^3.0.0",
+ "league/mime-type-detection": "^1.0.0",
+ "php": "^8.0.2"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "League\\Flysystem\\Local\\": ""
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Frank de Jonge",
+ "email": "info@frankdejonge.nl"
+ }
+ ],
+ "description": "Local filesystem adapter for Flysystem.",
+ "keywords": [
+ "Flysystem",
+ "file",
+ "files",
+ "filesystem",
+ "local"
+ ],
+ "support": {
+ "source": "https://github.com/thephpleague/flysystem-local/tree/3.25.1"
+ },
+ "funding": [
+ {
+ "url": "https://ecologi.com/frankdejonge",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/frankdejonge",
+ "type": "github"
+ }
+ ],
+ "time": "2024-03-15T19:58:44+00:00"
+ },
+ {
+ "name": "league/mime-type-detection",
+ "version": "1.15.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/thephpleague/mime-type-detection.git",
+ "reference": "ce0f4d1e8a6f4eb0ddff33f57c69c50fd09f4301"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/thephpleague/mime-type-detection/zipball/ce0f4d1e8a6f4eb0ddff33f57c69c50fd09f4301",
+ "reference": "ce0f4d1e8a6f4eb0ddff33f57c69c50fd09f4301",
+ "shasum": ""
+ },
+ "require": {
+ "ext-fileinfo": "*",
+ "php": "^7.4 || ^8.0"
+ },
+ "require-dev": {
+ "friendsofphp/php-cs-fixer": "^3.2",
+ "phpstan/phpstan": "^0.12.68",
+ "phpunit/phpunit": "^8.5.8 || ^9.3 || ^10.0"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "League\\MimeTypeDetection\\": "src"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Frank de Jonge",
+ "email": "info@frankdejonge.nl"
+ }
+ ],
+ "description": "Mime-type detection for Flysystem",
+ "support": {
+ "issues": "https://github.com/thephpleague/mime-type-detection/issues",
+ "source": "https://github.com/thephpleague/mime-type-detection/tree/1.15.0"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/frankdejonge",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/league/flysystem",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2024-01-28T23:22:08+00:00"
+ },
+ {
+ "name": "maatwebsite/excel",
+ "version": "3.1.55",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/SpartnerNL/Laravel-Excel.git",
+ "reference": "6d9d791dcdb01a9b6fd6f48d46f0d5fff86e6260"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/SpartnerNL/Laravel-Excel/zipball/6d9d791dcdb01a9b6fd6f48d46f0d5fff86e6260",
+ "reference": "6d9d791dcdb01a9b6fd6f48d46f0d5fff86e6260",
+ "shasum": ""
+ },
+ "require": {
+ "composer/semver": "^3.3",
+ "ext-json": "*",
+ "illuminate/support": "5.8.*||^6.0||^7.0||^8.0||^9.0||^10.0||^11.0",
+ "php": "^7.0||^8.0",
+ "phpoffice/phpspreadsheet": "^1.18",
+ "psr/simple-cache": "^1.0||^2.0||^3.0"
+ },
+ "require-dev": {
+ "laravel/scout": "^7.0||^8.0||^9.0||^10.0",
+ "orchestra/testbench": "^6.0||^7.0||^8.0||^9.0",
+ "predis/predis": "^1.1"
+ },
+ "type": "library",
+ "extra": {
+ "laravel": {
+ "providers": [
+ "Maatwebsite\\Excel\\ExcelServiceProvider"
+ ],
+ "aliases": {
+ "Excel": "Maatwebsite\\Excel\\Facades\\Excel"
+ }
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "Maatwebsite\\Excel\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Patrick Brouwers",
+ "email": "patrick@spartner.nl"
+ }
+ ],
+ "description": "Supercharged Excel exports and imports in Laravel",
+ "keywords": [
+ "PHPExcel",
+ "batch",
+ "csv",
+ "excel",
+ "export",
+ "import",
+ "laravel",
+ "php",
+ "phpspreadsheet"
+ ],
+ "support": {
+ "issues": "https://github.com/SpartnerNL/Laravel-Excel/issues",
+ "source": "https://github.com/SpartnerNL/Laravel-Excel/tree/3.1.55"
+ },
+ "funding": [
+ {
+ "url": "https://laravel-excel.com/commercial-support",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/patrickbrouwers",
+ "type": "github"
+ }
+ ],
+ "time": "2024-02-20T08:27:10+00:00"
+ },
+ {
+ "name": "maennchen/zipstream-php",
+ "version": "3.1.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/maennchen/ZipStream-PHP.git",
+ "reference": "b8174494eda667f7d13876b4a7bfef0f62a7c0d1"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/maennchen/ZipStream-PHP/zipball/b8174494eda667f7d13876b4a7bfef0f62a7c0d1",
+ "reference": "b8174494eda667f7d13876b4a7bfef0f62a7c0d1",
+ "shasum": ""
+ },
+ "require": {
+ "ext-mbstring": "*",
+ "ext-zlib": "*",
+ "php-64bit": "^8.1"
+ },
+ "require-dev": {
+ "ext-zip": "*",
+ "friendsofphp/php-cs-fixer": "^3.16",
+ "guzzlehttp/guzzle": "^7.5",
+ "mikey179/vfsstream": "^1.6",
+ "php-coveralls/php-coveralls": "^2.5",
+ "phpunit/phpunit": "^10.0",
+ "vimeo/psalm": "^5.0"
+ },
+ "suggest": {
+ "guzzlehttp/psr7": "^2.4",
+ "psr/http-message": "^2.0"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "ZipStream\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Paul Duncan",
+ "email": "pabs@pablotron.org"
+ },
+ {
+ "name": "Jonatan Männchen",
+ "email": "jonatan@maennchen.ch"
+ },
+ {
+ "name": "Jesse Donat",
+ "email": "donatj@gmail.com"
+ },
+ {
+ "name": "András Kolesár",
+ "email": "kolesar@kolesar.hu"
+ }
+ ],
+ "description": "ZipStream is a library for dynamically streaming dynamic zip files from PHP without writing to the disk at all on the server.",
+ "keywords": [
+ "stream",
+ "zip"
+ ],
+ "support": {
+ "issues": "https://github.com/maennchen/ZipStream-PHP/issues",
+ "source": "https://github.com/maennchen/ZipStream-PHP/tree/3.1.0"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/maennchen",
+ "type": "github"
+ },
+ {
+ "url": "https://opencollective.com/zipstream",
+ "type": "open_collective"
+ }
+ ],
+ "time": "2023-06-21T14:59:35+00:00"
+ },
+ {
+ "name": "markbaker/complex",
+ "version": "3.0.2",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/MarkBaker/PHPComplex.git",
+ "reference": "95c56caa1cf5c766ad6d65b6344b807c1e8405b9"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/MarkBaker/PHPComplex/zipball/95c56caa1cf5c766ad6d65b6344b807c1e8405b9",
+ "reference": "95c56caa1cf5c766ad6d65b6344b807c1e8405b9",
+ "shasum": ""
+ },
+ "require": {
+ "php": "^7.2 || ^8.0"
+ },
+ "require-dev": {
+ "dealerdirect/phpcodesniffer-composer-installer": "dev-master",
+ "phpcompatibility/php-compatibility": "^9.3",
+ "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0",
+ "squizlabs/php_codesniffer": "^3.7"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "Complex\\": "classes/src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Mark Baker",
+ "email": "mark@lange.demon.co.uk"
+ }
+ ],
+ "description": "PHP Class for working with complex numbers",
+ "homepage": "https://github.com/MarkBaker/PHPComplex",
+ "keywords": [
+ "complex",
+ "mathematics"
+ ],
+ "support": {
+ "issues": "https://github.com/MarkBaker/PHPComplex/issues",
+ "source": "https://github.com/MarkBaker/PHPComplex/tree/3.0.2"
+ },
+ "time": "2022-12-06T16:21:08+00:00"
+ },
+ {
+ "name": "markbaker/matrix",
+ "version": "3.0.1",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/MarkBaker/PHPMatrix.git",
+ "reference": "728434227fe21be27ff6d86621a1b13107a2562c"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/MarkBaker/PHPMatrix/zipball/728434227fe21be27ff6d86621a1b13107a2562c",
+ "reference": "728434227fe21be27ff6d86621a1b13107a2562c",
+ "shasum": ""
+ },
+ "require": {
+ "php": "^7.1 || ^8.0"
+ },
+ "require-dev": {
+ "dealerdirect/phpcodesniffer-composer-installer": "dev-master",
+ "phpcompatibility/php-compatibility": "^9.3",
+ "phpdocumentor/phpdocumentor": "2.*",
+ "phploc/phploc": "^4.0",
+ "phpmd/phpmd": "2.*",
+ "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0",
+ "sebastian/phpcpd": "^4.0",
+ "squizlabs/php_codesniffer": "^3.7"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "Matrix\\": "classes/src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Mark Baker",
+ "email": "mark@demon-angel.eu"
+ }
+ ],
+ "description": "PHP Class for working with matrices",
+ "homepage": "https://github.com/MarkBaker/PHPMatrix",
+ "keywords": [
+ "mathematics",
+ "matrix",
+ "vector"
+ ],
+ "support": {
+ "issues": "https://github.com/MarkBaker/PHPMatrix/issues",
+ "source": "https://github.com/MarkBaker/PHPMatrix/tree/3.0.1"
+ },
+ "time": "2022-12-02T22:17:43+00:00"
+ },
+ {
+ "name": "masterminds/html5",
+ "version": "2.9.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/Masterminds/html5-php.git",
+ "reference": "f5ac2c0b0a2eefca70b2ce32a5809992227e75a6"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/Masterminds/html5-php/zipball/f5ac2c0b0a2eefca70b2ce32a5809992227e75a6",
+ "reference": "f5ac2c0b0a2eefca70b2ce32a5809992227e75a6",
+ "shasum": ""
+ },
+ "require": {
+ "ext-dom": "*",
+ "php": ">=5.3.0"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^4.8.35 || ^5.7.21 || ^6 || ^7 || ^8 || ^9"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "2.7-dev"
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "Masterminds\\": "src"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Matt Butcher",
+ "email": "technosophos@gmail.com"
+ },
+ {
+ "name": "Matt Farina",
+ "email": "matt@mattfarina.com"
+ },
+ {
+ "name": "Asmir Mustafic",
+ "email": "goetas@gmail.com"
+ }
+ ],
+ "description": "An HTML5 parser and serializer.",
+ "homepage": "http://masterminds.github.io/html5-php",
+ "keywords": [
+ "HTML5",
+ "dom",
+ "html",
+ "parser",
+ "querypath",
+ "serializer",
+ "xml"
+ ],
+ "support": {
+ "issues": "https://github.com/Masterminds/html5-php/issues",
+ "source": "https://github.com/Masterminds/html5-php/tree/2.9.0"
+ },
+ "time": "2024-03-31T07:05:07+00:00"
+ },
+ {
+ "name": "monolog/monolog",
+ "version": "3.6.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/Seldaek/monolog.git",
+ "reference": "4b18b21a5527a3d5ffdac2fd35d3ab25a9597654"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/Seldaek/monolog/zipball/4b18b21a5527a3d5ffdac2fd35d3ab25a9597654",
+ "reference": "4b18b21a5527a3d5ffdac2fd35d3ab25a9597654",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=8.1",
+ "psr/log": "^2.0 || ^3.0"
+ },
+ "provide": {
+ "psr/log-implementation": "3.0.0"
+ },
+ "require-dev": {
+ "aws/aws-sdk-php": "^3.0",
+ "doctrine/couchdb": "~1.0@dev",
+ "elasticsearch/elasticsearch": "^7 || ^8",
+ "ext-json": "*",
+ "graylog2/gelf-php": "^1.4.2 || ^2.0",
+ "guzzlehttp/guzzle": "^7.4.5",
+ "guzzlehttp/psr7": "^2.2",
+ "mongodb/mongodb": "^1.8",
+ "php-amqplib/php-amqplib": "~2.4 || ^3",
+ "phpstan/phpstan": "^1.9",
+ "phpstan/phpstan-deprecation-rules": "^1.0",
+ "phpstan/phpstan-strict-rules": "^1.4",
+ "phpunit/phpunit": "^10.5.17",
+ "predis/predis": "^1.1 || ^2",
+ "ruflin/elastica": "^7",
+ "symfony/mailer": "^5.4 || ^6",
+ "symfony/mime": "^5.4 || ^6"
+ },
+ "suggest": {
+ "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
+ "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
+ "elasticsearch/elasticsearch": "Allow sending log messages to an Elasticsearch server via official client",
+ "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
+ "ext-curl": "Required to send log messages using the IFTTTHandler, the LogglyHandler, the SendGridHandler, the SlackWebhookHandler or the TelegramBotHandler",
+ "ext-mbstring": "Allow to work properly with unicode symbols",
+ "ext-mongodb": "Allow sending log messages to a MongoDB server (via driver)",
+ "ext-openssl": "Required to send log messages using SSL",
+ "ext-sockets": "Allow sending log messages to a Syslog server (via UDP driver)",
+ "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
+ "mongodb/mongodb": "Allow sending log messages to a MongoDB server (via library)",
+ "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
+ "rollbar/rollbar": "Allow sending log messages to Rollbar",
+ "ruflin/elastica": "Allow sending log messages to an Elastic Search server"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-main": "3.x-dev"
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "Monolog\\": "src/Monolog"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Jordi Boggiano",
+ "email": "j.boggiano@seld.be",
+ "homepage": "https://seld.be"
+ }
+ ],
+ "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
+ "homepage": "https://github.com/Seldaek/monolog",
+ "keywords": [
+ "log",
+ "logging",
+ "psr-3"
+ ],
+ "support": {
+ "issues": "https://github.com/Seldaek/monolog/issues",
+ "source": "https://github.com/Seldaek/monolog/tree/3.6.0"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/Seldaek",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/monolog/monolog",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2024-04-12T21:02:21+00:00"
+ },
+ {
+ "name": "nesbot/carbon",
+ "version": "3.3.1",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/briannesbitt/Carbon.git",
+ "reference": "8ff64b92c1b1ec84fcde9f8bb9ff2ca34cb8a77a"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/8ff64b92c1b1ec84fcde9f8bb9ff2ca34cb8a77a",
+ "reference": "8ff64b92c1b1ec84fcde9f8bb9ff2ca34cb8a77a",
+ "shasum": ""
+ },
+ "require": {
+ "carbonphp/carbon-doctrine-types": "*",
+ "ext-json": "*",
+ "php": "^8.1",
+ "psr/clock": "^1.0",
+ "symfony/clock": "^6.3 || ^7.0",
+ "symfony/polyfill-mbstring": "^1.0",
+ "symfony/translation": "^4.4.18 || ^5.2.1|| ^6.0 || ^7.0"
+ },
+ "provide": {
+ "psr/clock-implementation": "1.0"
+ },
+ "require-dev": {
+ "doctrine/dbal": "^3.6.3 || ^4.0",
+ "doctrine/orm": "^2.15.2 || ^3.0",
+ "friendsofphp/php-cs-fixer": "^3.52.1",
+ "kylekatarnls/multi-tester": "^2.5.3",
+ "ondrejmirtes/better-reflection": "^6.25.0.4",
+ "phpmd/phpmd": "^2.15.0",
+ "phpstan/extension-installer": "^1.3.1",
+ "phpstan/phpstan": "^1.10.65",
+ "phpunit/phpunit": "^10.5.15",
+ "squizlabs/php_codesniffer": "^3.9.0"
+ },
+ "bin": [
+ "bin/carbon"
+ ],
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "3.x-dev",
+ "dev-2.x": "2.x-dev"
+ },
+ "laravel": {
+ "providers": [
+ "Carbon\\Laravel\\ServiceProvider"
+ ]
+ },
+ "phpstan": {
+ "includes": [
+ "extension.neon"
+ ]
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "Carbon\\": "src/Carbon/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Brian Nesbitt",
+ "email": "brian@nesbot.com",
+ "homepage": "https://markido.com"
+ },
+ {
+ "name": "kylekatarnls",
+ "homepage": "https://github.com/kylekatarnls"
+ }
+ ],
+ "description": "An API extension for DateTime that supports 281 different languages.",
+ "homepage": "https://carbon.nesbot.com",
+ "keywords": [
+ "date",
+ "datetime",
+ "time"
+ ],
+ "support": {
+ "docs": "https://carbon.nesbot.com/docs",
+ "issues": "https://github.com/briannesbitt/Carbon/issues",
+ "source": "https://github.com/briannesbitt/Carbon"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/sponsors/kylekatarnls",
+ "type": "github"
+ },
+ {
+ "url": "https://opencollective.com/Carbon#sponsor",
+ "type": "opencollective"
+ },
+ {
+ "url": "https://tidelift.com/subscription/pkg/packagist-nesbot-carbon?utm_source=packagist-nesbot-carbon&utm_medium=referral&utm_campaign=readme",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2024-05-01T06:54:22+00:00"
+ },
+ {
+ "name": "nette/schema",
+ "version": "v1.3.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/nette/schema.git",
+ "reference": "a6d3a6d1f545f01ef38e60f375d1cf1f4de98188"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/nette/schema/zipball/a6d3a6d1f545f01ef38e60f375d1cf1f4de98188",
+ "reference": "a6d3a6d1f545f01ef38e60f375d1cf1f4de98188",
+ "shasum": ""
+ },
+ "require": {
+ "nette/utils": "^4.0",
+ "php": "8.1 - 8.3"
+ },
+ "require-dev": {
+ "nette/tester": "^2.4",
+ "phpstan/phpstan-nette": "^1.0",
+ "tracy/tracy": "^2.8"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "1.3-dev"
+ }
+ },
+ "autoload": {
+ "classmap": [
+ "src/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-3-Clause",
+ "GPL-2.0-only",
+ "GPL-3.0-only"
+ ],
+ "authors": [
+ {
+ "name": "David Grudl",
+ "homepage": "https://davidgrudl.com"
+ },
+ {
+ "name": "Nette Community",
+ "homepage": "https://nette.org/contributors"
+ }
+ ],
+ "description": "📐 Nette Schema: validating data structures against a given Schema.",
+ "homepage": "https://nette.org",
+ "keywords": [
+ "config",
+ "nette"
+ ],
+ "support": {
+ "issues": "https://github.com/nette/schema/issues",
+ "source": "https://github.com/nette/schema/tree/v1.3.0"
+ },
+ "time": "2023-12-11T11:54:22+00:00"
+ },
+ {
+ "name": "nette/utils",
+ "version": "v4.0.4",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/nette/utils.git",
+ "reference": "d3ad0aa3b9f934602cb3e3902ebccf10be34d218"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/nette/utils/zipball/d3ad0aa3b9f934602cb3e3902ebccf10be34d218",
+ "reference": "d3ad0aa3b9f934602cb3e3902ebccf10be34d218",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=8.0 <8.4"
+ },
+ "conflict": {
+ "nette/finder": "<3",
+ "nette/schema": "<1.2.2"
+ },
+ "require-dev": {
+ "jetbrains/phpstorm-attributes": "dev-master",
+ "nette/tester": "^2.5",
+ "phpstan/phpstan": "^1.0",
+ "tracy/tracy": "^2.9"
+ },
+ "suggest": {
+ "ext-gd": "to use Image",
+ "ext-iconv": "to use Strings::webalize(), toAscii(), chr() and reverse()",
+ "ext-intl": "to use Strings::webalize(), toAscii(), normalize() and compare()",
+ "ext-json": "to use Nette\\Utils\\Json",
+ "ext-mbstring": "to use Strings::lower() etc...",
+ "ext-tokenizer": "to use Nette\\Utils\\Reflection::getUseStatements()"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "4.0-dev"
+ }
+ },
+ "autoload": {
+ "classmap": [
+ "src/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-3-Clause",
+ "GPL-2.0-only",
+ "GPL-3.0-only"
+ ],
+ "authors": [
+ {
+ "name": "David Grudl",
+ "homepage": "https://davidgrudl.com"
+ },
+ {
+ "name": "Nette Community",
+ "homepage": "https://nette.org/contributors"
+ }
+ ],
+ "description": "🛠 Nette Utils: lightweight utilities for string & array manipulation, image handling, safe JSON encoding/decoding, validation, slug or strong password generating etc.",
+ "homepage": "https://nette.org",
+ "keywords": [
+ "array",
+ "core",
+ "datetime",
+ "images",
+ "json",
+ "nette",
+ "paginator",
+ "password",
+ "slugify",
+ "string",
+ "unicode",
+ "utf-8",
+ "utility",
+ "validation"
+ ],
+ "support": {
+ "issues": "https://github.com/nette/utils/issues",
+ "source": "https://github.com/nette/utils/tree/v4.0.4"
+ },
+ "time": "2024-01-17T16:50:36+00:00"
+ },
+ {
+ "name": "nikic/php-parser",
+ "version": "v5.0.2",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/nikic/PHP-Parser.git",
+ "reference": "139676794dc1e9231bf7bcd123cfc0c99182cb13"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/139676794dc1e9231bf7bcd123cfc0c99182cb13",
+ "reference": "139676794dc1e9231bf7bcd123cfc0c99182cb13",
+ "shasum": ""
+ },
+ "require": {
+ "ext-ctype": "*",
+ "ext-json": "*",
+ "ext-tokenizer": "*",
+ "php": ">=7.4"
+ },
+ "require-dev": {
+ "ircmaxell/php-yacc": "^0.0.7",
+ "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0"
+ },
+ "bin": [
+ "bin/php-parse"
+ ],
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "5.0-dev"
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "PhpParser\\": "lib/PhpParser"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-3-Clause"
+ ],
+ "authors": [
+ {
+ "name": "Nikita Popov"
+ }
+ ],
+ "description": "A PHP parser written in PHP",
+ "keywords": [
+ "parser",
+ "php"
+ ],
+ "support": {
+ "issues": "https://github.com/nikic/PHP-Parser/issues",
+ "source": "https://github.com/nikic/PHP-Parser/tree/v5.0.2"
+ },
+ "time": "2024-03-05T20:51:40+00:00"
+ },
+ {
+ "name": "nunomaduro/termwind",
+ "version": "v2.0.1",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/nunomaduro/termwind.git",
+ "reference": "58c4c58cf23df7f498daeb97092e34f5259feb6a"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/nunomaduro/termwind/zipball/58c4c58cf23df7f498daeb97092e34f5259feb6a",
+ "reference": "58c4c58cf23df7f498daeb97092e34f5259feb6a",
+ "shasum": ""
+ },
+ "require": {
+ "ext-mbstring": "*",
+ "php": "^8.2",
+ "symfony/console": "^7.0.4"
+ },
+ "require-dev": {
+ "ergebnis/phpstan-rules": "^2.2.0",
+ "illuminate/console": "^11.0.0",
+ "laravel/pint": "^1.14.0",
+ "mockery/mockery": "^1.6.7",
+ "pestphp/pest": "^2.34.1",
+ "phpstan/phpstan": "^1.10.59",
+ "phpstan/phpstan-strict-rules": "^1.5.2",
+ "symfony/var-dumper": "^7.0.4",
+ "thecodingmachine/phpstan-strict-rules": "^1.0.0"
+ },
+ "type": "library",
+ "extra": {
+ "laravel": {
+ "providers": [
+ "Termwind\\Laravel\\TermwindServiceProvider"
+ ]
+ },
+ "branch-alias": {
+ "dev-2.x": "2.x-dev"
+ }
+ },
+ "autoload": {
+ "files": [
+ "src/Functions.php"
+ ],
+ "psr-4": {
+ "Termwind\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Nuno Maduro",
+ "email": "enunomaduro@gmail.com"
+ }
+ ],
+ "description": "Its like Tailwind CSS, but for the console.",
+ "keywords": [
+ "cli",
+ "console",
+ "css",
+ "package",
+ "php",
+ "style"
+ ],
+ "support": {
+ "issues": "https://github.com/nunomaduro/termwind/issues",
+ "source": "https://github.com/nunomaduro/termwind/tree/v2.0.1"
+ },
+ "funding": [
+ {
+ "url": "https://www.paypal.com/paypalme/enunomaduro",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/nunomaduro",
+ "type": "github"
+ },
+ {
+ "url": "https://github.com/xiCO2k",
+ "type": "github"
+ }
+ ],
+ "time": "2024-03-06T16:17:14+00:00"
+ },
+ {
+ "name": "phenx/php-font-lib",
+ "version": "0.5.6",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/dompdf/php-font-lib.git",
+ "reference": "a1681e9793040740a405ac5b189275059e2a9863"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/dompdf/php-font-lib/zipball/a1681e9793040740a405ac5b189275059e2a9863",
+ "reference": "a1681e9793040740a405ac5b189275059e2a9863",
+ "shasum": ""
+ },
+ "require": {
+ "ext-mbstring": "*"
+ },
+ "require-dev": {
+ "symfony/phpunit-bridge": "^3 || ^4 || ^5 || ^6"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "FontLib\\": "src/FontLib"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "LGPL-2.1-or-later"
+ ],
+ "authors": [
+ {
+ "name": "Fabien Ménager",
+ "email": "fabien.menager@gmail.com"
+ }
+ ],
+ "description": "A library to read, parse, export and make subsets of different types of font files.",
+ "homepage": "https://github.com/PhenX/php-font-lib",
+ "support": {
+ "issues": "https://github.com/dompdf/php-font-lib/issues",
+ "source": "https://github.com/dompdf/php-font-lib/tree/0.5.6"
+ },
+ "time": "2024-01-29T14:45:26+00:00"
+ },
+ {
+ "name": "phenx/php-svg-lib",
+ "version": "0.5.4",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/dompdf/php-svg-lib.git",
+ "reference": "46b25da81613a9cf43c83b2a8c2c1bdab27df691"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/dompdf/php-svg-lib/zipball/46b25da81613a9cf43c83b2a8c2c1bdab27df691",
+ "reference": "46b25da81613a9cf43c83b2a8c2c1bdab27df691",
+ "shasum": ""
+ },
+ "require": {
+ "ext-mbstring": "*",
+ "php": "^7.1 || ^8.0",
+ "sabberworm/php-css-parser": "^8.4"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "Svg\\": "src/Svg"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "LGPL-3.0-or-later"
+ ],
+ "authors": [
+ {
+ "name": "Fabien Ménager",
+ "email": "fabien.menager@gmail.com"
+ }
+ ],
+ "description": "A library to read, parse and export to PDF SVG files.",
+ "homepage": "https://github.com/PhenX/php-svg-lib",
+ "support": {
+ "issues": "https://github.com/dompdf/php-svg-lib/issues",
+ "source": "https://github.com/dompdf/php-svg-lib/tree/0.5.4"
+ },
+ "time": "2024-04-08T12:52:34+00:00"
+ },
+ {
+ "name": "phpoffice/phpspreadsheet",
+ "version": "1.29.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/PHPOffice/PhpSpreadsheet.git",
+ "reference": "fde2ccf55eaef7e86021ff1acce26479160a0fa0"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/PHPOffice/PhpSpreadsheet/zipball/fde2ccf55eaef7e86021ff1acce26479160a0fa0",
+ "reference": "fde2ccf55eaef7e86021ff1acce26479160a0fa0",
+ "shasum": ""
+ },
+ "require": {
+ "ext-ctype": "*",
+ "ext-dom": "*",
+ "ext-fileinfo": "*",
+ "ext-gd": "*",
+ "ext-iconv": "*",
+ "ext-libxml": "*",
+ "ext-mbstring": "*",
+ "ext-simplexml": "*",
+ "ext-xml": "*",
+ "ext-xmlreader": "*",
+ "ext-xmlwriter": "*",
+ "ext-zip": "*",
+ "ext-zlib": "*",
+ "ezyang/htmlpurifier": "^4.15",
+ "maennchen/zipstream-php": "^2.1 || ^3.0",
+ "markbaker/complex": "^3.0",
+ "markbaker/matrix": "^3.0",
+ "php": "^7.4 || ^8.0",
+ "psr/http-client": "^1.0",
+ "psr/http-factory": "^1.0",
+ "psr/simple-cache": "^1.0 || ^2.0 || ^3.0"
+ },
+ "require-dev": {
+ "dealerdirect/phpcodesniffer-composer-installer": "dev-main",
+ "dompdf/dompdf": "^1.0 || ^2.0",
+ "friendsofphp/php-cs-fixer": "^3.2",
+ "mitoteam/jpgraph": "^10.3",
+ "mpdf/mpdf": "^8.1.1",
+ "phpcompatibility/php-compatibility": "^9.3",
+ "phpstan/phpstan": "^1.1",
+ "phpstan/phpstan-phpunit": "^1.0",
+ "phpunit/phpunit": "^8.5 || ^9.0 || ^10.0",
+ "squizlabs/php_codesniffer": "^3.7",
+ "tecnickcom/tcpdf": "^6.5"
+ },
+ "suggest": {
+ "dompdf/dompdf": "Option for rendering PDF with PDF Writer",
+ "ext-intl": "PHP Internationalization Functions",
+ "mitoteam/jpgraph": "Option for rendering charts, or including charts with PDF or HTML Writers",
+ "mpdf/mpdf": "Option for rendering PDF with PDF Writer",
+ "tecnickcom/tcpdf": "Option for rendering PDF with PDF Writer"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "PhpOffice\\PhpSpreadsheet\\": "src/PhpSpreadsheet"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Maarten Balliauw",
+ "homepage": "https://blog.maartenballiauw.be"
+ },
+ {
+ "name": "Mark Baker",
+ "homepage": "https://markbakeruk.net"
+ },
+ {
+ "name": "Franck Lefevre",
+ "homepage": "https://rootslabs.net"
+ },
+ {
+ "name": "Erik Tilt"
+ },
+ {
+ "name": "Adrien Crivelli"
+ }
+ ],
+ "description": "PHPSpreadsheet - Read, Create and Write Spreadsheet documents in PHP - Spreadsheet engine",
+ "homepage": "https://github.com/PHPOffice/PhpSpreadsheet",
+ "keywords": [
+ "OpenXML",
+ "excel",
+ "gnumeric",
+ "ods",
+ "php",
+ "spreadsheet",
+ "xls",
+ "xlsx"
+ ],
+ "support": {
+ "issues": "https://github.com/PHPOffice/PhpSpreadsheet/issues",
+ "source": "https://github.com/PHPOffice/PhpSpreadsheet/tree/1.29.0"
+ },
+ "time": "2023-06-14T22:48:31+00:00"
+ },
+ {
+ "name": "phpoption/phpoption",
+ "version": "1.9.2",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/schmittjoh/php-option.git",
+ "reference": "80735db690fe4fc5c76dfa7f9b770634285fa820"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/80735db690fe4fc5c76dfa7f9b770634285fa820",
+ "reference": "80735db690fe4fc5c76dfa7f9b770634285fa820",
+ "shasum": ""
+ },
+ "require": {
+ "php": "^7.2.5 || ^8.0"
+ },
+ "require-dev": {
+ "bamarni/composer-bin-plugin": "^1.8.2",
+ "phpunit/phpunit": "^8.5.34 || ^9.6.13 || ^10.4.2"
+ },
+ "type": "library",
+ "extra": {
+ "bamarni-bin": {
+ "bin-links": true,
+ "forward-command": true
+ },
+ "branch-alias": {
+ "dev-master": "1.9-dev"
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "PhpOption\\": "src/PhpOption/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "Apache-2.0"
+ ],
+ "authors": [
+ {
+ "name": "Johannes M. Schmitt",
+ "email": "schmittjoh@gmail.com",
+ "homepage": "https://github.com/schmittjoh"
+ },
+ {
+ "name": "Graham Campbell",
+ "email": "hello@gjcampbell.co.uk",
+ "homepage": "https://github.com/GrahamCampbell"
+ }
+ ],
+ "description": "Option Type for PHP",
+ "keywords": [
+ "language",
+ "option",
+ "php",
+ "type"
+ ],
+ "support": {
+ "issues": "https://github.com/schmittjoh/php-option/issues",
+ "source": "https://github.com/schmittjoh/php-option/tree/1.9.2"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/GrahamCampbell",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/phpoption/phpoption",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2023-11-12T21:59:55+00:00"
+ },
+ {
+ "name": "predis/predis",
+ "version": "v2.2.2",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/predis/predis.git",
+ "reference": "b1d3255ed9ad4d7254f9f9bba386c99f4bb983d1"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/predis/predis/zipball/b1d3255ed9ad4d7254f9f9bba386c99f4bb983d1",
+ "reference": "b1d3255ed9ad4d7254f9f9bba386c99f4bb983d1",
+ "shasum": ""
+ },
+ "require": {
+ "php": "^7.2 || ^8.0"
+ },
+ "require-dev": {
+ "friendsofphp/php-cs-fixer": "^3.3",
+ "phpstan/phpstan": "^1.9",
+ "phpunit/phpunit": "^8.0 || ~9.4.4"
+ },
+ "suggest": {
+ "ext-relay": "Faster connection with in-memory caching (>=0.6.2)"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "Predis\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Till Krüss",
+ "homepage": "https://till.im",
+ "role": "Maintainer"
+ }
+ ],
+ "description": "A flexible and feature-complete Redis client for PHP.",
+ "homepage": "http://github.com/predis/predis",
+ "keywords": [
+ "nosql",
+ "predis",
+ "redis"
+ ],
+ "support": {
+ "issues": "https://github.com/predis/predis/issues",
+ "source": "https://github.com/predis/predis/tree/v2.2.2"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/sponsors/tillkruss",
+ "type": "github"
+ }
+ ],
+ "time": "2023-09-13T16:42:03+00:00"
+ },
+ {
+ "name": "psr/clock",
+ "version": "1.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/php-fig/clock.git",
+ "reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/php-fig/clock/zipball/e41a24703d4560fd0acb709162f73b8adfc3aa0d",
+ "reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d",
+ "shasum": ""
+ },
+ "require": {
+ "php": "^7.0 || ^8.0"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "Psr\\Clock\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "PHP-FIG",
+ "homepage": "https://www.php-fig.org/"
+ }
+ ],
+ "description": "Common interface for reading the clock.",
+ "homepage": "https://github.com/php-fig/clock",
+ "keywords": [
+ "clock",
+ "now",
+ "psr",
+ "psr-20",
+ "time"
+ ],
+ "support": {
+ "issues": "https://github.com/php-fig/clock/issues",
+ "source": "https://github.com/php-fig/clock/tree/1.0.0"
+ },
+ "time": "2022-11-25T14:36:26+00:00"
+ },
+ {
+ "name": "psr/container",
+ "version": "2.0.2",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/php-fig/container.git",
+ "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/php-fig/container/zipball/c71ecc56dfe541dbd90c5360474fbc405f8d5963",
+ "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=7.4.0"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "2.0.x-dev"
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "Psr\\Container\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "PHP-FIG",
+ "homepage": "https://www.php-fig.org/"
+ }
+ ],
+ "description": "Common Container Interface (PHP FIG PSR-11)",
+ "homepage": "https://github.com/php-fig/container",
+ "keywords": [
+ "PSR-11",
+ "container",
+ "container-interface",
+ "container-interop",
+ "psr"
+ ],
+ "support": {
+ "issues": "https://github.com/php-fig/container/issues",
+ "source": "https://github.com/php-fig/container/tree/2.0.2"
+ },
+ "time": "2021-11-05T16:47:00+00:00"
+ },
+ {
+ "name": "psr/event-dispatcher",
+ "version": "1.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/php-fig/event-dispatcher.git",
+ "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0",
+ "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=7.2.0"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "1.0.x-dev"
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "Psr\\EventDispatcher\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "PHP-FIG",
+ "homepage": "http://www.php-fig.org/"
+ }
+ ],
+ "description": "Standard interfaces for event handling.",
+ "keywords": [
+ "events",
+ "psr",
+ "psr-14"
+ ],
+ "support": {
+ "issues": "https://github.com/php-fig/event-dispatcher/issues",
+ "source": "https://github.com/php-fig/event-dispatcher/tree/1.0.0"
+ },
+ "time": "2019-01-08T18:20:26+00:00"
+ },
+ {
+ "name": "psr/http-client",
+ "version": "1.0.3",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/php-fig/http-client.git",
+ "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/php-fig/http-client/zipball/bb5906edc1c324c9a05aa0873d40117941e5fa90",
+ "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90",
+ "shasum": ""
+ },
+ "require": {
+ "php": "^7.0 || ^8.0",
+ "psr/http-message": "^1.0 || ^2.0"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "1.0.x-dev"
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "Psr\\Http\\Client\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "PHP-FIG",
+ "homepage": "https://www.php-fig.org/"
+ }
+ ],
+ "description": "Common interface for HTTP clients",
+ "homepage": "https://github.com/php-fig/http-client",
+ "keywords": [
+ "http",
+ "http-client",
+ "psr",
+ "psr-18"
+ ],
+ "support": {
+ "source": "https://github.com/php-fig/http-client"
+ },
+ "time": "2023-09-23T14:17:50+00:00"
+ },
+ {
+ "name": "psr/http-factory",
+ "version": "1.1.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/php-fig/http-factory.git",
+ "reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/php-fig/http-factory/zipball/2b4765fddfe3b508ac62f829e852b1501d3f6e8a",
+ "reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=7.1",
+ "psr/http-message": "^1.0 || ^2.0"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "1.0.x-dev"
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "Psr\\Http\\Message\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "PHP-FIG",
+ "homepage": "https://www.php-fig.org/"
+ }
+ ],
+ "description": "PSR-17: Common interfaces for PSR-7 HTTP message factories",
+ "keywords": [
+ "factory",
+ "http",
+ "message",
+ "psr",
+ "psr-17",
+ "psr-7",
+ "request",
+ "response"
+ ],
+ "support": {
+ "source": "https://github.com/php-fig/http-factory"
+ },
+ "time": "2024-04-15T12:06:14+00:00"
+ },
+ {
+ "name": "psr/http-message",
+ "version": "2.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/php-fig/http-message.git",
+ "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/php-fig/http-message/zipball/402d35bcb92c70c026d1a6a9883f06b2ead23d71",
+ "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71",
+ "shasum": ""
+ },
+ "require": {
+ "php": "^7.2 || ^8.0"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "2.0.x-dev"
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "Psr\\Http\\Message\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "PHP-FIG",
+ "homepage": "https://www.php-fig.org/"
+ }
+ ],
+ "description": "Common interface for HTTP messages",
+ "homepage": "https://github.com/php-fig/http-message",
+ "keywords": [
+ "http",
+ "http-message",
+ "psr",
+ "psr-7",
+ "request",
+ "response"
+ ],
+ "support": {
+ "source": "https://github.com/php-fig/http-message/tree/2.0"
+ },
+ "time": "2023-04-04T09:54:51+00:00"
+ },
+ {
+ "name": "psr/log",
+ "version": "3.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/php-fig/log.git",
+ "reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/php-fig/log/zipball/fe5ea303b0887d5caefd3d431c3e61ad47037001",
+ "reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=8.0.0"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "3.x-dev"
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "Psr\\Log\\": "src"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "PHP-FIG",
+ "homepage": "https://www.php-fig.org/"
+ }
+ ],
+ "description": "Common interface for logging libraries",
+ "homepage": "https://github.com/php-fig/log",
+ "keywords": [
+ "log",
+ "psr",
+ "psr-3"
+ ],
+ "support": {
+ "source": "https://github.com/php-fig/log/tree/3.0.0"
+ },
+ "time": "2021-07-14T16:46:02+00:00"
+ },
+ {
+ "name": "psr/simple-cache",
+ "version": "3.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/php-fig/simple-cache.git",
+ "reference": "764e0b3939f5ca87cb904f570ef9be2d78a07865"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/764e0b3939f5ca87cb904f570ef9be2d78a07865",
+ "reference": "764e0b3939f5ca87cb904f570ef9be2d78a07865",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=8.0.0"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "3.0.x-dev"
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "Psr\\SimpleCache\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "PHP-FIG",
+ "homepage": "https://www.php-fig.org/"
+ }
+ ],
+ "description": "Common interfaces for simple caching",
+ "keywords": [
+ "cache",
+ "caching",
+ "psr",
+ "psr-16",
+ "simple-cache"
+ ],
+ "support": {
+ "source": "https://github.com/php-fig/simple-cache/tree/3.0.0"
+ },
+ "time": "2021-10-29T13:26:27+00:00"
+ },
+ {
+ "name": "psy/psysh",
+ "version": "v0.12.3",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/bobthecow/psysh.git",
+ "reference": "b6b6cce7d3ee8fbf31843edce5e8f5a72eff4a73"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/bobthecow/psysh/zipball/b6b6cce7d3ee8fbf31843edce5e8f5a72eff4a73",
+ "reference": "b6b6cce7d3ee8fbf31843edce5e8f5a72eff4a73",
+ "shasum": ""
+ },
+ "require": {
+ "ext-json": "*",
+ "ext-tokenizer": "*",
+ "nikic/php-parser": "^5.0 || ^4.0",
+ "php": "^8.0 || ^7.4",
+ "symfony/console": "^7.0 || ^6.0 || ^5.0 || ^4.0 || ^3.4",
+ "symfony/var-dumper": "^7.0 || ^6.0 || ^5.0 || ^4.0 || ^3.4"
+ },
+ "conflict": {
+ "symfony/console": "4.4.37 || 5.3.14 || 5.3.15 || 5.4.3 || 5.4.4 || 6.0.3 || 6.0.4"
+ },
+ "require-dev": {
+ "bamarni/composer-bin-plugin": "^1.2"
+ },
+ "suggest": {
+ "ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)",
+ "ext-pdo-sqlite": "The doc command requires SQLite to work.",
+ "ext-posix": "If you have PCNTL, you'll want the POSIX extension as well."
+ },
+ "bin": [
+ "bin/psysh"
+ ],
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-main": "0.12.x-dev"
+ },
+ "bamarni-bin": {
+ "bin-links": false,
+ "forward-command": false
+ }
+ },
+ "autoload": {
+ "files": [
+ "src/functions.php"
+ ],
+ "psr-4": {
+ "Psy\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Justin Hileman",
+ "email": "justin@justinhileman.info",
+ "homepage": "http://justinhileman.com"
+ }
+ ],
+ "description": "An interactive shell for modern PHP.",
+ "homepage": "http://psysh.org",
+ "keywords": [
+ "REPL",
+ "console",
+ "interactive",
+ "shell"
+ ],
+ "support": {
+ "issues": "https://github.com/bobthecow/psysh/issues",
+ "source": "https://github.com/bobthecow/psysh/tree/v0.12.3"
+ },
+ "time": "2024-04-02T15:57:53+00:00"
+ },
+ {
+ "name": "ralouphie/getallheaders",
+ "version": "3.0.3",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/ralouphie/getallheaders.git",
+ "reference": "120b605dfeb996808c31b6477290a714d356e822"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
+ "reference": "120b605dfeb996808c31b6477290a714d356e822",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=5.6"
+ },
+ "require-dev": {
+ "php-coveralls/php-coveralls": "^2.1",
+ "phpunit/phpunit": "^5 || ^6.5"
+ },
+ "type": "library",
+ "autoload": {
+ "files": [
+ "src/getallheaders.php"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Ralph Khattar",
+ "email": "ralph.khattar@gmail.com"
+ }
+ ],
+ "description": "A polyfill for getallheaders.",
+ "support": {
+ "issues": "https://github.com/ralouphie/getallheaders/issues",
+ "source": "https://github.com/ralouphie/getallheaders/tree/develop"
+ },
+ "time": "2019-03-08T08:55:37+00:00"
+ },
+ {
+ "name": "ramsey/collection",
+ "version": "2.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/ramsey/collection.git",
+ "reference": "a4b48764bfbb8f3a6a4d1aeb1a35bb5e9ecac4a5"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/ramsey/collection/zipball/a4b48764bfbb8f3a6a4d1aeb1a35bb5e9ecac4a5",
+ "reference": "a4b48764bfbb8f3a6a4d1aeb1a35bb5e9ecac4a5",
+ "shasum": ""
+ },
+ "require": {
+ "php": "^8.1"
+ },
+ "require-dev": {
+ "captainhook/plugin-composer": "^5.3",
+ "ergebnis/composer-normalize": "^2.28.3",
+ "fakerphp/faker": "^1.21",
+ "hamcrest/hamcrest-php": "^2.0",
+ "jangregor/phpstan-prophecy": "^1.0",
+ "mockery/mockery": "^1.5",
+ "php-parallel-lint/php-console-highlighter": "^1.0",
+ "php-parallel-lint/php-parallel-lint": "^1.3",
+ "phpcsstandards/phpcsutils": "^1.0.0-rc1",
+ "phpspec/prophecy-phpunit": "^2.0",
+ "phpstan/extension-installer": "^1.2",
+ "phpstan/phpstan": "^1.9",
+ "phpstan/phpstan-mockery": "^1.1",
+ "phpstan/phpstan-phpunit": "^1.3",
+ "phpunit/phpunit": "^9.5",
+ "psalm/plugin-mockery": "^1.1",
+ "psalm/plugin-phpunit": "^0.18.4",
+ "ramsey/coding-standard": "^2.0.3",
+ "ramsey/conventional-commits": "^1.3",
+ "vimeo/psalm": "^5.4"
+ },
+ "type": "library",
+ "extra": {
+ "captainhook": {
+ "force-install": true
+ },
+ "ramsey/conventional-commits": {
+ "configFile": "conventional-commits.json"
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "Ramsey\\Collection\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Ben Ramsey",
+ "email": "ben@benramsey.com",
+ "homepage": "https://benramsey.com"
+ }
+ ],
+ "description": "A PHP library for representing and manipulating collections.",
+ "keywords": [
+ "array",
+ "collection",
+ "hash",
+ "map",
+ "queue",
+ "set"
+ ],
+ "support": {
+ "issues": "https://github.com/ramsey/collection/issues",
+ "source": "https://github.com/ramsey/collection/tree/2.0.0"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/ramsey",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/ramsey/collection",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2022-12-31T21:50:55+00:00"
+ },
+ {
+ "name": "ramsey/uuid",
+ "version": "4.7.6",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/ramsey/uuid.git",
+ "reference": "91039bc1faa45ba123c4328958e620d382ec7088"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/ramsey/uuid/zipball/91039bc1faa45ba123c4328958e620d382ec7088",
+ "reference": "91039bc1faa45ba123c4328958e620d382ec7088",
+ "shasum": ""
+ },
+ "require": {
+ "brick/math": "^0.8.8 || ^0.9 || ^0.10 || ^0.11 || ^0.12",
+ "ext-json": "*",
+ "php": "^8.0",
+ "ramsey/collection": "^1.2 || ^2.0"
+ },
+ "replace": {
+ "rhumsaa/uuid": "self.version"
+ },
+ "require-dev": {
+ "captainhook/captainhook": "^5.10",
+ "captainhook/plugin-composer": "^5.3",
+ "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
+ "doctrine/annotations": "^1.8",
+ "ergebnis/composer-normalize": "^2.15",
+ "mockery/mockery": "^1.3",
+ "paragonie/random-lib": "^2",
+ "php-mock/php-mock": "^2.2",
+ "php-mock/php-mock-mockery": "^1.3",
+ "php-parallel-lint/php-parallel-lint": "^1.1",
+ "phpbench/phpbench": "^1.0",
+ "phpstan/extension-installer": "^1.1",
+ "phpstan/phpstan": "^1.8",
+ "phpstan/phpstan-mockery": "^1.1",
+ "phpstan/phpstan-phpunit": "^1.1",
+ "phpunit/phpunit": "^8.5 || ^9",
+ "ramsey/composer-repl": "^1.4",
+ "slevomat/coding-standard": "^8.4",
+ "squizlabs/php_codesniffer": "^3.5",
+ "vimeo/psalm": "^4.9"
+ },
+ "suggest": {
+ "ext-bcmath": "Enables faster math with arbitrary-precision integers using BCMath.",
+ "ext-gmp": "Enables faster math with arbitrary-precision integers using GMP.",
+ "ext-uuid": "Enables the use of PeclUuidTimeGenerator and PeclUuidRandomGenerator.",
+ "paragonie/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
+ "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
+ },
+ "type": "library",
+ "extra": {
+ "captainhook": {
+ "force-install": true
+ }
+ },
+ "autoload": {
+ "files": [
+ "src/functions.php"
+ ],
+ "psr-4": {
+ "Ramsey\\Uuid\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "description": "A PHP library for generating and working with universally unique identifiers (UUIDs).",
+ "keywords": [
+ "guid",
+ "identifier",
+ "uuid"
+ ],
+ "support": {
+ "issues": "https://github.com/ramsey/uuid/issues",
+ "source": "https://github.com/ramsey/uuid/tree/4.7.6"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/ramsey",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/ramsey/uuid",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2024-04-27T21:32:50+00:00"
+ },
+ {
+ "name": "sabberworm/php-css-parser",
+ "version": "v8.5.1",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/MyIntervals/PHP-CSS-Parser.git",
+ "reference": "4a3d572b0f8b28bb6fd016ae8bbfc445facef152"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/MyIntervals/PHP-CSS-Parser/zipball/4a3d572b0f8b28bb6fd016ae8bbfc445facef152",
+ "reference": "4a3d572b0f8b28bb6fd016ae8bbfc445facef152",
+ "shasum": ""
+ },
+ "require": {
+ "ext-iconv": "*",
+ "php": ">=5.6.20"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^5.7.27"
+ },
+ "suggest": {
+ "ext-mbstring": "for parsing UTF-8 CSS"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-main": "9.0.x-dev"
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "Sabberworm\\CSS\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Raphael Schweikert"
+ },
+ {
+ "name": "Oliver Klee",
+ "email": "github@oliverklee.de"
+ },
+ {
+ "name": "Jake Hotson",
+ "email": "jake.github@qzdesign.co.uk"
+ }
+ ],
+ "description": "Parser for CSS Files written in PHP",
+ "homepage": "https://www.sabberworm.com/blog/2010/6/10/php-css-parser",
+ "keywords": [
+ "css",
+ "parser",
+ "stylesheet"
+ ],
+ "support": {
+ "issues": "https://github.com/MyIntervals/PHP-CSS-Parser/issues",
+ "source": "https://github.com/MyIntervals/PHP-CSS-Parser/tree/v8.5.1"
+ },
+ "time": "2024-02-15T16:41:13+00:00"
+ },
+ {
+ "name": "symfony/clock",
+ "version": "v7.0.7",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/symfony/clock.git",
+ "reference": "2008671acb4a30b01c453de193cf9c80549ebda6"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/symfony/clock/zipball/2008671acb4a30b01c453de193cf9c80549ebda6",
+ "reference": "2008671acb4a30b01c453de193cf9c80549ebda6",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=8.2",
+ "psr/clock": "^1.0",
+ "symfony/polyfill-php83": "^1.28"
+ },
+ "provide": {
+ "psr/clock-implementation": "1.0"
+ },
+ "type": "library",
+ "autoload": {
+ "files": [
+ "Resources/now.php"
+ ],
+ "psr-4": {
+ "Symfony\\Component\\Clock\\": ""
+ },
+ "exclude-from-classmap": [
+ "/Tests/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Nicolas Grekas",
+ "email": "p@tchwork.com"
+ },
+ {
+ "name": "Symfony Community",
+ "homepage": "https://symfony.com/contributors"
+ }
+ ],
+ "description": "Decouples applications from the system clock",
+ "homepage": "https://symfony.com",
+ "keywords": [
+ "clock",
+ "psr20",
+ "time"
+ ],
+ "support": {
+ "source": "https://github.com/symfony/clock/tree/v7.0.7"
+ },
+ "funding": [
+ {
+ "url": "https://symfony.com/sponsor",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/fabpot",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2024-04-18T09:29:19+00:00"
+ },
+ {
+ "name": "symfony/console",
+ "version": "v7.0.7",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/symfony/console.git",
+ "reference": "c981e0e9380ce9f146416bde3150c79197ce9986"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/symfony/console/zipball/c981e0e9380ce9f146416bde3150c79197ce9986",
+ "reference": "c981e0e9380ce9f146416bde3150c79197ce9986",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=8.2",
+ "symfony/polyfill-mbstring": "~1.0",
+ "symfony/service-contracts": "^2.5|^3",
+ "symfony/string": "^6.4|^7.0"
+ },
+ "conflict": {
+ "symfony/dependency-injection": "<6.4",
+ "symfony/dotenv": "<6.4",
+ "symfony/event-dispatcher": "<6.4",
+ "symfony/lock": "<6.4",
+ "symfony/process": "<6.4"
+ },
+ "provide": {
+ "psr/log-implementation": "1.0|2.0|3.0"
+ },
+ "require-dev": {
+ "psr/log": "^1|^2|^3",
+ "symfony/config": "^6.4|^7.0",
+ "symfony/dependency-injection": "^6.4|^7.0",
+ "symfony/event-dispatcher": "^6.4|^7.0",
+ "symfony/http-foundation": "^6.4|^7.0",
+ "symfony/http-kernel": "^6.4|^7.0",
+ "symfony/lock": "^6.4|^7.0",
+ "symfony/messenger": "^6.4|^7.0",
+ "symfony/process": "^6.4|^7.0",
+ "symfony/stopwatch": "^6.4|^7.0",
+ "symfony/var-dumper": "^6.4|^7.0"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "Symfony\\Component\\Console\\": ""
+ },
+ "exclude-from-classmap": [
+ "/Tests/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Fabien Potencier",
+ "email": "fabien@symfony.com"
+ },
+ {
+ "name": "Symfony Community",
+ "homepage": "https://symfony.com/contributors"
+ }
+ ],
+ "description": "Eases the creation of beautiful and testable command line interfaces",
+ "homepage": "https://symfony.com",
+ "keywords": [
+ "cli",
+ "command-line",
+ "console",
+ "terminal"
+ ],
+ "support": {
+ "source": "https://github.com/symfony/console/tree/v7.0.7"
+ },
+ "funding": [
+ {
+ "url": "https://symfony.com/sponsor",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/fabpot",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2024-04-18T09:29:19+00:00"
+ },
+ {
+ "name": "symfony/css-selector",
+ "version": "v7.0.7",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/symfony/css-selector.git",
+ "reference": "b08a4ad89e84b29cec285b7b1f781a7ae51cf4bc"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/symfony/css-selector/zipball/b08a4ad89e84b29cec285b7b1f781a7ae51cf4bc",
+ "reference": "b08a4ad89e84b29cec285b7b1f781a7ae51cf4bc",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=8.2"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "Symfony\\Component\\CssSelector\\": ""
+ },
+ "exclude-from-classmap": [
+ "/Tests/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Fabien Potencier",
+ "email": "fabien@symfony.com"
+ },
+ {
+ "name": "Jean-François Simon",
+ "email": "jeanfrancois.simon@sensiolabs.com"
+ },
+ {
+ "name": "Symfony Community",
+ "homepage": "https://symfony.com/contributors"
+ }
+ ],
+ "description": "Converts CSS selectors to XPath expressions",
+ "homepage": "https://symfony.com",
+ "support": {
+ "source": "https://github.com/symfony/css-selector/tree/v7.0.7"
+ },
+ "funding": [
+ {
+ "url": "https://symfony.com/sponsor",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/fabpot",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2024-04-18T09:29:19+00:00"
+ },
+ {
+ "name": "symfony/deprecation-contracts",
+ "version": "v3.5.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/symfony/deprecation-contracts.git",
+ "reference": "0e0d29ce1f20deffb4ab1b016a7257c4f1e789a1"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/0e0d29ce1f20deffb4ab1b016a7257c4f1e789a1",
+ "reference": "0e0d29ce1f20deffb4ab1b016a7257c4f1e789a1",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=8.1"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-main": "3.5-dev"
+ },
+ "thanks": {
+ "name": "symfony/contracts",
+ "url": "https://github.com/symfony/contracts"
+ }
+ },
+ "autoload": {
+ "files": [
+ "function.php"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Nicolas Grekas",
+ "email": "p@tchwork.com"
+ },
+ {
+ "name": "Symfony Community",
+ "homepage": "https://symfony.com/contributors"
+ }
+ ],
+ "description": "A generic function and convention to trigger deprecation notices",
+ "homepage": "https://symfony.com",
+ "support": {
+ "source": "https://github.com/symfony/deprecation-contracts/tree/v3.5.0"
+ },
+ "funding": [
+ {
+ "url": "https://symfony.com/sponsor",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/fabpot",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2024-04-18T09:32:20+00:00"
+ },
+ {
+ "name": "symfony/error-handler",
+ "version": "v7.0.7",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/symfony/error-handler.git",
+ "reference": "cf97429887e40480c847bfeb6c3991e1e2c086ab"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/symfony/error-handler/zipball/cf97429887e40480c847bfeb6c3991e1e2c086ab",
+ "reference": "cf97429887e40480c847bfeb6c3991e1e2c086ab",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=8.2",
+ "psr/log": "^1|^2|^3",
+ "symfony/var-dumper": "^6.4|^7.0"
+ },
+ "conflict": {
+ "symfony/deprecation-contracts": "<2.5",
+ "symfony/http-kernel": "<6.4"
+ },
+ "require-dev": {
+ "symfony/deprecation-contracts": "^2.5|^3",
+ "symfony/http-kernel": "^6.4|^7.0",
+ "symfony/serializer": "^6.4|^7.0"
+ },
+ "bin": [
+ "Resources/bin/patch-type-declarations"
+ ],
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "Symfony\\Component\\ErrorHandler\\": ""
+ },
+ "exclude-from-classmap": [
+ "/Tests/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Fabien Potencier",
+ "email": "fabien@symfony.com"
+ },
+ {
+ "name": "Symfony Community",
+ "homepage": "https://symfony.com/contributors"
+ }
+ ],
+ "description": "Provides tools to manage errors and ease debugging PHP code",
+ "homepage": "https://symfony.com",
+ "support": {
+ "source": "https://github.com/symfony/error-handler/tree/v7.0.7"
+ },
+ "funding": [
+ {
+ "url": "https://symfony.com/sponsor",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/fabpot",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2024-04-18T09:29:19+00:00"
+ },
+ {
+ "name": "symfony/event-dispatcher",
+ "version": "v7.0.7",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/symfony/event-dispatcher.git",
+ "reference": "db2a7fab994d67d92356bb39c367db115d9d30f9"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/db2a7fab994d67d92356bb39c367db115d9d30f9",
+ "reference": "db2a7fab994d67d92356bb39c367db115d9d30f9",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=8.2",
+ "symfony/event-dispatcher-contracts": "^2.5|^3"
+ },
+ "conflict": {
+ "symfony/dependency-injection": "<6.4",
+ "symfony/service-contracts": "<2.5"
+ },
+ "provide": {
+ "psr/event-dispatcher-implementation": "1.0",
+ "symfony/event-dispatcher-implementation": "2.0|3.0"
+ },
+ "require-dev": {
+ "psr/log": "^1|^2|^3",
+ "symfony/config": "^6.4|^7.0",
+ "symfony/dependency-injection": "^6.4|^7.0",
+ "symfony/error-handler": "^6.4|^7.0",
+ "symfony/expression-language": "^6.4|^7.0",
+ "symfony/http-foundation": "^6.4|^7.0",
+ "symfony/service-contracts": "^2.5|^3",
+ "symfony/stopwatch": "^6.4|^7.0"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "Symfony\\Component\\EventDispatcher\\": ""
+ },
+ "exclude-from-classmap": [
+ "/Tests/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Fabien Potencier",
+ "email": "fabien@symfony.com"
+ },
+ {
+ "name": "Symfony Community",
+ "homepage": "https://symfony.com/contributors"
+ }
+ ],
+ "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
+ "homepage": "https://symfony.com",
+ "support": {
+ "source": "https://github.com/symfony/event-dispatcher/tree/v7.0.7"
+ },
+ "funding": [
+ {
+ "url": "https://symfony.com/sponsor",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/fabpot",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2024-04-18T09:29:19+00:00"
+ },
+ {
+ "name": "symfony/event-dispatcher-contracts",
+ "version": "v3.5.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/symfony/event-dispatcher-contracts.git",
+ "reference": "8f93aec25d41b72493c6ddff14e916177c9efc50"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/8f93aec25d41b72493c6ddff14e916177c9efc50",
+ "reference": "8f93aec25d41b72493c6ddff14e916177c9efc50",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=8.1",
+ "psr/event-dispatcher": "^1"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-main": "3.5-dev"
+ },
+ "thanks": {
+ "name": "symfony/contracts",
+ "url": "https://github.com/symfony/contracts"
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "Symfony\\Contracts\\EventDispatcher\\": ""
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Nicolas Grekas",
+ "email": "p@tchwork.com"
+ },
+ {
+ "name": "Symfony Community",
+ "homepage": "https://symfony.com/contributors"
+ }
+ ],
+ "description": "Generic abstractions related to dispatching event",
+ "homepage": "https://symfony.com",
+ "keywords": [
+ "abstractions",
+ "contracts",
+ "decoupling",
+ "interfaces",
+ "interoperability",
+ "standards"
+ ],
+ "support": {
+ "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v3.5.0"
+ },
+ "funding": [
+ {
+ "url": "https://symfony.com/sponsor",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/fabpot",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2024-04-18T09:32:20+00:00"
+ },
+ {
+ "name": "symfony/finder",
+ "version": "v7.0.7",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/symfony/finder.git",
+ "reference": "4d58f0f4fe95a30d7b538d71197135483560b97c"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/symfony/finder/zipball/4d58f0f4fe95a30d7b538d71197135483560b97c",
+ "reference": "4d58f0f4fe95a30d7b538d71197135483560b97c",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=8.2"
+ },
+ "require-dev": {
+ "symfony/filesystem": "^6.4|^7.0"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "Symfony\\Component\\Finder\\": ""
+ },
+ "exclude-from-classmap": [
+ "/Tests/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Fabien Potencier",
+ "email": "fabien@symfony.com"
+ },
+ {
+ "name": "Symfony Community",
+ "homepage": "https://symfony.com/contributors"
+ }
+ ],
+ "description": "Finds files and directories via an intuitive fluent interface",
+ "homepage": "https://symfony.com",
+ "support": {
+ "source": "https://github.com/symfony/finder/tree/v7.0.7"
+ },
+ "funding": [
+ {
+ "url": "https://symfony.com/sponsor",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/fabpot",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2024-04-28T11:44:19+00:00"
+ },
+ {
+ "name": "symfony/http-foundation",
+ "version": "v7.0.7",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/symfony/http-foundation.git",
+ "reference": "0194e064b8bdc29381462f790bab04e1cac8fdc8"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/symfony/http-foundation/zipball/0194e064b8bdc29381462f790bab04e1cac8fdc8",
+ "reference": "0194e064b8bdc29381462f790bab04e1cac8fdc8",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=8.2",
+ "symfony/polyfill-mbstring": "~1.1",
+ "symfony/polyfill-php83": "^1.27"
+ },
+ "conflict": {
+ "doctrine/dbal": "<3.6",
+ "symfony/cache": "<6.4"
+ },
+ "require-dev": {
+ "doctrine/dbal": "^3.6|^4",
+ "predis/predis": "^1.1|^2.0",
+ "symfony/cache": "^6.4|^7.0",
+ "symfony/dependency-injection": "^6.4|^7.0",
+ "symfony/expression-language": "^6.4|^7.0",
+ "symfony/http-kernel": "^6.4|^7.0",
+ "symfony/mime": "^6.4|^7.0",
+ "symfony/rate-limiter": "^6.4|^7.0"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "Symfony\\Component\\HttpFoundation\\": ""
+ },
+ "exclude-from-classmap": [
+ "/Tests/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Fabien Potencier",
+ "email": "fabien@symfony.com"
+ },
+ {
+ "name": "Symfony Community",
+ "homepage": "https://symfony.com/contributors"
+ }
+ ],
+ "description": "Defines an object-oriented layer for the HTTP specification",
+ "homepage": "https://symfony.com",
+ "support": {
+ "source": "https://github.com/symfony/http-foundation/tree/v7.0.7"
+ },
+ "funding": [
+ {
+ "url": "https://symfony.com/sponsor",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/fabpot",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2024-04-18T09:29:19+00:00"
+ },
+ {
+ "name": "symfony/http-kernel",
+ "version": "v7.0.7",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/symfony/http-kernel.git",
+ "reference": "e07bb9bd86e7cd8ba2d3d9c618eec9d1bbe06d25"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/symfony/http-kernel/zipball/e07bb9bd86e7cd8ba2d3d9c618eec9d1bbe06d25",
+ "reference": "e07bb9bd86e7cd8ba2d3d9c618eec9d1bbe06d25",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=8.2",
+ "psr/log": "^1|^2|^3",
+ "symfony/error-handler": "^6.4|^7.0",
+ "symfony/event-dispatcher": "^6.4|^7.0",
+ "symfony/http-foundation": "^6.4|^7.0",
+ "symfony/polyfill-ctype": "^1.8"
+ },
+ "conflict": {
+ "symfony/browser-kit": "<6.4",
+ "symfony/cache": "<6.4",
+ "symfony/config": "<6.4",
+ "symfony/console": "<6.4",
+ "symfony/dependency-injection": "<6.4",
+ "symfony/doctrine-bridge": "<6.4",
+ "symfony/form": "<6.4",
+ "symfony/http-client": "<6.4",
+ "symfony/http-client-contracts": "<2.5",
+ "symfony/mailer": "<6.4",
+ "symfony/messenger": "<6.4",
+ "symfony/translation": "<6.4",
+ "symfony/translation-contracts": "<2.5",
+ "symfony/twig-bridge": "<6.4",
+ "symfony/validator": "<6.4",
+ "symfony/var-dumper": "<6.4",
+ "twig/twig": "<3.0.4"
+ },
+ "provide": {
+ "psr/log-implementation": "1.0|2.0|3.0"
+ },
+ "require-dev": {
+ "psr/cache": "^1.0|^2.0|^3.0",
+ "symfony/browser-kit": "^6.4|^7.0",
+ "symfony/clock": "^6.4|^7.0",
+ "symfony/config": "^6.4|^7.0",
+ "symfony/console": "^6.4|^7.0",
+ "symfony/css-selector": "^6.4|^7.0",
+ "symfony/dependency-injection": "^6.4|^7.0",
+ "symfony/dom-crawler": "^6.4|^7.0",
+ "symfony/expression-language": "^6.4|^7.0",
+ "symfony/finder": "^6.4|^7.0",
+ "symfony/http-client-contracts": "^2.5|^3",
+ "symfony/process": "^6.4|^7.0",
+ "symfony/property-access": "^6.4|^7.0",
+ "symfony/routing": "^6.4|^7.0",
+ "symfony/serializer": "^6.4.4|^7.0.4",
+ "symfony/stopwatch": "^6.4|^7.0",
+ "symfony/translation": "^6.4|^7.0",
+ "symfony/translation-contracts": "^2.5|^3",
+ "symfony/uid": "^6.4|^7.0",
+ "symfony/validator": "^6.4|^7.0",
+ "symfony/var-dumper": "^6.4|^7.0",
+ "symfony/var-exporter": "^6.4|^7.0",
+ "twig/twig": "^3.0.4"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "Symfony\\Component\\HttpKernel\\": ""
+ },
+ "exclude-from-classmap": [
+ "/Tests/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Fabien Potencier",
+ "email": "fabien@symfony.com"
+ },
+ {
+ "name": "Symfony Community",
+ "homepage": "https://symfony.com/contributors"
+ }
+ ],
+ "description": "Provides a structured process for converting a Request into a Response",
+ "homepage": "https://symfony.com",
+ "support": {
+ "source": "https://github.com/symfony/http-kernel/tree/v7.0.7"
+ },
+ "funding": [
+ {
+ "url": "https://symfony.com/sponsor",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/fabpot",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2024-04-29T12:20:25+00:00"
+ },
+ {
+ "name": "symfony/mailer",
+ "version": "v7.0.7",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/symfony/mailer.git",
+ "reference": "4ff41a7c7998a88cfdc31b5841ef64d9246fc56a"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/symfony/mailer/zipball/4ff41a7c7998a88cfdc31b5841ef64d9246fc56a",
+ "reference": "4ff41a7c7998a88cfdc31b5841ef64d9246fc56a",
+ "shasum": ""
+ },
+ "require": {
+ "egulias/email-validator": "^2.1.10|^3|^4",
+ "php": ">=8.2",
+ "psr/event-dispatcher": "^1",
+ "psr/log": "^1|^2|^3",
+ "symfony/event-dispatcher": "^6.4|^7.0",
+ "symfony/mime": "^6.4|^7.0",
+ "symfony/service-contracts": "^2.5|^3"
+ },
+ "conflict": {
+ "symfony/http-client-contracts": "<2.5",
+ "symfony/http-kernel": "<6.4",
+ "symfony/messenger": "<6.4",
+ "symfony/mime": "<6.4",
+ "symfony/twig-bridge": "<6.4"
+ },
+ "require-dev": {
+ "symfony/console": "^6.4|^7.0",
+ "symfony/http-client": "^6.4|^7.0",
+ "symfony/messenger": "^6.4|^7.0",
+ "symfony/twig-bridge": "^6.4|^7.0"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "Symfony\\Component\\Mailer\\": ""
+ },
+ "exclude-from-classmap": [
+ "/Tests/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Fabien Potencier",
+ "email": "fabien@symfony.com"
+ },
+ {
+ "name": "Symfony Community",
+ "homepage": "https://symfony.com/contributors"
+ }
+ ],
+ "description": "Helps sending emails",
+ "homepage": "https://symfony.com",
+ "support": {
+ "source": "https://github.com/symfony/mailer/tree/v7.0.7"
+ },
+ "funding": [
+ {
+ "url": "https://symfony.com/sponsor",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/fabpot",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2024-04-18T09:29:19+00:00"
+ },
+ {
+ "name": "symfony/mime",
+ "version": "v7.0.7",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/symfony/mime.git",
+ "reference": "3adbf110c306546f6f00337f421d2edca0e8d3c0"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/symfony/mime/zipball/3adbf110c306546f6f00337f421d2edca0e8d3c0",
+ "reference": "3adbf110c306546f6f00337f421d2edca0e8d3c0",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=8.2",
+ "symfony/polyfill-intl-idn": "^1.10",
+ "symfony/polyfill-mbstring": "^1.0"
+ },
+ "conflict": {
+ "egulias/email-validator": "~3.0.0",
+ "phpdocumentor/reflection-docblock": "<3.2.2",
+ "phpdocumentor/type-resolver": "<1.4.0",
+ "symfony/mailer": "<6.4",
+ "symfony/serializer": "<6.4"
+ },
+ "require-dev": {
+ "egulias/email-validator": "^2.1.10|^3.1|^4",
+ "league/html-to-markdown": "^5.0",
+ "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
+ "symfony/dependency-injection": "^6.4|^7.0",
+ "symfony/process": "^6.4|^7.0",
+ "symfony/property-access": "^6.4|^7.0",
+ "symfony/property-info": "^6.4|^7.0",
+ "symfony/serializer": "^6.4|^7.0"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "Symfony\\Component\\Mime\\": ""
+ },
+ "exclude-from-classmap": [
+ "/Tests/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Fabien Potencier",
+ "email": "fabien@symfony.com"
+ },
+ {
+ "name": "Symfony Community",
+ "homepage": "https://symfony.com/contributors"
+ }
+ ],
+ "description": "Allows manipulating MIME messages",
+ "homepage": "https://symfony.com",
+ "keywords": [
+ "mime",
+ "mime-type"
+ ],
+ "support": {
+ "source": "https://github.com/symfony/mime/tree/v7.0.7"
+ },
+ "funding": [
+ {
+ "url": "https://symfony.com/sponsor",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/fabpot",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2024-04-18T09:29:19+00:00"
+ },
+ {
+ "name": "symfony/polyfill-ctype",
+ "version": "v1.29.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/symfony/polyfill-ctype.git",
+ "reference": "ef4d7e442ca910c4764bce785146269b30cb5fc4"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/ef4d7e442ca910c4764bce785146269b30cb5fc4",
+ "reference": "ef4d7e442ca910c4764bce785146269b30cb5fc4",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=7.1"
+ },
+ "provide": {
+ "ext-ctype": "*"
+ },
+ "suggest": {
+ "ext-ctype": "For best performance"
+ },
+ "type": "library",
+ "extra": {
+ "thanks": {
+ "name": "symfony/polyfill",
+ "url": "https://github.com/symfony/polyfill"
+ }
+ },
+ "autoload": {
+ "files": [
+ "bootstrap.php"
+ ],
+ "psr-4": {
+ "Symfony\\Polyfill\\Ctype\\": ""
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Gert de Pagter",
+ "email": "BackEndTea@gmail.com"
+ },
+ {
+ "name": "Symfony Community",
+ "homepage": "https://symfony.com/contributors"
+ }
+ ],
+ "description": "Symfony polyfill for ctype functions",
+ "homepage": "https://symfony.com",
+ "keywords": [
+ "compatibility",
+ "ctype",
+ "polyfill",
+ "portable"
+ ],
+ "support": {
+ "source": "https://github.com/symfony/polyfill-ctype/tree/v1.29.0"
+ },
+ "funding": [
+ {
+ "url": "https://symfony.com/sponsor",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/fabpot",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2024-01-29T20:11:03+00:00"
+ },
+ {
+ "name": "symfony/polyfill-intl-grapheme",
+ "version": "v1.29.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/symfony/polyfill-intl-grapheme.git",
+ "reference": "32a9da87d7b3245e09ac426c83d334ae9f06f80f"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/32a9da87d7b3245e09ac426c83d334ae9f06f80f",
+ "reference": "32a9da87d7b3245e09ac426c83d334ae9f06f80f",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=7.1"
+ },
+ "suggest": {
+ "ext-intl": "For best performance"
+ },
+ "type": "library",
+ "extra": {
+ "thanks": {
+ "name": "symfony/polyfill",
+ "url": "https://github.com/symfony/polyfill"
+ }
+ },
+ "autoload": {
+ "files": [
+ "bootstrap.php"
+ ],
+ "psr-4": {
+ "Symfony\\Polyfill\\Intl\\Grapheme\\": ""
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Nicolas Grekas",
+ "email": "p@tchwork.com"
+ },
+ {
+ "name": "Symfony Community",
+ "homepage": "https://symfony.com/contributors"
+ }
+ ],
+ "description": "Symfony polyfill for intl's grapheme_* functions",
+ "homepage": "https://symfony.com",
+ "keywords": [
+ "compatibility",
+ "grapheme",
+ "intl",
+ "polyfill",
+ "portable",
+ "shim"
+ ],
+ "support": {
+ "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.29.0"
+ },
+ "funding": [
+ {
+ "url": "https://symfony.com/sponsor",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/fabpot",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2024-01-29T20:11:03+00:00"
+ },
+ {
+ "name": "symfony/polyfill-intl-idn",
+ "version": "v1.29.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/symfony/polyfill-intl-idn.git",
+ "reference": "a287ed7475f85bf6f61890146edbc932c0fff919"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/a287ed7475f85bf6f61890146edbc932c0fff919",
+ "reference": "a287ed7475f85bf6f61890146edbc932c0fff919",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=7.1",
+ "symfony/polyfill-intl-normalizer": "^1.10",
+ "symfony/polyfill-php72": "^1.10"
+ },
+ "suggest": {
+ "ext-intl": "For best performance"
+ },
+ "type": "library",
+ "extra": {
+ "thanks": {
+ "name": "symfony/polyfill",
+ "url": "https://github.com/symfony/polyfill"
+ }
+ },
+ "autoload": {
+ "files": [
+ "bootstrap.php"
+ ],
+ "psr-4": {
+ "Symfony\\Polyfill\\Intl\\Idn\\": ""
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Laurent Bassin",
+ "email": "laurent@bassin.info"
+ },
+ {
+ "name": "Trevor Rowbotham",
+ "email": "trevor.rowbotham@pm.me"
+ },
+ {
+ "name": "Symfony Community",
+ "homepage": "https://symfony.com/contributors"
+ }
+ ],
+ "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
+ "homepage": "https://symfony.com",
+ "keywords": [
+ "compatibility",
+ "idn",
+ "intl",
+ "polyfill",
+ "portable",
+ "shim"
+ ],
+ "support": {
+ "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.29.0"
+ },
+ "funding": [
+ {
+ "url": "https://symfony.com/sponsor",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/fabpot",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2024-01-29T20:11:03+00:00"
+ },
+ {
+ "name": "symfony/polyfill-intl-normalizer",
+ "version": "v1.29.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
+ "reference": "bc45c394692b948b4d383a08d7753968bed9a83d"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/bc45c394692b948b4d383a08d7753968bed9a83d",
+ "reference": "bc45c394692b948b4d383a08d7753968bed9a83d",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=7.1"
+ },
+ "suggest": {
+ "ext-intl": "For best performance"
+ },
+ "type": "library",
+ "extra": {
+ "thanks": {
+ "name": "symfony/polyfill",
+ "url": "https://github.com/symfony/polyfill"
+ }
+ },
+ "autoload": {
+ "files": [
+ "bootstrap.php"
+ ],
+ "psr-4": {
+ "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
+ },
+ "classmap": [
+ "Resources/stubs"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Nicolas Grekas",
+ "email": "p@tchwork.com"
+ },
+ {
+ "name": "Symfony Community",
+ "homepage": "https://symfony.com/contributors"
+ }
+ ],
+ "description": "Symfony polyfill for intl's Normalizer class and related functions",
+ "homepage": "https://symfony.com",
+ "keywords": [
+ "compatibility",
+ "intl",
+ "normalizer",
+ "polyfill",
+ "portable",
+ "shim"
+ ],
+ "support": {
+ "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.29.0"
+ },
+ "funding": [
+ {
+ "url": "https://symfony.com/sponsor",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/fabpot",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2024-01-29T20:11:03+00:00"
+ },
+ {
+ "name": "symfony/polyfill-mbstring",
+ "version": "v1.29.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/symfony/polyfill-mbstring.git",
+ "reference": "9773676c8a1bb1f8d4340a62efe641cf76eda7ec"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9773676c8a1bb1f8d4340a62efe641cf76eda7ec",
+ "reference": "9773676c8a1bb1f8d4340a62efe641cf76eda7ec",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=7.1"
+ },
+ "provide": {
+ "ext-mbstring": "*"
+ },
+ "suggest": {
+ "ext-mbstring": "For best performance"
+ },
+ "type": "library",
+ "extra": {
+ "thanks": {
+ "name": "symfony/polyfill",
+ "url": "https://github.com/symfony/polyfill"
+ }
+ },
+ "autoload": {
+ "files": [
+ "bootstrap.php"
+ ],
+ "psr-4": {
+ "Symfony\\Polyfill\\Mbstring\\": ""
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Nicolas Grekas",
+ "email": "p@tchwork.com"
+ },
+ {
+ "name": "Symfony Community",
+ "homepage": "https://symfony.com/contributors"
+ }
+ ],
+ "description": "Symfony polyfill for the Mbstring extension",
+ "homepage": "https://symfony.com",
+ "keywords": [
+ "compatibility",
+ "mbstring",
+ "polyfill",
+ "portable",
+ "shim"
+ ],
+ "support": {
+ "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.29.0"
+ },
+ "funding": [
+ {
+ "url": "https://symfony.com/sponsor",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/fabpot",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2024-01-29T20:11:03+00:00"
+ },
+ {
+ "name": "symfony/polyfill-php72",
+ "version": "v1.29.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/symfony/polyfill-php72.git",
+ "reference": "861391a8da9a04cbad2d232ddd9e4893220d6e25"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/861391a8da9a04cbad2d232ddd9e4893220d6e25",
+ "reference": "861391a8da9a04cbad2d232ddd9e4893220d6e25",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=7.1"
+ },
+ "type": "library",
+ "extra": {
+ "thanks": {
+ "name": "symfony/polyfill",
+ "url": "https://github.com/symfony/polyfill"
+ }
+ },
+ "autoload": {
+ "files": [
+ "bootstrap.php"
+ ],
+ "psr-4": {
+ "Symfony\\Polyfill\\Php72\\": ""
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Nicolas Grekas",
+ "email": "p@tchwork.com"
+ },
+ {
+ "name": "Symfony Community",
+ "homepage": "https://symfony.com/contributors"
+ }
+ ],
+ "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
+ "homepage": "https://symfony.com",
+ "keywords": [
+ "compatibility",
+ "polyfill",
+ "portable",
+ "shim"
+ ],
+ "support": {
+ "source": "https://github.com/symfony/polyfill-php72/tree/v1.29.0"
+ },
+ "funding": [
+ {
+ "url": "https://symfony.com/sponsor",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/fabpot",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2024-01-29T20:11:03+00:00"
+ },
+ {
+ "name": "symfony/polyfill-php80",
+ "version": "v1.29.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/symfony/polyfill-php80.git",
+ "reference": "87b68208d5c1188808dd7839ee1e6c8ec3b02f1b"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/87b68208d5c1188808dd7839ee1e6c8ec3b02f1b",
+ "reference": "87b68208d5c1188808dd7839ee1e6c8ec3b02f1b",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=7.1"
+ },
+ "type": "library",
+ "extra": {
+ "thanks": {
+ "name": "symfony/polyfill",
+ "url": "https://github.com/symfony/polyfill"
+ }
+ },
+ "autoload": {
+ "files": [
+ "bootstrap.php"
+ ],
+ "psr-4": {
+ "Symfony\\Polyfill\\Php80\\": ""
+ },
+ "classmap": [
+ "Resources/stubs"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Ion Bazan",
+ "email": "ion.bazan@gmail.com"
+ },
+ {
+ "name": "Nicolas Grekas",
+ "email": "p@tchwork.com"
+ },
+ {
+ "name": "Symfony Community",
+ "homepage": "https://symfony.com/contributors"
+ }
+ ],
+ "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
+ "homepage": "https://symfony.com",
+ "keywords": [
+ "compatibility",
+ "polyfill",
+ "portable",
+ "shim"
+ ],
+ "support": {
+ "source": "https://github.com/symfony/polyfill-php80/tree/v1.29.0"
+ },
+ "funding": [
+ {
+ "url": "https://symfony.com/sponsor",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/fabpot",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2024-01-29T20:11:03+00:00"
+ },
+ {
+ "name": "symfony/polyfill-php83",
+ "version": "v1.29.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/symfony/polyfill-php83.git",
+ "reference": "86fcae159633351e5fd145d1c47de6c528f8caff"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/symfony/polyfill-php83/zipball/86fcae159633351e5fd145d1c47de6c528f8caff",
+ "reference": "86fcae159633351e5fd145d1c47de6c528f8caff",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=7.1",
+ "symfony/polyfill-php80": "^1.14"
+ },
+ "type": "library",
+ "extra": {
+ "thanks": {
+ "name": "symfony/polyfill",
+ "url": "https://github.com/symfony/polyfill"
+ }
+ },
+ "autoload": {
+ "files": [
+ "bootstrap.php"
+ ],
+ "psr-4": {
+ "Symfony\\Polyfill\\Php83\\": ""
+ },
+ "classmap": [
+ "Resources/stubs"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Nicolas Grekas",
+ "email": "p@tchwork.com"
+ },
+ {
+ "name": "Symfony Community",
+ "homepage": "https://symfony.com/contributors"
+ }
+ ],
+ "description": "Symfony polyfill backporting some PHP 8.3+ features to lower PHP versions",
+ "homepage": "https://symfony.com",
+ "keywords": [
+ "compatibility",
+ "polyfill",
+ "portable",
+ "shim"
+ ],
+ "support": {
+ "source": "https://github.com/symfony/polyfill-php83/tree/v1.29.0"
+ },
+ "funding": [
+ {
+ "url": "https://symfony.com/sponsor",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/fabpot",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2024-01-29T20:11:03+00:00"
+ },
+ {
+ "name": "symfony/polyfill-uuid",
+ "version": "v1.29.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/symfony/polyfill-uuid.git",
+ "reference": "3abdd21b0ceaa3000ee950097bc3cf9efc137853"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/symfony/polyfill-uuid/zipball/3abdd21b0ceaa3000ee950097bc3cf9efc137853",
+ "reference": "3abdd21b0ceaa3000ee950097bc3cf9efc137853",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=7.1"
+ },
+ "provide": {
+ "ext-uuid": "*"
+ },
+ "suggest": {
+ "ext-uuid": "For best performance"
+ },
+ "type": "library",
+ "extra": {
+ "thanks": {
+ "name": "symfony/polyfill",
+ "url": "https://github.com/symfony/polyfill"
+ }
+ },
+ "autoload": {
+ "files": [
+ "bootstrap.php"
+ ],
+ "psr-4": {
+ "Symfony\\Polyfill\\Uuid\\": ""
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Grégoire Pineau",
+ "email": "lyrixx@lyrixx.info"
+ },
+ {
+ "name": "Symfony Community",
+ "homepage": "https://symfony.com/contributors"
+ }
+ ],
+ "description": "Symfony polyfill for uuid functions",
+ "homepage": "https://symfony.com",
+ "keywords": [
+ "compatibility",
+ "polyfill",
+ "portable",
+ "uuid"
+ ],
+ "support": {
+ "source": "https://github.com/symfony/polyfill-uuid/tree/v1.29.0"
+ },
+ "funding": [
+ {
+ "url": "https://symfony.com/sponsor",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/fabpot",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2024-01-29T20:11:03+00:00"
+ },
+ {
+ "name": "symfony/process",
+ "version": "v7.0.7",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/symfony/process.git",
+ "reference": "3839e56b94dd1dbd13235d27504e66baf23faba0"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/symfony/process/zipball/3839e56b94dd1dbd13235d27504e66baf23faba0",
+ "reference": "3839e56b94dd1dbd13235d27504e66baf23faba0",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=8.2"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "Symfony\\Component\\Process\\": ""
+ },
+ "exclude-from-classmap": [
+ "/Tests/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Fabien Potencier",
+ "email": "fabien@symfony.com"
+ },
+ {
+ "name": "Symfony Community",
+ "homepage": "https://symfony.com/contributors"
+ }
+ ],
+ "description": "Executes commands in sub-processes",
+ "homepage": "https://symfony.com",
+ "support": {
+ "source": "https://github.com/symfony/process/tree/v7.0.7"
+ },
+ "funding": [
+ {
+ "url": "https://symfony.com/sponsor",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/fabpot",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2024-04-18T09:29:19+00:00"
+ },
+ {
+ "name": "symfony/routing",
+ "version": "v7.0.7",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/symfony/routing.git",
+ "reference": "9f82bf7766ccc9c22ab7aeb9bebb98351483fa5b"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/symfony/routing/zipball/9f82bf7766ccc9c22ab7aeb9bebb98351483fa5b",
+ "reference": "9f82bf7766ccc9c22ab7aeb9bebb98351483fa5b",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=8.2",
+ "symfony/deprecation-contracts": "^2.5|^3"
+ },
+ "conflict": {
+ "symfony/config": "<6.4",
+ "symfony/dependency-injection": "<6.4",
+ "symfony/yaml": "<6.4"
+ },
+ "require-dev": {
+ "psr/log": "^1|^2|^3",
+ "symfony/config": "^6.4|^7.0",
+ "symfony/dependency-injection": "^6.4|^7.0",
+ "symfony/expression-language": "^6.4|^7.0",
+ "symfony/http-foundation": "^6.4|^7.0",
+ "symfony/yaml": "^6.4|^7.0"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "Symfony\\Component\\Routing\\": ""
+ },
+ "exclude-from-classmap": [
+ "/Tests/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Fabien Potencier",
+ "email": "fabien@symfony.com"
+ },
+ {
+ "name": "Symfony Community",
+ "homepage": "https://symfony.com/contributors"
+ }
+ ],
+ "description": "Maps an HTTP request to a set of configuration variables",
+ "homepage": "https://symfony.com",
+ "keywords": [
+ "router",
+ "routing",
+ "uri",
+ "url"
+ ],
+ "support": {
+ "source": "https://github.com/symfony/routing/tree/v7.0.7"
+ },
+ "funding": [
+ {
+ "url": "https://symfony.com/sponsor",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/fabpot",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2024-04-18T09:29:19+00:00"
+ },
+ {
+ "name": "symfony/service-contracts",
+ "version": "v3.5.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/symfony/service-contracts.git",
+ "reference": "bd1d9e59a81d8fa4acdcea3f617c581f7475a80f"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/symfony/service-contracts/zipball/bd1d9e59a81d8fa4acdcea3f617c581f7475a80f",
+ "reference": "bd1d9e59a81d8fa4acdcea3f617c581f7475a80f",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=8.1",
+ "psr/container": "^1.1|^2.0",
+ "symfony/deprecation-contracts": "^2.5|^3"
+ },
+ "conflict": {
+ "ext-psr": "<1.1|>=2"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-main": "3.5-dev"
+ },
+ "thanks": {
+ "name": "symfony/contracts",
+ "url": "https://github.com/symfony/contracts"
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "Symfony\\Contracts\\Service\\": ""
+ },
+ "exclude-from-classmap": [
+ "/Test/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Nicolas Grekas",
+ "email": "p@tchwork.com"
+ },
+ {
+ "name": "Symfony Community",
+ "homepage": "https://symfony.com/contributors"
+ }
+ ],
+ "description": "Generic abstractions related to writing services",
+ "homepage": "https://symfony.com",
+ "keywords": [
+ "abstractions",
+ "contracts",
+ "decoupling",
+ "interfaces",
+ "interoperability",
+ "standards"
+ ],
+ "support": {
+ "source": "https://github.com/symfony/service-contracts/tree/v3.5.0"
+ },
+ "funding": [
+ {
+ "url": "https://symfony.com/sponsor",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/fabpot",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2024-04-18T09:32:20+00:00"
+ },
+ {
+ "name": "symfony/string",
+ "version": "v7.0.7",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/symfony/string.git",
+ "reference": "e405b5424dc2528e02e31ba26b83a79fd4eb8f63"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/symfony/string/zipball/e405b5424dc2528e02e31ba26b83a79fd4eb8f63",
+ "reference": "e405b5424dc2528e02e31ba26b83a79fd4eb8f63",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=8.2",
+ "symfony/polyfill-ctype": "~1.8",
+ "symfony/polyfill-intl-grapheme": "~1.0",
+ "symfony/polyfill-intl-normalizer": "~1.0",
+ "symfony/polyfill-mbstring": "~1.0"
+ },
+ "conflict": {
+ "symfony/translation-contracts": "<2.5"
+ },
+ "require-dev": {
+ "symfony/error-handler": "^6.4|^7.0",
+ "symfony/http-client": "^6.4|^7.0",
+ "symfony/intl": "^6.4|^7.0",
+ "symfony/translation-contracts": "^2.5|^3.0",
+ "symfony/var-exporter": "^6.4|^7.0"
+ },
+ "type": "library",
+ "autoload": {
+ "files": [
+ "Resources/functions.php"
+ ],
+ "psr-4": {
+ "Symfony\\Component\\String\\": ""
+ },
+ "exclude-from-classmap": [
+ "/Tests/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Nicolas Grekas",
+ "email": "p@tchwork.com"
+ },
+ {
+ "name": "Symfony Community",
+ "homepage": "https://symfony.com/contributors"
+ }
+ ],
+ "description": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way",
+ "homepage": "https://symfony.com",
+ "keywords": [
+ "grapheme",
+ "i18n",
+ "string",
+ "unicode",
+ "utf-8",
+ "utf8"
+ ],
+ "support": {
+ "source": "https://github.com/symfony/string/tree/v7.0.7"
+ },
+ "funding": [
+ {
+ "url": "https://symfony.com/sponsor",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/fabpot",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2024-04-18T09:29:19+00:00"
+ },
+ {
+ "name": "symfony/translation",
+ "version": "v7.0.7",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/symfony/translation.git",
+ "reference": "1515e03afaa93e6419aba5d5c9d209159317100b"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/symfony/translation/zipball/1515e03afaa93e6419aba5d5c9d209159317100b",
+ "reference": "1515e03afaa93e6419aba5d5c9d209159317100b",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=8.2",
+ "symfony/polyfill-mbstring": "~1.0",
+ "symfony/translation-contracts": "^2.5|^3.0"
+ },
+ "conflict": {
+ "symfony/config": "<6.4",
+ "symfony/console": "<6.4",
+ "symfony/dependency-injection": "<6.4",
+ "symfony/http-client-contracts": "<2.5",
+ "symfony/http-kernel": "<6.4",
+ "symfony/service-contracts": "<2.5",
+ "symfony/twig-bundle": "<6.4",
+ "symfony/yaml": "<6.4"
+ },
+ "provide": {
+ "symfony/translation-implementation": "2.3|3.0"
+ },
+ "require-dev": {
+ "nikic/php-parser": "^4.18|^5.0",
+ "psr/log": "^1|^2|^3",
+ "symfony/config": "^6.4|^7.0",
+ "symfony/console": "^6.4|^7.0",
+ "symfony/dependency-injection": "^6.4|^7.0",
+ "symfony/finder": "^6.4|^7.0",
+ "symfony/http-client-contracts": "^2.5|^3.0",
+ "symfony/http-kernel": "^6.4|^7.0",
+ "symfony/intl": "^6.4|^7.0",
+ "symfony/polyfill-intl-icu": "^1.21",
+ "symfony/routing": "^6.4|^7.0",
+ "symfony/service-contracts": "^2.5|^3",
+ "symfony/yaml": "^6.4|^7.0"
+ },
+ "type": "library",
+ "autoload": {
+ "files": [
+ "Resources/functions.php"
+ ],
+ "psr-4": {
+ "Symfony\\Component\\Translation\\": ""
+ },
+ "exclude-from-classmap": [
+ "/Tests/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Fabien Potencier",
+ "email": "fabien@symfony.com"
+ },
+ {
+ "name": "Symfony Community",
+ "homepage": "https://symfony.com/contributors"
+ }
+ ],
+ "description": "Provides tools to internationalize your application",
+ "homepage": "https://symfony.com",
+ "support": {
+ "source": "https://github.com/symfony/translation/tree/v7.0.7"
+ },
+ "funding": [
+ {
+ "url": "https://symfony.com/sponsor",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/fabpot",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2024-04-18T09:29:19+00:00"
+ },
+ {
+ "name": "symfony/translation-contracts",
+ "version": "v3.5.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/symfony/translation-contracts.git",
+ "reference": "b9d2189887bb6b2e0367a9fc7136c5239ab9b05a"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/b9d2189887bb6b2e0367a9fc7136c5239ab9b05a",
+ "reference": "b9d2189887bb6b2e0367a9fc7136c5239ab9b05a",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=8.1"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-main": "3.5-dev"
+ },
+ "thanks": {
+ "name": "symfony/contracts",
+ "url": "https://github.com/symfony/contracts"
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "Symfony\\Contracts\\Translation\\": ""
+ },
+ "exclude-from-classmap": [
+ "/Test/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Nicolas Grekas",
+ "email": "p@tchwork.com"
+ },
+ {
+ "name": "Symfony Community",
+ "homepage": "https://symfony.com/contributors"
+ }
+ ],
+ "description": "Generic abstractions related to translation",
+ "homepage": "https://symfony.com",
+ "keywords": [
+ "abstractions",
+ "contracts",
+ "decoupling",
+ "interfaces",
+ "interoperability",
+ "standards"
+ ],
+ "support": {
+ "source": "https://github.com/symfony/translation-contracts/tree/v3.5.0"
+ },
+ "funding": [
+ {
+ "url": "https://symfony.com/sponsor",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/fabpot",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2024-04-18T09:32:20+00:00"
+ },
+ {
+ "name": "symfony/uid",
+ "version": "v7.0.7",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/symfony/uid.git",
+ "reference": "4f3a5d181999e25918586c8369de09e7814e7be2"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/symfony/uid/zipball/4f3a5d181999e25918586c8369de09e7814e7be2",
+ "reference": "4f3a5d181999e25918586c8369de09e7814e7be2",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=8.2",
+ "symfony/polyfill-uuid": "^1.15"
+ },
+ "require-dev": {
+ "symfony/console": "^6.4|^7.0"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "Symfony\\Component\\Uid\\": ""
+ },
+ "exclude-from-classmap": [
+ "/Tests/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Grégoire Pineau",
+ "email": "lyrixx@lyrixx.info"
+ },
+ {
+ "name": "Nicolas Grekas",
+ "email": "p@tchwork.com"
+ },
+ {
+ "name": "Symfony Community",
+ "homepage": "https://symfony.com/contributors"
+ }
+ ],
+ "description": "Provides an object-oriented API to generate and represent UIDs",
+ "homepage": "https://symfony.com",
+ "keywords": [
+ "UID",
+ "ulid",
+ "uuid"
+ ],
+ "support": {
+ "source": "https://github.com/symfony/uid/tree/v7.0.7"
+ },
+ "funding": [
+ {
+ "url": "https://symfony.com/sponsor",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/fabpot",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2024-04-18T09:29:19+00:00"
+ },
+ {
+ "name": "symfony/var-dumper",
+ "version": "v7.0.7",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/symfony/var-dumper.git",
+ "reference": "d1627b66fd87c8b4d90cabe5671c29d575690924"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/symfony/var-dumper/zipball/d1627b66fd87c8b4d90cabe5671c29d575690924",
+ "reference": "d1627b66fd87c8b4d90cabe5671c29d575690924",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=8.2",
+ "symfony/polyfill-mbstring": "~1.0"
+ },
+ "conflict": {
+ "symfony/console": "<6.4"
+ },
+ "require-dev": {
+ "ext-iconv": "*",
+ "symfony/console": "^6.4|^7.0",
+ "symfony/http-kernel": "^6.4|^7.0",
+ "symfony/process": "^6.4|^7.0",
+ "symfony/uid": "^6.4|^7.0",
+ "twig/twig": "^3.0.4"
+ },
+ "bin": [
+ "Resources/bin/var-dump-server"
+ ],
+ "type": "library",
+ "autoload": {
+ "files": [
+ "Resources/functions/dump.php"
+ ],
+ "psr-4": {
+ "Symfony\\Component\\VarDumper\\": ""
+ },
+ "exclude-from-classmap": [
+ "/Tests/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Nicolas Grekas",
+ "email": "p@tchwork.com"
+ },
+ {
+ "name": "Symfony Community",
+ "homepage": "https://symfony.com/contributors"
+ }
+ ],
+ "description": "Provides mechanisms for walking through any arbitrary PHP variable",
+ "homepage": "https://symfony.com",
+ "keywords": [
+ "debug",
+ "dump"
+ ],
+ "support": {
+ "source": "https://github.com/symfony/var-dumper/tree/v7.0.7"
+ },
+ "funding": [
+ {
+ "url": "https://symfony.com/sponsor",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/fabpot",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2024-04-18T09:29:19+00:00"
+ },
+ {
+ "name": "tijsverkoyen/css-to-inline-styles",
+ "version": "v2.2.7",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/tijsverkoyen/CssToInlineStyles.git",
+ "reference": "83ee6f38df0a63106a9e4536e3060458b74ccedb"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/tijsverkoyen/CssToInlineStyles/zipball/83ee6f38df0a63106a9e4536e3060458b74ccedb",
+ "reference": "83ee6f38df0a63106a9e4536e3060458b74ccedb",
+ "shasum": ""
+ },
+ "require": {
+ "ext-dom": "*",
+ "ext-libxml": "*",
+ "php": "^5.5 || ^7.0 || ^8.0",
+ "symfony/css-selector": "^2.7 || ^3.0 || ^4.0 || ^5.0 || ^6.0 || ^7.0"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0 || ^7.5 || ^8.5.21 || ^9.5.10"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "2.2.x-dev"
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "TijsVerkoyen\\CssToInlineStyles\\": "src"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-3-Clause"
+ ],
+ "authors": [
+ {
+ "name": "Tijs Verkoyen",
+ "email": "css_to_inline_styles@verkoyen.eu",
+ "role": "Developer"
+ }
+ ],
+ "description": "CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very useful when you're sending emails.",
+ "homepage": "https://github.com/tijsverkoyen/CssToInlineStyles",
+ "support": {
+ "issues": "https://github.com/tijsverkoyen/CssToInlineStyles/issues",
+ "source": "https://github.com/tijsverkoyen/CssToInlineStyles/tree/v2.2.7"
+ },
+ "time": "2023-12-08T13:03:43+00:00"
+ },
+ {
+ "name": "vlucas/phpdotenv",
+ "version": "v5.6.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/vlucas/phpdotenv.git",
+ "reference": "2cf9fb6054c2bb1d59d1f3817706ecdb9d2934c4"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/2cf9fb6054c2bb1d59d1f3817706ecdb9d2934c4",
+ "reference": "2cf9fb6054c2bb1d59d1f3817706ecdb9d2934c4",
+ "shasum": ""
+ },
+ "require": {
+ "ext-pcre": "*",
+ "graham-campbell/result-type": "^1.1.2",
+ "php": "^7.2.5 || ^8.0",
+ "phpoption/phpoption": "^1.9.2",
+ "symfony/polyfill-ctype": "^1.24",
+ "symfony/polyfill-mbstring": "^1.24",
+ "symfony/polyfill-php80": "^1.24"
+ },
+ "require-dev": {
+ "bamarni/composer-bin-plugin": "^1.8.2",
+ "ext-filter": "*",
+ "phpunit/phpunit": "^8.5.34 || ^9.6.13 || ^10.4.2"
+ },
+ "suggest": {
+ "ext-filter": "Required to use the boolean validator."
+ },
+ "type": "library",
+ "extra": {
+ "bamarni-bin": {
+ "bin-links": true,
+ "forward-command": true
+ },
+ "branch-alias": {
+ "dev-master": "5.6-dev"
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "Dotenv\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-3-Clause"
+ ],
+ "authors": [
+ {
+ "name": "Graham Campbell",
+ "email": "hello@gjcampbell.co.uk",
+ "homepage": "https://github.com/GrahamCampbell"
+ },
+ {
+ "name": "Vance Lucas",
+ "email": "vance@vancelucas.com",
+ "homepage": "https://github.com/vlucas"
+ }
+ ],
+ "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
+ "keywords": [
+ "dotenv",
+ "env",
+ "environment"
+ ],
+ "support": {
+ "issues": "https://github.com/vlucas/phpdotenv/issues",
+ "source": "https://github.com/vlucas/phpdotenv/tree/v5.6.0"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/GrahamCampbell",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/vlucas/phpdotenv",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2023-11-12T22:43:29+00:00"
+ },
+ {
+ "name": "voku/portable-ascii",
+ "version": "2.0.1",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/voku/portable-ascii.git",
+ "reference": "b56450eed252f6801410d810c8e1727224ae0743"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/voku/portable-ascii/zipball/b56450eed252f6801410d810c8e1727224ae0743",
+ "reference": "b56450eed252f6801410d810c8e1727224ae0743",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=7.0.0"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "~6.0 || ~7.0 || ~9.0"
+ },
+ "suggest": {
+ "ext-intl": "Use Intl for transliterator_transliterate() support"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "voku\\": "src/voku/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Lars Moelleken",
+ "homepage": "http://www.moelleken.org/"
+ }
+ ],
+ "description": "Portable ASCII library - performance optimized (ascii) string functions for php.",
+ "homepage": "https://github.com/voku/portable-ascii",
+ "keywords": [
+ "ascii",
+ "clean",
+ "php"
+ ],
+ "support": {
+ "issues": "https://github.com/voku/portable-ascii/issues",
+ "source": "https://github.com/voku/portable-ascii/tree/2.0.1"
+ },
+ "funding": [
+ {
+ "url": "https://www.paypal.me/moelleken",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/voku",
+ "type": "github"
+ },
+ {
+ "url": "https://opencollective.com/portable-ascii",
+ "type": "open_collective"
+ },
+ {
+ "url": "https://www.patreon.com/voku",
+ "type": "patreon"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/voku/portable-ascii",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2022-03-08T17:03:00+00:00"
+ },
+ {
+ "name": "webmozart/assert",
+ "version": "1.11.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/webmozarts/assert.git",
+ "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/webmozarts/assert/zipball/11cb2199493b2f8a3b53e7f19068fc6aac760991",
+ "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991",
+ "shasum": ""
+ },
+ "require": {
+ "ext-ctype": "*",
+ "php": "^7.2 || ^8.0"
+ },
+ "conflict": {
+ "phpstan/phpstan": "<0.12.20",
+ "vimeo/psalm": "<4.6.1 || 4.6.2"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^8.5.13"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "1.10-dev"
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "Webmozart\\Assert\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Bernhard Schussek",
+ "email": "bschussek@gmail.com"
+ }
+ ],
+ "description": "Assertions to validate method input/output with nice error messages.",
+ "keywords": [
+ "assert",
+ "check",
+ "validate"
+ ],
+ "support": {
+ "issues": "https://github.com/webmozarts/assert/issues",
+ "source": "https://github.com/webmozarts/assert/tree/1.11.0"
+ },
+ "time": "2022-06-03T18:03:27+00:00"
+ }
+ ],
+ "packages-dev": [
+ {
+ "name": "fakerphp/faker",
+ "version": "v1.23.1",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/FakerPHP/Faker.git",
+ "reference": "bfb4fe148adbf78eff521199619b93a52ae3554b"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/FakerPHP/Faker/zipball/bfb4fe148adbf78eff521199619b93a52ae3554b",
+ "reference": "bfb4fe148adbf78eff521199619b93a52ae3554b",
+ "shasum": ""
+ },
+ "require": {
+ "php": "^7.4 || ^8.0",
+ "psr/container": "^1.0 || ^2.0",
+ "symfony/deprecation-contracts": "^2.2 || ^3.0"
+ },
+ "conflict": {
+ "fzaninotto/faker": "*"
+ },
+ "require-dev": {
+ "bamarni/composer-bin-plugin": "^1.4.1",
+ "doctrine/persistence": "^1.3 || ^2.0",
+ "ext-intl": "*",
+ "phpunit/phpunit": "^9.5.26",
+ "symfony/phpunit-bridge": "^5.4.16"
+ },
+ "suggest": {
+ "doctrine/orm": "Required to use Faker\\ORM\\Doctrine",
+ "ext-curl": "Required by Faker\\Provider\\Image to download images.",
+ "ext-dom": "Required by Faker\\Provider\\HtmlLorem for generating random HTML.",
+ "ext-iconv": "Required by Faker\\Provider\\ru_RU\\Text::realText() for generating real Russian text.",
+ "ext-mbstring": "Required for multibyte Unicode string functionality."
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "Faker\\": "src/Faker/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "François Zaninotto"
+ }
+ ],
+ "description": "Faker is a PHP library that generates fake data for you.",
+ "keywords": [
+ "data",
+ "faker",
+ "fixtures"
+ ],
+ "support": {
+ "issues": "https://github.com/FakerPHP/Faker/issues",
+ "source": "https://github.com/FakerPHP/Faker/tree/v1.23.1"
+ },
+ "time": "2024-01-02T13:46:09+00:00"
+ },
+ {
+ "name": "filp/whoops",
+ "version": "2.15.4",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/filp/whoops.git",
+ "reference": "a139776fa3f5985a50b509f2a02ff0f709d2a546"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/filp/whoops/zipball/a139776fa3f5985a50b509f2a02ff0f709d2a546",
+ "reference": "a139776fa3f5985a50b509f2a02ff0f709d2a546",
+ "shasum": ""
+ },
+ "require": {
+ "php": "^5.5.9 || ^7.0 || ^8.0",
+ "psr/log": "^1.0.1 || ^2.0 || ^3.0"
+ },
+ "require-dev": {
+ "mockery/mockery": "^0.9 || ^1.0",
+ "phpunit/phpunit": "^4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.3",
+ "symfony/var-dumper": "^2.6 || ^3.0 || ^4.0 || ^5.0"
+ },
+ "suggest": {
+ "symfony/var-dumper": "Pretty print complex values better with var-dumper available",
+ "whoops/soap": "Formats errors as SOAP responses"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "2.7-dev"
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "Whoops\\": "src/Whoops/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Filipe Dobreira",
+ "homepage": "https://github.com/filp",
+ "role": "Developer"
+ }
+ ],
+ "description": "php error handling for cool kids",
+ "homepage": "https://filp.github.io/whoops/",
+ "keywords": [
+ "error",
+ "exception",
+ "handling",
+ "library",
+ "throwable",
+ "whoops"
+ ],
+ "support": {
+ "issues": "https://github.com/filp/whoops/issues",
+ "source": "https://github.com/filp/whoops/tree/2.15.4"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/denis-sokolov",
+ "type": "github"
+ }
+ ],
+ "time": "2023-11-03T12:00:00+00:00"
+ },
+ {
+ "name": "hamcrest/hamcrest-php",
+ "version": "v2.0.1",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/hamcrest/hamcrest-php.git",
+ "reference": "8c3d0a3f6af734494ad8f6fbbee0ba92422859f3"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/8c3d0a3f6af734494ad8f6fbbee0ba92422859f3",
+ "reference": "8c3d0a3f6af734494ad8f6fbbee0ba92422859f3",
+ "shasum": ""
+ },
+ "require": {
+ "php": "^5.3|^7.0|^8.0"
+ },
+ "replace": {
+ "cordoval/hamcrest-php": "*",
+ "davedevelopment/hamcrest-php": "*",
+ "kodova/hamcrest-php": "*"
+ },
+ "require-dev": {
+ "phpunit/php-file-iterator": "^1.4 || ^2.0",
+ "phpunit/phpunit": "^4.8.36 || ^5.7 || ^6.5 || ^7.0"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "2.1-dev"
+ }
+ },
+ "autoload": {
+ "classmap": [
+ "hamcrest"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-3-Clause"
+ ],
+ "description": "This is the PHP port of Hamcrest Matchers",
+ "keywords": [
+ "test"
+ ],
+ "support": {
+ "issues": "https://github.com/hamcrest/hamcrest-php/issues",
+ "source": "https://github.com/hamcrest/hamcrest-php/tree/v2.0.1"
+ },
+ "time": "2020-07-09T08:09:16+00:00"
+ },
+ {
+ "name": "laravel/pint",
+ "version": "v1.15.3",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/laravel/pint.git",
+ "reference": "3600b5d17aff52f6100ea4921849deacbbeb8656"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/laravel/pint/zipball/3600b5d17aff52f6100ea4921849deacbbeb8656",
+ "reference": "3600b5d17aff52f6100ea4921849deacbbeb8656",
+ "shasum": ""
+ },
+ "require": {
+ "ext-json": "*",
+ "ext-mbstring": "*",
+ "ext-tokenizer": "*",
+ "ext-xml": "*",
+ "php": "^8.1.0"
+ },
+ "require-dev": {
+ "friendsofphp/php-cs-fixer": "^3.54.0",
+ "illuminate/view": "^10.48.8",
+ "larastan/larastan": "^2.9.5",
+ "laravel-zero/framework": "^10.3.0",
+ "mockery/mockery": "^1.6.11",
+ "nunomaduro/termwind": "^1.15.1",
+ "pestphp/pest": "^2.34.7"
+ },
+ "bin": [
+ "builds/pint"
+ ],
+ "type": "project",
+ "autoload": {
+ "psr-4": {
+ "App\\": "app/",
+ "Database\\Seeders\\": "database/seeders/",
+ "Database\\Factories\\": "database/factories/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Nuno Maduro",
+ "email": "enunomaduro@gmail.com"
+ }
+ ],
+ "description": "An opinionated code formatter for PHP.",
+ "homepage": "https://laravel.com",
+ "keywords": [
+ "format",
+ "formatter",
+ "lint",
+ "linter",
+ "php"
+ ],
+ "support": {
+ "issues": "https://github.com/laravel/pint/issues",
+ "source": "https://github.com/laravel/pint"
+ },
+ "time": "2024-04-30T15:02:26+00:00"
+ },
+ {
+ "name": "laravel/sail",
+ "version": "v1.29.1",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/laravel/sail.git",
+ "reference": "8be4a31150eab3b46af11a2e7b2c4632eefaad7e"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/laravel/sail/zipball/8be4a31150eab3b46af11a2e7b2c4632eefaad7e",
+ "reference": "8be4a31150eab3b46af11a2e7b2c4632eefaad7e",
+ "shasum": ""
+ },
+ "require": {
+ "illuminate/console": "^9.52.16|^10.0|^11.0",
+ "illuminate/contracts": "^9.52.16|^10.0|^11.0",
+ "illuminate/support": "^9.52.16|^10.0|^11.0",
+ "php": "^8.0",
+ "symfony/console": "^6.0|^7.0",
+ "symfony/yaml": "^6.0|^7.0"
+ },
+ "require-dev": {
+ "orchestra/testbench": "^7.0|^8.0|^9.0",
+ "phpstan/phpstan": "^1.10"
+ },
+ "bin": [
+ "bin/sail"
+ ],
+ "type": "library",
+ "extra": {
+ "laravel": {
+ "providers": [
+ "Laravel\\Sail\\SailServiceProvider"
+ ]
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "Laravel\\Sail\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Taylor Otwell",
+ "email": "taylor@laravel.com"
+ }
+ ],
+ "description": "Docker files for running a basic Laravel application.",
+ "keywords": [
+ "docker",
+ "laravel"
+ ],
+ "support": {
+ "issues": "https://github.com/laravel/sail/issues",
+ "source": "https://github.com/laravel/sail"
+ },
+ "time": "2024-03-20T20:09:31+00:00"
+ },
+ {
+ "name": "mockery/mockery",
+ "version": "1.6.12",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/mockery/mockery.git",
+ "reference": "1f4efdd7d3beafe9807b08156dfcb176d18f1699"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/mockery/mockery/zipball/1f4efdd7d3beafe9807b08156dfcb176d18f1699",
+ "reference": "1f4efdd7d3beafe9807b08156dfcb176d18f1699",
+ "shasum": ""
+ },
+ "require": {
+ "hamcrest/hamcrest-php": "^2.0.1",
+ "lib-pcre": ">=7.0",
+ "php": ">=7.3"
+ },
+ "conflict": {
+ "phpunit/phpunit": "<8.0"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^8.5 || ^9.6.17",
+ "symplify/easy-coding-standard": "^12.1.14"
+ },
+ "type": "library",
+ "autoload": {
+ "files": [
+ "library/helpers.php",
+ "library/Mockery.php"
+ ],
+ "psr-4": {
+ "Mockery\\": "library/Mockery"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-3-Clause"
+ ],
+ "authors": [
+ {
+ "name": "Pádraic Brady",
+ "email": "padraic.brady@gmail.com",
+ "homepage": "https://github.com/padraic",
+ "role": "Author"
+ },
+ {
+ "name": "Dave Marshall",
+ "email": "dave.marshall@atstsolutions.co.uk",
+ "homepage": "https://davedevelopment.co.uk",
+ "role": "Developer"
+ },
+ {
+ "name": "Nathanael Esayeas",
+ "email": "nathanael.esayeas@protonmail.com",
+ "homepage": "https://github.com/ghostwriter",
+ "role": "Lead Developer"
+ }
+ ],
+ "description": "Mockery is a simple yet flexible PHP mock object framework",
+ "homepage": "https://github.com/mockery/mockery",
+ "keywords": [
+ "BDD",
+ "TDD",
+ "library",
+ "mock",
+ "mock objects",
+ "mockery",
+ "stub",
+ "test",
+ "test double",
+ "testing"
+ ],
+ "support": {
+ "docs": "https://docs.mockery.io/",
+ "issues": "https://github.com/mockery/mockery/issues",
+ "rss": "https://github.com/mockery/mockery/releases.atom",
+ "security": "https://github.com/mockery/mockery/security/advisories",
+ "source": "https://github.com/mockery/mockery"
+ },
+ "time": "2024-05-16T03:13:13+00:00"
+ },
+ {
+ "name": "myclabs/deep-copy",
+ "version": "1.11.1",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/myclabs/DeepCopy.git",
+ "reference": "7284c22080590fb39f2ffa3e9057f10a4ddd0e0c"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/7284c22080590fb39f2ffa3e9057f10a4ddd0e0c",
+ "reference": "7284c22080590fb39f2ffa3e9057f10a4ddd0e0c",
+ "shasum": ""
+ },
+ "require": {
+ "php": "^7.1 || ^8.0"
+ },
+ "conflict": {
+ "doctrine/collections": "<1.6.8",
+ "doctrine/common": "<2.13.3 || >=3,<3.2.2"
+ },
+ "require-dev": {
+ "doctrine/collections": "^1.6.8",
+ "doctrine/common": "^2.13.3 || ^3.2.2",
+ "phpunit/phpunit": "^7.5.20 || ^8.5.23 || ^9.5.13"
+ },
+ "type": "library",
+ "autoload": {
+ "files": [
+ "src/DeepCopy/deep_copy.php"
+ ],
+ "psr-4": {
+ "DeepCopy\\": "src/DeepCopy/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "description": "Create deep copies (clones) of your objects",
+ "keywords": [
+ "clone",
+ "copy",
+ "duplicate",
+ "object",
+ "object graph"
+ ],
+ "support": {
+ "issues": "https://github.com/myclabs/DeepCopy/issues",
+ "source": "https://github.com/myclabs/DeepCopy/tree/1.11.1"
+ },
+ "funding": [
+ {
+ "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2023-03-08T13:26:56+00:00"
+ },
+ {
+ "name": "nunomaduro/collision",
+ "version": "v8.1.1",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/nunomaduro/collision.git",
+ "reference": "13e5d538b95a744d85f447a321ce10adb28e9af9"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/nunomaduro/collision/zipball/13e5d538b95a744d85f447a321ce10adb28e9af9",
+ "reference": "13e5d538b95a744d85f447a321ce10adb28e9af9",
+ "shasum": ""
+ },
+ "require": {
+ "filp/whoops": "^2.15.4",
+ "nunomaduro/termwind": "^2.0.1",
+ "php": "^8.2.0",
+ "symfony/console": "^7.0.4"
+ },
+ "conflict": {
+ "laravel/framework": "<11.0.0 || >=12.0.0",
+ "phpunit/phpunit": "<10.5.1 || >=12.0.0"
+ },
+ "require-dev": {
+ "larastan/larastan": "^2.9.2",
+ "laravel/framework": "^11.0.0",
+ "laravel/pint": "^1.14.0",
+ "laravel/sail": "^1.28.2",
+ "laravel/sanctum": "^4.0.0",
+ "laravel/tinker": "^2.9.0",
+ "orchestra/testbench-core": "^9.0.0",
+ "pestphp/pest": "^2.34.1 || ^3.0.0",
+ "sebastian/environment": "^6.0.1 || ^7.0.0"
+ },
+ "type": "library",
+ "extra": {
+ "laravel": {
+ "providers": [
+ "NunoMaduro\\Collision\\Adapters\\Laravel\\CollisionServiceProvider"
+ ]
+ },
+ "branch-alias": {
+ "dev-8.x": "8.x-dev"
+ }
+ },
+ "autoload": {
+ "files": [
+ "./src/Adapters/Phpunit/Autoload.php"
+ ],
+ "psr-4": {
+ "NunoMaduro\\Collision\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Nuno Maduro",
+ "email": "enunomaduro@gmail.com"
+ }
+ ],
+ "description": "Cli error handling for console/command-line PHP applications.",
+ "keywords": [
+ "artisan",
+ "cli",
+ "command-line",
+ "console",
+ "error",
+ "handling",
+ "laravel",
+ "laravel-zero",
+ "php",
+ "symfony"
+ ],
+ "support": {
+ "issues": "https://github.com/nunomaduro/collision/issues",
+ "source": "https://github.com/nunomaduro/collision"
+ },
+ "funding": [
+ {
+ "url": "https://www.paypal.com/paypalme/enunomaduro",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/nunomaduro",
+ "type": "github"
+ },
+ {
+ "url": "https://www.patreon.com/nunomaduro",
+ "type": "patreon"
+ }
+ ],
+ "time": "2024-03-06T16:20:09+00:00"
+ },
+ {
+ "name": "phar-io/manifest",
+ "version": "2.0.4",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/phar-io/manifest.git",
+ "reference": "54750ef60c58e43759730615a392c31c80e23176"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/phar-io/manifest/zipball/54750ef60c58e43759730615a392c31c80e23176",
+ "reference": "54750ef60c58e43759730615a392c31c80e23176",
+ "shasum": ""
+ },
+ "require": {
+ "ext-dom": "*",
+ "ext-libxml": "*",
+ "ext-phar": "*",
+ "ext-xmlwriter": "*",
+ "phar-io/version": "^3.0.1",
+ "php": "^7.2 || ^8.0"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "2.0.x-dev"
+ }
+ },
+ "autoload": {
+ "classmap": [
+ "src/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-3-Clause"
+ ],
+ "authors": [
+ {
+ "name": "Arne Blankerts",
+ "email": "arne@blankerts.de",
+ "role": "Developer"
+ },
+ {
+ "name": "Sebastian Heuer",
+ "email": "sebastian@phpeople.de",
+ "role": "Developer"
+ },
+ {
+ "name": "Sebastian Bergmann",
+ "email": "sebastian@phpunit.de",
+ "role": "Developer"
+ }
+ ],
+ "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
+ "support": {
+ "issues": "https://github.com/phar-io/manifest/issues",
+ "source": "https://github.com/phar-io/manifest/tree/2.0.4"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/theseer",
+ "type": "github"
+ }
+ ],
+ "time": "2024-03-03T12:33:53+00:00"
+ },
+ {
+ "name": "phar-io/version",
+ "version": "3.2.1",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/phar-io/version.git",
+ "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/phar-io/version/zipball/4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
+ "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
+ "shasum": ""
+ },
+ "require": {
+ "php": "^7.2 || ^8.0"
+ },
+ "type": "library",
+ "autoload": {
+ "classmap": [
+ "src/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-3-Clause"
+ ],
+ "authors": [
+ {
+ "name": "Arne Blankerts",
+ "email": "arne@blankerts.de",
+ "role": "Developer"
+ },
+ {
+ "name": "Sebastian Heuer",
+ "email": "sebastian@phpeople.de",
+ "role": "Developer"
+ },
+ {
+ "name": "Sebastian Bergmann",
+ "email": "sebastian@phpunit.de",
+ "role": "Developer"
+ }
+ ],
+ "description": "Library for handling version information and constraints",
+ "support": {
+ "issues": "https://github.com/phar-io/version/issues",
+ "source": "https://github.com/phar-io/version/tree/3.2.1"
+ },
+ "time": "2022-02-21T01:04:05+00:00"
+ },
+ {
+ "name": "phpunit/php-code-coverage",
+ "version": "11.0.3",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
+ "reference": "7e35a2cbcabac0e6865fd373742ea432a3c34f92"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/7e35a2cbcabac0e6865fd373742ea432a3c34f92",
+ "reference": "7e35a2cbcabac0e6865fd373742ea432a3c34f92",
+ "shasum": ""
+ },
+ "require": {
+ "ext-dom": "*",
+ "ext-libxml": "*",
+ "ext-xmlwriter": "*",
+ "nikic/php-parser": "^5.0",
+ "php": ">=8.2",
+ "phpunit/php-file-iterator": "^5.0",
+ "phpunit/php-text-template": "^4.0",
+ "sebastian/code-unit-reverse-lookup": "^4.0",
+ "sebastian/complexity": "^4.0",
+ "sebastian/environment": "^7.0",
+ "sebastian/lines-of-code": "^3.0",
+ "sebastian/version": "^5.0",
+ "theseer/tokenizer": "^1.2.0"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^11.0"
+ },
+ "suggest": {
+ "ext-pcov": "PHP extension that provides line coverage",
+ "ext-xdebug": "PHP extension that provides line coverage as well as branch and path coverage"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-main": "11.0-dev"
+ }
+ },
+ "autoload": {
+ "classmap": [
+ "src/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-3-Clause"
+ ],
+ "authors": [
+ {
+ "name": "Sebastian Bergmann",
+ "email": "sebastian@phpunit.de",
+ "role": "lead"
+ }
+ ],
+ "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
+ "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
+ "keywords": [
+ "coverage",
+ "testing",
+ "xunit"
+ ],
+ "support": {
+ "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
+ "security": "https://github.com/sebastianbergmann/php-code-coverage/security/policy",
+ "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/11.0.3"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/sebastianbergmann",
+ "type": "github"
+ }
+ ],
+ "time": "2024-03-12T15:35:40+00:00"
+ },
+ {
+ "name": "phpunit/php-file-iterator",
+ "version": "5.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
+ "reference": "99e95c94ad9500daca992354fa09d7b99abe2210"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/99e95c94ad9500daca992354fa09d7b99abe2210",
+ "reference": "99e95c94ad9500daca992354fa09d7b99abe2210",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=8.2"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^11.0"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-main": "5.0-dev"
+ }
+ },
+ "autoload": {
+ "classmap": [
+ "src/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-3-Clause"
+ ],
+ "authors": [
+ {
+ "name": "Sebastian Bergmann",
+ "email": "sebastian@phpunit.de",
+ "role": "lead"
+ }
+ ],
+ "description": "FilterIterator implementation that filters files based on a list of suffixes.",
+ "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
+ "keywords": [
+ "filesystem",
+ "iterator"
+ ],
+ "support": {
+ "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues",
+ "security": "https://github.com/sebastianbergmann/php-file-iterator/security/policy",
+ "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/5.0.0"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/sebastianbergmann",
+ "type": "github"
+ }
+ ],
+ "time": "2024-02-02T06:05:04+00:00"
+ },
+ {
+ "name": "phpunit/php-invoker",
+ "version": "5.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/sebastianbergmann/php-invoker.git",
+ "reference": "5d8d9355a16d8cc5a1305b0a85342cfa420612be"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/5d8d9355a16d8cc5a1305b0a85342cfa420612be",
+ "reference": "5d8d9355a16d8cc5a1305b0a85342cfa420612be",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=8.2"
+ },
+ "require-dev": {
+ "ext-pcntl": "*",
+ "phpunit/phpunit": "^11.0"
+ },
+ "suggest": {
+ "ext-pcntl": "*"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-main": "5.0-dev"
+ }
+ },
+ "autoload": {
+ "classmap": [
+ "src/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-3-Clause"
+ ],
+ "authors": [
+ {
+ "name": "Sebastian Bergmann",
+ "email": "sebastian@phpunit.de",
+ "role": "lead"
+ }
+ ],
+ "description": "Invoke callables with a timeout",
+ "homepage": "https://github.com/sebastianbergmann/php-invoker/",
+ "keywords": [
+ "process"
+ ],
+ "support": {
+ "issues": "https://github.com/sebastianbergmann/php-invoker/issues",
+ "security": "https://github.com/sebastianbergmann/php-invoker/security/policy",
+ "source": "https://github.com/sebastianbergmann/php-invoker/tree/5.0.0"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/sebastianbergmann",
+ "type": "github"
+ }
+ ],
+ "time": "2024-02-02T06:05:50+00:00"
+ },
+ {
+ "name": "phpunit/php-text-template",
+ "version": "4.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/sebastianbergmann/php-text-template.git",
+ "reference": "d38f6cbff1cdb6f40b03c9811421561668cc133e"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/d38f6cbff1cdb6f40b03c9811421561668cc133e",
+ "reference": "d38f6cbff1cdb6f40b03c9811421561668cc133e",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=8.2"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^11.0"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-main": "4.0-dev"
+ }
+ },
+ "autoload": {
+ "classmap": [
+ "src/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-3-Clause"
+ ],
+ "authors": [
+ {
+ "name": "Sebastian Bergmann",
+ "email": "sebastian@phpunit.de",
+ "role": "lead"
+ }
+ ],
+ "description": "Simple template engine.",
+ "homepage": "https://github.com/sebastianbergmann/php-text-template/",
+ "keywords": [
+ "template"
+ ],
+ "support": {
+ "issues": "https://github.com/sebastianbergmann/php-text-template/issues",
+ "security": "https://github.com/sebastianbergmann/php-text-template/security/policy",
+ "source": "https://github.com/sebastianbergmann/php-text-template/tree/4.0.0"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/sebastianbergmann",
+ "type": "github"
+ }
+ ],
+ "time": "2024-02-02T06:06:56+00:00"
+ },
+ {
+ "name": "phpunit/php-timer",
+ "version": "7.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/sebastianbergmann/php-timer.git",
+ "reference": "8a59d9e25720482ee7fcdf296595e08795b84dc5"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/8a59d9e25720482ee7fcdf296595e08795b84dc5",
+ "reference": "8a59d9e25720482ee7fcdf296595e08795b84dc5",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=8.2"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^11.0"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-main": "7.0-dev"
+ }
+ },
+ "autoload": {
+ "classmap": [
+ "src/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-3-Clause"
+ ],
+ "authors": [
+ {
+ "name": "Sebastian Bergmann",
+ "email": "sebastian@phpunit.de",
+ "role": "lead"
+ }
+ ],
+ "description": "Utility class for timing",
+ "homepage": "https://github.com/sebastianbergmann/php-timer/",
+ "keywords": [
+ "timer"
+ ],
+ "support": {
+ "issues": "https://github.com/sebastianbergmann/php-timer/issues",
+ "security": "https://github.com/sebastianbergmann/php-timer/security/policy",
+ "source": "https://github.com/sebastianbergmann/php-timer/tree/7.0.0"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/sebastianbergmann",
+ "type": "github"
+ }
+ ],
+ "time": "2024-02-02T06:08:01+00:00"
+ },
+ {
+ "name": "phpunit/phpunit",
+ "version": "11.1.3",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/sebastianbergmann/phpunit.git",
+ "reference": "d475be032238173ca3b0a516f5cc291d174708ae"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/d475be032238173ca3b0a516f5cc291d174708ae",
+ "reference": "d475be032238173ca3b0a516f5cc291d174708ae",
+ "shasum": ""
+ },
+ "require": {
+ "ext-dom": "*",
+ "ext-json": "*",
+ "ext-libxml": "*",
+ "ext-mbstring": "*",
+ "ext-xml": "*",
+ "ext-xmlwriter": "*",
+ "myclabs/deep-copy": "^1.10.1",
+ "phar-io/manifest": "^2.0.3",
+ "phar-io/version": "^3.0.2",
+ "php": ">=8.2",
+ "phpunit/php-code-coverage": "^11.0",
+ "phpunit/php-file-iterator": "^5.0",
+ "phpunit/php-invoker": "^5.0",
+ "phpunit/php-text-template": "^4.0",
+ "phpunit/php-timer": "^7.0",
+ "sebastian/cli-parser": "^3.0",
+ "sebastian/code-unit": "^3.0",
+ "sebastian/comparator": "^6.0",
+ "sebastian/diff": "^6.0",
+ "sebastian/environment": "^7.0",
+ "sebastian/exporter": "^6.0",
+ "sebastian/global-state": "^7.0",
+ "sebastian/object-enumerator": "^6.0",
+ "sebastian/type": "^5.0",
+ "sebastian/version": "^5.0"
+ },
+ "suggest": {
+ "ext-soap": "To be able to generate mocks based on WSDL files"
+ },
+ "bin": [
+ "phpunit"
+ ],
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-main": "11.1-dev"
+ }
+ },
+ "autoload": {
+ "files": [
+ "src/Framework/Assert/Functions.php"
+ ],
+ "classmap": [
+ "src/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-3-Clause"
+ ],
+ "authors": [
+ {
+ "name": "Sebastian Bergmann",
+ "email": "sebastian@phpunit.de",
+ "role": "lead"
+ }
+ ],
+ "description": "The PHP Unit Testing framework.",
+ "homepage": "https://phpunit.de/",
+ "keywords": [
+ "phpunit",
+ "testing",
+ "xunit"
+ ],
+ "support": {
+ "issues": "https://github.com/sebastianbergmann/phpunit/issues",
+ "security": "https://github.com/sebastianbergmann/phpunit/security/policy",
+ "source": "https://github.com/sebastianbergmann/phpunit/tree/11.1.3"
+ },
+ "funding": [
+ {
+ "url": "https://phpunit.de/sponsors.html",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/sebastianbergmann",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/phpunit/phpunit",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2024-04-24T06:34:25+00:00"
+ },
+ {
+ "name": "sebastian/cli-parser",
+ "version": "3.0.1",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/sebastianbergmann/cli-parser.git",
+ "reference": "00a74d5568694711f0222e54fb281e1d15fdf04a"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/00a74d5568694711f0222e54fb281e1d15fdf04a",
+ "reference": "00a74d5568694711f0222e54fb281e1d15fdf04a",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=8.2"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^11.0"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-main": "3.0-dev"
+ }
+ },
+ "autoload": {
+ "classmap": [
+ "src/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-3-Clause"
+ ],
+ "authors": [
+ {
+ "name": "Sebastian Bergmann",
+ "email": "sebastian@phpunit.de",
+ "role": "lead"
+ }
+ ],
+ "description": "Library for parsing CLI options",
+ "homepage": "https://github.com/sebastianbergmann/cli-parser",
+ "support": {
+ "issues": "https://github.com/sebastianbergmann/cli-parser/issues",
+ "security": "https://github.com/sebastianbergmann/cli-parser/security/policy",
+ "source": "https://github.com/sebastianbergmann/cli-parser/tree/3.0.1"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/sebastianbergmann",
+ "type": "github"
+ }
+ ],
+ "time": "2024-03-02T07:26:58+00:00"
+ },
+ {
+ "name": "sebastian/code-unit",
+ "version": "3.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/sebastianbergmann/code-unit.git",
+ "reference": "6634549cb8d702282a04a774e36a7477d2bd9015"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/6634549cb8d702282a04a774e36a7477d2bd9015",
+ "reference": "6634549cb8d702282a04a774e36a7477d2bd9015",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=8.2"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^11.0"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-main": "3.0-dev"
+ }
+ },
+ "autoload": {
+ "classmap": [
+ "src/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-3-Clause"
+ ],
+ "authors": [
+ {
+ "name": "Sebastian Bergmann",
+ "email": "sebastian@phpunit.de",
+ "role": "lead"
+ }
+ ],
+ "description": "Collection of value objects that represent the PHP code units",
+ "homepage": "https://github.com/sebastianbergmann/code-unit",
+ "support": {
+ "issues": "https://github.com/sebastianbergmann/code-unit/issues",
+ "security": "https://github.com/sebastianbergmann/code-unit/security/policy",
+ "source": "https://github.com/sebastianbergmann/code-unit/tree/3.0.0"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/sebastianbergmann",
+ "type": "github"
+ }
+ ],
+ "time": "2024-02-02T05:50:41+00:00"
+ },
+ {
+ "name": "sebastian/code-unit-reverse-lookup",
+ "version": "4.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
+ "reference": "df80c875d3e459b45c6039e4d9b71d4fbccae25d"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/df80c875d3e459b45c6039e4d9b71d4fbccae25d",
+ "reference": "df80c875d3e459b45c6039e4d9b71d4fbccae25d",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=8.2"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^11.0"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-main": "4.0-dev"
+ }
+ },
+ "autoload": {
+ "classmap": [
+ "src/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-3-Clause"
+ ],
+ "authors": [
+ {
+ "name": "Sebastian Bergmann",
+ "email": "sebastian@phpunit.de"
+ }
+ ],
+ "description": "Looks up which function or method a line of code belongs to",
+ "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
+ "support": {
+ "issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues",
+ "security": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/security/policy",
+ "source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/4.0.0"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/sebastianbergmann",
+ "type": "github"
+ }
+ ],
+ "time": "2024-02-02T05:52:17+00:00"
+ },
+ {
+ "name": "sebastian/comparator",
+ "version": "6.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/sebastianbergmann/comparator.git",
+ "reference": "bd0f2fa5b9257c69903537b266ccb80fcf940db8"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/bd0f2fa5b9257c69903537b266ccb80fcf940db8",
+ "reference": "bd0f2fa5b9257c69903537b266ccb80fcf940db8",
+ "shasum": ""
+ },
+ "require": {
+ "ext-dom": "*",
+ "ext-mbstring": "*",
+ "php": ">=8.2",
+ "sebastian/diff": "^6.0",
+ "sebastian/exporter": "^6.0"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^11.0"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-main": "6.0-dev"
+ }
+ },
+ "autoload": {
+ "classmap": [
+ "src/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-3-Clause"
+ ],
+ "authors": [
+ {
+ "name": "Sebastian Bergmann",
+ "email": "sebastian@phpunit.de"
+ },
+ {
+ "name": "Jeff Welch",
+ "email": "whatthejeff@gmail.com"
+ },
+ {
+ "name": "Volker Dusch",
+ "email": "github@wallbash.com"
+ },
+ {
+ "name": "Bernhard Schussek",
+ "email": "bschussek@2bepublished.at"
+ }
+ ],
+ "description": "Provides the functionality to compare PHP values for equality",
+ "homepage": "https://github.com/sebastianbergmann/comparator",
+ "keywords": [
+ "comparator",
+ "compare",
+ "equality"
+ ],
+ "support": {
+ "issues": "https://github.com/sebastianbergmann/comparator/issues",
+ "security": "https://github.com/sebastianbergmann/comparator/security/policy",
+ "source": "https://github.com/sebastianbergmann/comparator/tree/6.0.0"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/sebastianbergmann",
+ "type": "github"
+ }
+ ],
+ "time": "2024-02-02T05:53:45+00:00"
+ },
+ {
+ "name": "sebastian/complexity",
+ "version": "4.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/sebastianbergmann/complexity.git",
+ "reference": "88a434ad86150e11a606ac4866b09130712671f0"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/88a434ad86150e11a606ac4866b09130712671f0",
+ "reference": "88a434ad86150e11a606ac4866b09130712671f0",
+ "shasum": ""
+ },
+ "require": {
+ "nikic/php-parser": "^5.0",
+ "php": ">=8.2"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^11.0"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-main": "4.0-dev"
+ }
+ },
+ "autoload": {
+ "classmap": [
+ "src/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-3-Clause"
+ ],
+ "authors": [
+ {
+ "name": "Sebastian Bergmann",
+ "email": "sebastian@phpunit.de",
+ "role": "lead"
+ }
+ ],
+ "description": "Library for calculating the complexity of PHP code units",
+ "homepage": "https://github.com/sebastianbergmann/complexity",
+ "support": {
+ "issues": "https://github.com/sebastianbergmann/complexity/issues",
+ "security": "https://github.com/sebastianbergmann/complexity/security/policy",
+ "source": "https://github.com/sebastianbergmann/complexity/tree/4.0.0"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/sebastianbergmann",
+ "type": "github"
+ }
+ ],
+ "time": "2024-02-02T05:55:19+00:00"
+ },
+ {
+ "name": "sebastian/diff",
+ "version": "6.0.1",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/sebastianbergmann/diff.git",
+ "reference": "ab83243ecc233de5655b76f577711de9f842e712"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/ab83243ecc233de5655b76f577711de9f842e712",
+ "reference": "ab83243ecc233de5655b76f577711de9f842e712",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=8.2"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^11.0",
+ "symfony/process": "^4.2 || ^5"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-main": "6.0-dev"
+ }
+ },
+ "autoload": {
+ "classmap": [
+ "src/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-3-Clause"
+ ],
+ "authors": [
+ {
+ "name": "Sebastian Bergmann",
+ "email": "sebastian@phpunit.de"
+ },
+ {
+ "name": "Kore Nordmann",
+ "email": "mail@kore-nordmann.de"
+ }
+ ],
+ "description": "Diff implementation",
+ "homepage": "https://github.com/sebastianbergmann/diff",
+ "keywords": [
+ "diff",
+ "udiff",
+ "unidiff",
+ "unified diff"
+ ],
+ "support": {
+ "issues": "https://github.com/sebastianbergmann/diff/issues",
+ "security": "https://github.com/sebastianbergmann/diff/security/policy",
+ "source": "https://github.com/sebastianbergmann/diff/tree/6.0.1"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/sebastianbergmann",
+ "type": "github"
+ }
+ ],
+ "time": "2024-03-02T07:30:33+00:00"
+ },
+ {
+ "name": "sebastian/environment",
+ "version": "7.1.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/sebastianbergmann/environment.git",
+ "reference": "4eb3a442574d0e9d141aab209cd4aaf25701b09a"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/4eb3a442574d0e9d141aab209cd4aaf25701b09a",
+ "reference": "4eb3a442574d0e9d141aab209cd4aaf25701b09a",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=8.2"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^11.0"
+ },
+ "suggest": {
+ "ext-posix": "*"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-main": "7.1-dev"
+ }
+ },
+ "autoload": {
+ "classmap": [
+ "src/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-3-Clause"
+ ],
+ "authors": [
+ {
+ "name": "Sebastian Bergmann",
+ "email": "sebastian@phpunit.de"
+ }
+ ],
+ "description": "Provides functionality to handle HHVM/PHP environments",
+ "homepage": "https://github.com/sebastianbergmann/environment",
+ "keywords": [
+ "Xdebug",
+ "environment",
+ "hhvm"
+ ],
+ "support": {
+ "issues": "https://github.com/sebastianbergmann/environment/issues",
+ "security": "https://github.com/sebastianbergmann/environment/security/policy",
+ "source": "https://github.com/sebastianbergmann/environment/tree/7.1.0"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/sebastianbergmann",
+ "type": "github"
+ }
+ ],
+ "time": "2024-03-23T08:56:34+00:00"
+ },
+ {
+ "name": "sebastian/exporter",
+ "version": "6.0.1",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/sebastianbergmann/exporter.git",
+ "reference": "f291e5a317c321c0381fa9ecc796fa2d21b186da"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/f291e5a317c321c0381fa9ecc796fa2d21b186da",
+ "reference": "f291e5a317c321c0381fa9ecc796fa2d21b186da",
+ "shasum": ""
+ },
+ "require": {
+ "ext-mbstring": "*",
+ "php": ">=8.2",
+ "sebastian/recursion-context": "^6.0"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^11.0"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-main": "6.0-dev"
+ }
+ },
+ "autoload": {
+ "classmap": [
+ "src/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-3-Clause"
+ ],
+ "authors": [
+ {
+ "name": "Sebastian Bergmann",
+ "email": "sebastian@phpunit.de"
+ },
+ {
+ "name": "Jeff Welch",
+ "email": "whatthejeff@gmail.com"
+ },
+ {
+ "name": "Volker Dusch",
+ "email": "github@wallbash.com"
+ },
+ {
+ "name": "Adam Harvey",
+ "email": "aharvey@php.net"
+ },
+ {
+ "name": "Bernhard Schussek",
+ "email": "bschussek@gmail.com"
+ }
+ ],
+ "description": "Provides the functionality to export PHP variables for visualization",
+ "homepage": "https://www.github.com/sebastianbergmann/exporter",
+ "keywords": [
+ "export",
+ "exporter"
+ ],
+ "support": {
+ "issues": "https://github.com/sebastianbergmann/exporter/issues",
+ "security": "https://github.com/sebastianbergmann/exporter/security/policy",
+ "source": "https://github.com/sebastianbergmann/exporter/tree/6.0.1"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/sebastianbergmann",
+ "type": "github"
+ }
+ ],
+ "time": "2024-03-02T07:28:20+00:00"
+ },
+ {
+ "name": "sebastian/global-state",
+ "version": "7.0.1",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/sebastianbergmann/global-state.git",
+ "reference": "c3a307e832f2e69c7ef869e31fc644fde0e7cb3e"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/c3a307e832f2e69c7ef869e31fc644fde0e7cb3e",
+ "reference": "c3a307e832f2e69c7ef869e31fc644fde0e7cb3e",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=8.2",
+ "sebastian/object-reflector": "^4.0",
+ "sebastian/recursion-context": "^6.0"
+ },
+ "require-dev": {
+ "ext-dom": "*",
+ "phpunit/phpunit": "^11.0"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-main": "7.0-dev"
+ }
+ },
+ "autoload": {
+ "classmap": [
+ "src/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-3-Clause"
+ ],
+ "authors": [
+ {
+ "name": "Sebastian Bergmann",
+ "email": "sebastian@phpunit.de"
+ }
+ ],
+ "description": "Snapshotting of global state",
+ "homepage": "https://www.github.com/sebastianbergmann/global-state",
+ "keywords": [
+ "global state"
+ ],
+ "support": {
+ "issues": "https://github.com/sebastianbergmann/global-state/issues",
+ "security": "https://github.com/sebastianbergmann/global-state/security/policy",
+ "source": "https://github.com/sebastianbergmann/global-state/tree/7.0.1"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/sebastianbergmann",
+ "type": "github"
+ }
+ ],
+ "time": "2024-03-02T07:32:10+00:00"
+ },
+ {
+ "name": "sebastian/lines-of-code",
+ "version": "3.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/sebastianbergmann/lines-of-code.git",
+ "reference": "376c5b3f6b43c78fdc049740bca76a7c846706c0"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/376c5b3f6b43c78fdc049740bca76a7c846706c0",
+ "reference": "376c5b3f6b43c78fdc049740bca76a7c846706c0",
+ "shasum": ""
+ },
+ "require": {
+ "nikic/php-parser": "^5.0",
+ "php": ">=8.2"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^11.0"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-main": "3.0-dev"
+ }
+ },
+ "autoload": {
+ "classmap": [
+ "src/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-3-Clause"
+ ],
+ "authors": [
+ {
+ "name": "Sebastian Bergmann",
+ "email": "sebastian@phpunit.de",
+ "role": "lead"
+ }
+ ],
+ "description": "Library for counting the lines of code in PHP source code",
+ "homepage": "https://github.com/sebastianbergmann/lines-of-code",
+ "support": {
+ "issues": "https://github.com/sebastianbergmann/lines-of-code/issues",
+ "security": "https://github.com/sebastianbergmann/lines-of-code/security/policy",
+ "source": "https://github.com/sebastianbergmann/lines-of-code/tree/3.0.0"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/sebastianbergmann",
+ "type": "github"
+ }
+ ],
+ "time": "2024-02-02T06:00:36+00:00"
+ },
+ {
+ "name": "sebastian/object-enumerator",
+ "version": "6.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/sebastianbergmann/object-enumerator.git",
+ "reference": "f75f6c460da0bbd9668f43a3dde0ec0ba7faa678"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/f75f6c460da0bbd9668f43a3dde0ec0ba7faa678",
+ "reference": "f75f6c460da0bbd9668f43a3dde0ec0ba7faa678",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=8.2",
+ "sebastian/object-reflector": "^4.0",
+ "sebastian/recursion-context": "^6.0"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^11.0"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-main": "6.0-dev"
+ }
+ },
+ "autoload": {
+ "classmap": [
+ "src/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-3-Clause"
+ ],
+ "authors": [
+ {
+ "name": "Sebastian Bergmann",
+ "email": "sebastian@phpunit.de"
+ }
+ ],
+ "description": "Traverses array structures and object graphs to enumerate all referenced objects",
+ "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
+ "support": {
+ "issues": "https://github.com/sebastianbergmann/object-enumerator/issues",
+ "security": "https://github.com/sebastianbergmann/object-enumerator/security/policy",
+ "source": "https://github.com/sebastianbergmann/object-enumerator/tree/6.0.0"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/sebastianbergmann",
+ "type": "github"
+ }
+ ],
+ "time": "2024-02-02T06:01:29+00:00"
+ },
+ {
+ "name": "sebastian/object-reflector",
+ "version": "4.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/sebastianbergmann/object-reflector.git",
+ "reference": "bb2a6255d30853425fd38f032eb64ced9f7f132d"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/bb2a6255d30853425fd38f032eb64ced9f7f132d",
+ "reference": "bb2a6255d30853425fd38f032eb64ced9f7f132d",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=8.2"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^11.0"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-main": "4.0-dev"
+ }
+ },
+ "autoload": {
+ "classmap": [
+ "src/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-3-Clause"
+ ],
+ "authors": [
+ {
+ "name": "Sebastian Bergmann",
+ "email": "sebastian@phpunit.de"
+ }
+ ],
+ "description": "Allows reflection of object attributes, including inherited and non-public ones",
+ "homepage": "https://github.com/sebastianbergmann/object-reflector/",
+ "support": {
+ "issues": "https://github.com/sebastianbergmann/object-reflector/issues",
+ "security": "https://github.com/sebastianbergmann/object-reflector/security/policy",
+ "source": "https://github.com/sebastianbergmann/object-reflector/tree/4.0.0"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/sebastianbergmann",
+ "type": "github"
+ }
+ ],
+ "time": "2024-02-02T06:02:18+00:00"
+ },
+ {
+ "name": "sebastian/recursion-context",
+ "version": "6.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/sebastianbergmann/recursion-context.git",
+ "reference": "b75224967b5a466925c6d54e68edd0edf8dd4ed4"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/b75224967b5a466925c6d54e68edd0edf8dd4ed4",
+ "reference": "b75224967b5a466925c6d54e68edd0edf8dd4ed4",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=8.2"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^11.0"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-main": "6.0-dev"
+ }
+ },
+ "autoload": {
+ "classmap": [
+ "src/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-3-Clause"
+ ],
+ "authors": [
+ {
+ "name": "Sebastian Bergmann",
+ "email": "sebastian@phpunit.de"
+ },
+ {
+ "name": "Jeff Welch",
+ "email": "whatthejeff@gmail.com"
+ },
+ {
+ "name": "Adam Harvey",
+ "email": "aharvey@php.net"
+ }
+ ],
+ "description": "Provides functionality to recursively process PHP variables",
+ "homepage": "https://github.com/sebastianbergmann/recursion-context",
+ "support": {
+ "issues": "https://github.com/sebastianbergmann/recursion-context/issues",
+ "security": "https://github.com/sebastianbergmann/recursion-context/security/policy",
+ "source": "https://github.com/sebastianbergmann/recursion-context/tree/6.0.0"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/sebastianbergmann",
+ "type": "github"
+ }
+ ],
+ "time": "2024-02-02T06:08:48+00:00"
+ },
+ {
+ "name": "sebastian/type",
+ "version": "5.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/sebastianbergmann/type.git",
+ "reference": "b8502785eb3523ca0dd4afe9ca62235590020f3f"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/b8502785eb3523ca0dd4afe9ca62235590020f3f",
+ "reference": "b8502785eb3523ca0dd4afe9ca62235590020f3f",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=8.2"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^11.0"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-main": "5.0-dev"
+ }
+ },
+ "autoload": {
+ "classmap": [
+ "src/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-3-Clause"
+ ],
+ "authors": [
+ {
+ "name": "Sebastian Bergmann",
+ "email": "sebastian@phpunit.de",
+ "role": "lead"
+ }
+ ],
+ "description": "Collection of value objects that represent the types of the PHP type system",
+ "homepage": "https://github.com/sebastianbergmann/type",
+ "support": {
+ "issues": "https://github.com/sebastianbergmann/type/issues",
+ "security": "https://github.com/sebastianbergmann/type/security/policy",
+ "source": "https://github.com/sebastianbergmann/type/tree/5.0.0"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/sebastianbergmann",
+ "type": "github"
+ }
+ ],
+ "time": "2024-02-02T06:09:34+00:00"
+ },
+ {
+ "name": "sebastian/version",
+ "version": "5.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/sebastianbergmann/version.git",
+ "reference": "13999475d2cb1ab33cb73403ba356a814fdbb001"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/13999475d2cb1ab33cb73403ba356a814fdbb001",
+ "reference": "13999475d2cb1ab33cb73403ba356a814fdbb001",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=8.2"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-main": "5.0-dev"
+ }
+ },
+ "autoload": {
+ "classmap": [
+ "src/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-3-Clause"
+ ],
+ "authors": [
+ {
+ "name": "Sebastian Bergmann",
+ "email": "sebastian@phpunit.de",
+ "role": "lead"
+ }
+ ],
+ "description": "Library that helps with managing the version number of Git-hosted PHP projects",
+ "homepage": "https://github.com/sebastianbergmann/version",
+ "support": {
+ "issues": "https://github.com/sebastianbergmann/version/issues",
+ "security": "https://github.com/sebastianbergmann/version/security/policy",
+ "source": "https://github.com/sebastianbergmann/version/tree/5.0.0"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/sebastianbergmann",
+ "type": "github"
+ }
+ ],
+ "time": "2024-02-02T06:10:47+00:00"
+ },
+ {
+ "name": "spatie/backtrace",
+ "version": "1.6.1",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/spatie/backtrace.git",
+ "reference": "8373b9d51638292e3bfd736a9c19a654111b4a23"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/spatie/backtrace/zipball/8373b9d51638292e3bfd736a9c19a654111b4a23",
+ "reference": "8373b9d51638292e3bfd736a9c19a654111b4a23",
+ "shasum": ""
+ },
+ "require": {
+ "php": "^7.3|^8.0"
+ },
+ "require-dev": {
+ "ext-json": "*",
+ "laravel/serializable-closure": "^1.3",
+ "phpunit/phpunit": "^9.3",
+ "spatie/phpunit-snapshot-assertions": "^4.2",
+ "symfony/var-dumper": "^5.1"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "Spatie\\Backtrace\\": "src"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Freek Van de Herten",
+ "email": "freek@spatie.be",
+ "homepage": "https://spatie.be",
+ "role": "Developer"
+ }
+ ],
+ "description": "A better backtrace",
+ "homepage": "https://github.com/spatie/backtrace",
+ "keywords": [
+ "Backtrace",
+ "spatie"
+ ],
+ "support": {
+ "source": "https://github.com/spatie/backtrace/tree/1.6.1"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/sponsors/spatie",
+ "type": "github"
+ },
+ {
+ "url": "https://spatie.be/open-source/support-us",
+ "type": "other"
+ }
+ ],
+ "time": "2024-04-24T13:22:11+00:00"
+ },
+ {
+ "name": "spatie/flare-client-php",
+ "version": "1.5.1",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/spatie/flare-client-php.git",
+ "reference": "e27977d534eefe04c154c6fd8460217024054c05"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/spatie/flare-client-php/zipball/e27977d534eefe04c154c6fd8460217024054c05",
+ "reference": "e27977d534eefe04c154c6fd8460217024054c05",
+ "shasum": ""
+ },
+ "require": {
+ "illuminate/pipeline": "^8.0|^9.0|^10.0|^11.0",
+ "php": "^8.0",
+ "spatie/backtrace": "^1.5.2",
+ "symfony/http-foundation": "^5.2|^6.0|^7.0",
+ "symfony/mime": "^5.2|^6.0|^7.0",
+ "symfony/process": "^5.2|^6.0|^7.0",
+ "symfony/var-dumper": "^5.2|^6.0|^7.0"
+ },
+ "require-dev": {
+ "dms/phpunit-arraysubset-asserts": "^0.5.0",
+ "pestphp/pest": "^1.20|^2.0",
+ "phpstan/extension-installer": "^1.1",
+ "phpstan/phpstan-deprecation-rules": "^1.0",
+ "phpstan/phpstan-phpunit": "^1.0",
+ "spatie/phpunit-snapshot-assertions": "^4.0|^5.0"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-main": "1.3.x-dev"
+ }
+ },
+ "autoload": {
+ "files": [
+ "src/helpers.php"
+ ],
+ "psr-4": {
+ "Spatie\\FlareClient\\": "src"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "description": "Send PHP errors to Flare",
+ "homepage": "https://github.com/spatie/flare-client-php",
+ "keywords": [
+ "exception",
+ "flare",
+ "reporting",
+ "spatie"
+ ],
+ "support": {
+ "issues": "https://github.com/spatie/flare-client-php/issues",
+ "source": "https://github.com/spatie/flare-client-php/tree/1.5.1"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/spatie",
+ "type": "github"
+ }
+ ],
+ "time": "2024-05-03T15:43:14+00:00"
+ },
+ {
+ "name": "spatie/ignition",
+ "version": "1.14.1",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/spatie/ignition.git",
+ "reference": "c23cc018c5f423d2f413b99f84655fceb6549811"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/spatie/ignition/zipball/c23cc018c5f423d2f413b99f84655fceb6549811",
+ "reference": "c23cc018c5f423d2f413b99f84655fceb6549811",
+ "shasum": ""
+ },
+ "require": {
+ "ext-json": "*",
+ "ext-mbstring": "*",
+ "php": "^8.0",
+ "spatie/backtrace": "^1.5.3",
+ "spatie/flare-client-php": "^1.4.0",
+ "symfony/console": "^5.4|^6.0|^7.0",
+ "symfony/var-dumper": "^5.4|^6.0|^7.0"
+ },
+ "require-dev": {
+ "illuminate/cache": "^9.52|^10.0|^11.0",
+ "mockery/mockery": "^1.4",
+ "pestphp/pest": "^1.20|^2.0",
+ "phpstan/extension-installer": "^1.1",
+ "phpstan/phpstan-deprecation-rules": "^1.0",
+ "phpstan/phpstan-phpunit": "^1.0",
+ "psr/simple-cache-implementation": "*",
+ "symfony/cache": "^5.4|^6.0|^7.0",
+ "symfony/process": "^5.4|^6.0|^7.0",
+ "vlucas/phpdotenv": "^5.5"
+ },
+ "suggest": {
+ "openai-php/client": "Require get solutions from OpenAI",
+ "simple-cache-implementation": "To cache solutions from OpenAI"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-main": "1.5.x-dev"
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "Spatie\\Ignition\\": "src"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Spatie",
+ "email": "info@spatie.be",
+ "role": "Developer"
+ }
+ ],
+ "description": "A beautiful error page for PHP applications.",
+ "homepage": "https://flareapp.io/ignition",
+ "keywords": [
+ "error",
+ "flare",
+ "laravel",
+ "page"
+ ],
+ "support": {
+ "docs": "https://flareapp.io/docs/ignition-for-laravel/introduction",
+ "forum": "https://twitter.com/flareappio",
+ "issues": "https://github.com/spatie/ignition/issues",
+ "source": "https://github.com/spatie/ignition"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/spatie",
+ "type": "github"
+ }
+ ],
+ "time": "2024-05-03T15:56:16+00:00"
+ },
+ {
+ "name": "spatie/laravel-ignition",
+ "version": "2.7.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/spatie/laravel-ignition.git",
+ "reference": "f52124d50122611e8a40f628cef5c19ff6cc5b57"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/spatie/laravel-ignition/zipball/f52124d50122611e8a40f628cef5c19ff6cc5b57",
+ "reference": "f52124d50122611e8a40f628cef5c19ff6cc5b57",
+ "shasum": ""
+ },
+ "require": {
+ "ext-curl": "*",
+ "ext-json": "*",
+ "ext-mbstring": "*",
+ "illuminate/support": "^10.0|^11.0",
+ "php": "^8.1",
+ "spatie/flare-client-php": "^1.5",
+ "spatie/ignition": "^1.14",
+ "symfony/console": "^6.2.3|^7.0",
+ "symfony/var-dumper": "^6.2.3|^7.0"
+ },
+ "require-dev": {
+ "livewire/livewire": "^2.11|^3.3.5",
+ "mockery/mockery": "^1.5.1",
+ "openai-php/client": "^0.8.1",
+ "orchestra/testbench": "8.22.3|^9.0",
+ "pestphp/pest": "^2.34",
+ "phpstan/extension-installer": "^1.3.1",
+ "phpstan/phpstan-deprecation-rules": "^1.1.1",
+ "phpstan/phpstan-phpunit": "^1.3.16",
+ "vlucas/phpdotenv": "^5.5"
+ },
+ "suggest": {
+ "openai-php/client": "Require get solutions from OpenAI",
+ "psr/simple-cache-implementation": "Needed to cache solutions from OpenAI"
+ },
+ "type": "library",
+ "extra": {
+ "laravel": {
+ "providers": [
+ "Spatie\\LaravelIgnition\\IgnitionServiceProvider"
+ ],
+ "aliases": {
+ "Flare": "Spatie\\LaravelIgnition\\Facades\\Flare"
+ }
+ }
+ },
+ "autoload": {
+ "files": [
+ "src/helpers.php"
+ ],
+ "psr-4": {
+ "Spatie\\LaravelIgnition\\": "src"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Spatie",
+ "email": "info@spatie.be",
+ "role": "Developer"
+ }
+ ],
+ "description": "A beautiful error page for Laravel applications.",
+ "homepage": "https://flareapp.io/ignition",
+ "keywords": [
+ "error",
+ "flare",
+ "laravel",
+ "page"
+ ],
+ "support": {
+ "docs": "https://flareapp.io/docs/ignition-for-laravel/introduction",
+ "forum": "https://twitter.com/flareappio",
+ "issues": "https://github.com/spatie/laravel-ignition/issues",
+ "source": "https://github.com/spatie/laravel-ignition"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/spatie",
+ "type": "github"
+ }
+ ],
+ "time": "2024-05-02T13:42:49+00:00"
+ },
+ {
+ "name": "symfony/yaml",
+ "version": "v7.0.7",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/symfony/yaml.git",
+ "reference": "0d3916ae69ea28b59d94b60c4f2b50f4e25adb5c"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/symfony/yaml/zipball/0d3916ae69ea28b59d94b60c4f2b50f4e25adb5c",
+ "reference": "0d3916ae69ea28b59d94b60c4f2b50f4e25adb5c",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=8.2",
+ "symfony/polyfill-ctype": "^1.8"
+ },
+ "conflict": {
+ "symfony/console": "<6.4"
+ },
+ "require-dev": {
+ "symfony/console": "^6.4|^7.0"
+ },
+ "bin": [
+ "Resources/bin/yaml-lint"
+ ],
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "Symfony\\Component\\Yaml\\": ""
+ },
+ "exclude-from-classmap": [
+ "/Tests/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Fabien Potencier",
+ "email": "fabien@symfony.com"
+ },
+ {
+ "name": "Symfony Community",
+ "homepage": "https://symfony.com/contributors"
+ }
+ ],
+ "description": "Loads and dumps YAML files",
+ "homepage": "https://symfony.com",
+ "support": {
+ "source": "https://github.com/symfony/yaml/tree/v7.0.7"
+ },
+ "funding": [
+ {
+ "url": "https://symfony.com/sponsor",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/fabpot",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2024-04-28T11:44:19+00:00"
+ },
+ {
+ "name": "theseer/tokenizer",
+ "version": "1.2.3",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/theseer/tokenizer.git",
+ "reference": "737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/theseer/tokenizer/zipball/737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2",
+ "reference": "737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2",
+ "shasum": ""
+ },
+ "require": {
+ "ext-dom": "*",
+ "ext-tokenizer": "*",
+ "ext-xmlwriter": "*",
+ "php": "^7.2 || ^8.0"
+ },
+ "type": "library",
+ "autoload": {
+ "classmap": [
+ "src/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-3-Clause"
+ ],
+ "authors": [
+ {
+ "name": "Arne Blankerts",
+ "email": "arne@blankerts.de",
+ "role": "Developer"
+ }
+ ],
+ "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
+ "support": {
+ "issues": "https://github.com/theseer/tokenizer/issues",
+ "source": "https://github.com/theseer/tokenizer/tree/1.2.3"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/theseer",
+ "type": "github"
+ }
+ ],
+ "time": "2024-03-03T12:36:25+00:00"
+ }
+ ],
+ "aliases": [],
+ "minimum-stability": "stable",
+ "stability-flags": [],
+ "prefer-stable": true,
+ "prefer-lowest": false,
+ "platform": {
+ "php": "^8.2"
+ },
+ "platform-dev": [],
+ "plugin-api-version": "2.3.0"
+}
diff --git a/config/app.php b/config/app.php
new file mode 100644
index 0000000..f467267
--- /dev/null
+++ b/config/app.php
@@ -0,0 +1,126 @@
+ env('APP_NAME', 'Laravel'),
+
+ /*
+ |--------------------------------------------------------------------------
+ | Application Environment
+ |--------------------------------------------------------------------------
+ |
+ | This value determines the "environment" your application is currently
+ | running in. This may determine how you prefer to configure various
+ | services the application utilizes. Set this in your ".env" file.
+ |
+ */
+
+ 'env' => env('APP_ENV', 'production'),
+
+ /*
+ |--------------------------------------------------------------------------
+ | Application Debug Mode
+ |--------------------------------------------------------------------------
+ |
+ | When your application is in debug mode, detailed error messages with
+ | stack traces will be shown on every error that occurs within your
+ | application. If disabled, a simple generic error page is shown.
+ |
+ */
+
+ 'debug' => (bool) env('APP_DEBUG', false),
+
+ /*
+ |--------------------------------------------------------------------------
+ | Application URL
+ |--------------------------------------------------------------------------
+ |
+ | This URL is used by the console to properly generate URLs when using
+ | the Artisan command line tool. You should set this to the root of
+ | the application so that it's available within Artisan commands.
+ |
+ */
+
+ 'url' => env('APP_URL', 'http://localhost'),
+
+ /*
+ |--------------------------------------------------------------------------
+ | Application Timezone
+ |--------------------------------------------------------------------------
+ |
+ | Here you may specify the default timezone for your application, which
+ | will be used by the PHP date and date-time functions. The timezone
+ | is set to "UTC" by default as it is suitable for most use cases.
+ |
+ */
+
+ 'timezone' => env('APP_TIMEZONE', 'UTC'),
+
+ /*
+ |--------------------------------------------------------------------------
+ | Application Locale Configuration
+ |--------------------------------------------------------------------------
+ |
+ | The application locale determines the default locale that will be used
+ | by Laravel's translation / localization methods. This option can be
+ | set to any locale for which you plan to have translation strings.
+ |
+ */
+
+ 'locale' => env('APP_LOCALE', 'en'),
+
+ 'fallback_locale' => env('APP_FALLBACK_LOCALE', 'en'),
+
+ 'faker_locale' => env('APP_FAKER_LOCALE', 'en_US'),
+
+ /*
+ |--------------------------------------------------------------------------
+ | Encryption Key
+ |--------------------------------------------------------------------------
+ |
+ | This key is utilized by Laravel's encryption services and should be set
+ | to a random, 32 character string to ensure that all encrypted values
+ | are secure. You should do this prior to deploying the application.
+ |
+ */
+
+ 'cipher' => 'AES-256-CBC',
+
+ 'key' => env('APP_KEY'),
+
+ 'previous_keys' => [
+ ...array_filter(
+ explode(',', env('APP_PREVIOUS_KEYS', ''))
+ ),
+ ],
+
+ /*
+ |--------------------------------------------------------------------------
+ | Maintenance Mode Driver
+ |--------------------------------------------------------------------------
+ |
+ | These configuration options determine the driver used to determine and
+ | manage Laravel's "maintenance mode" status. The "cache" driver will
+ | allow maintenance mode to be controlled across multiple machines.
+ |
+ | Supported drivers: "file", "cache"
+ |
+ */
+
+ 'maintenance' => [
+ 'driver' => env('APP_MAINTENANCE_DRIVER', 'file'),
+ 'store' => env('APP_MAINTENANCE_STORE', 'database'),
+ ],
+
+];
diff --git a/config/auth.php b/config/auth.php
new file mode 100644
index 0000000..0ba5d5d
--- /dev/null
+++ b/config/auth.php
@@ -0,0 +1,115 @@
+ [
+ 'guard' => env('AUTH_GUARD', 'web'),
+ 'passwords' => env('AUTH_PASSWORD_BROKER', 'users'),
+ ],
+
+ /*
+ |--------------------------------------------------------------------------
+ | Authentication Guards
+ |--------------------------------------------------------------------------
+ |
+ | Next, you may define every authentication guard for your application.
+ | Of course, a great default configuration has been defined for you
+ | which utilizes session storage plus the Eloquent user provider.
+ |
+ | All authentication guards have a user provider, which defines how the
+ | users are actually retrieved out of your database or other storage
+ | system used by the application. Typically, Eloquent is utilized.
+ |
+ | Supported: "session"
+ |
+ */
+
+ 'guards' => [
+ 'web' => [
+ 'driver' => 'session',
+ 'provider' => 'users',
+ ],
+ ],
+
+ /*
+ |--------------------------------------------------------------------------
+ | User Providers
+ |--------------------------------------------------------------------------
+ |
+ | All authentication guards have a user provider, which defines how the
+ | users are actually retrieved out of your database or other storage
+ | system used by the application. Typically, Eloquent is utilized.
+ |
+ | If you have multiple user tables or models you may configure multiple
+ | providers to represent the model / table. These providers may then
+ | be assigned to any extra authentication guards you have defined.
+ |
+ | Supported: "database", "eloquent"
+ |
+ */
+
+ 'providers' => [
+ 'users' => [
+ 'driver' => 'eloquent',
+ 'model' => env('AUTH_MODEL', App\Models\User::class),
+ ],
+
+ // 'users' => [
+ // 'driver' => 'database',
+ // 'table' => 'users',
+ // ],
+ ],
+
+ /*
+ |--------------------------------------------------------------------------
+ | Resetting Passwords
+ |--------------------------------------------------------------------------
+ |
+ | These configuration options specify the behavior of Laravel's password
+ | reset functionality, including the table utilized for token storage
+ | and the user provider that is invoked to actually retrieve users.
+ |
+ | The expiry time is the number of minutes that each reset token will be
+ | considered valid. This security feature keeps tokens short-lived so
+ | they have less time to be guessed. You may change this as needed.
+ |
+ | The throttle setting is the number of seconds a user must wait before
+ | generating more password reset tokens. This prevents the user from
+ | quickly generating a very large amount of password reset tokens.
+ |
+ */
+
+ 'passwords' => [
+ 'users' => [
+ 'provider' => 'users',
+ 'table' => env('AUTH_PASSWORD_RESET_TOKEN_TABLE', 'password_reset_tokens'),
+ 'expire' => 60,
+ 'throttle' => 60,
+ ],
+ ],
+
+ /*
+ |--------------------------------------------------------------------------
+ | Password Confirmation Timeout
+ |--------------------------------------------------------------------------
+ |
+ | Here you may define the amount of seconds before a password confirmation
+ | window expires and users are asked to re-enter their password via the
+ | confirmation screen. By default, the timeout lasts for three hours.
+ |
+ */
+
+ 'password_timeout' => env('AUTH_PASSWORD_TIMEOUT', 10800),
+
+];
diff --git a/config/cache.php b/config/cache.php
new file mode 100644
index 0000000..6b57b18
--- /dev/null
+++ b/config/cache.php
@@ -0,0 +1,107 @@
+ env('CACHE_STORE', 'database'),
+
+ /*
+ |--------------------------------------------------------------------------
+ | Cache Stores
+ |--------------------------------------------------------------------------
+ |
+ | Here you may define all of the cache "stores" for your application as
+ | well as their drivers. You may even define multiple stores for the
+ | same cache driver to group types of items stored in your caches.
+ |
+ | Supported drivers: "array", "database", "file", "memcached",
+ | "redis", "dynamodb", "octane", "null"
+ |
+ */
+
+ 'stores' => [
+
+ 'array' => [
+ 'driver' => 'array',
+ 'serialize' => false,
+ ],
+
+ 'database' => [
+ 'driver' => 'database',
+ 'table' => env('DB_CACHE_TABLE', 'cache'),
+ 'connection' => env('DB_CACHE_CONNECTION'),
+ 'lock_connection' => env('DB_CACHE_LOCK_CONNECTION'),
+ ],
+
+ 'file' => [
+ 'driver' => 'file',
+ 'path' => storage_path('framework/cache/data'),
+ 'lock_path' => storage_path('framework/cache/data'),
+ ],
+
+ 'memcached' => [
+ 'driver' => 'memcached',
+ 'persistent_id' => env('MEMCACHED_PERSISTENT_ID'),
+ 'sasl' => [
+ env('MEMCACHED_USERNAME'),
+ env('MEMCACHED_PASSWORD'),
+ ],
+ 'options' => [
+ // Memcached::OPT_CONNECT_TIMEOUT => 2000,
+ ],
+ 'servers' => [
+ [
+ 'host' => env('MEMCACHED_HOST', '127.0.0.1'),
+ 'port' => env('MEMCACHED_PORT', 11211),
+ 'weight' => 100,
+ ],
+ ],
+ ],
+
+ 'redis' => [
+ 'driver' => 'redis',
+ 'connection' => env('REDIS_CACHE_CONNECTION', 'cache'),
+ 'lock_connection' => env('REDIS_CACHE_LOCK_CONNECTION', 'default'),
+ ],
+
+ 'dynamodb' => [
+ 'driver' => 'dynamodb',
+ 'key' => env('AWS_ACCESS_KEY_ID'),
+ 'secret' => env('AWS_SECRET_ACCESS_KEY'),
+ 'region' => env('AWS_DEFAULT_REGION', 'us-east-1'),
+ 'table' => env('DYNAMODB_CACHE_TABLE', 'cache'),
+ 'endpoint' => env('DYNAMODB_ENDPOINT'),
+ ],
+
+ 'octane' => [
+ 'driver' => 'octane',
+ ],
+
+ ],
+
+ /*
+ |--------------------------------------------------------------------------
+ | Cache Key Prefix
+ |--------------------------------------------------------------------------
+ |
+ | When utilizing the APC, database, memcached, Redis, and DynamoDB cache
+ | stores, there might be other applications using the same cache. For
+ | that reason, you may prefix every cache key to avoid collisions.
+ |
+ */
+
+ 'prefix' => env('CACHE_PREFIX', Str::slug(env('APP_NAME', 'laravel'), '_').'_cache_'),
+
+];
diff --git a/config/database.php b/config/database.php
new file mode 100644
index 0000000..f8e8dcb
--- /dev/null
+++ b/config/database.php
@@ -0,0 +1,170 @@
+ env('DB_CONNECTION', 'sqlite'),
+
+ /*
+ |--------------------------------------------------------------------------
+ | Database Connections
+ |--------------------------------------------------------------------------
+ |
+ | Below are all of the database connections defined for your application.
+ | An example configuration is provided for each database system which
+ | is supported by Laravel. You're free to add / remove connections.
+ |
+ */
+
+ 'connections' => [
+
+ 'sqlite' => [
+ 'driver' => 'sqlite',
+ 'url' => env('DB_URL'),
+ 'database' => env('DB_DATABASE', database_path('database.sqlite')),
+ 'prefix' => '',
+ 'foreign_key_constraints' => env('DB_FOREIGN_KEYS', true),
+ ],
+
+ 'mysql' => [
+ 'driver' => 'mysql',
+ 'url' => env('DB_URL'),
+ 'host' => env('DB_HOST', '127.0.0.1'),
+ 'port' => env('DB_PORT', '3306'),
+ 'database' => env('DB_DATABASE', 'laravel'),
+ 'username' => env('DB_USERNAME', 'root'),
+ 'password' => env('DB_PASSWORD', ''),
+ 'unix_socket' => env('DB_SOCKET', ''),
+ 'charset' => env('DB_CHARSET', 'utf8mb4'),
+ 'collation' => env('DB_COLLATION', 'utf8mb4_unicode_ci'),
+ 'prefix' => '',
+ 'prefix_indexes' => true,
+ 'strict' => true,
+ 'engine' => null,
+ 'options' => extension_loaded('pdo_mysql') ? array_filter([
+ PDO::MYSQL_ATTR_SSL_CA => env('MYSQL_ATTR_SSL_CA'),
+ ]) : [],
+ ],
+
+ 'mariadb' => [
+ 'driver' => 'mariadb',
+ 'url' => env('DB_URL'),
+ 'host' => env('DB_HOST', '127.0.0.1'),
+ 'port' => env('DB_PORT', '3306'),
+ 'database' => env('DB_DATABASE', 'laravel'),
+ 'username' => env('DB_USERNAME', 'root'),
+ 'password' => env('DB_PASSWORD', ''),
+ 'unix_socket' => env('DB_SOCKET', ''),
+ 'charset' => env('DB_CHARSET', 'utf8mb4'),
+ 'collation' => env('DB_COLLATION', 'utf8mb4_unicode_ci'),
+ 'prefix' => '',
+ 'prefix_indexes' => true,
+ 'strict' => true,
+ 'engine' => null,
+ 'options' => extension_loaded('pdo_mysql') ? array_filter([
+ PDO::MYSQL_ATTR_SSL_CA => env('MYSQL_ATTR_SSL_CA'),
+ ]) : [],
+ ],
+
+ 'pgsql' => [
+ 'driver' => 'pgsql',
+ 'url' => env('DB_URL'),
+ 'host' => env('DB_HOST', '127.0.0.1'),
+ 'port' => env('DB_PORT', '5432'),
+ 'database' => env('DB_DATABASE', 'laravel'),
+ 'username' => env('DB_USERNAME', 'root'),
+ 'password' => env('DB_PASSWORD', ''),
+ 'charset' => env('DB_CHARSET', 'utf8'),
+ 'prefix' => '',
+ 'prefix_indexes' => true,
+ 'search_path' => 'public',
+ 'sslmode' => 'prefer',
+ ],
+
+ 'sqlsrv' => [
+ 'driver' => 'sqlsrv',
+ 'url' => env('DB_URL'),
+ 'host' => env('DB_HOST', 'localhost'),
+ 'port' => env('DB_PORT', '1433'),
+ 'database' => env('DB_DATABASE', 'laravel'),
+ 'username' => env('DB_USERNAME', 'root'),
+ 'password' => env('DB_PASSWORD', ''),
+ 'charset' => env('DB_CHARSET', 'utf8'),
+ 'prefix' => '',
+ 'prefix_indexes' => true,
+ // 'encrypt' => env('DB_ENCRYPT', 'yes'),
+ // 'trust_server_certificate' => env('DB_TRUST_SERVER_CERTIFICATE', 'false'),
+ ],
+
+ ],
+
+ /*
+ |--------------------------------------------------------------------------
+ | Migration Repository Table
+ |--------------------------------------------------------------------------
+ |
+ | This table keeps track of all the migrations that have already run for
+ | your application. Using this information, we can determine which of
+ | the migrations on disk haven't actually been run on the database.
+ |
+ */
+
+ 'migrations' => [
+ 'table' => 'migrations',
+ 'update_date_on_publish' => true,
+ ],
+
+ /*
+ |--------------------------------------------------------------------------
+ | Redis Databases
+ |--------------------------------------------------------------------------
+ |
+ | Redis is an open source, fast, and advanced key-value store that also
+ | provides a richer body of commands than a typical key-value system
+ | such as Memcached. You may define your connection settings here.
+ |
+ */
+
+ 'redis' => [
+
+ 'client' => env('REDIS_CLIENT', 'phpredis'),
+
+ 'options' => [
+ 'cluster' => env('REDIS_CLUSTER', 'redis'),
+ 'prefix' => env('REDIS_PREFIX', Str::slug(env('APP_NAME', 'laravel'), '_').'_database_'),
+ ],
+
+ 'default' => [
+ 'url' => env('REDIS_URL'),
+ 'host' => env('REDIS_HOST', '127.0.0.1'),
+ 'username' => env('REDIS_USERNAME'),
+ 'password' => env('REDIS_PASSWORD'),
+ 'port' => env('REDIS_PORT', '6379'),
+ 'database' => env('REDIS_DB', '0'),
+ ],
+
+ 'cache' => [
+ 'url' => env('REDIS_URL'),
+ 'host' => env('REDIS_HOST', '127.0.0.1'),
+ 'username' => env('REDIS_USERNAME'),
+ 'password' => env('REDIS_PASSWORD'),
+ 'port' => env('REDIS_PORT', '6379'),
+ 'database' => env('REDIS_CACHE_DB', '1'),
+ ],
+
+ ],
+
+];
diff --git a/config/excel.php b/config/excel.php
new file mode 100644
index 0000000..16828e7
--- /dev/null
+++ b/config/excel.php
@@ -0,0 +1,379 @@
+ [
+
+ /*
+ |--------------------------------------------------------------------------
+ | Chunk size
+ |--------------------------------------------------------------------------
+ |
+ | When using FromQuery, the query is automatically chunked.
+ | Here you can specify how big the chunk should be.
+ |
+ */
+ 'chunk_size' => 1000,
+
+ /*
+ |--------------------------------------------------------------------------
+ | Pre-calculate formulas during export
+ |--------------------------------------------------------------------------
+ */
+ 'pre_calculate_formulas' => false,
+
+ /*
+ |--------------------------------------------------------------------------
+ | Enable strict null comparison
+ |--------------------------------------------------------------------------
+ |
+ | When enabling strict null comparison empty cells ('') will
+ | be added to the sheet.
+ */
+ 'strict_null_comparison' => false,
+
+ /*
+ |--------------------------------------------------------------------------
+ | CSV Settings
+ |--------------------------------------------------------------------------
+ |
+ | Configure e.g. delimiter, enclosure and line ending for CSV exports.
+ |
+ */
+ 'csv' => [
+ 'delimiter' => ',',
+ 'enclosure' => '"',
+ 'line_ending' => PHP_EOL,
+ 'use_bom' => false,
+ 'include_separator_line' => false,
+ 'excel_compatibility' => false,
+ 'output_encoding' => '',
+ 'test_auto_detect' => true,
+ ],
+
+ /*
+ |--------------------------------------------------------------------------
+ | Worksheet properties
+ |--------------------------------------------------------------------------
+ |
+ | Configure e.g. default title, creator, subject,...
+ |
+ */
+ 'properties' => [
+ 'creator' => '',
+ 'lastModifiedBy' => '',
+ 'title' => '',
+ 'description' => '',
+ 'subject' => '',
+ 'keywords' => '',
+ 'category' => '',
+ 'manager' => '',
+ 'company' => '',
+ ],
+ ],
+
+ 'imports' => [
+
+ /*
+ |--------------------------------------------------------------------------
+ | Read Only
+ |--------------------------------------------------------------------------
+ |
+ | When dealing with imports, you might only be interested in the
+ | data that the sheet exists. By default we ignore all styles,
+ | however if you want to do some logic based on style data
+ | you can enable it by setting read_only to false.
+ |
+ */
+ 'read_only' => true,
+
+ /*
+ |--------------------------------------------------------------------------
+ | Ignore Empty
+ |--------------------------------------------------------------------------
+ |
+ | When dealing with imports, you might be interested in ignoring
+ | rows that have null values or empty strings. By default rows
+ | containing empty strings or empty values are not ignored but can be
+ | ignored by enabling the setting ignore_empty to true.
+ |
+ */
+ 'ignore_empty' => false,
+
+ /*
+ |--------------------------------------------------------------------------
+ | Heading Row Formatter
+ |--------------------------------------------------------------------------
+ |
+ | Configure the heading row formatter.
+ | Available options: none|slug|custom
+ |
+ */
+ 'heading_row' => [
+ 'formatter' => 'slug',
+ ],
+
+ /*
+ |--------------------------------------------------------------------------
+ | CSV Settings
+ |--------------------------------------------------------------------------
+ |
+ | Configure e.g. delimiter, enclosure and line ending for CSV imports.
+ |
+ */
+ 'csv' => [
+ 'delimiter' => null,
+ 'enclosure' => '"',
+ 'escape_character' => '\\',
+ 'contiguous' => false,
+ 'input_encoding' => 'UTF-8',
+ ],
+
+ /*
+ |--------------------------------------------------------------------------
+ | Worksheet properties
+ |--------------------------------------------------------------------------
+ |
+ | Configure e.g. default title, creator, subject,...
+ |
+ */
+ 'properties' => [
+ 'creator' => '',
+ 'lastModifiedBy' => '',
+ 'title' => '',
+ 'description' => '',
+ 'subject' => '',
+ 'keywords' => '',
+ 'category' => '',
+ 'manager' => '',
+ 'company' => '',
+ ],
+
+ /*
+ |--------------------------------------------------------------------------
+ | Cell Middleware
+ |--------------------------------------------------------------------------
+ |
+ | Configure middleware that is executed on getting a cell value
+ |
+ */
+ 'cells' => [
+ 'middleware' => [
+ //\Maatwebsite\Excel\Middleware\TrimCellValue::class,
+ //\Maatwebsite\Excel\Middleware\ConvertEmptyCellValuesToNull::class,
+ ],
+ ],
+
+ ],
+
+ /*
+ |--------------------------------------------------------------------------
+ | Extension detector
+ |--------------------------------------------------------------------------
+ |
+ | Configure here which writer/reader type should be used when the package
+ | needs to guess the correct type based on the extension alone.
+ |
+ */
+ 'extension_detector' => [
+ 'xlsx' => Excel::XLSX,
+ 'xlsm' => Excel::XLSX,
+ 'xltx' => Excel::XLSX,
+ 'xltm' => Excel::XLSX,
+ 'xls' => Excel::XLS,
+ 'xlt' => Excel::XLS,
+ 'ods' => Excel::ODS,
+ 'ots' => Excel::ODS,
+ 'slk' => Excel::SLK,
+ 'xml' => Excel::XML,
+ 'gnumeric' => Excel::GNUMERIC,
+ 'htm' => Excel::HTML,
+ 'html' => Excel::HTML,
+ 'csv' => Excel::CSV,
+ 'tsv' => Excel::TSV,
+
+ /*
+ |--------------------------------------------------------------------------
+ | PDF Extension
+ |--------------------------------------------------------------------------
+ |
+ | Configure here which Pdf driver should be used by default.
+ | Available options: Excel::MPDF | Excel::TCPDF | Excel::DOMPDF
+ |
+ */
+ 'pdf' => Excel::DOMPDF,
+ ],
+
+ /*
+ |--------------------------------------------------------------------------
+ | Value Binder
+ |--------------------------------------------------------------------------
+ |
+ | PhpSpreadsheet offers a way to hook into the process of a value being
+ | written to a cell. In there some assumptions are made on how the
+ | value should be formatted. If you want to change those defaults,
+ | you can implement your own default value binder.
+ |
+ | Possible value binders:
+ |
+ | [x] Maatwebsite\Excel\DefaultValueBinder::class
+ | [x] PhpOffice\PhpSpreadsheet\Cell\StringValueBinder::class
+ | [x] PhpOffice\PhpSpreadsheet\Cell\AdvancedValueBinder::class
+ |
+ */
+ 'value_binder' => [
+ 'default' => Maatwebsite\Excel\DefaultValueBinder::class,
+ ],
+
+ 'cache' => [
+ /*
+ |--------------------------------------------------------------------------
+ | Default cell caching driver
+ |--------------------------------------------------------------------------
+ |
+ | By default PhpSpreadsheet keeps all cell values in memory, however when
+ | dealing with large files, this might result into memory issues. If you
+ | want to mitigate that, you can configure a cell caching driver here.
+ | When using the illuminate driver, it will store each value in the
+ | cache store. This can slow down the process, because it needs to
+ | store each value. You can use the "batch" store if you want to
+ | only persist to the store when the memory limit is reached.
+ |
+ | Drivers: memory|illuminate|batch
+ |
+ */
+ 'driver' => 'memory',
+
+ /*
+ |--------------------------------------------------------------------------
+ | Batch memory caching
+ |--------------------------------------------------------------------------
+ |
+ | When dealing with the "batch" caching driver, it will only
+ | persist to the store when the memory limit is reached.
+ | Here you can tweak the memory limit to your liking.
+ |
+ */
+ 'batch' => [
+ 'memory_limit' => 60000,
+ ],
+
+ /*
+ |--------------------------------------------------------------------------
+ | Illuminate cache
+ |--------------------------------------------------------------------------
+ |
+ | When using the "illuminate" caching driver, it will automatically use
+ | your default cache store. However if you prefer to have the cell
+ | cache on a separate store, you can configure the store name here.
+ | You can use any store defined in your cache config. When leaving
+ | at "null" it will use the default store.
+ |
+ */
+ 'illuminate' => [
+ 'store' => null,
+ ],
+
+ /*
+ |--------------------------------------------------------------------------
+ | Cache Time-to-live (TTL)
+ |--------------------------------------------------------------------------
+ |
+ | The TTL of items written to cache. If you want to keep the items cached
+ | indefinitely, set this to null. Otherwise, set a number of seconds,
+ | a \DateInterval, or a callable.
+ |
+ | Allowable types: callable|\DateInterval|int|null
+ |
+ */
+ 'default_ttl' => 10800,
+ ],
+
+ /*
+ |--------------------------------------------------------------------------
+ | Transaction Handler
+ |--------------------------------------------------------------------------
+ |
+ | By default the import is wrapped in a transaction. This is useful
+ | for when an import may fail and you want to retry it. With the
+ | transactions, the previous import gets rolled-back.
+ |
+ | You can disable the transaction handler by setting this to null.
+ | Or you can choose a custom made transaction handler here.
+ |
+ | Supported handlers: null|db
+ |
+ */
+ 'transactions' => [
+ 'handler' => 'db',
+ 'db' => [
+ 'connection' => null,
+ ],
+ ],
+
+ 'temporary_files' => [
+
+ /*
+ |--------------------------------------------------------------------------
+ | Local Temporary Path
+ |--------------------------------------------------------------------------
+ |
+ | When exporting and importing files, we use a temporary file, before
+ | storing reading or downloading. Here you can customize that path.
+ | permissions is an array with the permission flags for the directory (dir)
+ | and the create file (file).
+ |
+ */
+ 'local_path' => storage_path('framework/cache/laravel-excel'),
+
+ /*
+ |--------------------------------------------------------------------------
+ | Local Temporary Path Permissions
+ |--------------------------------------------------------------------------
+ |
+ | Permissions is an array with the permission flags for the directory (dir)
+ | and the create file (file).
+ | If omitted the default permissions of the filesystem will be used.
+ |
+ */
+ 'local_permissions' => [
+ // 'dir' => 0755,
+ // 'file' => 0644,
+ ],
+
+ /*
+ |--------------------------------------------------------------------------
+ | Remote Temporary Disk
+ |--------------------------------------------------------------------------
+ |
+ | When dealing with a multi server setup with queues in which you
+ | cannot rely on having a shared local temporary path, you might
+ | want to store the temporary file on a shared disk. During the
+ | queue executing, we'll retrieve the temporary file from that
+ | location instead. When left to null, it will always use
+ | the local path. This setting only has effect when using
+ | in conjunction with queued imports and exports.
+ |
+ */
+ 'remote_disk' => null,
+ 'remote_prefix' => null,
+
+ /*
+ |--------------------------------------------------------------------------
+ | Force Resync
+ |--------------------------------------------------------------------------
+ |
+ | When dealing with a multi server setup as above, it's possible
+ | for the clean up that occurs after entire queue has been run to only
+ | cleanup the server that the last AfterImportJob runs on. The rest of the server
+ | would still have the local temporary file stored on it. In this case your
+ | local storage limits can be exceeded and future imports won't be processed.
+ | To mitigate this you can set this config value to be true, so that after every
+ | queued chunk is processed the local temporary file is deleted on the server that
+ | processed it.
+ |
+ */
+ 'force_resync_remote' => null,
+ ],
+];
diff --git a/config/filesystems.php b/config/filesystems.php
new file mode 100644
index 0000000..44fe9c8
--- /dev/null
+++ b/config/filesystems.php
@@ -0,0 +1,76 @@
+ env('FILESYSTEM_DISK', 'local'),
+
+ /*
+ |--------------------------------------------------------------------------
+ | Filesystem Disks
+ |--------------------------------------------------------------------------
+ |
+ | Below you may configure as many filesystem disks as necessary, and you
+ | may even configure multiple disks for the same driver. Examples for
+ | most supported storage drivers are configured here for reference.
+ |
+ | Supported Drivers: "local", "ftp", "sftp", "s3"
+ |
+ */
+
+ 'disks' => [
+
+ 'local' => [
+ 'driver' => 'local',
+ 'root' => storage_path('app'),
+ 'throw' => false,
+ ],
+
+ 'public' => [
+ 'driver' => 'local',
+ 'root' => storage_path('app/public'),
+ 'url' => env('APP_URL').'/storage',
+ 'visibility' => 'public',
+ 'throw' => false,
+ ],
+
+ 's3' => [
+ 'driver' => 's3',
+ 'key' => env('AWS_ACCESS_KEY_ID'),
+ 'secret' => env('AWS_SECRET_ACCESS_KEY'),
+ 'region' => env('AWS_DEFAULT_REGION'),
+ 'bucket' => env('AWS_BUCKET'),
+ 'url' => env('AWS_URL'),
+ 'endpoint' => env('AWS_ENDPOINT'),
+ 'use_path_style_endpoint' => env('AWS_USE_PATH_STYLE_ENDPOINT', false),
+ 'throw' => false,
+ ],
+
+ ],
+
+ /*
+ |--------------------------------------------------------------------------
+ | Symbolic Links
+ |--------------------------------------------------------------------------
+ |
+ | Here you may configure the symbolic links that will be created when the
+ | `storage:link` Artisan command is executed. The array keys should be
+ | the locations of the links and the values should be their targets.
+ |
+ */
+
+ 'links' => [
+ public_path('storage') => storage_path('app/public'),
+ ],
+
+];
diff --git a/config/logging.php b/config/logging.php
new file mode 100644
index 0000000..d526b64
--- /dev/null
+++ b/config/logging.php
@@ -0,0 +1,132 @@
+ env('LOG_CHANNEL', 'stack'),
+
+ /*
+ |--------------------------------------------------------------------------
+ | Deprecations Log Channel
+ |--------------------------------------------------------------------------
+ |
+ | This option controls the log channel that should be used to log warnings
+ | regarding deprecated PHP and library features. This allows you to get
+ | your application ready for upcoming major versions of dependencies.
+ |
+ */
+
+ 'deprecations' => [
+ 'channel' => env('LOG_DEPRECATIONS_CHANNEL', 'null'),
+ 'trace' => env('LOG_DEPRECATIONS_TRACE', false),
+ ],
+
+ /*
+ |--------------------------------------------------------------------------
+ | Log Channels
+ |--------------------------------------------------------------------------
+ |
+ | Here you may configure the log channels for your application. Laravel
+ | utilizes the Monolog PHP logging library, which includes a variety
+ | of powerful log handlers and formatters that you're free to use.
+ |
+ | Available Drivers: "single", "daily", "slack", "syslog",
+ | "errorlog", "monolog", "custom", "stack"
+ |
+ */
+
+ 'channels' => [
+
+ 'stack' => [
+ 'driver' => 'stack',
+ 'channels' => explode(',', env('LOG_STACK', 'single')),
+ 'ignore_exceptions' => false,
+ ],
+
+ 'single' => [
+ 'driver' => 'single',
+ 'path' => storage_path('logs/laravel.log'),
+ 'level' => env('LOG_LEVEL', 'debug'),
+ 'replace_placeholders' => true,
+ ],
+
+ 'daily' => [
+ 'driver' => 'daily',
+ 'path' => storage_path('logs/laravel.log'),
+ 'level' => env('LOG_LEVEL', 'debug'),
+ 'days' => env('LOG_DAILY_DAYS', 14),
+ 'replace_placeholders' => true,
+ ],
+
+ 'slack' => [
+ 'driver' => 'slack',
+ 'url' => env('LOG_SLACK_WEBHOOK_URL'),
+ 'username' => env('LOG_SLACK_USERNAME', 'Laravel Log'),
+ 'emoji' => env('LOG_SLACK_EMOJI', ':boom:'),
+ 'level' => env('LOG_LEVEL', 'critical'),
+ 'replace_placeholders' => true,
+ ],
+
+ 'papertrail' => [
+ 'driver' => 'monolog',
+ 'level' => env('LOG_LEVEL', 'debug'),
+ 'handler' => env('LOG_PAPERTRAIL_HANDLER', SyslogUdpHandler::class),
+ 'handler_with' => [
+ 'host' => env('PAPERTRAIL_URL'),
+ 'port' => env('PAPERTRAIL_PORT'),
+ 'connectionString' => 'tls://'.env('PAPERTRAIL_URL').':'.env('PAPERTRAIL_PORT'),
+ ],
+ 'processors' => [PsrLogMessageProcessor::class],
+ ],
+
+ 'stderr' => [
+ 'driver' => 'monolog',
+ 'level' => env('LOG_LEVEL', 'debug'),
+ 'handler' => StreamHandler::class,
+ 'formatter' => env('LOG_STDERR_FORMATTER'),
+ 'with' => [
+ 'stream' => 'php://stderr',
+ ],
+ 'processors' => [PsrLogMessageProcessor::class],
+ ],
+
+ 'syslog' => [
+ 'driver' => 'syslog',
+ 'level' => env('LOG_LEVEL', 'debug'),
+ 'facility' => env('LOG_SYSLOG_FACILITY', LOG_USER),
+ 'replace_placeholders' => true,
+ ],
+
+ 'errorlog' => [
+ 'driver' => 'errorlog',
+ 'level' => env('LOG_LEVEL', 'debug'),
+ 'replace_placeholders' => true,
+ ],
+
+ 'null' => [
+ 'driver' => 'monolog',
+ 'handler' => NullHandler::class,
+ ],
+
+ 'emergency' => [
+ 'path' => storage_path('logs/laravel.log'),
+ ],
+
+ ],
+
+];
diff --git a/config/mail.php b/config/mail.php
new file mode 100644
index 0000000..07342fc
--- /dev/null
+++ b/config/mail.php
@@ -0,0 +1,116 @@
+ env('MAIL_MAILER', 'log'),
+
+ /*
+ |--------------------------------------------------------------------------
+ | Mailer Configurations
+ |--------------------------------------------------------------------------
+ |
+ | Here you may configure all of the mailers used by your application plus
+ | their respective settings. Several examples have been configured for
+ | you and you are free to add your own as your application requires.
+ |
+ | Laravel supports a variety of mail "transport" drivers that can be used
+ | when delivering an email. You may specify which one you're using for
+ | your mailers below. You may also add additional mailers if needed.
+ |
+ | Supported: "smtp", "sendmail", "mailgun", "ses", "ses-v2",
+ | "postmark", "resend", "log", "array",
+ | "failover", "roundrobin"
+ |
+ */
+
+ 'mailers' => [
+
+ 'smtp' => [
+ 'transport' => 'smtp',
+ 'url' => env('MAIL_URL'),
+ 'host' => env('MAIL_HOST', '127.0.0.1'),
+ 'port' => env('MAIL_PORT', 2525),
+ 'encryption' => env('MAIL_ENCRYPTION', 'tls'),
+ 'username' => env('MAIL_USERNAME'),
+ 'password' => env('MAIL_PASSWORD'),
+ 'timeout' => null,
+ 'local_domain' => env('MAIL_EHLO_DOMAIN'),
+ ],
+
+ 'ses' => [
+ 'transport' => 'ses',
+ ],
+
+ 'postmark' => [
+ 'transport' => 'postmark',
+ // 'message_stream_id' => env('POSTMARK_MESSAGE_STREAM_ID'),
+ // 'client' => [
+ // 'timeout' => 5,
+ // ],
+ ],
+
+ 'resend' => [
+ 'transport' => 'resend',
+ ],
+
+ 'sendmail' => [
+ 'transport' => 'sendmail',
+ 'path' => env('MAIL_SENDMAIL_PATH', '/usr/sbin/sendmail -bs -i'),
+ ],
+
+ 'log' => [
+ 'transport' => 'log',
+ 'channel' => env('MAIL_LOG_CHANNEL'),
+ ],
+
+ 'array' => [
+ 'transport' => 'array',
+ ],
+
+ 'failover' => [
+ 'transport' => 'failover',
+ 'mailers' => [
+ 'smtp',
+ 'log',
+ ],
+ ],
+
+ 'roundrobin' => [
+ 'transport' => 'roundrobin',
+ 'mailers' => [
+ 'ses',
+ 'postmark',
+ ],
+ ],
+
+ ],
+
+ /*
+ |--------------------------------------------------------------------------
+ | Global "From" Address
+ |--------------------------------------------------------------------------
+ |
+ | You may wish for all emails sent by your application to be sent from
+ | the same address. Here you may specify a name and address that is
+ | used globally for all emails that are sent by your application.
+ |
+ */
+
+ 'from' => [
+ 'address' => env('MAIL_FROM_ADDRESS', 'hello@example.com'),
+ 'name' => env('MAIL_FROM_NAME', 'Example'),
+ ],
+
+];
diff --git a/config/queue.php b/config/queue.php
new file mode 100644
index 0000000..116bd8d
--- /dev/null
+++ b/config/queue.php
@@ -0,0 +1,112 @@
+ env('QUEUE_CONNECTION', 'database'),
+
+ /*
+ |--------------------------------------------------------------------------
+ | Queue Connections
+ |--------------------------------------------------------------------------
+ |
+ | Here you may configure the connection options for every queue backend
+ | used by your application. An example configuration is provided for
+ | each backend supported by Laravel. You're also free to add more.
+ |
+ | Drivers: "sync", "database", "beanstalkd", "sqs", "redis", "null"
+ |
+ */
+
+ 'connections' => [
+
+ 'sync' => [
+ 'driver' => 'sync',
+ ],
+
+ 'database' => [
+ 'driver' => 'database',
+ 'connection' => env('DB_QUEUE_CONNECTION'),
+ 'table' => env('DB_QUEUE_TABLE', 'jobs'),
+ 'queue' => env('DB_QUEUE', 'default'),
+ 'retry_after' => (int) env('DB_QUEUE_RETRY_AFTER', 90),
+ 'after_commit' => false,
+ ],
+
+ 'beanstalkd' => [
+ 'driver' => 'beanstalkd',
+ 'host' => env('BEANSTALKD_QUEUE_HOST', 'localhost'),
+ 'queue' => env('BEANSTALKD_QUEUE', 'default'),
+ 'retry_after' => (int) env('BEANSTALKD_QUEUE_RETRY_AFTER', 90),
+ 'block_for' => 0,
+ 'after_commit' => false,
+ ],
+
+ 'sqs' => [
+ 'driver' => 'sqs',
+ 'key' => env('AWS_ACCESS_KEY_ID'),
+ 'secret' => env('AWS_SECRET_ACCESS_KEY'),
+ 'prefix' => env('SQS_PREFIX', 'https://sqs.us-east-1.amazonaws.com/your-account-id'),
+ 'queue' => env('SQS_QUEUE', 'default'),
+ 'suffix' => env('SQS_SUFFIX'),
+ 'region' => env('AWS_DEFAULT_REGION', 'us-east-1'),
+ 'after_commit' => false,
+ ],
+
+ 'redis' => [
+ 'driver' => 'redis',
+ 'connection' => env('REDIS_QUEUE_CONNECTION', 'default'),
+ 'queue' => env('REDIS_QUEUE', 'default'),
+ 'retry_after' => (int) env('REDIS_QUEUE_RETRY_AFTER', 90),
+ 'block_for' => null,
+ 'after_commit' => false,
+ ],
+
+ ],
+
+ /*
+ |--------------------------------------------------------------------------
+ | Job Batching
+ |--------------------------------------------------------------------------
+ |
+ | The following options configure the database and table that store job
+ | batching information. These options can be updated to any database
+ | connection and table which has been defined by your application.
+ |
+ */
+
+ 'batching' => [
+ 'database' => env('DB_CONNECTION', 'sqlite'),
+ 'table' => 'job_batches',
+ ],
+
+ /*
+ |--------------------------------------------------------------------------
+ | Failed Queue Jobs
+ |--------------------------------------------------------------------------
+ |
+ | These options configure the behavior of failed queue job logging so you
+ | can control how and where failed jobs are stored. Laravel ships with
+ | support for storing failed jobs in a simple file or in a database.
+ |
+ | Supported drivers: "database-uuids", "dynamodb", "file", "null"
+ |
+ */
+
+ 'failed' => [
+ 'driver' => env('QUEUE_FAILED_DRIVER', 'database-uuids'),
+ 'database' => env('DB_CONNECTION', 'sqlite'),
+ 'table' => 'failed_jobs',
+ ],
+
+];
diff --git a/config/services.php b/config/services.php
new file mode 100644
index 0000000..27a3617
--- /dev/null
+++ b/config/services.php
@@ -0,0 +1,38 @@
+ [
+ 'token' => env('POSTMARK_TOKEN'),
+ ],
+
+ 'ses' => [
+ 'key' => env('AWS_ACCESS_KEY_ID'),
+ 'secret' => env('AWS_SECRET_ACCESS_KEY'),
+ 'region' => env('AWS_DEFAULT_REGION', 'us-east-1'),
+ ],
+
+ 'resend' => [
+ 'key' => env('RESEND_KEY'),
+ ],
+
+ 'slack' => [
+ 'notifications' => [
+ 'bot_user_oauth_token' => env('SLACK_BOT_USER_OAUTH_TOKEN'),
+ 'channel' => env('SLACK_BOT_USER_DEFAULT_CHANNEL'),
+ ],
+ ],
+
+];
diff --git a/config/session.php b/config/session.php
new file mode 100644
index 0000000..f0b6541
--- /dev/null
+++ b/config/session.php
@@ -0,0 +1,217 @@
+ env('SESSION_DRIVER', 'database'),
+
+ /*
+ |--------------------------------------------------------------------------
+ | Session Lifetime
+ |--------------------------------------------------------------------------
+ |
+ | Here you may specify the number of minutes that you wish the session
+ | to be allowed to remain idle before it expires. If you want them
+ | to expire immediately when the browser is closed then you may
+ | indicate that via the expire_on_close configuration option.
+ |
+ */
+
+ 'lifetime' => env('SESSION_LIFETIME', 120),
+
+ 'expire_on_close' => env('SESSION_EXPIRE_ON_CLOSE', false),
+
+ /*
+ |--------------------------------------------------------------------------
+ | Session Encryption
+ |--------------------------------------------------------------------------
+ |
+ | This option allows you to easily specify that all of your session data
+ | should be encrypted before it's stored. All encryption is performed
+ | automatically by Laravel and you may use the session like normal.
+ |
+ */
+
+ 'encrypt' => env('SESSION_ENCRYPT', false),
+
+ /*
+ |--------------------------------------------------------------------------
+ | Session File Location
+ |--------------------------------------------------------------------------
+ |
+ | When utilizing the "file" session driver, the session files are placed
+ | on disk. The default storage location is defined here; however, you
+ | are free to provide another location where they should be stored.
+ |
+ */
+
+ 'files' => storage_path('framework/sessions'),
+
+ /*
+ |--------------------------------------------------------------------------
+ | Session Database Connection
+ |--------------------------------------------------------------------------
+ |
+ | When using the "database" or "redis" session drivers, you may specify a
+ | connection that should be used to manage these sessions. This should
+ | correspond to a connection in your database configuration options.
+ |
+ */
+
+ 'connection' => env('SESSION_CONNECTION'),
+
+ /*
+ |--------------------------------------------------------------------------
+ | Session Database Table
+ |--------------------------------------------------------------------------
+ |
+ | When using the "database" session driver, you may specify the table to
+ | be used to store sessions. Of course, a sensible default is defined
+ | for you; however, you're welcome to change this to another table.
+ |
+ */
+
+ 'table' => env('SESSION_TABLE', 'sessions'),
+
+ /*
+ |--------------------------------------------------------------------------
+ | Session Cache Store
+ |--------------------------------------------------------------------------
+ |
+ | When using one of the framework's cache driven session backends, you may
+ | define the cache store which should be used to store the session data
+ | between requests. This must match one of your defined cache stores.
+ |
+ | Affects: "apc", "dynamodb", "memcached", "redis"
+ |
+ */
+
+ 'store' => env('SESSION_STORE'),
+
+ /*
+ |--------------------------------------------------------------------------
+ | Session Sweeping Lottery
+ |--------------------------------------------------------------------------
+ |
+ | Some session drivers must manually sweep their storage location to get
+ | rid of old sessions from storage. Here are the chances that it will
+ | happen on a given request. By default, the odds are 2 out of 100.
+ |
+ */
+
+ 'lottery' => [2, 100],
+
+ /*
+ |--------------------------------------------------------------------------
+ | Session Cookie Name
+ |--------------------------------------------------------------------------
+ |
+ | Here you may change the name of the session cookie that is created by
+ | the framework. Typically, you should not need to change this value
+ | since doing so does not grant a meaningful security improvement.
+ |
+ */
+
+ 'cookie' => env(
+ 'SESSION_COOKIE',
+ Str::slug(env('APP_NAME', 'laravel'), '_').'_session'
+ ),
+
+ /*
+ |--------------------------------------------------------------------------
+ | Session Cookie Path
+ |--------------------------------------------------------------------------
+ |
+ | The session cookie path determines the path for which the cookie will
+ | be regarded as available. Typically, this will be the root path of
+ | your application, but you're free to change this when necessary.
+ |
+ */
+
+ 'path' => env('SESSION_PATH', '/'),
+
+ /*
+ |--------------------------------------------------------------------------
+ | Session Cookie Domain
+ |--------------------------------------------------------------------------
+ |
+ | This value determines the domain and subdomains the session cookie is
+ | available to. By default, the cookie will be available to the root
+ | domain and all subdomains. Typically, this shouldn't be changed.
+ |
+ */
+
+ 'domain' => env('SESSION_DOMAIN'),
+
+ /*
+ |--------------------------------------------------------------------------
+ | HTTPS Only Cookies
+ |--------------------------------------------------------------------------
+ |
+ | By setting this option to true, session cookies will only be sent back
+ | to the server if the browser has a HTTPS connection. This will keep
+ | the cookie from being sent to you when it can't be done securely.
+ |
+ */
+
+ 'secure' => env('SESSION_SECURE_COOKIE'),
+
+ /*
+ |--------------------------------------------------------------------------
+ | HTTP Access Only
+ |--------------------------------------------------------------------------
+ |
+ | Setting this value to true will prevent JavaScript from accessing the
+ | value of the cookie and the cookie will only be accessible through
+ | the HTTP protocol. It's unlikely you should disable this option.
+ |
+ */
+
+ 'http_only' => env('SESSION_HTTP_ONLY', true),
+
+ /*
+ |--------------------------------------------------------------------------
+ | Same-Site Cookies
+ |--------------------------------------------------------------------------
+ |
+ | This option determines how your cookies behave when cross-site requests
+ | take place, and can be used to mitigate CSRF attacks. By default, we
+ | will set this value to "lax" to permit secure cross-site requests.
+ |
+ | See: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Set-Cookie#samesitesamesite-value
+ |
+ | Supported: "lax", "strict", "none", null
+ |
+ */
+
+ 'same_site' => env('SESSION_SAME_SITE', 'lax'),
+
+ /*
+ |--------------------------------------------------------------------------
+ | Partitioned Cookies
+ |--------------------------------------------------------------------------
+ |
+ | Setting this value to true will tie the cookie to the top-level site for
+ | a cross-site context. Partitioned cookies are accepted by the browser
+ | when flagged "secure" and the Same-Site attribute is set to "none".
+ |
+ */
+
+ 'partitioned' => env('SESSION_PARTITIONED_COOKIE', false),
+
+];
diff --git a/database/.gitignore b/database/.gitignore
new file mode 100644
index 0000000..9b19b93
--- /dev/null
+++ b/database/.gitignore
@@ -0,0 +1 @@
+*.sqlite*
diff --git a/database/factories/UserFactory.php b/database/factories/UserFactory.php
new file mode 100644
index 0000000..584104c
--- /dev/null
+++ b/database/factories/UserFactory.php
@@ -0,0 +1,44 @@
+
+ */
+class UserFactory extends Factory
+{
+ /**
+ * The current password being used by the factory.
+ */
+ protected static ?string $password;
+
+ /**
+ * Define the model's default state.
+ *
+ * @return array
+ */
+ public function definition(): array
+ {
+ return [
+ 'name' => fake()->name(),
+ 'email' => fake()->unique()->safeEmail(),
+ 'email_verified_at' => now(),
+ 'password' => static::$password ??= Hash::make('password'),
+ 'remember_token' => Str::random(10),
+ ];
+ }
+
+ /**
+ * Indicate that the model's email address should be unverified.
+ */
+ public function unverified(): static
+ {
+ return $this->state(fn (array $attributes) => [
+ 'email_verified_at' => null,
+ ]);
+ }
+}
diff --git a/database/migrations/0001_01_01_000000_create_users_table.php b/database/migrations/0001_01_01_000000_create_users_table.php
new file mode 100644
index 0000000..05fb5d9
--- /dev/null
+++ b/database/migrations/0001_01_01_000000_create_users_table.php
@@ -0,0 +1,49 @@
+id();
+ $table->string('name');
+ $table->string('email')->unique();
+ $table->timestamp('email_verified_at')->nullable();
+ $table->string('password');
+ $table->rememberToken();
+ $table->timestamps();
+ });
+
+ Schema::create('password_reset_tokens', function (Blueprint $table) {
+ $table->string('email')->primary();
+ $table->string('token');
+ $table->timestamp('created_at')->nullable();
+ });
+
+ Schema::create('sessions', function (Blueprint $table) {
+ $table->string('id')->primary();
+ $table->foreignId('user_id')->nullable()->index();
+ $table->string('ip_address', 45)->nullable();
+ $table->text('user_agent')->nullable();
+ $table->longText('payload');
+ $table->integer('last_activity')->index();
+ });
+ }
+
+ /**
+ * Reverse the migrations.
+ */
+ public function down(): void
+ {
+ Schema::dropIfExists('users');
+ Schema::dropIfExists('password_reset_tokens');
+ Schema::dropIfExists('sessions');
+ }
+};
diff --git a/database/migrations/0001_01_01_000001_create_cache_table.php b/database/migrations/0001_01_01_000001_create_cache_table.php
new file mode 100644
index 0000000..b9c106b
--- /dev/null
+++ b/database/migrations/0001_01_01_000001_create_cache_table.php
@@ -0,0 +1,35 @@
+string('key')->primary();
+ $table->mediumText('value');
+ $table->integer('expiration');
+ });
+
+ Schema::create('cache_locks', function (Blueprint $table) {
+ $table->string('key')->primary();
+ $table->string('owner');
+ $table->integer('expiration');
+ });
+ }
+
+ /**
+ * Reverse the migrations.
+ */
+ public function down(): void
+ {
+ Schema::dropIfExists('cache');
+ Schema::dropIfExists('cache_locks');
+ }
+};
diff --git a/database/migrations/0001_01_01_000002_create_jobs_table.php b/database/migrations/0001_01_01_000002_create_jobs_table.php
new file mode 100644
index 0000000..425e705
--- /dev/null
+++ b/database/migrations/0001_01_01_000002_create_jobs_table.php
@@ -0,0 +1,57 @@
+id();
+ $table->string('queue')->index();
+ $table->longText('payload');
+ $table->unsignedTinyInteger('attempts');
+ $table->unsignedInteger('reserved_at')->nullable();
+ $table->unsignedInteger('available_at');
+ $table->unsignedInteger('created_at');
+ });
+
+ Schema::create('job_batches', function (Blueprint $table) {
+ $table->string('id')->primary();
+ $table->string('name');
+ $table->integer('total_jobs');
+ $table->integer('pending_jobs');
+ $table->integer('failed_jobs');
+ $table->longText('failed_job_ids');
+ $table->mediumText('options')->nullable();
+ $table->integer('cancelled_at')->nullable();
+ $table->integer('created_at');
+ $table->integer('finished_at')->nullable();
+ });
+
+ Schema::create('failed_jobs', function (Blueprint $table) {
+ $table->id();
+ $table->string('uuid')->unique();
+ $table->text('connection');
+ $table->text('queue');
+ $table->longText('payload');
+ $table->longText('exception');
+ $table->timestamp('failed_at')->useCurrent();
+ });
+ }
+
+ /**
+ * Reverse the migrations.
+ */
+ public function down(): void
+ {
+ Schema::dropIfExists('jobs');
+ Schema::dropIfExists('job_batches');
+ Schema::dropIfExists('failed_jobs');
+ }
+};
diff --git a/database/migrations/2024_05_29_014227_create_transaksi_table.php b/database/migrations/2024_05_29_014227_create_transaksi_table.php
new file mode 100644
index 0000000..2a190fe
--- /dev/null
+++ b/database/migrations/2024_05_29_014227_create_transaksi_table.php
@@ -0,0 +1,29 @@
+id();
+ $table->date('tanggal');
+ $table->text('obat');
+ $table->timestamps();
+ });
+ }
+
+ /**
+ * Reverse the migrations.
+ */
+ public function down(): void
+ {
+ Schema::dropIfExists('transaksi');
+ }
+};
diff --git a/database/migrations/2024_05_29_014312_create_proses_table.php b/database/migrations/2024_05_29_014312_create_proses_table.php
new file mode 100644
index 0000000..3bd1b2a
--- /dev/null
+++ b/database/migrations/2024_05_29_014312_create_proses_table.php
@@ -0,0 +1,31 @@
+id();
+ $table->date('start');
+ $table->date('end');
+ $table->double('min_support');
+ $table->double('min_confidence');
+ $table->timestamps();
+ });
+ }
+
+ /**
+ * Reverse the migrations.
+ */
+ public function down(): void
+ {
+ Schema::dropIfExists('proses');
+ }
+};
diff --git a/database/migrations/2024_05_29_014451_create_itemset1_table.php b/database/migrations/2024_05_29_014451_create_itemset1_table.php
new file mode 100644
index 0000000..8bd83bd
--- /dev/null
+++ b/database/migrations/2024_05_29_014451_create_itemset1_table.php
@@ -0,0 +1,31 @@
+id();
+ $table->string('atribut');
+ $table->double('support');
+ $table->string('keterangan');
+ $table->foreignId('proses_id')->constrained('proses')->onDelete('cascade');
+ $table->timestamps();
+ });
+ }
+
+ /**
+ * Reverse the migrations.
+ */
+ public function down(): void
+ {
+ Schema::dropIfExists('itemset1');
+ }
+};
diff --git a/database/migrations/2024_05_29_014456_create_itemset2_table.php b/database/migrations/2024_05_29_014456_create_itemset2_table.php
new file mode 100644
index 0000000..6b16511
--- /dev/null
+++ b/database/migrations/2024_05_29_014456_create_itemset2_table.php
@@ -0,0 +1,32 @@
+id();
+ $table->string('atribut');
+ $table->double('support');
+ $table->string('jumlah')->nullable();
+ $table->string('keterangan');
+ $table->foreignId('proses_id')->constrained('proses')->onDelete('cascade');
+ $table->timestamps();
+ });
+ }
+
+ /**
+ * Reverse the migrations.
+ */
+ public function down(): void
+ {
+ Schema::dropIfExists('itemset2');
+ }
+};
diff --git a/database/migrations/2024_05_29_014501_create_itemset3_table.php b/database/migrations/2024_05_29_014501_create_itemset3_table.php
new file mode 100644
index 0000000..2f66851
--- /dev/null
+++ b/database/migrations/2024_05_29_014501_create_itemset3_table.php
@@ -0,0 +1,32 @@
+id();
+ $table->string('atribut');
+ $table->double('support');
+ $table->string('jumlah');
+ $table->string('keterangan');
+ $table->foreignId('proses_id')->constrained('proses')->onDelete('cascade');
+ $table->timestamps();
+ });
+ }
+
+ /**
+ * Reverse the migrations.
+ */
+ public function down(): void
+ {
+ Schema::dropIfExists('itemset3');
+ }
+};
diff --git a/database/migrations/2024_05_29_020022_create_confidence_table.php b/database/migrations/2024_05_29_020022_create_confidence_table.php
new file mode 100644
index 0000000..d590c3d
--- /dev/null
+++ b/database/migrations/2024_05_29_020022_create_confidence_table.php
@@ -0,0 +1,37 @@
+id();
+ $table->string('items');
+ $table->string('keterangan');
+ $table->string('confidence');
+ $table->string('lift_ratio');
+ $table->string('korelasi');
+ $table->string('itemset');
+ // $table->foreignId('itemset2_id')->nullable()->constrained('itemset2')->onDelete('cascade');
+ // $table->foreignId('itemset3_id')->nullable()->constrained('itemset3')->onDelete('cascade');
+ $table->foreignId('proses_id')->constrained('proses')->onDelete('cascade');
+
+ $table->timestamps();
+ });
+ }
+
+ /**
+ * Reverse the migrations.
+ */
+ public function down(): void
+ {
+ Schema::dropIfExists('confidence');
+ }
+};
diff --git a/database/seeders/DatabaseSeeder.php b/database/seeders/DatabaseSeeder.php
new file mode 100644
index 0000000..6c277b9
--- /dev/null
+++ b/database/seeders/DatabaseSeeder.php
@@ -0,0 +1,25 @@
+create();
+
+ User::factory()->create([
+ 'name' => 'Test User',
+ 'email' => 'test1@example.com',
+ 'password' => Hash::make('test')
+ ]);
+ }
+}
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..4e934ca
--- /dev/null
+++ b/package.json
@@ -0,0 +1,13 @@
+{
+ "private": true,
+ "type": "module",
+ "scripts": {
+ "dev": "vite",
+ "build": "vite build"
+ },
+ "devDependencies": {
+ "axios": "^1.6.4",
+ "laravel-vite-plugin": "^1.0",
+ "vite": "^5.0"
+ }
+}
diff --git a/phpunit.xml b/phpunit.xml
new file mode 100644
index 0000000..506b9a3
--- /dev/null
+++ b/phpunit.xml
@@ -0,0 +1,33 @@
+
+
+
+
+ tests/Unit
+
+
+ tests/Feature
+
+
+
+
+ app
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/public/.htaccess b/public/.htaccess
new file mode 100644
index 0000000..3aec5e2
--- /dev/null
+++ b/public/.htaccess
@@ -0,0 +1,21 @@
+
+
+ Options -MultiViews -Indexes
+
+
+ RewriteEngine On
+
+ # Handle Authorization Header
+ RewriteCond %{HTTP:Authorization} .
+ RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
+
+ # Redirect Trailing Slashes If Not A Folder...
+ RewriteCond %{REQUEST_FILENAME} !-d
+ RewriteCond %{REQUEST_URI} (.+)/$
+ RewriteRule ^ %1 [L,R=301]
+
+ # Send Requests To Front Controller...
+ RewriteCond %{REQUEST_FILENAME} !-d
+ RewriteCond %{REQUEST_FILENAME} !-f
+ RewriteRule ^ index.php [L]
+
diff --git a/public/assets/css/icons/tabler-icons/fonts/tabler-icons.eot b/public/assets/css/icons/tabler-icons/fonts/tabler-icons.eot
new file mode 100644
index 0000000000000000000000000000000000000000..ed553716250c1d30ed28dc502647cb1e6a96966a
GIT binary patch
literal 1521944
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