From f1ba17ff1ab131e99684c73547731966abb3e722 Mon Sep 17 00:00:00 2001
From: = <=>
Date: Thu, 13 Jun 2024 14:22:09 +0700
Subject: [PATCH] Project Skripsi/TA Penghargaan API SMART PARKING
---
.editorconfig | 18 +
.env.example | 59 +
.gitattributes | 11 +
.gitignore | 19 +
README.md | 66 +
app/Console/Kernel.php | 27 +
app/Exceptions/Handler.php | 30 +
app/Helper/ResponseFormatter.php | 33 +
.../API/DetailLokasiController.php | 67 +
.../Controllers/API/KendaraanController.php | 309 +
app/Http/Controllers/API/ParkirController.php | 68 +
app/Http/Controllers/API/SaldoController.php | 68 +
.../Controllers/API/TransaksiController.php | 214 +
app/Http/Controllers/API/UserController.php | 230 +
app/Http/Controllers/Controller.php | 12 +
app/Http/Kernel.php | 69 +
app/Http/Middleware/Authenticate.php | 17 +
app/Http/Middleware/EncryptCookies.php | 17 +
app/Http/Middleware/JwtMiddleware.php | 35 +
.../PreventRequestsDuringMaintenance.php | 17 +
.../Middleware/RedirectIfAuthenticated.php | 30 +
app/Http/Middleware/TrimStrings.php | 19 +
app/Http/Middleware/TrustHosts.php | 20 +
app/Http/Middleware/TrustProxies.php | 28 +
app/Http/Middleware/ValidateSignature.php | 22 +
app/Http/Middleware/VerifyCsrfToken.php | 17 +
app/Models/DetailLokasiModel.php | 20 +
app/Models/KendaraanModel.php | 25 +
app/Models/ParkirModel.php | 20 +
app/Models/SaldoModel.php | 20 +
app/Models/TransaksiModel.php | 35 +
app/Models/User.php | 92 +
app/Providers/AppServiceProvider.php | 24 +
app/Providers/AuthServiceProvider.php | 26 +
app/Providers/BroadcastServiceProvider.php | 19 +
app/Providers/EventServiceProvider.php | 38 +
app/Providers/RouteServiceProvider.php | 40 +
app/helpers.php | 32 +
artisan | 53 +
bootstrap/app.php | 55 +
bootstrap/cache/.gitignore | 2 +
composer.json | 74 +
composer.lock | 8790 +++++++++++++++++
config/app.php | 189 +
config/auth.php | 120 +
config/broadcasting.php | 71 +
config/cache.php | 111 +
config/cors.php | 34 +
config/database.php | 151 +
config/filesystems.php | 76 +
config/hashing.php | 52 +
config/jwt.php | 301 +
config/logging.php | 131 +
config/mail.php | 125 +
config/queue.php | 109 +
config/sanctum.php | 67 +
config/services.php | 34 +
config/session.php | 201 +
config/view.php | 36 +
database/.gitignore | 1 +
database/factories/UserFactory.php | 38 +
.../2014_10_12_000000_create_users_table.php | 32 +
...000_create_password_reset_tokens_table.php | 28 +
..._08_19_000000_create_failed_jobs_table.php | 32 +
...01_create_personal_access_tokens_table.php | 33 +
database/seeders/DatabaseSeeder.php | 22 +
db/smart_parking.sql | 361 +
hasil pengujian/10 user.csv | 10 +
hasil pengujian/20 user.csv | 10 +
hasil pengujian/30 user.csv | 10 +
hasil pengujian/40 user.csv | 10 +
hasil pengujian/50 user.csv | 10 +
hasil pengujian/50 user.jmx | 1424 +++
package.json | 13 +
phpunit.xml | 31 +
public/.htaccess | 21 +
public/favicon.ico | 0
public/index.php | 55 +
public/kendaraan/kendaraaan_652a8b557a555.png | Bin 0 -> 1358 bytes
public/kendaraan/kendaraaan_657ef47dcb96a.png | Bin 0 -> 1362 bytes
public/qrcodes/user_652a84e53fcb1.png | Bin 0 -> 1416 bytes
public/qrcodes/user_657ef4554d8bb.png | Bin 0 -> 1416 bytes
public/qrcodes/user_657ef46aedb03.png | Bin 0 -> 1416 bytes
public/qrcodes/user_657ef47318b39.png | Bin 0 -> 1401 bytes
public/qrcodes/user_657f00c48d09f.png | Bin 0 -> 1433 bytes
public/qrcodes/user_662e8a38a590e.png | Bin 0 -> 1433 bytes
public/robots.txt | 2 +
public/tiket/tiket_662f27975b663.png | Bin 0 -> 1415 bytes
public/tiket/tiket_662f279d5b44b.png | Bin 0 -> 1412 bytes
public/tiket/tiket_662f27a55f5f9.png | Bin 0 -> 1425 bytes
public/tiket/tiket_662f27ad5828a.png | Bin 0 -> 1402 bytes
public/tiket/tiket_662f27b55368c.png | Bin 0 -> 1412 bytes
public/tiket/tiket_662f27bd5f6e6.png | Bin 0 -> 1408 bytes
public/tiket/tiket_662f27c54f377.png | Bin 0 -> 1425 bytes
public/tiket/tiket_662f27cd5b5d6.png | Bin 0 -> 1414 bytes
public/tiket/tiket_662f27d578187.png | Bin 0 -> 1436 bytes
public/tiket/tiket_662f27dd81520.png | Bin 0 -> 1428 bytes
public/tiket/tiket_662f28474c45b.png | Bin 0 -> 1411 bytes
public/tiket/tiket_662f284fa76cd.png | Bin 0 -> 1418 bytes
public/tiket/tiket_662f285848854.png | Bin 0 -> 1434 bytes
public/tiket/tiket_662f2860d85bc.png | Bin 0 -> 1385 bytes
public/tiket/tiket_662f2874a4ae5.png | Bin 0 -> 1422 bytes
public/tiket/tiket_662f287c89f73.png | Bin 0 -> 1418 bytes
public/tiket/tiket_662f2884b0ebc.png | Bin 0 -> 1428 bytes
public/tiket/tiket_662f288c8a1ba.png | Bin 0 -> 1429 bytes
public/tiket/tiket_662f289484f71.png | Bin 0 -> 1442 bytes
public/tiket/tiket_662f289c77924.png | Bin 0 -> 1425 bytes
public/tiket/tiket_662f28a4b63ff.png | Bin 0 -> 1418 bytes
public/tiket/tiket_662f28ac817af.png | Bin 0 -> 1420 bytes
public/tiket/tiket_662f28b49e0ba.png | Bin 0 -> 1399 bytes
public/tiket/tiket_662f28bc96492.png | Bin 0 -> 1408 bytes
public/tiket/tiket_662f29455cf01.png | Bin 0 -> 1424 bytes
public/tiket/tiket_662f294d0e123.png | Bin 0 -> 1417 bytes
public/tiket/tiket_662f295a4230c.png | Bin 0 -> 1407 bytes
public/tiket/tiket_662f296224393.png | Bin 0 -> 1422 bytes
public/tiket/tiket_662f296a2c25b.png | Bin 0 -> 1409 bytes
public/tiket/tiket_662f29722acd0.png | Bin 0 -> 1398 bytes
public/tiket/tiket_662f297a2953d.png | Bin 0 -> 1436 bytes
public/tiket/tiket_662f298245561.png | Bin 0 -> 1412 bytes
public/tiket/tiket_662f298a5c71a.png | Bin 0 -> 1415 bytes
public/tiket/tiket_662f299233645.png | Bin 0 -> 1437 bytes
public/tiket/tiket_662f299b0bc2c.png | Bin 0 -> 1402 bytes
public/tiket/tiket_662f29a22d249.png | Bin 0 -> 1406 bytes
public/tiket/tiket_662f2a6670b1a.png | Bin 0 -> 1397 bytes
public/tiket/tiket_662f2a6e5b108.png | Bin 0 -> 1438 bytes
public/tiket/tiket_662f2a7645a3b.png | Bin 0 -> 1386 bytes
public/tiket/tiket_662f2a7e4df76.png | Bin 0 -> 1398 bytes
public/tiket/tiket_662f2a864af0e.png | Bin 0 -> 1408 bytes
public/tiket/tiket_662f2a8e5aaa9.png | Bin 0 -> 1402 bytes
public/tiket/tiket_662f2a964d2a8.png | Bin 0 -> 1428 bytes
public/tiket/tiket_662f2a9e4a0e9.png | Bin 0 -> 1388 bytes
public/tiket/tiket_662f2aa65e586.png | Bin 0 -> 1419 bytes
public/tiket/tiket_662f2aae7a701.png | Bin 0 -> 1418 bytes
public/tiket/tiket_662f2ab64d1bb.png | Bin 0 -> 1397 bytes
public/tiket/tiket_662f2abe52d83.png | Bin 0 -> 1422 bytes
public/tiket/tiket_662f2ac64e88b.png | Bin 0 -> 1418 bytes
public/tiket/tiket_662f2ace5d31d.png | Bin 0 -> 1397 bytes
public/tiket/tiket_662f2ad64f478.png | Bin 0 -> 1433 bytes
public/tiket/tiket_662f2ade4f79c.png | Bin 0 -> 1400 bytes
public/tiket/tiket_662f2ae65f124.png | Bin 0 -> 1413 bytes
public/tiket/tiket_662f2aee4bbaf.png | Bin 0 -> 1423 bytes
public/tiket/tiket_662f2af6477e7.png | Bin 0 -> 1399 bytes
public/tiket/tiket_662f2afe4f447.png | Bin 0 -> 1413 bytes
public/tiket/tiket_662f2b064bccb.png | Bin 0 -> 1406 bytes
public/tiket/tiket_662f2b0e44149.png | Bin 0 -> 1418 bytes
public/tiket/tiket_662f2b164c05e.png | Bin 0 -> 1405 bytes
public/tiket/tiket_662f2b1e527dd.png | Bin 0 -> 1413 bytes
public/tiket/tiket_662f2b2661e8d.png | Bin 0 -> 1417 bytes
public/tiket/tiket_662f2b2ebd546.png | Bin 0 -> 1428 bytes
public/tiket/tiket_662f2b36472e0.png | Bin 0 -> 1412 bytes
public/tiket/tiket_662f2b3e4d452.png | Bin 0 -> 1396 bytes
public/tiket/tiket_662f2b46456c6.png | Bin 0 -> 1418 bytes
public/tiket/tiket_662f2b4e439da.png | Bin 0 -> 1401 bytes
public/tiket/tiket_662f2bd3bebc7.png | Bin 0 -> 1433 bytes
public/tiket/tiket_662f2bdca07dd.png | Bin 0 -> 1423 bytes
public/tiket/tiket_662f2be5a5458.png | Bin 0 -> 1414 bytes
public/tiket/tiket_662f2beeacfb4.png | Bin 0 -> 1406 bytes
public/tiket/tiket_662f2bf7a5d5c.png | Bin 0 -> 1421 bytes
public/tiket/tiket_662f2c00aeeff.png | Bin 0 -> 1402 bytes
public/tiket/tiket_662f2c099f86e.png | Bin 0 -> 1393 bytes
public/tiket/tiket_662f2c12b820f.png | Bin 0 -> 1405 bytes
public/tiket/tiket_662f2c1ba0525.png | Bin 0 -> 1435 bytes
public/tiket/tiket_662f2c249d525.png | Bin 0 -> 1418 bytes
public/tiket/tiket_662f2c2da4f3b.png | Bin 0 -> 1413 bytes
public/tiket/tiket_662f2c36a912f.png | Bin 0 -> 1408 bytes
public/tiket/tiket_662f2c3fa1390.png | Bin 0 -> 1418 bytes
public/tiket/tiket_662f2c48a29bd.png | Bin 0 -> 1412 bytes
public/tiket/tiket_662f2c51a542d.png | Bin 0 -> 1407 bytes
public/tiket/tiket_662f2c5a96738.png | Bin 0 -> 1431 bytes
public/tiket/tiket_662f2c63a01b9.png | Bin 0 -> 1401 bytes
public/tiket/tiket_662f2c6c92f66.png | Bin 0 -> 1405 bytes
public/tiket/tiket_662f2c7595081.png | Bin 0 -> 1406 bytes
public/tiket/tiket_662f2c7e99714.png | Bin 0 -> 1423 bytes
public/tiket/tiket_662f2cba20af3.png | Bin 0 -> 1416 bytes
public/tiket/tiket_662f2ce314e77.png | Bin 0 -> 1432 bytes
public/tiket/tiket_662f2cec0fca5.png | Bin 0 -> 1398 bytes
public/tiket/tiket_662f2cf511d38.png | Bin 0 -> 1404 bytes
public/tiket/tiket_662f2cfe0ef63.png | Bin 0 -> 1405 bytes
public/tiket/tiket_662f2d0711d7b.png | Bin 0 -> 1418 bytes
public/tiket/tiket_662f2d1017d8d.png | Bin 0 -> 1401 bytes
public/tiket/tiket_662f2d191333d.png | Bin 0 -> 1416 bytes
public/tiket/tiket_662f2d220fd08.png | Bin 0 -> 1408 bytes
public/tiket/tiket_662f2d2b0f3ce.png | Bin 0 -> 1408 bytes
public/tiket/tiket_662f2d341cfe1.png | Bin 0 -> 1413 bytes
public/tiket/tiket_662f2d3d1167e.png | Bin 0 -> 1398 bytes
public/tiket/tiket_662f2d46125dc.png | Bin 0 -> 1424 bytes
public/tiket/tiket_662f2d4f0b65b.png | Bin 0 -> 1404 bytes
public/tiket/tiket_662f2d58089ce.png | Bin 0 -> 1411 bytes
public/tiket/tiket_662f2d6116634.png | Bin 0 -> 1412 bytes
public/tiket/tiket_662f2d6a180eb.png | Bin 0 -> 1407 bytes
public/tiket/tiket_662f2d731e501.png | Bin 0 -> 1420 bytes
public/tiket/tiket_662f2d7c143ab.png | Bin 0 -> 1384 bytes
public/tiket/tiket_662f2d8514054.png | Bin 0 -> 1391 bytes
public/tiket/tiket_662f2d8e08b58.png | Bin 0 -> 1410 bytes
public/tiket/tiket_662f2e61533f6.png | Bin 0 -> 1401 bytes
public/tiket/tiket_662f2e69e56a3.png | Bin 0 -> 1421 bytes
public/tiket/tiket_662f2e8107153.png | Bin 0 -> 1405 bytes
public/tiket/tiket_662f2e899c4ca.png | Bin 0 -> 1419 bytes
public/tiket/tiket_662f2e9242c25.png | Bin 0 -> 1402 bytes
public/tiket/tiket_662f2e9ae42fd.png | Bin 0 -> 1392 bytes
public/tiket/tiket_662f2ea3a569c.png | Bin 0 -> 1436 bytes
public/tiket/tiket_662f2eac39148.png | Bin 0 -> 1420 bytes
public/tiket/tiket_662f2eb4e852f.png | Bin 0 -> 1392 bytes
public/tiket/tiket_662f2ebd9b8ab.png | Bin 0 -> 1426 bytes
public/tiket/tiket_662f2ec6438f6.png | Bin 0 -> 1413 bytes
public/tiket/tiket_662f2ecee6249.png | Bin 0 -> 1385 bytes
public/tiket/tiket_662f2ed7967b5.png | Bin 0 -> 1414 bytes
public/tiket/tiket_662f2ee04d0b2.png | Bin 0 -> 1424 bytes
public/tiket/tiket_662f2ee8e8518.png | Bin 0 -> 1423 bytes
public/tiket/tiket_662f2ef192120.png | Bin 0 -> 1396 bytes
public/tiket/tiket_662f2efa4480a.png | Bin 0 -> 1400 bytes
public/tiket/tiket_662f2f02dd300.png | Bin 0 -> 1399 bytes
public/tiket/tiket_662f2f0b9a3b4.png | Bin 0 -> 1419 bytes
public/tiket/tiket_662f2f1442025.png | Bin 0 -> 1418 bytes
public/tiket/tiket_662f2f1cebf67.png | Bin 0 -> 1405 bytes
public/tiket/tiket_662f2f2585f4f.png | Bin 0 -> 1394 bytes
public/tiket/tiket_662f2f2e44a58.png | Bin 0 -> 1408 bytes
public/tiket/tiket_662f2f36e960e.png | Bin 0 -> 1407 bytes
public/tiket/tiket_662f2f3f929cc.png | Bin 0 -> 1411 bytes
public/tiket/tiket_662f2f483d0b2.png | Bin 0 -> 1415 bytes
public/tiket/tiket_662f2f5102036.png | Bin 0 -> 1406 bytes
public/tiket/tiket_662f2f59a7114.png | Bin 0 -> 1397 bytes
public/tiket/tiket_662f2f6245e86.png | Bin 0 -> 1412 bytes
public/tiket/tiket_662f2f6b00be4.png | Bin 0 -> 1402 bytes
public/tiket/tiket_662f2f739992e.png | Bin 0 -> 1429 bytes
public/tiket/tiket_662f2f7c69c46.png | Bin 0 -> 1428 bytes
public/tiket/tiket_662f30260a812.png | Bin 0 -> 1437 bytes
public/tiket/tiket_662f30264b726.png | Bin 0 -> 1397 bytes
public/tiket/tiket_662f3028a6993.png | Bin 0 -> 1401 bytes
public/tiket/tiket_662f302fce66a.png | Bin 0 -> 1411 bytes
public/tiket/tiket_662f30381ccb4.png | Bin 0 -> 1431 bytes
public/tiket/tiket_662f30405d585.png | Bin 0 -> 1407 bytes
public/tiket/tiket_662f304893a3e.png | Bin 0 -> 1432 bytes
public/tiket/tiket_662f3050d5e01.png | Bin 0 -> 1410 bytes
public/tiket/tiket_662f306162bcc.png | Bin 0 -> 1409 bytes
public/tiket/tiket_662f30699bb8e.png | Bin 0 -> 1412 bytes
public/tiket/tiket_662f3071d062f.png | Bin 0 -> 1408 bytes
public/tiket/tiket_662f307a11c38.png | Bin 0 -> 1430 bytes
public/tiket/tiket_662f30824d29d.png | Bin 0 -> 1430 bytes
public/tiket/tiket_662f308a959bb.png | Bin 0 -> 1418 bytes
public/tiket/tiket_662f3092d56b2.png | Bin 0 -> 1393 bytes
public/tiket/tiket_662f309b1ab10.png | Bin 0 -> 1434 bytes
public/tiket/tiket_662f30a362b78.png | Bin 0 -> 1412 bytes
public/tiket/tiket_662f30ab96276.png | Bin 0 -> 1418 bytes
public/tiket/tiket_662f30b3ca0c2.png | Bin 0 -> 1426 bytes
public/tiket/tiket_662f30bc185a9.png | Bin 0 -> 1409 bytes
public/tiket/tiket_662f30c453170.png | Bin 0 -> 1414 bytes
public/tiket/tiket_662f30cc97431.png | Bin 0 -> 1388 bytes
public/tiket/tiket_662f30d4d3560.png | Bin 0 -> 1430 bytes
public/tiket/tiket_662f30dd1f0ec.png | Bin 0 -> 1419 bytes
public/tiket/tiket_662f30e5658f0.png | Bin 0 -> 1414 bytes
public/tiket/tiket_662f30ed8d166.png | Bin 0 -> 1407 bytes
public/tiket/tiket_662f30f5e36e3.png | Bin 0 -> 1387 bytes
public/tiket/tiket_662f30fe26f5d.png | Bin 0 -> 1420 bytes
public/tiket/tiket_662f310650f62.png | Bin 0 -> 1386 bytes
public/tiket/tiket_662f310ea5d22.png | Bin 0 -> 1441 bytes
public/tiket/tiket_662f3116ce715.png | Bin 0 -> 1426 bytes
public/tiket/tiket_662f311f21d98.png | Bin 0 -> 1412 bytes
public/tiket/tiket_662f31276be58.png | Bin 0 -> 1401 bytes
public/tiket/tiket_662f312f96a4f.png | Bin 0 -> 1421 bytes
public/tiket/tiket_662f3137d24b1.png | Bin 0 -> 1406 bytes
public/tiket/tiket_662f31402ce33.png | Bin 0 -> 1394 bytes
public/tiket/tiket_662f3148586c4.png | Bin 0 -> 1419 bytes
public/tiket/tiket_662f315090503.png | Bin 0 -> 1414 bytes
public/tiket/tiket_662f3158dc18f.png | Bin 0 -> 1431 bytes
public/tiket/tiket_662f3245af3d9.png | Bin 0 -> 1419 bytes
public/tiket/tiket_662f324dd0733.png | Bin 0 -> 1405 bytes
public/tiket/tiket_662f32562333a.png | Bin 0 -> 1427 bytes
public/tiket/tiket_662f325e6af28.png | Bin 0 -> 1420 bytes
public/tiket/tiket_662f32669b0aa.png | Bin 0 -> 1412 bytes
public/tiket/tiket_662f326ed4b5f.png | Bin 0 -> 1408 bytes
public/tiket/tiket_662f3277228e3.png | Bin 0 -> 1403 bytes
public/tiket/tiket_662f327f5cc23.png | Bin 0 -> 1388 bytes
public/tiket/tiket_662f3287a04e5.png | Bin 0 -> 1424 bytes
public/tiket/tiket_662f328fd0483.png | Bin 0 -> 1402 bytes
public/tiket/tiket_662f329816ed9.png | Bin 0 -> 1410 bytes
public/tiket/tiket_662f32a06726f.png | Bin 0 -> 1402 bytes
public/tiket/tiket_662f32a899892.png | Bin 0 -> 1438 bytes
public/tiket/tiket_662f32b0e327d.png | Bin 0 -> 1380 bytes
public/tiket/tiket_662f32b924734.png | Bin 0 -> 1443 bytes
public/tiket/tiket_662f32c16de03.png | Bin 0 -> 1435 bytes
public/tiket/tiket_662f32c992be4.png | Bin 0 -> 1403 bytes
public/tiket/tiket_662f32d1d89b7.png | Bin 0 -> 1408 bytes
public/tiket/tiket_662f32da1e034.png | Bin 0 -> 1406 bytes
public/tiket/tiket_662f32e265a76.png | Bin 0 -> 1400 bytes
public/tiket/tiket_662f32ea95fb2.png | Bin 0 -> 1411 bytes
public/tiket/tiket_662f32f2c7d93.png | Bin 0 -> 1405 bytes
public/tiket/tiket_662f32fb164a2.png | Bin 0 -> 1411 bytes
public/tiket/tiket_662f33036116e.png | Bin 0 -> 1419 bytes
public/tiket/tiket_662f330ba769a.png | Bin 0 -> 1411 bytes
public/tiket/tiket_662f3313cf8d2.png | Bin 0 -> 1403 bytes
public/tiket/tiket_662f331c128c7.png | Bin 0 -> 1437 bytes
public/tiket/tiket_662f33245ed8f.png | Bin 0 -> 1426 bytes
public/tiket/tiket_662f332c988f0.png | Bin 0 -> 1416 bytes
public/tiket/tiket_662f3334d5124.png | Bin 0 -> 1433 bytes
public/tiket/tiket_662f333d1e4d6.png | Bin 0 -> 1432 bytes
public/tiket/tiket_662f33456009d.png | Bin 0 -> 1408 bytes
public/tiket/tiket_662f334d92bdf.png | Bin 0 -> 1443 bytes
public/tiket/tiket_662f3355d525b.png | Bin 0 -> 1394 bytes
public/tiket/tiket_662f335e1bc8e.png | Bin 0 -> 1402 bytes
public/tiket/tiket_662f33665f824.png | Bin 0 -> 1430 bytes
public/tiket/tiket_662f336e98312.png | Bin 0 -> 1412 bytes
public/tiket/tiket_662f33b1be90c.png | Bin 0 -> 1425 bytes
public/tiket/tiket_662f33b9e7c10.png | Bin 0 -> 1436 bytes
public/tiket/tiket_662f33c22fa4c.png | Bin 0 -> 1423 bytes
public/tiket/tiket_662f33ca61b2c.png | Bin 0 -> 1403 bytes
public/tiket/tiket_662f33d2b177a.png | Bin 0 -> 1392 bytes
public/tiket/tiket_662f33daed8a3.png | Bin 0 -> 1395 bytes
public/tiket/tiket_662f33e330027.png | Bin 0 -> 1412 bytes
public/tiket/tiket_662f33eb76ab1.png | Bin 0 -> 1438 bytes
public/tiket/tiket_662f33f3b0631.png | Bin 0 -> 1420 bytes
public/tiket/tiket_662f33fbe82c3.png | Bin 0 -> 1427 bytes
public/tiket/tiket_662f34042fd72.png | Bin 0 -> 1402 bytes
public/tiket/tiket_662f340c6b5f8.png | Bin 0 -> 1412 bytes
public/tiket/tiket_662f3414af838.png | Bin 0 -> 1412 bytes
public/tiket/tiket_662f341ce78e6.png | Bin 0 -> 1414 bytes
public/tiket/tiket_662f342536c75.png | Bin 0 -> 1406 bytes
public/tiket/tiket_662f342d80631.png | Bin 0 -> 1411 bytes
public/tiket/tiket_662f3435ace44.png | Bin 0 -> 1414 bytes
public/tiket/tiket_662f343e009be.png | Bin 0 -> 1395 bytes
public/tiket/tiket_662f344636d71.png | Bin 0 -> 1421 bytes
public/tiket/tiket_662f344e766a4.png | Bin 0 -> 1420 bytes
public/tiket/tiket_662f3456ad15e.png | Bin 0 -> 1400 bytes
public/tiket/tiket_662f345ef2ef2.png | Bin 0 -> 1399 bytes
public/tiket/tiket_662f346729063.png | Bin 0 -> 1405 bytes
public/tiket/tiket_662f346f82afb.png | Bin 0 -> 1415 bytes
public/tiket/tiket_662f3477ad290.png | Bin 0 -> 1420 bytes
public/tiket/tiket_662f34b80a2ba.png | Bin 0 -> 1412 bytes
public/tiket/tiket_662f34c02fe9c.png | Bin 0 -> 1404 bytes
public/tiket/tiket_662f34e935aaf.png | Bin 0 -> 1414 bytes
public/tiket/tiket_662f34f1b079f.png | Bin 0 -> 1420 bytes
public/tiket/tiket_662f34fa3c7dd.png | Bin 0 -> 1406 bytes
public/tiket/tiket_662f35028d3ce.png | Bin 0 -> 1387 bytes
public/tiket/tiket_662f350b2facf.png | Bin 0 -> 1407 bytes
public/tiket/tiket_662f3513b1a4f.png | Bin 0 -> 1421 bytes
public/tiket/tiket_662f351c19514.png | Bin 0 -> 1408 bytes
public/tiket/tiket_662f3524966c9.png | Bin 0 -> 1432 bytes
public/tiket/tiket_662f352d23ec0.png | Bin 0 -> 1403 bytes
public/tiket/tiket_662f3535cbdb7.png | Bin 0 -> 1387 bytes
public/tiket/tiket_662f353e34b8c.png | Bin 0 -> 1406 bytes
public/tiket/tiket_662f3546aed46.png | Bin 0 -> 1402 bytes
public/tiket/tiket_662f354ef1fd6.png | Bin 0 -> 1389 bytes
public/tiket/tiket_662f3557a8cf6.png | Bin 0 -> 1426 bytes
public/tiket/tiket_662f35602f720.png | Bin 0 -> 1398 bytes
public/tiket/tiket_662f356886d41.png | Bin 0 -> 1401 bytes
public/tiket/tiket_662f3571553bb.png | Bin 0 -> 1408 bytes
public/tiket/tiket_662f357981c05.png | Bin 0 -> 1403 bytes
public/tiket/tiket_662f35821ccf0.png | Bin 0 -> 1413 bytes
public/tiket/tiket_662f358a9942d.png | Bin 0 -> 1417 bytes
public/tiket/tiket_662f35932631b.png | Bin 0 -> 1409 bytes
public/tiket/tiket_662f359bacbd9.png | Bin 0 -> 1417 bytes
public/tiket/tiket_662f35a427ee3.png | Bin 0 -> 1406 bytes
public/tiket/tiket_662f35acbb4dc.png | Bin 0 -> 1413 bytes
public/tiket/tiket_662f35b523b4e.png | Bin 0 -> 1412 bytes
public/tiket/tiket_662f35bdaa7b4.png | Bin 0 -> 1409 bytes
public/tiket/tiket_662f35c6384ea.png | Bin 0 -> 1410 bytes
public/tiket/tiket_662f35cec9c25.png | Bin 0 -> 1410 bytes
public/tiket/tiket_662f35d707900.png | Bin 0 -> 1402 bytes
public/tiket/tiket_662f35df9f0c7.png | Bin 0 -> 1416 bytes
public/tiket/tiket_662f35e83dfa3.png | Bin 0 -> 1412 bytes
public/tiket/tiket_662f35f08cc84.png | Bin 0 -> 1385 bytes
public/tiket/tiket_662f35f92d519.png | Bin 0 -> 1457 bytes
public/tiket/tiket_662f360191c8d.png | Bin 0 -> 1413 bytes
public/tiket/tiket_662f360a38666.png | Bin 0 -> 1419 bytes
public/tiket/tiket_662f3612c0047.png | Bin 0 -> 1391 bytes
public/tiket/tiket_662f361b28968.png | Bin 0 -> 1418 bytes
public/tiket/tiket_662f3623ad14c.png | Bin 0 -> 1415 bytes
public/tiket/tiket_662f362c202c9.png | Bin 0 -> 1429 bytes
public/tiket/tiket_662f36349fe9c.png | Bin 0 -> 1410 bytes
public/tiket/tiket_662f37217796d.png | Bin 0 -> 1410 bytes
public/tiket/tiket_662f372a1a772.png | Bin 0 -> 1415 bytes
public/tiket/tiket_662f375573c66.png | Bin 0 -> 1402 bytes
public/tiket/tiket_662f375e67aa9.png | Bin 0 -> 1395 bytes
public/tiket/tiket_662f3766a3bf1.png | Bin 0 -> 1417 bytes
public/tiket/tiket_662f376f69ca9.png | Bin 0 -> 1409 bytes
public/tiket/tiket_662f377806542.png | Bin 0 -> 1437 bytes
public/tiket/tiket_662f3780b03dc.png | Bin 0 -> 1396 bytes
public/tiket/tiket_662f3788d0887.png | Bin 0 -> 1413 bytes
public/tiket/tiket_662f3791d4d77.png | Bin 0 -> 1424 bytes
public/tiket/tiket_662f379a63e15.png | Bin 0 -> 1437 bytes
public/tiket/tiket_662f37a30fb2c.png | Bin 0 -> 1422 bytes
public/tiket/tiket_662f37ab6de13.png | Bin 0 -> 1410 bytes
public/tiket/tiket_662f37b42a2e4.png | Bin 0 -> 1426 bytes
public/tiket/tiket_662f37bca82d0.png | Bin 0 -> 1430 bytes
public/tiket/tiket_662f37c55368b.png | Bin 0 -> 1402 bytes
public/tiket/tiket_662f37ce0d89a.png | Bin 0 -> 1416 bytes
public/tiket/tiket_662f37d693d58.png | Bin 0 -> 1427 bytes
public/tiket/tiket_662f37df005ec.png | Bin 0 -> 1433 bytes
public/tiket/tiket_662f37e7b1e4a.png | Bin 0 -> 1429 bytes
public/tiket/tiket_662f37f046cdf.png | Bin 0 -> 1429 bytes
public/tiket/tiket_662f37f8c5598.png | Bin 0 -> 1411 bytes
public/tiket/tiket_662f3801ca7b3.png | Bin 0 -> 1406 bytes
public/tiket/tiket_662f380a1fa68.png | Bin 0 -> 1418 bytes
public/tiket/tiket_662f3812e568f.png | Bin 0 -> 1424 bytes
public/tiket/tiket_662f381b6368b.png | Bin 0 -> 1406 bytes
public/tiket/tiket_662f3823e163d.png | Bin 0 -> 1397 bytes
public/tiket/tiket_662f382c9495b.png | Bin 0 -> 1423 bytes
public/tiket/tiket_662f38351122f.png | Bin 0 -> 1417 bytes
public/tiket/tiket_662f383e0e2e4.png | Bin 0 -> 1411 bytes
public/tiket/tiket_662f38466d33d.png | Bin 0 -> 1414 bytes
public/tiket/tiket_662f384f4bac0.png | Bin 0 -> 1383 bytes
public/tiket/tiket_662f3857882af.png | Bin 0 -> 1405 bytes
public/tiket/tiket_662f386057a32.png | Bin 0 -> 1407 bytes
public/tiket/tiket_662f38691b175.png | Bin 0 -> 1396 bytes
public/tiket/tiket_662f387194904.png | Bin 0 -> 1426 bytes
public/tiket/tiket_662f387a12539.png | Bin 0 -> 1405 bytes
public/tiket/tiket_662f388275a35.png | Bin 0 -> 1422 bytes
public/tiket/tiket_662f388b53c36.png | Bin 0 -> 1420 bytes
public/tiket/tiket_662f3893ade06.png | Bin 0 -> 1416 bytes
public/tiket/tiket_662f389c70364.png | Bin 0 -> 1416 bytes
public/tiket/tiket_662f38a52ba92.png | Bin 0 -> 1408 bytes
public/tiket/tiket_662f38ade6efb.png | Bin 0 -> 1404 bytes
public/tiket/tiket_662f38b62c922.png | Bin 0 -> 1407 bytes
public/tiket/tiket_662f38be9deaf.png | Bin 0 -> 1432 bytes
public/tiket/tiket_662f38c7a6925.png | Bin 0 -> 1408 bytes
public/tiket/tiket_662f38d036523.png | Bin 0 -> 1403 bytes
public/tiket/tiket_662f38d8bb8db.png | Bin 0 -> 1418 bytes
public/tiket/tiket_662f38e1768fb.png | Bin 0 -> 1434 bytes
public/tiket/tiket_662f38e9a0020.png | Bin 0 -> 1397 bytes
public/tiket/tiket_662f38f2e0284.png | Bin 0 -> 1406 bytes
public/tiket/tiket_662f38fb14478.png | Bin 0 -> 1406 bytes
resources/css/app.css | 0
resources/js/app.js | 1 +
resources/js/bootstrap.js | 32 +
resources/views/welcome.blade.php | 140 +
routes/api.php | 62 +
routes/channels.php | 18 +
routes/console.php | 19 +
routes/web.php | 18 +
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/CreatesApplication.php | 21 +
tests/Feature/ExampleTest.php | 19 +
tests/TestCase.php | 10 +
tests/Unit/ExampleTest.php | 16 +
vite.config.js | 11 +
443 files changed, 15232 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/Console/Kernel.php
create mode 100644 app/Exceptions/Handler.php
create mode 100644 app/Helper/ResponseFormatter.php
create mode 100644 app/Http/Controllers/API/DetailLokasiController.php
create mode 100644 app/Http/Controllers/API/KendaraanController.php
create mode 100644 app/Http/Controllers/API/ParkirController.php
create mode 100644 app/Http/Controllers/API/SaldoController.php
create mode 100644 app/Http/Controllers/API/TransaksiController.php
create mode 100644 app/Http/Controllers/API/UserController.php
create mode 100644 app/Http/Controllers/Controller.php
create mode 100644 app/Http/Kernel.php
create mode 100644 app/Http/Middleware/Authenticate.php
create mode 100644 app/Http/Middleware/EncryptCookies.php
create mode 100644 app/Http/Middleware/JwtMiddleware.php
create mode 100644 app/Http/Middleware/PreventRequestsDuringMaintenance.php
create mode 100644 app/Http/Middleware/RedirectIfAuthenticated.php
create mode 100644 app/Http/Middleware/TrimStrings.php
create mode 100644 app/Http/Middleware/TrustHosts.php
create mode 100644 app/Http/Middleware/TrustProxies.php
create mode 100644 app/Http/Middleware/ValidateSignature.php
create mode 100644 app/Http/Middleware/VerifyCsrfToken.php
create mode 100644 app/Models/DetailLokasiModel.php
create mode 100644 app/Models/KendaraanModel.php
create mode 100644 app/Models/ParkirModel.php
create mode 100644 app/Models/SaldoModel.php
create mode 100644 app/Models/TransaksiModel.php
create mode 100644 app/Models/User.php
create mode 100644 app/Providers/AppServiceProvider.php
create mode 100644 app/Providers/AuthServiceProvider.php
create mode 100644 app/Providers/BroadcastServiceProvider.php
create mode 100644 app/Providers/EventServiceProvider.php
create mode 100644 app/Providers/RouteServiceProvider.php
create mode 100644 app/helpers.php
create mode 100644 artisan
create mode 100644 bootstrap/app.php
create mode 100644 bootstrap/cache/.gitignore
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/broadcasting.php
create mode 100644 config/cache.php
create mode 100644 config/cors.php
create mode 100644 config/database.php
create mode 100644 config/filesystems.php
create mode 100644 config/hashing.php
create mode 100644 config/jwt.php
create mode 100644 config/logging.php
create mode 100644 config/mail.php
create mode 100644 config/queue.php
create mode 100644 config/sanctum.php
create mode 100644 config/services.php
create mode 100644 config/session.php
create mode 100644 config/view.php
create mode 100644 database/.gitignore
create mode 100644 database/factories/UserFactory.php
create mode 100644 database/migrations/2014_10_12_000000_create_users_table.php
create mode 100644 database/migrations/2014_10_12_100000_create_password_reset_tokens_table.php
create mode 100644 database/migrations/2019_08_19_000000_create_failed_jobs_table.php
create mode 100644 database/migrations/2019_12_14_000001_create_personal_access_tokens_table.php
create mode 100644 database/seeders/DatabaseSeeder.php
create mode 100644 db/smart_parking.sql
create mode 100644 hasil pengujian/10 user.csv
create mode 100644 hasil pengujian/20 user.csv
create mode 100644 hasil pengujian/30 user.csv
create mode 100644 hasil pengujian/40 user.csv
create mode 100644 hasil pengujian/50 user.csv
create mode 100644 hasil pengujian/50 user.jmx
create mode 100644 package.json
create mode 100644 phpunit.xml
create mode 100644 public/.htaccess
create mode 100644 public/favicon.ico
create mode 100644 public/index.php
create mode 100644 public/kendaraan/kendaraaan_652a8b557a555.png
create mode 100644 public/kendaraan/kendaraaan_657ef47dcb96a.png
create mode 100644 public/qrcodes/user_652a84e53fcb1.png
create mode 100644 public/qrcodes/user_657ef4554d8bb.png
create mode 100644 public/qrcodes/user_657ef46aedb03.png
create mode 100644 public/qrcodes/user_657ef47318b39.png
create mode 100644 public/qrcodes/user_657f00c48d09f.png
create mode 100644 public/qrcodes/user_662e8a38a590e.png
create mode 100644 public/robots.txt
create mode 100644 public/tiket/tiket_662f27975b663.png
create mode 100644 public/tiket/tiket_662f279d5b44b.png
create mode 100644 public/tiket/tiket_662f27a55f5f9.png
create mode 100644 public/tiket/tiket_662f27ad5828a.png
create mode 100644 public/tiket/tiket_662f27b55368c.png
create mode 100644 public/tiket/tiket_662f27bd5f6e6.png
create mode 100644 public/tiket/tiket_662f27c54f377.png
create mode 100644 public/tiket/tiket_662f27cd5b5d6.png
create mode 100644 public/tiket/tiket_662f27d578187.png
create mode 100644 public/tiket/tiket_662f27dd81520.png
create mode 100644 public/tiket/tiket_662f28474c45b.png
create mode 100644 public/tiket/tiket_662f284fa76cd.png
create mode 100644 public/tiket/tiket_662f285848854.png
create mode 100644 public/tiket/tiket_662f2860d85bc.png
create mode 100644 public/tiket/tiket_662f2874a4ae5.png
create mode 100644 public/tiket/tiket_662f287c89f73.png
create mode 100644 public/tiket/tiket_662f2884b0ebc.png
create mode 100644 public/tiket/tiket_662f288c8a1ba.png
create mode 100644 public/tiket/tiket_662f289484f71.png
create mode 100644 public/tiket/tiket_662f289c77924.png
create mode 100644 public/tiket/tiket_662f28a4b63ff.png
create mode 100644 public/tiket/tiket_662f28ac817af.png
create mode 100644 public/tiket/tiket_662f28b49e0ba.png
create mode 100644 public/tiket/tiket_662f28bc96492.png
create mode 100644 public/tiket/tiket_662f29455cf01.png
create mode 100644 public/tiket/tiket_662f294d0e123.png
create mode 100644 public/tiket/tiket_662f295a4230c.png
create mode 100644 public/tiket/tiket_662f296224393.png
create mode 100644 public/tiket/tiket_662f296a2c25b.png
create mode 100644 public/tiket/tiket_662f29722acd0.png
create mode 100644 public/tiket/tiket_662f297a2953d.png
create mode 100644 public/tiket/tiket_662f298245561.png
create mode 100644 public/tiket/tiket_662f298a5c71a.png
create mode 100644 public/tiket/tiket_662f299233645.png
create mode 100644 public/tiket/tiket_662f299b0bc2c.png
create mode 100644 public/tiket/tiket_662f29a22d249.png
create mode 100644 public/tiket/tiket_662f2a6670b1a.png
create mode 100644 public/tiket/tiket_662f2a6e5b108.png
create mode 100644 public/tiket/tiket_662f2a7645a3b.png
create mode 100644 public/tiket/tiket_662f2a7e4df76.png
create mode 100644 public/tiket/tiket_662f2a864af0e.png
create mode 100644 public/tiket/tiket_662f2a8e5aaa9.png
create mode 100644 public/tiket/tiket_662f2a964d2a8.png
create mode 100644 public/tiket/tiket_662f2a9e4a0e9.png
create mode 100644 public/tiket/tiket_662f2aa65e586.png
create mode 100644 public/tiket/tiket_662f2aae7a701.png
create mode 100644 public/tiket/tiket_662f2ab64d1bb.png
create mode 100644 public/tiket/tiket_662f2abe52d83.png
create mode 100644 public/tiket/tiket_662f2ac64e88b.png
create mode 100644 public/tiket/tiket_662f2ace5d31d.png
create mode 100644 public/tiket/tiket_662f2ad64f478.png
create mode 100644 public/tiket/tiket_662f2ade4f79c.png
create mode 100644 public/tiket/tiket_662f2ae65f124.png
create mode 100644 public/tiket/tiket_662f2aee4bbaf.png
create mode 100644 public/tiket/tiket_662f2af6477e7.png
create mode 100644 public/tiket/tiket_662f2afe4f447.png
create mode 100644 public/tiket/tiket_662f2b064bccb.png
create mode 100644 public/tiket/tiket_662f2b0e44149.png
create mode 100644 public/tiket/tiket_662f2b164c05e.png
create mode 100644 public/tiket/tiket_662f2b1e527dd.png
create mode 100644 public/tiket/tiket_662f2b2661e8d.png
create mode 100644 public/tiket/tiket_662f2b2ebd546.png
create mode 100644 public/tiket/tiket_662f2b36472e0.png
create mode 100644 public/tiket/tiket_662f2b3e4d452.png
create mode 100644 public/tiket/tiket_662f2b46456c6.png
create mode 100644 public/tiket/tiket_662f2b4e439da.png
create mode 100644 public/tiket/tiket_662f2bd3bebc7.png
create mode 100644 public/tiket/tiket_662f2bdca07dd.png
create mode 100644 public/tiket/tiket_662f2be5a5458.png
create mode 100644 public/tiket/tiket_662f2beeacfb4.png
create mode 100644 public/tiket/tiket_662f2bf7a5d5c.png
create mode 100644 public/tiket/tiket_662f2c00aeeff.png
create mode 100644 public/tiket/tiket_662f2c099f86e.png
create mode 100644 public/tiket/tiket_662f2c12b820f.png
create mode 100644 public/tiket/tiket_662f2c1ba0525.png
create mode 100644 public/tiket/tiket_662f2c249d525.png
create mode 100644 public/tiket/tiket_662f2c2da4f3b.png
create mode 100644 public/tiket/tiket_662f2c36a912f.png
create mode 100644 public/tiket/tiket_662f2c3fa1390.png
create mode 100644 public/tiket/tiket_662f2c48a29bd.png
create mode 100644 public/tiket/tiket_662f2c51a542d.png
create mode 100644 public/tiket/tiket_662f2c5a96738.png
create mode 100644 public/tiket/tiket_662f2c63a01b9.png
create mode 100644 public/tiket/tiket_662f2c6c92f66.png
create mode 100644 public/tiket/tiket_662f2c7595081.png
create mode 100644 public/tiket/tiket_662f2c7e99714.png
create mode 100644 public/tiket/tiket_662f2cba20af3.png
create mode 100644 public/tiket/tiket_662f2ce314e77.png
create mode 100644 public/tiket/tiket_662f2cec0fca5.png
create mode 100644 public/tiket/tiket_662f2cf511d38.png
create mode 100644 public/tiket/tiket_662f2cfe0ef63.png
create mode 100644 public/tiket/tiket_662f2d0711d7b.png
create mode 100644 public/tiket/tiket_662f2d1017d8d.png
create mode 100644 public/tiket/tiket_662f2d191333d.png
create mode 100644 public/tiket/tiket_662f2d220fd08.png
create mode 100644 public/tiket/tiket_662f2d2b0f3ce.png
create mode 100644 public/tiket/tiket_662f2d341cfe1.png
create mode 100644 public/tiket/tiket_662f2d3d1167e.png
create mode 100644 public/tiket/tiket_662f2d46125dc.png
create mode 100644 public/tiket/tiket_662f2d4f0b65b.png
create mode 100644 public/tiket/tiket_662f2d58089ce.png
create mode 100644 public/tiket/tiket_662f2d6116634.png
create mode 100644 public/tiket/tiket_662f2d6a180eb.png
create mode 100644 public/tiket/tiket_662f2d731e501.png
create mode 100644 public/tiket/tiket_662f2d7c143ab.png
create mode 100644 public/tiket/tiket_662f2d8514054.png
create mode 100644 public/tiket/tiket_662f2d8e08b58.png
create mode 100644 public/tiket/tiket_662f2e61533f6.png
create mode 100644 public/tiket/tiket_662f2e69e56a3.png
create mode 100644 public/tiket/tiket_662f2e8107153.png
create mode 100644 public/tiket/tiket_662f2e899c4ca.png
create mode 100644 public/tiket/tiket_662f2e9242c25.png
create mode 100644 public/tiket/tiket_662f2e9ae42fd.png
create mode 100644 public/tiket/tiket_662f2ea3a569c.png
create mode 100644 public/tiket/tiket_662f2eac39148.png
create mode 100644 public/tiket/tiket_662f2eb4e852f.png
create mode 100644 public/tiket/tiket_662f2ebd9b8ab.png
create mode 100644 public/tiket/tiket_662f2ec6438f6.png
create mode 100644 public/tiket/tiket_662f2ecee6249.png
create mode 100644 public/tiket/tiket_662f2ed7967b5.png
create mode 100644 public/tiket/tiket_662f2ee04d0b2.png
create mode 100644 public/tiket/tiket_662f2ee8e8518.png
create mode 100644 public/tiket/tiket_662f2ef192120.png
create mode 100644 public/tiket/tiket_662f2efa4480a.png
create mode 100644 public/tiket/tiket_662f2f02dd300.png
create mode 100644 public/tiket/tiket_662f2f0b9a3b4.png
create mode 100644 public/tiket/tiket_662f2f1442025.png
create mode 100644 public/tiket/tiket_662f2f1cebf67.png
create mode 100644 public/tiket/tiket_662f2f2585f4f.png
create mode 100644 public/tiket/tiket_662f2f2e44a58.png
create mode 100644 public/tiket/tiket_662f2f36e960e.png
create mode 100644 public/tiket/tiket_662f2f3f929cc.png
create mode 100644 public/tiket/tiket_662f2f483d0b2.png
create mode 100644 public/tiket/tiket_662f2f5102036.png
create mode 100644 public/tiket/tiket_662f2f59a7114.png
create mode 100644 public/tiket/tiket_662f2f6245e86.png
create mode 100644 public/tiket/tiket_662f2f6b00be4.png
create mode 100644 public/tiket/tiket_662f2f739992e.png
create mode 100644 public/tiket/tiket_662f2f7c69c46.png
create mode 100644 public/tiket/tiket_662f30260a812.png
create mode 100644 public/tiket/tiket_662f30264b726.png
create mode 100644 public/tiket/tiket_662f3028a6993.png
create mode 100644 public/tiket/tiket_662f302fce66a.png
create mode 100644 public/tiket/tiket_662f30381ccb4.png
create mode 100644 public/tiket/tiket_662f30405d585.png
create mode 100644 public/tiket/tiket_662f304893a3e.png
create mode 100644 public/tiket/tiket_662f3050d5e01.png
create mode 100644 public/tiket/tiket_662f306162bcc.png
create mode 100644 public/tiket/tiket_662f30699bb8e.png
create mode 100644 public/tiket/tiket_662f3071d062f.png
create mode 100644 public/tiket/tiket_662f307a11c38.png
create mode 100644 public/tiket/tiket_662f30824d29d.png
create mode 100644 public/tiket/tiket_662f308a959bb.png
create mode 100644 public/tiket/tiket_662f3092d56b2.png
create mode 100644 public/tiket/tiket_662f309b1ab10.png
create mode 100644 public/tiket/tiket_662f30a362b78.png
create mode 100644 public/tiket/tiket_662f30ab96276.png
create mode 100644 public/tiket/tiket_662f30b3ca0c2.png
create mode 100644 public/tiket/tiket_662f30bc185a9.png
create mode 100644 public/tiket/tiket_662f30c453170.png
create mode 100644 public/tiket/tiket_662f30cc97431.png
create mode 100644 public/tiket/tiket_662f30d4d3560.png
create mode 100644 public/tiket/tiket_662f30dd1f0ec.png
create mode 100644 public/tiket/tiket_662f30e5658f0.png
create mode 100644 public/tiket/tiket_662f30ed8d166.png
create mode 100644 public/tiket/tiket_662f30f5e36e3.png
create mode 100644 public/tiket/tiket_662f30fe26f5d.png
create mode 100644 public/tiket/tiket_662f310650f62.png
create mode 100644 public/tiket/tiket_662f310ea5d22.png
create mode 100644 public/tiket/tiket_662f3116ce715.png
create mode 100644 public/tiket/tiket_662f311f21d98.png
create mode 100644 public/tiket/tiket_662f31276be58.png
create mode 100644 public/tiket/tiket_662f312f96a4f.png
create mode 100644 public/tiket/tiket_662f3137d24b1.png
create mode 100644 public/tiket/tiket_662f31402ce33.png
create mode 100644 public/tiket/tiket_662f3148586c4.png
create mode 100644 public/tiket/tiket_662f315090503.png
create mode 100644 public/tiket/tiket_662f3158dc18f.png
create mode 100644 public/tiket/tiket_662f3245af3d9.png
create mode 100644 public/tiket/tiket_662f324dd0733.png
create mode 100644 public/tiket/tiket_662f32562333a.png
create mode 100644 public/tiket/tiket_662f325e6af28.png
create mode 100644 public/tiket/tiket_662f32669b0aa.png
create mode 100644 public/tiket/tiket_662f326ed4b5f.png
create mode 100644 public/tiket/tiket_662f3277228e3.png
create mode 100644 public/tiket/tiket_662f327f5cc23.png
create mode 100644 public/tiket/tiket_662f3287a04e5.png
create mode 100644 public/tiket/tiket_662f328fd0483.png
create mode 100644 public/tiket/tiket_662f329816ed9.png
create mode 100644 public/tiket/tiket_662f32a06726f.png
create mode 100644 public/tiket/tiket_662f32a899892.png
create mode 100644 public/tiket/tiket_662f32b0e327d.png
create mode 100644 public/tiket/tiket_662f32b924734.png
create mode 100644 public/tiket/tiket_662f32c16de03.png
create mode 100644 public/tiket/tiket_662f32c992be4.png
create mode 100644 public/tiket/tiket_662f32d1d89b7.png
create mode 100644 public/tiket/tiket_662f32da1e034.png
create mode 100644 public/tiket/tiket_662f32e265a76.png
create mode 100644 public/tiket/tiket_662f32ea95fb2.png
create mode 100644 public/tiket/tiket_662f32f2c7d93.png
create mode 100644 public/tiket/tiket_662f32fb164a2.png
create mode 100644 public/tiket/tiket_662f33036116e.png
create mode 100644 public/tiket/tiket_662f330ba769a.png
create mode 100644 public/tiket/tiket_662f3313cf8d2.png
create mode 100644 public/tiket/tiket_662f331c128c7.png
create mode 100644 public/tiket/tiket_662f33245ed8f.png
create mode 100644 public/tiket/tiket_662f332c988f0.png
create mode 100644 public/tiket/tiket_662f3334d5124.png
create mode 100644 public/tiket/tiket_662f333d1e4d6.png
create mode 100644 public/tiket/tiket_662f33456009d.png
create mode 100644 public/tiket/tiket_662f334d92bdf.png
create mode 100644 public/tiket/tiket_662f3355d525b.png
create mode 100644 public/tiket/tiket_662f335e1bc8e.png
create mode 100644 public/tiket/tiket_662f33665f824.png
create mode 100644 public/tiket/tiket_662f336e98312.png
create mode 100644 public/tiket/tiket_662f33b1be90c.png
create mode 100644 public/tiket/tiket_662f33b9e7c10.png
create mode 100644 public/tiket/tiket_662f33c22fa4c.png
create mode 100644 public/tiket/tiket_662f33ca61b2c.png
create mode 100644 public/tiket/tiket_662f33d2b177a.png
create mode 100644 public/tiket/tiket_662f33daed8a3.png
create mode 100644 public/tiket/tiket_662f33e330027.png
create mode 100644 public/tiket/tiket_662f33eb76ab1.png
create mode 100644 public/tiket/tiket_662f33f3b0631.png
create mode 100644 public/tiket/tiket_662f33fbe82c3.png
create mode 100644 public/tiket/tiket_662f34042fd72.png
create mode 100644 public/tiket/tiket_662f340c6b5f8.png
create mode 100644 public/tiket/tiket_662f3414af838.png
create mode 100644 public/tiket/tiket_662f341ce78e6.png
create mode 100644 public/tiket/tiket_662f342536c75.png
create mode 100644 public/tiket/tiket_662f342d80631.png
create mode 100644 public/tiket/tiket_662f3435ace44.png
create mode 100644 public/tiket/tiket_662f343e009be.png
create mode 100644 public/tiket/tiket_662f344636d71.png
create mode 100644 public/tiket/tiket_662f344e766a4.png
create mode 100644 public/tiket/tiket_662f3456ad15e.png
create mode 100644 public/tiket/tiket_662f345ef2ef2.png
create mode 100644 public/tiket/tiket_662f346729063.png
create mode 100644 public/tiket/tiket_662f346f82afb.png
create mode 100644 public/tiket/tiket_662f3477ad290.png
create mode 100644 public/tiket/tiket_662f34b80a2ba.png
create mode 100644 public/tiket/tiket_662f34c02fe9c.png
create mode 100644 public/tiket/tiket_662f34e935aaf.png
create mode 100644 public/tiket/tiket_662f34f1b079f.png
create mode 100644 public/tiket/tiket_662f34fa3c7dd.png
create mode 100644 public/tiket/tiket_662f35028d3ce.png
create mode 100644 public/tiket/tiket_662f350b2facf.png
create mode 100644 public/tiket/tiket_662f3513b1a4f.png
create mode 100644 public/tiket/tiket_662f351c19514.png
create mode 100644 public/tiket/tiket_662f3524966c9.png
create mode 100644 public/tiket/tiket_662f352d23ec0.png
create mode 100644 public/tiket/tiket_662f3535cbdb7.png
create mode 100644 public/tiket/tiket_662f353e34b8c.png
create mode 100644 public/tiket/tiket_662f3546aed46.png
create mode 100644 public/tiket/tiket_662f354ef1fd6.png
create mode 100644 public/tiket/tiket_662f3557a8cf6.png
create mode 100644 public/tiket/tiket_662f35602f720.png
create mode 100644 public/tiket/tiket_662f356886d41.png
create mode 100644 public/tiket/tiket_662f3571553bb.png
create mode 100644 public/tiket/tiket_662f357981c05.png
create mode 100644 public/tiket/tiket_662f35821ccf0.png
create mode 100644 public/tiket/tiket_662f358a9942d.png
create mode 100644 public/tiket/tiket_662f35932631b.png
create mode 100644 public/tiket/tiket_662f359bacbd9.png
create mode 100644 public/tiket/tiket_662f35a427ee3.png
create mode 100644 public/tiket/tiket_662f35acbb4dc.png
create mode 100644 public/tiket/tiket_662f35b523b4e.png
create mode 100644 public/tiket/tiket_662f35bdaa7b4.png
create mode 100644 public/tiket/tiket_662f35c6384ea.png
create mode 100644 public/tiket/tiket_662f35cec9c25.png
create mode 100644 public/tiket/tiket_662f35d707900.png
create mode 100644 public/tiket/tiket_662f35df9f0c7.png
create mode 100644 public/tiket/tiket_662f35e83dfa3.png
create mode 100644 public/tiket/tiket_662f35f08cc84.png
create mode 100644 public/tiket/tiket_662f35f92d519.png
create mode 100644 public/tiket/tiket_662f360191c8d.png
create mode 100644 public/tiket/tiket_662f360a38666.png
create mode 100644 public/tiket/tiket_662f3612c0047.png
create mode 100644 public/tiket/tiket_662f361b28968.png
create mode 100644 public/tiket/tiket_662f3623ad14c.png
create mode 100644 public/tiket/tiket_662f362c202c9.png
create mode 100644 public/tiket/tiket_662f36349fe9c.png
create mode 100644 public/tiket/tiket_662f37217796d.png
create mode 100644 public/tiket/tiket_662f372a1a772.png
create mode 100644 public/tiket/tiket_662f375573c66.png
create mode 100644 public/tiket/tiket_662f375e67aa9.png
create mode 100644 public/tiket/tiket_662f3766a3bf1.png
create mode 100644 public/tiket/tiket_662f376f69ca9.png
create mode 100644 public/tiket/tiket_662f377806542.png
create mode 100644 public/tiket/tiket_662f3780b03dc.png
create mode 100644 public/tiket/tiket_662f3788d0887.png
create mode 100644 public/tiket/tiket_662f3791d4d77.png
create mode 100644 public/tiket/tiket_662f379a63e15.png
create mode 100644 public/tiket/tiket_662f37a30fb2c.png
create mode 100644 public/tiket/tiket_662f37ab6de13.png
create mode 100644 public/tiket/tiket_662f37b42a2e4.png
create mode 100644 public/tiket/tiket_662f37bca82d0.png
create mode 100644 public/tiket/tiket_662f37c55368b.png
create mode 100644 public/tiket/tiket_662f37ce0d89a.png
create mode 100644 public/tiket/tiket_662f37d693d58.png
create mode 100644 public/tiket/tiket_662f37df005ec.png
create mode 100644 public/tiket/tiket_662f37e7b1e4a.png
create mode 100644 public/tiket/tiket_662f37f046cdf.png
create mode 100644 public/tiket/tiket_662f37f8c5598.png
create mode 100644 public/tiket/tiket_662f3801ca7b3.png
create mode 100644 public/tiket/tiket_662f380a1fa68.png
create mode 100644 public/tiket/tiket_662f3812e568f.png
create mode 100644 public/tiket/tiket_662f381b6368b.png
create mode 100644 public/tiket/tiket_662f3823e163d.png
create mode 100644 public/tiket/tiket_662f382c9495b.png
create mode 100644 public/tiket/tiket_662f38351122f.png
create mode 100644 public/tiket/tiket_662f383e0e2e4.png
create mode 100644 public/tiket/tiket_662f38466d33d.png
create mode 100644 public/tiket/tiket_662f384f4bac0.png
create mode 100644 public/tiket/tiket_662f3857882af.png
create mode 100644 public/tiket/tiket_662f386057a32.png
create mode 100644 public/tiket/tiket_662f38691b175.png
create mode 100644 public/tiket/tiket_662f387194904.png
create mode 100644 public/tiket/tiket_662f387a12539.png
create mode 100644 public/tiket/tiket_662f388275a35.png
create mode 100644 public/tiket/tiket_662f388b53c36.png
create mode 100644 public/tiket/tiket_662f3893ade06.png
create mode 100644 public/tiket/tiket_662f389c70364.png
create mode 100644 public/tiket/tiket_662f38a52ba92.png
create mode 100644 public/tiket/tiket_662f38ade6efb.png
create mode 100644 public/tiket/tiket_662f38b62c922.png
create mode 100644 public/tiket/tiket_662f38be9deaf.png
create mode 100644 public/tiket/tiket_662f38c7a6925.png
create mode 100644 public/tiket/tiket_662f38d036523.png
create mode 100644 public/tiket/tiket_662f38d8bb8db.png
create mode 100644 public/tiket/tiket_662f38e1768fb.png
create mode 100644 public/tiket/tiket_662f38e9a0020.png
create mode 100644 public/tiket/tiket_662f38f2e0284.png
create mode 100644 public/tiket/tiket_662f38fb14478.png
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/welcome.blade.php
create mode 100644 routes/api.php
create mode 100644 routes/channels.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/CreatesApplication.php
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..ea0665b
--- /dev/null
+++ b/.env.example
@@ -0,0 +1,59 @@
+APP_NAME=Laravel
+APP_ENV=local
+APP_KEY=
+APP_DEBUG=true
+APP_URL=http://localhost
+
+LOG_CHANNEL=stack
+LOG_DEPRECATIONS_CHANNEL=null
+LOG_LEVEL=debug
+
+DB_CONNECTION=mysql
+DB_HOST=127.0.0.1
+DB_PORT=3306
+DB_DATABASE=laravel
+DB_USERNAME=root
+DB_PASSWORD=
+
+BROADCAST_DRIVER=log
+CACHE_DRIVER=file
+FILESYSTEM_DISK=local
+QUEUE_CONNECTION=sync
+SESSION_DRIVER=file
+SESSION_LIFETIME=120
+
+MEMCACHED_HOST=127.0.0.1
+
+REDIS_HOST=127.0.0.1
+REDIS_PASSWORD=null
+REDIS_PORT=6379
+
+MAIL_MAILER=smtp
+MAIL_HOST=mailpit
+MAIL_PORT=1025
+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
+
+PUSHER_APP_ID=
+PUSHER_APP_KEY=
+PUSHER_APP_SECRET=
+PUSHER_HOST=
+PUSHER_PORT=443
+PUSHER_SCHEME=https
+PUSHER_APP_CLUSTER=mt1
+
+VITE_APP_NAME="${APP_NAME}"
+VITE_PUSHER_APP_KEY="${PUSHER_APP_KEY}"
+VITE_PUSHER_HOST="${PUSHER_HOST}"
+VITE_PUSHER_PORT="${PUSHER_PORT}"
+VITE_PUSHER_SCHEME="${PUSHER_SCHEME}"
+VITE_PUSHER_APP_CLUSTER="${PUSHER_APP_CLUSTER}"
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..7fe978f
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,19 @@
+/.phpunit.cache
+/node_modules
+/public/build
+/public/hot
+/public/storage
+/storage/*.key
+/vendor
+.env
+.env.backup
+.env.production
+.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..3ed385a
--- /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 over 2000 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 [Patreon page](https://patreon.com/taylorotwell).
+
+### Premium Partners
+
+- **[Vehikl](https://vehikl.com/)**
+- **[Tighten Co.](https://tighten.co)**
+- **[Kirschbaum Development Group](https://kirschbaumdevelopment.com)**
+- **[64 Robots](https://64robots.com)**
+- **[Cubet Techno Labs](https://cubettech.com)**
+- **[Cyber-Duck](https://cyber-duck.co.uk)**
+- **[Many](https://www.many.co.uk)**
+- **[Webdock, Fast VPS Hosting](https://www.webdock.io/en)**
+- **[DevSquad](https://devsquad.com)**
+- **[Curotec](https://www.curotec.com/services/technologies/laravel/)**
+- **[OP.GG](https://op.gg)**
+- **[WebReinvent](https://webreinvent.com/?utm_source=laravel&utm_medium=github&utm_campaign=patreon-sponsors)**
+- **[Lendio](https://lendio.com)**
+
+## 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/Console/Kernel.php b/app/Console/Kernel.php
new file mode 100644
index 0000000..e6b9960
--- /dev/null
+++ b/app/Console/Kernel.php
@@ -0,0 +1,27 @@
+command('inspire')->hourly();
+ }
+
+ /**
+ * Register the commands for the application.
+ */
+ protected function commands(): void
+ {
+ $this->load(__DIR__.'/Commands');
+
+ require base_path('routes/console.php');
+ }
+}
diff --git a/app/Exceptions/Handler.php b/app/Exceptions/Handler.php
new file mode 100644
index 0000000..56af264
--- /dev/null
+++ b/app/Exceptions/Handler.php
@@ -0,0 +1,30 @@
+
+ */
+ protected $dontFlash = [
+ 'current_password',
+ 'password',
+ 'password_confirmation',
+ ];
+
+ /**
+ * Register the exception handling callbacks for the application.
+ */
+ public function register(): void
+ {
+ $this->reportable(function (Throwable $e) {
+ //
+ });
+ }
+}
diff --git a/app/Helper/ResponseFormatter.php b/app/Helper/ResponseFormatter.php
new file mode 100644
index 0000000..cfe2ca1
--- /dev/null
+++ b/app/Helper/ResponseFormatter.php
@@ -0,0 +1,33 @@
+ [
+ 'code' => 200,
+ 'status' => 'success',
+ 'message' => null
+ ],
+ 'data' => null
+ ];
+
+ public static function success($data = null, $message = null)
+ {
+ self::$response['meta']['message'] = $message;
+ self::$response['data'] = $data;
+
+ return response()->json(self::$response, self::$response['meta']['code']);
+ }
+
+ public static function error($data = null, $message = null, $code = 400)
+ {
+ self::$response['meta']['status'] = 'error';
+ self::$response['meta']['code'] = $code;
+ self::$response['meta']['message'] = $message;
+ self::$response['data'] = $data;
+
+ return response()->json(self::$response, self::$response['meta']['code']);
+ }
+}
diff --git a/app/Http/Controllers/API/DetailLokasiController.php b/app/Http/Controllers/API/DetailLokasiController.php
new file mode 100644
index 0000000..1cc391d
--- /dev/null
+++ b/app/Http/Controllers/API/DetailLokasiController.php
@@ -0,0 +1,67 @@
+orderBy('created_at', 'desc')->get(), 'Data detail parkir berhasil diambil');
+ }
+
+ /**
+ * Show the form for editing the specified resource.
+ */
+ public function edit(string $id)
+ {
+ //
+ }
+
+ /**
+ * Update the specified resource in storage.
+ */
+ public function update(Request $request, string $id)
+ {
+ //
+ }
+
+ /**
+ * Remove the specified resource from storage.
+ */
+ public function destroy(string $id)
+ {
+ //
+ }
+}
diff --git a/app/Http/Controllers/API/KendaraanController.php b/app/Http/Controllers/API/KendaraanController.php
new file mode 100644
index 0000000..d2236e5
--- /dev/null
+++ b/app/Http/Controllers/API/KendaraanController.php
@@ -0,0 +1,309 @@
+nomor_identitas)->orderBy('created_at', 'desc')->get(), 'Data Kendaraan berhasil diambil');
+ }
+
+ /**
+ * Show the form for creating a new resource.
+ */
+ public function create()
+ {
+ //
+ }
+
+ /**
+ * Store a newly created resource in storage.
+ */
+ public function store(Request $request)
+ {
+ $validator = Validator::make($request->all(), [
+ 'nama_kendaraan' => ['required', 'string', 'max:255'],
+ 'nomor_plat' => ['required', 'string', 'max:255', 'min:3'],
+ ]);
+
+ if ($validator->fails()) {
+ return response()->json(['errors' => $validator->messages()], 400);
+ }
+
+ DB::beginTransaction();
+ try {
+ $foto_stnk = null;
+ $foto_kendaraan_tampak_depan = null;
+ $foto_kendaraan_tampak_belakang = null;
+ $foto_kendaraan_dengan_pemilik = null;
+
+ if ($request->foto_stnk != "") {
+ $foto_stnk = uploadBase64image($request->foto_stnk);
+ } else {
+ $foto_stnk = "";
+ }
+
+ if ($request->foto_kendaraan_tampak_depan != "") {
+ $foto_kendaraan_tampak_depan = uploadBase64image($request->foto_kendaraan_tampak_depan);
+ } else {
+ $foto_kendaraan_tampak_depan = "";
+ }
+
+ if ($request->foto_kendaraan_tampak_belakang != "") {
+ $foto_kendaraan_tampak_belakang = uploadBase64image($request->foto_kendaraan_tampak_belakang);
+ } else {
+ $foto_kendaraan_tampak_belakang = "";
+ }
+
+ if ($request->foto_kendaraan_dengan_pemilik != "") {
+ $foto_kendaraan_dengan_pemilik = uploadBase64image($request->foto_kendaraan_dengan_pemilik);
+ } else {
+ $foto_kendaraan_dengan_pemilik = "";
+ }
+
+ $is_active = (KendaraanModel::where('user_id', Auth::user()->nomor_identitas)->count() == 0) ? 1 : 0;
+
+ $kendaraan = KendaraanModel::create([
+ 'nama_kendaraan' => $request->nama_kendaraan,
+ 'user_id' => Auth::user()->nomor_identitas,
+ 'nomor_plat' => $request->nomor_plat,
+ 'foto_stnk' => $foto_stnk,
+ 'foto_kendaraan_tampak_depan' => $foto_kendaraan_tampak_depan,
+ 'foto_kendaraan_tampak_belakang' => $foto_kendaraan_tampak_belakang,
+ 'foto_kendaraan_dengan_pemilik' => $foto_kendaraan_dengan_pemilik,
+ 'is_active' => $is_active
+ ]);
+
+ // generate qr code
+ $data = $kendaraan->id; // Ganti dengan data yang sesuai\
+ $path = public_path('kendaraan/'); // Tentukan lokasi untuk menyimpan kode QR
+
+ if (!file_exists($path)) {
+ mkdir($path, 0755, true);
+ }
+
+ $fileName = 'kendaraaan_' . uniqid() . '.png'; // Nama file kode QR
+ $filePath = $path . $fileName; // Path lengkap ke file kode QR
+
+ $options = new QROptions([
+ 'version' => 5,
+ 'outputType' => QRCode::OUTPUT_IMAGE_PNG,
+ 'eccLevel' => QRCode::ECC_L,
+ 'imageBase64' => false,
+ 'imageTransparency' => false, // Set latar belakang menjadi solid
+ 'bgColor' => [255, 255, 255], // Warna latar belakang (putih)
+ ]);
+
+ KendaraanModel::where('id', $data)->update(['image_qr' => $fileName]);
+
+ $get_data = KendaraanModel::where('id', $data)->first();
+
+ $qrcode = new QRCode($options);
+ $qrcode->render($data, $filePath);
+
+ DB::commit();
+ return ResponseFormatter::success(
+ $get_data,
+ 'Create Vehicle Successfully'
+ );
+ } catch (\Throwable $th) {
+ DB::rollBack();
+ return ResponseFormatter::error(
+ $th,
+ 'Create Vehicle Unsuccessfully',
+ 500
+ );
+ }
+ }
+
+ /**
+ * Display the specified resource.
+ */
+ public function show(string $id)
+ {
+ //
+ }
+
+ /**
+ * Show the form for editing the specified resource.
+ */
+ public function edit(string $id)
+ {
+ //
+ }
+
+ public function is_active(string $id)
+ {
+ DB::beginTransaction();
+ try {
+ KendaraanModel::where('user_id', Auth::user()->nomor_identitas)->update(['is_active' => 0]);
+
+ $kendaraan = KendaraanModel::find($id);
+ $kendaraan->is_active = 1;
+ $kendaraan->update();
+
+ DB::commit();
+ return ResponseFormatter::success(
+ $kendaraan,
+ 'Vehicle Active Succesfully'
+ );
+ } catch (\Throwable $th) {
+ DB::rollBack();
+ return ResponseFormatter::error(
+ $th->getMessage(),
+ 'Update Active Failed',
+ 500
+ );
+ }
+ }
+
+ public function is_nonactive(string $id)
+ {
+ DB::beginTransaction();
+ try {
+ KendaraanModel::where('user_id', Auth::user()->nomor_identitas)->update(['is_active' => 0]);
+
+ $kendaraan = KendaraanModel::find($id);
+ $kendaraan->is_active = 0;
+ $kendaraan->update();
+
+ DB::commit();
+ return ResponseFormatter::success(
+ $kendaraan,
+ 'Vehicle Non Active Succesfully'
+ );
+ } catch (\Throwable $th) {
+ DB::rollBack();
+ return ResponseFormatter::error(
+ $th->getMessage(),
+ 'Update Non Active Failed',
+ 500
+ );
+ }
+ }
+
+ /**
+ * Update the specified resource in storage.
+ */
+ public function update(Request $request, string $id)
+ {
+ try {
+ $kendaraan = KendaraanModel::find($id);
+ $data = $request->only('nama_kendaraan', 'nomor_plat', 'foto_stnk', 'foto_kendaraan_tampak_depan', 'foto_kendaraan_tampak_belakang', 'foto_kendaraan_dengan_pemilik');
+
+ if ($request->nama_kendaraan != $kendaraan->nama_kendaraan) {
+ $isExistNamaKendaraan = KendaraanModel::where('nama_kendaraan', $request->nama_kendaraan)->exists();
+ if ($isExistNamaKendaraan) {
+ return response()->json(['message' => 'Nama Kendaraan already taken'], 409);
+ }
+ }
+
+ if ($request->nomor_plat != $kendaraan->nomor_plat) {
+ $isExistnomor_plat = KendaraanModel::where('nomor_plat', $request->nomor_plat)->exists();
+ if ($isExistnomor_plat) {
+ return response()->json(['message' => 'Nomor Plat already taken'], 409);
+ }
+ }
+
+ if ($request->foto_stnk) {
+ $foto_stnk = uploadBase64image($request->foto_stnk);
+ $data['foto_stnk'] = $foto_stnk;
+ if ($kendaraan->foto_stnk) {
+ File::delete('dokumen/' . $kendaraan->foto_stnk);
+ }
+ }
+
+ if ($request->foto_kendaraan_tampak_depan) {
+ $foto_kendaraan_tampak_depan = uploadBase64image($request->foto_kendaraan_tampak_depan);
+ $data['foto_kendaraan_tampak_depan'] = $foto_kendaraan_tampak_depan;
+ if ($kendaraan->foto_kendaraan_tampak_depan) {
+ File::delete('dokumen/' . $kendaraan->foto_kendaraan_tampak_depan);
+ }
+ }
+
+ if ($request->foto_kendaraan_tampak_belakang) {
+ $foto_kendaraan_tampak_belakang = uploadBase64image($request->foto_kendaraan_tampak_belakang);
+ $data['foto_kendaraan_tampak_belakang'] = $foto_kendaraan_tampak_belakang;
+ if ($kendaraan->foto_kendaraan_tampak_belakang) {
+ File::delete('dokumen/' . $kendaraan->foto_kendaraan_tampak_belakang);
+ }
+ }
+
+ if ($request->foto_kendaraan_dengan_pemilik) {
+ $foto_kendaraan_dengan_pemilik = uploadBase64image($request->foto_kendaraan_dengan_pemilik);
+ $data['foto_kendaraan_dengan_pemilik'] = $foto_kendaraan_dengan_pemilik;
+ if ($kendaraan->foto_kendaraan_dengan_pemilik) {
+ File::delete('dokumen/' . $kendaraan->foto_kendaraan_dengan_pemilik);
+ }
+ }
+
+ $kendaraan->update($data);
+ return ResponseFormatter::success(
+ $kendaraan,
+ 'Update Vehicle Succesfully'
+ );
+ } catch (\Throwable $th) {
+ return ResponseFormatter::error(
+ $th->getMessage(),
+ 'Update Vehicle Failed',
+ 500
+ );
+ }
+ }
+
+ /**
+ * Remove the specified resource from storage.
+ */
+ public function destroy(string $id)
+ {
+ try {
+ $kendaraan = KendaraanModel::find($id);
+ if ($kendaraan->foto_stnk) {
+ File::delete('dokumen/' . $kendaraan->foto_stnk);
+ }
+
+ if ($kendaraan->foto_kendaraan_tampak_depan) {
+ File::delete('dokumen/' . $kendaraan->foto_kendaraan_tampak_depan);
+ }
+
+
+ if ($kendaraan->foto_kendaraan_tampak_belakang) {
+ File::delete('dokumen/' . $kendaraan->foto_kendaraan_tampak_belakang);
+ }
+
+ if ($kendaraan->foto_kendaraan_dengan_pemilik) {
+ File::delete('dokumen/' . $kendaraan->foto_kendaraan_dengan_pemilik);
+ }
+
+ if ($kendaraan->image_qr) {
+ File::delete('kendaraan/' . $kendaraan->image_qr);
+ }
+
+ $kendaraan->delete($id);
+ return ResponseFormatter::success([
+ 'message' => 'Success'
+ ], 'Delete Vehicle Succesfully');
+ } catch (\Throwable $th) {
+ return ResponseFormatter::error(
+ $th->getMessage(),
+ 'Delete Vehicle Failed',
+ 500
+ );
+ }
+ }
+}
diff --git a/app/Http/Controllers/API/ParkirController.php b/app/Http/Controllers/API/ParkirController.php
new file mode 100644
index 0000000..c208c23
--- /dev/null
+++ b/app/Http/Controllers/API/ParkirController.php
@@ -0,0 +1,68 @@
+orderBy('created_at', 'desc')->get(), 'Data profile user berhasil diambil');
+ }
+
+ /**
+ * Show the form for creating a new resource.
+ */
+ public function create()
+ {
+ //
+ }
+
+ /**
+ * Store a newly created resource in storage.
+ */
+ public function store(Request $request)
+ {
+ //
+ }
+
+ /**
+ * Display the specified resource.
+ */
+ public function show(string $id)
+ {
+ //
+ }
+
+ /**
+ * Show the form for editing the specified resource.
+ */
+ public function edit(string $id)
+ {
+ //
+ }
+
+ /**
+ * Update the specified resource in storage.
+ */
+ public function update(Request $request, string $id)
+ {
+ //
+ }
+
+ /**
+ * Remove the specified resource from storage.
+ */
+ public function destroy(string $id)
+ {
+ //
+ }
+}
diff --git a/app/Http/Controllers/API/SaldoController.php b/app/Http/Controllers/API/SaldoController.php
new file mode 100644
index 0000000..22586a8
--- /dev/null
+++ b/app/Http/Controllers/API/SaldoController.php
@@ -0,0 +1,68 @@
+nomor_identitas)->orderBy('created_at', 'desc')->get(), 'Successfully got data Saldo');
+ }
+
+ /**
+ * Show the form for creating a new resource.
+ */
+ public function create()
+ {
+ //
+ }
+
+ /**
+ * Store a newly created resource in storage.
+ */
+ public function store(Request $request)
+ {
+ //
+ }
+
+ /**
+ * Display the specified resource.
+ */
+ public function show(string $id)
+ {
+ //
+ }
+
+ /**
+ * Show the form for editing the specified resource.
+ */
+ public function edit(string $id)
+ {
+ //
+ }
+
+ /**
+ * Update the specified resource in storage.
+ */
+ public function update(Request $request, string $id)
+ {
+ //
+ }
+
+ /**
+ * Remove the specified resource from storage.
+ */
+ public function destroy(string $id)
+ {
+ //
+ }
+}
diff --git a/app/Http/Controllers/API/TransaksiController.php b/app/Http/Controllers/API/TransaksiController.php
new file mode 100644
index 0000000..8ea3ad1
--- /dev/null
+++ b/app/Http/Controllers/API/TransaksiController.php
@@ -0,0 +1,214 @@
+nomor_identitas)
+ ->orderBy('created_at', 'desc')->get(), 'Successfully got data History');
+ }
+
+ public function getParkirSaatIni()
+ {
+ return ResponseFormatter::success(TransaksiModel::where('user_id', Auth::user()->nomor_identitas)
+ ->where('status_keluar_masuk', 0)
+ ->orderBy('created_at', 'desc')->get(), 'Successfully got data History');
+ }
+
+ /**
+ * Show the form for creating a new resource.
+ */
+ public function create()
+ {
+ //
+ }
+
+ /**
+ * Store a newly created resource in storage.
+ */
+ public function store(Request $request, $id)
+ {
+ date_default_timezone_set('Asia/Jakarta');
+ $validator = Validator::make($request->all(), [
+ 'kendaraan_id' => ['required', 'string', 'max:15'],
+ ]);
+
+ if ($validator->fails()) {
+ return response()->json(['errors' => $validator->messages()], 400);
+ }
+
+ try {
+ $transaksi = TransaksiModel::create([
+ 'harga_akhir' => null,
+ 'user_id' => Auth::user()->nomor_identitas,
+ 'tanggal' => date('Y-m-d'),
+ 'status' => 0,
+ 'status_keluar_masuk' => 0,
+ 'detail_lokasi_id' => $id,
+ 'kendaraan_id' => $request->kendaraan_id,
+ 'jam_masuk' => date('H:i:s'),
+ 'jam_keluar' => null,
+ ]);
+
+ // generate qr code
+ $data = $transaksi->id; // Ganti dengan data yang sesuai\
+ $path = public_path('tiket/'); // Tentukan lokasi untuk menyimpan kode QR
+
+ if (!file_exists($path)) {
+ mkdir($path, 0755, true);
+ }
+
+ $fileName = 'tiket_' . uniqid() . '.png'; // Nama file kode QR
+ $filePath = $path . $fileName; // Path lengkap ke file kode QR
+
+ $options = new QROptions([
+ 'version' => 5,
+ 'outputType' => QRCode::OUTPUT_IMAGE_PNG,
+ 'eccLevel' => QRCode::ECC_L,
+ 'imageBase64' => false,
+ 'imageTransparency' => false, // Set latar belakang menjadi solid
+ 'bgColor' => [255, 255, 255], // Warna latar belakang (putih)
+ ]);
+
+ TransaksiModel::where('id', $data)->update(['image_qr' => $fileName]);
+
+ DetailLokasiModel::where('id', $id)->update(['status' => 1]);
+
+ $get_data = TransaksiModel::where('id', $data)->first();
+
+ $qrcode = new QRCode($options);
+ $qrcode->render($data, $filePath);
+
+ return ResponseFormatter::success(
+ $get_data
+ , 'Parkir Successfully');
+ } catch (\Throwable $th) {
+ return ResponseFormatter::error(
+ $th
+ , 'Parkir Unsuccessfully', 500);
+ }
+ }
+
+ /**
+ * Display the specified resource.
+ */
+ public function show(string $id)
+ {
+ }
+
+ /**
+ * Show the form for editing the specified resource.
+ */
+ public function edit(string $id)
+ {
+ }
+
+ /**
+ * Update the specified resource in storage.
+ */
+
+ public function update(Request $request, string $id)
+ {
+ }
+
+ public function pay(Request $request)
+ {
+ date_default_timezone_set('Asia/Jakarta');
+ $validator = Validator::make($request->all(), [
+ 'transaksi_id' => ['required', 'string', 'max:15'],
+ ]);
+ $transaksi = TransaksiModel::find($request->transaksi_id);
+
+ if ($validator->fails()) {
+ return response()->json(['errors' => $validator->messages()], 400);
+ }
+
+ DB::beginTransaction();
+ try {
+ TransaksiModel::where('id', $request->transaksi_id)->update([
+ 'harga_akhir' => $transaksi->detail_lokasi->harga_tiket,
+ 'status' => 1,
+ 'status_keluar_masuk' => 0,
+ 'jam_keluar' => date('H:i:s'),
+ ]);
+
+ $saldo = SaldoModel::create([
+ 'user_id' => Auth::user()->nomor_identitas,
+ 'nominal' => $transaksi->detail_lokasi->harga_tiket,
+ 'tanggal' => date('Y-m-d'),
+ 'status' => 0
+ ]);
+
+
+ $data = TransaksiModel::find($request->transaksi_id);
+
+ DB::commit();
+ return ResponseFormatter::success(
+ $data
+ , 'Transaction Successfully');
+ } catch (\Throwable $th) {
+ DB::rollBack();
+ return ResponseFormatter::error(
+ $th
+ , 'Transaction Unsuccessfully', 500);
+ }
+ }
+
+
+ public function out(Request $request)
+ {
+ date_default_timezone_set('Asia/Jakarta');
+ $validator = Validator::make($request->all(), [
+ 'transaksi_id' => ['required', 'string', 'max:15'],
+ ]);
+ $transaksi = TransaksiModel::find($request->transaksi_id);
+
+ if ($validator->fails()) {
+ return response()->json(['errors' => $validator->messages()], 400);
+ }
+
+ DB::beginTransaction();
+ try {
+ TransaksiModel::where('id', $request->transaksi_id)->update([
+ 'status_keluar_masuk' => 1,
+ ]);
+
+ DetailLokasiModel::where('id', $transaksi->detail_lokasi_id)->update(['status' => 0]);
+
+ $data = TransaksiModel::find($request->transaksi_id);
+ DB::commit();
+ return ResponseFormatter::success(
+ $data
+ , 'get out Successfully');
+ } catch (\Throwable $th) {
+ DB::rollBack();
+ return ResponseFormatter::error(
+ $th
+ , 'get out Unsuccessfully', 500);
+ }
+ }
+
+ /**
+ * Remove the specified resource from storage.
+ */
+ public function destroy(string $id)
+ {
+ //
+ }
+}
diff --git a/app/Http/Controllers/API/UserController.php b/app/Http/Controllers/API/UserController.php
new file mode 100644
index 0000000..7104bf0
--- /dev/null
+++ b/app/Http/Controllers/API/UserController.php
@@ -0,0 +1,230 @@
+count();
+ $data = $request->all();
+ $validator = Validator::make($data, [
+ 'nama_lengkap' => ['required', 'string', 'max:255'],
+ 'email' => ['required', 'string', 'email', 'max:255', 'unique:users'],
+ 'password' => ['required', 'string', 'max:255', 'min:6'],
+ 'no_telp' => ['required', 'string', 'max:15'],
+ 'pin' => ['required', 'string', 'max:255', 'min:6'],
+ ]);
+
+ DB::beginTransaction();
+ try {
+
+ $no_identitas = $request->nomor_identitas;
+ // generate qr code
+ $data = $no_identitas; // Ganti dengan data yang sesuai\
+ $path = public_path('qrcodes/'); // Tentukan lokasi untuk menyimpan kode QR
+
+ // Pastikan folder penyimpanan kode QR ada. Jika belum ada, buat folder tersebut.
+ if (!file_exists($path)) {
+ mkdir($path, 0755, true);
+ }
+
+ $fileName = 'user_' . uniqid() . '.png'; // Nama file kode QR
+ $filePath = $path . $fileName; // Path lengkap ke file kode QR
+
+ $options = new QROptions([
+ 'version' => 5,
+ 'outputType' => QRCode::OUTPUT_IMAGE_PNG,
+ 'eccLevel' => QRCode::ECC_L,
+ 'imageBase64' => false,
+ 'imageTransparency' => false, // Set latar belakang menjadi solid
+ 'bgColor' => [255, 255, 255], // Warna latar belakang (putih)
+ ]);
+
+ $qrcode = new QRCode($options);
+ $qrcode->render($data, $filePath);
+ // end generate
+
+ if ($validator->fails()) {
+ return response()->json(['errors' => $validator->messages()], 400);
+ }
+
+ $user = User::where('nomor_identitas', $no_identitas)->exists();
+
+ if ($user) {
+ return response()->json(['message' => 'Nomor identitas already taken'], 409);
+ }
+
+ $foto_identitas = null;
+
+ if ($request->foto_identitas) {
+ $foto_identitas = uploadBase64image($request->foto_identitas);
+ }
+
+ User::create([
+ 'nama_lengkap' => $request->nama_lengkap,
+ 'no_telp' => $request->no_telp,
+ 'email' => $request->email,
+ 'password' => Hash::make($request->password),
+ 'nomor_identitas' => $no_identitas,
+ 'foto_identitas' => $foto_identitas,
+ 'saldo' => 0,
+ 'pin' => $request->pin,
+ 'qr_code' => $fileName
+ ]);
+
+ $token = JWTAuth::attempt(['no_telp' => $request->no_telp, 'password' => $request->password]);
+ $userResponse = getUser($request->no_telp);
+ $userResponse->token = $token;
+ $userResponse->token_expires_in = (auth()->factory()->getTTL() * 60) * 25;
+ $userResponse->token_type = 'bearer';
+
+ DB::commit();
+ return ResponseFormatter::success(
+ $userResponse,
+ 'User Registered'
+ );
+ } catch (\Throwable $th) {
+ DB::rollBack();
+ return ResponseFormatter::error(
+ $th->getMessage(),
+ 'Aunthentication Failed',
+ 500
+ );
+ }
+ }
+
+ public function login(Request $request)
+ {
+ $credential = $request->only('no_telp', 'password');
+
+ $validator = Validator::make($credential, [
+ 'no_telp' => ['required', 'string', 'max:15'],
+ 'password' => ['required', 'string', 'max:255', 'min:6'],
+ ]);
+
+ // return $credential;
+
+ if ($validator->fails()) {
+ return response()->json(['errors' => $validator->messages()], 400);
+ }
+
+ try {
+ $token = JWTAuth::attempt($credential);
+
+ if (!$token) {
+ return response()->json(['message' => 'Login Credential are invalid']);
+ }
+
+ $userResponse = getUser($request->no_telp);
+ $userResponse->token = $token;
+ $userResponse->token_expires_in = (auth()->factory()->getTTL() * 60) * 25;
+ $userResponse->token_type = 'bearer';
+
+ return ResponseFormatter::success(
+ $userResponse,
+ 'Authenticated'
+ );
+
+ // return $token;
+ } catch (JWTException $th) {
+ return ResponseFormatter::error(
+ $th->getMessage(),
+ 'Authentication Failed',
+ 500
+ );
+ }
+ }
+
+ public function show()
+ {
+ $user = User::LeftJoin('kendaraan', 'users.nomor_identitas', '=', 'kendaraan.user_id')
+ ->where('users.nomor_identitas', Auth::user()->nomor_identitas)
+ ->OrWhere('kendaraan.is_active', 1)
+ ->first();
+ return ResponseFormatter::success(
+ $user,
+ 'User Found Succesfully'
+ );
+ }
+
+ public function UpdateUser(Request $request)
+ {
+ DB::beginTransaction();
+ try {
+ $user = User::find(Auth::user()->nomor_identitas);
+ $data = $request->only('nama_lengkap', 'no_telp', 'email', 'foto_identitas');
+
+ if ($request->email != $user->email) {
+ $isExistEmail = User::where('email', $request->email)->exists();
+ if ($isExistEmail) {
+ return response()->json(['message' => 'Email already taken'], 409);
+ }
+ }
+
+ if ($request->no_telp != $user->no_telp) {
+ $isExistno_telp = User::where('no_telp', $request->no_telp)->exists();
+ if ($isExistno_telp) {
+ return response()->json(['message' => 'Nomor Telepon already taken'], 409);
+ }
+ }
+
+ if ($request->foto_identitas) {
+ $foto_identitas = uploadBase64image($request->foto_identitas);
+ $data['foto_identitas'] = $foto_identitas;
+ if ($user->foto_identitas) {
+ File::delete('dokumen/' . $user->foto_identitas);
+ }
+ }
+
+ $user->update($data);
+ DB::commit();
+ return ResponseFormatter::success(
+ $user,
+ 'Update User Succesfully'
+ );
+ } catch (\Throwable $th) {
+ DB::rollBack();
+ return ResponseFormatter::error(
+ $th->getMessage(),
+ 'Update User Failed',
+ 500
+ );
+ }
+ }
+
+ public function isEmailExist(Request $request)
+ {
+ $validator = Validator::make($request->only('email'), [
+ 'email' => 'required|email'
+ ]);
+ if ($validator->fails()) {
+ return response()->json(['errors' => $validator->messages()], 400);
+ }
+
+ $isExists = User::where('email', $request->email)->exists();
+
+ return response()->json(['is_email_exist' => $isExists]);
+ }
+
+ public function logout()
+ {
+ Auth::logout();
+
+ return response()->json(['message' => 'Logout User Succesfully']);
+ }
+}
diff --git a/app/Http/Controllers/Controller.php b/app/Http/Controllers/Controller.php
new file mode 100644
index 0000000..77ec359
--- /dev/null
+++ b/app/Http/Controllers/Controller.php
@@ -0,0 +1,12 @@
+
+ */
+ protected $middleware = [
+ // \App\Http\Middleware\TrustHosts::class,
+ \App\Http\Middleware\TrustProxies::class,
+ \Illuminate\Http\Middleware\HandleCors::class,
+ \App\Http\Middleware\PreventRequestsDuringMaintenance::class,
+ \Illuminate\Foundation\Http\Middleware\ValidatePostSize::class,
+ \App\Http\Middleware\TrimStrings::class,
+ \Illuminate\Foundation\Http\Middleware\ConvertEmptyStringsToNull::class,
+ ];
+
+ /**
+ * The application's route middleware groups.
+ *
+ * @var array>
+ */
+ protected $middlewareGroups = [
+ 'web' => [
+ \App\Http\Middleware\EncryptCookies::class,
+ \Illuminate\Cookie\Middleware\AddQueuedCookiesToResponse::class,
+ \Illuminate\Session\Middleware\StartSession::class,
+ \Illuminate\View\Middleware\ShareErrorsFromSession::class,
+ \App\Http\Middleware\VerifyCsrfToken::class,
+ \Illuminate\Routing\Middleware\SubstituteBindings::class,
+ ],
+
+ 'api' => [
+ // \Laravel\Sanctum\Http\Middleware\EnsureFrontendRequestsAreStateful::class,
+ \Illuminate\Routing\Middleware\ThrottleRequests::class . ':api',
+ \Illuminate\Routing\Middleware\SubstituteBindings::class,
+ ],
+ ];
+
+ /**
+ * The application's middleware aliases.
+ *
+ * Aliases may be used instead of class names to conveniently assign middleware to routes and groups.
+ *
+ * @var array
+ */
+ protected $middlewareAliases = [
+ 'auth' => \App\Http\Middleware\Authenticate::class,
+ 'auth.basic' => \Illuminate\Auth\Middleware\AuthenticateWithBasicAuth::class,
+ 'auth.session' => \Illuminate\Session\Middleware\AuthenticateSession::class,
+ 'cache.headers' => \Illuminate\Http\Middleware\SetCacheHeaders::class,
+ 'can' => \Illuminate\Auth\Middleware\Authorize::class,
+ 'guest' => \App\Http\Middleware\RedirectIfAuthenticated::class,
+ 'password.confirm' => \Illuminate\Auth\Middleware\RequirePassword::class,
+ 'precognitive' => \Illuminate\Foundation\Http\Middleware\HandlePrecognitiveRequests::class,
+ 'signed' => \App\Http\Middleware\ValidateSignature::class,
+ 'throttle' => \Illuminate\Routing\Middleware\ThrottleRequests::class,
+ 'verified' => \Illuminate\Auth\Middleware\EnsureEmailIsVerified::class,
+ 'jwt.verify' => \App\Http\Middleware\JwtMiddleware::class
+ ];
+}
diff --git a/app/Http/Middleware/Authenticate.php b/app/Http/Middleware/Authenticate.php
new file mode 100644
index 0000000..d4ef644
--- /dev/null
+++ b/app/Http/Middleware/Authenticate.php
@@ -0,0 +1,17 @@
+expectsJson() ? null : route('login');
+ }
+}
diff --git a/app/Http/Middleware/EncryptCookies.php b/app/Http/Middleware/EncryptCookies.php
new file mode 100644
index 0000000..867695b
--- /dev/null
+++ b/app/Http/Middleware/EncryptCookies.php
@@ -0,0 +1,17 @@
+
+ */
+ protected $except = [
+ //
+ ];
+}
diff --git a/app/Http/Middleware/JwtMiddleware.php b/app/Http/Middleware/JwtMiddleware.php
new file mode 100644
index 0000000..e05c6a2
--- /dev/null
+++ b/app/Http/Middleware/JwtMiddleware.php
@@ -0,0 +1,35 @@
+authenticate();
+ } catch (Exception $th) {
+ if ($th instanceof \Tymon\JWTAuth\Exceptions\TokenInvalidException) {
+ return response()->json(['message' => 'Token Invalid'], 401);
+ } else if ($th instanceof \Tymon\JWTAuth\Exceptions\TokenExpiredException) {
+ return response()->json(['message' => 'Token Expired'], 401);
+ }else{
+ return response()->json(['message' => 'Authorization code not found'], 401);
+ }
+ }
+ return $next($request);
+ }
+}
diff --git a/app/Http/Middleware/PreventRequestsDuringMaintenance.php b/app/Http/Middleware/PreventRequestsDuringMaintenance.php
new file mode 100644
index 0000000..74cbd9a
--- /dev/null
+++ b/app/Http/Middleware/PreventRequestsDuringMaintenance.php
@@ -0,0 +1,17 @@
+
+ */
+ protected $except = [
+ //
+ ];
+}
diff --git a/app/Http/Middleware/RedirectIfAuthenticated.php b/app/Http/Middleware/RedirectIfAuthenticated.php
new file mode 100644
index 0000000..afc78c4
--- /dev/null
+++ b/app/Http/Middleware/RedirectIfAuthenticated.php
@@ -0,0 +1,30 @@
+check()) {
+ return redirect(RouteServiceProvider::HOME);
+ }
+ }
+
+ return $next($request);
+ }
+}
diff --git a/app/Http/Middleware/TrimStrings.php b/app/Http/Middleware/TrimStrings.php
new file mode 100644
index 0000000..88cadca
--- /dev/null
+++ b/app/Http/Middleware/TrimStrings.php
@@ -0,0 +1,19 @@
+
+ */
+ protected $except = [
+ 'current_password',
+ 'password',
+ 'password_confirmation',
+ ];
+}
diff --git a/app/Http/Middleware/TrustHosts.php b/app/Http/Middleware/TrustHosts.php
new file mode 100644
index 0000000..c9c58bd
--- /dev/null
+++ b/app/Http/Middleware/TrustHosts.php
@@ -0,0 +1,20 @@
+
+ */
+ public function hosts(): array
+ {
+ return [
+ $this->allSubdomainsOfApplicationUrl(),
+ ];
+ }
+}
diff --git a/app/Http/Middleware/TrustProxies.php b/app/Http/Middleware/TrustProxies.php
new file mode 100644
index 0000000..3391630
--- /dev/null
+++ b/app/Http/Middleware/TrustProxies.php
@@ -0,0 +1,28 @@
+|string|null
+ */
+ protected $proxies;
+
+ /**
+ * The headers that should be used to detect proxies.
+ *
+ * @var int
+ */
+ protected $headers =
+ Request::HEADER_X_FORWARDED_FOR |
+ Request::HEADER_X_FORWARDED_HOST |
+ Request::HEADER_X_FORWARDED_PORT |
+ Request::HEADER_X_FORWARDED_PROTO |
+ Request::HEADER_X_FORWARDED_AWS_ELB;
+}
diff --git a/app/Http/Middleware/ValidateSignature.php b/app/Http/Middleware/ValidateSignature.php
new file mode 100644
index 0000000..093bf64
--- /dev/null
+++ b/app/Http/Middleware/ValidateSignature.php
@@ -0,0 +1,22 @@
+
+ */
+ protected $except = [
+ // 'fbclid',
+ // 'utm_campaign',
+ // 'utm_content',
+ // 'utm_medium',
+ // 'utm_source',
+ // 'utm_term',
+ ];
+}
diff --git a/app/Http/Middleware/VerifyCsrfToken.php b/app/Http/Middleware/VerifyCsrfToken.php
new file mode 100644
index 0000000..9e86521
--- /dev/null
+++ b/app/Http/Middleware/VerifyCsrfToken.php
@@ -0,0 +1,17 @@
+
+ */
+ protected $except = [
+ //
+ ];
+}
diff --git a/app/Models/DetailLokasiModel.php b/app/Models/DetailLokasiModel.php
new file mode 100644
index 0000000..d5cf2ad
--- /dev/null
+++ b/app/Models/DetailLokasiModel.php
@@ -0,0 +1,20 @@
+belongsTo(ParkirModel::class);
+ }
+}
diff --git a/app/Models/KendaraanModel.php b/app/Models/KendaraanModel.php
new file mode 100644
index 0000000..8a1a8d9
--- /dev/null
+++ b/app/Models/KendaraanModel.php
@@ -0,0 +1,25 @@
+belongsTo(User::class);
+ }
+
+ public function transaksi()
+ {
+ return $this->hasMany(TransaksiModel::class);
+ }
+}
diff --git a/app/Models/ParkirModel.php b/app/Models/ParkirModel.php
new file mode 100644
index 0000000..202246d
--- /dev/null
+++ b/app/Models/ParkirModel.php
@@ -0,0 +1,20 @@
+hasMany(DetailLokasiModel::class, 'parkir_id', 'id');
+ }
+}
diff --git a/app/Models/SaldoModel.php b/app/Models/SaldoModel.php
new file mode 100644
index 0000000..f3440eb
--- /dev/null
+++ b/app/Models/SaldoModel.php
@@ -0,0 +1,20 @@
+belongsTo(User::class);
+ }
+}
diff --git a/app/Models/TransaksiModel.php b/app/Models/TransaksiModel.php
new file mode 100644
index 0000000..d4a5b38
--- /dev/null
+++ b/app/Models/TransaksiModel.php
@@ -0,0 +1,35 @@
+belongsTo(DetailLokasiModel::class);
+ }
+
+ public function kendaraan()
+ {
+ return $this->belongsTo(KendaraanModel::class);
+ }
+
+ public function user()
+ {
+ return $this->belongsTo(User::class);
+ }
+
+ public function voucher()
+ {
+ return $this->hasOne(VoucherDetailModel::class);
+ }
+}
diff --git a/app/Models/User.php b/app/Models/User.php
new file mode 100644
index 0000000..5bff508
--- /dev/null
+++ b/app/Models/User.php
@@ -0,0 +1,92 @@
+
+ */
+ protected $primaryKey = 'nomor_identitas';
+ protected $fillable = [
+ 'nama_lengkap',
+ 'no_telp',
+ 'email',
+ 'password',
+ 'nomor_identitas',
+ 'foto_identitas',
+ 'saldo',
+ 'pin',
+ 'qr_code'
+ ];
+
+ /**
+ * The attributes that should be hidden for serialization.
+ *
+ * @var array
+ */
+ protected $hidden = [
+ 'password',
+ 'remember_token',
+ ];
+
+ /**
+ * The attributes that should be cast.
+ *
+ * @var array
+ */
+ protected $casts = [
+ 'email_verified_at' => 'datetime',
+ 'password' => 'hashed',
+ ];
+
+
+ // Rest omitted for brevity
+
+ /**
+ * Get the identifier that will be stored in the subject claim of the JWT.
+ *
+ * @return mixed
+ */
+ public function getJWTIdentifier()
+ {
+ return $this->getKey();
+ }
+
+ /**
+ * Return a key value array, containing any custom claims to be added to the JWT.
+ *
+ * @return array
+ */
+ public function getJWTCustomClaims()
+ {
+ return [];
+ }
+
+ public function saldo()
+ {
+ return $this->hasMany(SaldoModel::class);
+ }
+
+ public function kendaraan()
+ {
+ return $this->hasMany(KendaraanModel::class);
+ }
+
+ public function transaksi()
+ {
+ return $this->hasMany(TransaksiModel::class);
+ }
+}
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 @@
+
+ */
+ protected $policies = [
+ //
+ ];
+
+ /**
+ * Register any authentication / authorization services.
+ */
+ public function boot(): void
+ {
+ //
+ }
+}
diff --git a/app/Providers/BroadcastServiceProvider.php b/app/Providers/BroadcastServiceProvider.php
new file mode 100644
index 0000000..2be04f5
--- /dev/null
+++ b/app/Providers/BroadcastServiceProvider.php
@@ -0,0 +1,19 @@
+>
+ */
+ protected $listen = [
+ Registered::class => [
+ SendEmailVerificationNotification::class,
+ ],
+ ];
+
+ /**
+ * Register any events for your application.
+ */
+ public function boot(): void
+ {
+ //
+ }
+
+ /**
+ * Determine if events and listeners should be automatically discovered.
+ */
+ public function shouldDiscoverEvents(): bool
+ {
+ return false;
+ }
+}
diff --git a/app/Providers/RouteServiceProvider.php b/app/Providers/RouteServiceProvider.php
new file mode 100644
index 0000000..1cf5f15
--- /dev/null
+++ b/app/Providers/RouteServiceProvider.php
@@ -0,0 +1,40 @@
+by($request->user()?->id ?: $request->ip());
+ });
+
+ $this->routes(function () {
+ Route::middleware('api')
+ ->prefix('api')
+ ->group(base_path('routes/api.php'));
+
+ Route::middleware('web')
+ ->group(base_path('routes/web.php'));
+ });
+ }
+}
diff --git a/app/helpers.php b/app/helpers.php
new file mode 100644
index 0000000..170c117
--- /dev/null
+++ b/app/helpers.php
@@ -0,0 +1,32 @@
+orWhere('no_telp', $params)
+ ->first();
+
+ return $user;
+}
+
+
+// https://www.base64-image.de/
+function uploadBase64image($base64image)
+{
+ $decoder = new Base64ImageDecoder($base64image, $allowedFormats = ['jpeg', 'png', 'jpg']);
+
+ $decodedContent = $decoder->getDecodedContent();
+ $format = $decoder->getFormat(); // 'png', or 'jpeg', or 'gif', or etc.
+ $image = Str::random(10) . '.' . $format;
+ File::put('dokumen/' . $image, $decodedContent);
+ // Storage::disk('public')->put('dokumen/' . $image, $decodedContent);
+
+ return $image;
+}
+
+
diff --git a/artisan b/artisan
new file mode 100644
index 0000000..67a3329
--- /dev/null
+++ b/artisan
@@ -0,0 +1,53 @@
+#!/usr/bin/env php
+make(Illuminate\Contracts\Console\Kernel::class);
+
+$status = $kernel->handle(
+ $input = new Symfony\Component\Console\Input\ArgvInput,
+ new Symfony\Component\Console\Output\ConsoleOutput
+);
+
+/*
+|--------------------------------------------------------------------------
+| Shutdown The Application
+|--------------------------------------------------------------------------
+|
+| Once Artisan has finished running, we will fire off the shutdown events
+| so that any final work may be done by the application before we shut
+| down the process. This is the last thing to happen to the request.
+|
+*/
+
+$kernel->terminate($input, $status);
+
+exit($status);
diff --git a/bootstrap/app.php b/bootstrap/app.php
new file mode 100644
index 0000000..037e17d
--- /dev/null
+++ b/bootstrap/app.php
@@ -0,0 +1,55 @@
+singleton(
+ Illuminate\Contracts\Http\Kernel::class,
+ App\Http\Kernel::class
+);
+
+$app->singleton(
+ Illuminate\Contracts\Console\Kernel::class,
+ App\Console\Kernel::class
+);
+
+$app->singleton(
+ Illuminate\Contracts\Debug\ExceptionHandler::class,
+ App\Exceptions\Handler::class
+);
+
+/*
+|--------------------------------------------------------------------------
+| Return The Application
+|--------------------------------------------------------------------------
+|
+| This script returns the application instance. The instance is given to
+| the calling script so we can separate the building of the instances
+| from the actual running of the application and sending responses.
+|
+*/
+
+return $app;
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/composer.json b/composer.json
new file mode 100644
index 0000000..da1b3ce
--- /dev/null
+++ b/composer.json
@@ -0,0 +1,74 @@
+{
+ "name": "laravel/laravel",
+ "type": "project",
+ "description": "The skeleton application for the Laravel framework.",
+ "keywords": ["laravel", "framework"],
+ "license": "MIT",
+ "require": {
+ "php": "^8.1",
+ "chillerlan/php-qrcode": "^4.3",
+ "endroid/qrcode": "^4.8",
+ "guzzlehttp/guzzle": "^7.2",
+ "laravel/framework": "^10.10",
+ "laravel/sanctum": "^3.2",
+ "laravel/tinker": "^2.8",
+ "melihovv/base64-image-decoder": "^0.2.0",
+ "simplesoftwareio/simple-qrcode": "^4.2",
+ "tymon/jwt-auth": "^2.0"
+ },
+ "require-dev": {
+ "fakerphp/faker": "^1.9.1",
+ "laravel/pint": "^1.0",
+ "laravel/sail": "^1.18",
+ "mockery/mockery": "^1.4.4",
+ "nunomaduro/collision": "^7.0",
+ "phpunit/phpunit": "^10.1",
+ "spatie/laravel-ignition": "^2.0"
+ },
+ "autoload": {
+ "psr-4": {
+ "App\\": "app/",
+ "Database\\Factories\\": "database/factories/",
+ "Database\\Seeders\\": "database/seeders/"
+ },
+ "files": [
+ "app/helpers.php"
+ ]
+ },
+ "autoload-dev": {
+ "psr-4": {
+ "Tests\\": "tests/"
+ }
+ },
+ "scripts": {
+ "post-autoload-dump": [
+ "Illuminate\\Foundation\\ComposerScripts::postAutoloadDump",
+ "@php artisan package:discover --ansi"
+ ],
+ "post-update-cmd": [
+ "@php artisan vendor:publish --tag=laravel-assets --ansi --force"
+ ],
+ "post-root-package-install": [
+ "@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
+ ],
+ "post-create-project-cmd": [
+ "@php artisan key:generate --ansi"
+ ]
+ },
+ "extra": {
+ "laravel": {
+ "dont-discover": []
+ }
+ },
+ "config": {
+ "optimize-autoloader": true,
+ "preferred-install": "dist",
+ "sort-packages": true,
+ "allow-plugins": {
+ "pestphp/pest-plugin": true,
+ "php-http/discovery": true
+ }
+ },
+ "minimum-stability": "stable",
+ "prefer-stable": true
+}
diff --git a/composer.lock b/composer.lock
new file mode 100644
index 0000000..3c95c33
--- /dev/null
+++ b/composer.lock
@@ -0,0 +1,8790 @@
+{
+ "_readme": [
+ "This file locks the dependencies of your project to a known state",
+ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
+ "This file is @generated automatically"
+ ],
+ "content-hash": "406904e1ff4c49ccb2be7d2fea16aaf4",
+ "packages": [
+ {
+ "name": "bacon/bacon-qr-code",
+ "version": "2.0.8",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/Bacon/BaconQrCode.git",
+ "reference": "8674e51bb65af933a5ffaf1c308a660387c35c22"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/Bacon/BaconQrCode/zipball/8674e51bb65af933a5ffaf1c308a660387c35c22",
+ "reference": "8674e51bb65af933a5ffaf1c308a660387c35c22",
+ "shasum": ""
+ },
+ "require": {
+ "dasprid/enum": "^1.0.3",
+ "ext-iconv": "*",
+ "php": "^7.1 || ^8.0"
+ },
+ "require-dev": {
+ "phly/keep-a-changelog": "^2.1",
+ "phpunit/phpunit": "^7 | ^8 | ^9",
+ "spatie/phpunit-snapshot-assertions": "^4.2.9",
+ "squizlabs/php_codesniffer": "^3.4"
+ },
+ "suggest": {
+ "ext-imagick": "to generate QR code images"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "BaconQrCode\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-2-Clause"
+ ],
+ "authors": [
+ {
+ "name": "Ben Scholzen 'DASPRiD'",
+ "email": "mail@dasprids.de",
+ "homepage": "https://dasprids.de/",
+ "role": "Developer"
+ }
+ ],
+ "description": "BaconQrCode is a QR code generator for PHP.",
+ "homepage": "https://github.com/Bacon/BaconQrCode",
+ "support": {
+ "issues": "https://github.com/Bacon/BaconQrCode/issues",
+ "source": "https://github.com/Bacon/BaconQrCode/tree/2.0.8"
+ },
+ "time": "2022-12-07T17:46:57+00:00"
+ },
+ {
+ "name": "brick/math",
+ "version": "0.11.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/brick/math.git",
+ "reference": "0ad82ce168c82ba30d1c01ec86116ab52f589478"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/brick/math/zipball/0ad82ce168c82ba30d1c01ec86116ab52f589478",
+ "reference": "0ad82ce168c82ba30d1c01ec86116ab52f589478",
+ "shasum": ""
+ },
+ "require": {
+ "php": "^8.0"
+ },
+ "require-dev": {
+ "php-coveralls/php-coveralls": "^2.2",
+ "phpunit/phpunit": "^9.0",
+ "vimeo/psalm": "5.0.0"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "Brick\\Math\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "description": "Arbitrary-precision arithmetic library",
+ "keywords": [
+ "Arbitrary-precision",
+ "BigInteger",
+ "BigRational",
+ "arithmetic",
+ "bigdecimal",
+ "bignum",
+ "brick",
+ "math"
+ ],
+ "support": {
+ "issues": "https://github.com/brick/math/issues",
+ "source": "https://github.com/brick/math/tree/0.11.0"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/BenMorel",
+ "type": "github"
+ }
+ ],
+ "time": "2023-01-15T23:15:59+00:00"
+ },
+ {
+ "name": "chillerlan/php-qrcode",
+ "version": "4.3.4",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/chillerlan/php-qrcode.git",
+ "reference": "2ca4bf5ae048af1981d1023ee42a0a2a9d51e51d"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/chillerlan/php-qrcode/zipball/2ca4bf5ae048af1981d1023ee42a0a2a9d51e51d",
+ "reference": "2ca4bf5ae048af1981d1023ee42a0a2a9d51e51d",
+ "shasum": ""
+ },
+ "require": {
+ "chillerlan/php-settings-container": "^2.1.4",
+ "ext-mbstring": "*",
+ "php": "^7.4 || ^8.0"
+ },
+ "require-dev": {
+ "phan/phan": "^5.3",
+ "phpunit/phpunit": "^9.5",
+ "setasign/fpdf": "^1.8.2"
+ },
+ "suggest": {
+ "chillerlan/php-authenticator": "Yet another Google authenticator! Also creates URIs for mobile apps.",
+ "setasign/fpdf": "Required to use the QR FPDF output."
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "chillerlan\\QRCode\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Kazuhiko Arase",
+ "homepage": "https://github.com/kazuhikoarase"
+ },
+ {
+ "name": "Smiley",
+ "email": "smiley@chillerlan.net",
+ "homepage": "https://github.com/codemasher"
+ },
+ {
+ "name": "Contributors",
+ "homepage": "https://github.com/chillerlan/php-qrcode/graphs/contributors"
+ }
+ ],
+ "description": "A QR code generator. PHP 7.4+",
+ "homepage": "https://github.com/chillerlan/php-qrcode",
+ "keywords": [
+ "phpqrcode",
+ "qr",
+ "qr code",
+ "qrcode",
+ "qrcode-generator"
+ ],
+ "support": {
+ "issues": "https://github.com/chillerlan/php-qrcode/issues",
+ "source": "https://github.com/chillerlan/php-qrcode/tree/4.3.4"
+ },
+ "funding": [
+ {
+ "url": "https://www.paypal.com/donate?hosted_button_id=WLYUNAT9ZTJZ4",
+ "type": "custom"
+ },
+ {
+ "url": "https://ko-fi.com/codemasher",
+ "type": "ko_fi"
+ }
+ ],
+ "time": "2022-07-25T09:12:45+00:00"
+ },
+ {
+ "name": "chillerlan/php-settings-container",
+ "version": "2.1.4",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/chillerlan/php-settings-container.git",
+ "reference": "1beb7df3c14346d4344b0b2e12f6f9a74feabd4a"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/chillerlan/php-settings-container/zipball/1beb7df3c14346d4344b0b2e12f6f9a74feabd4a",
+ "reference": "1beb7df3c14346d4344b0b2e12f6f9a74feabd4a",
+ "shasum": ""
+ },
+ "require": {
+ "ext-json": "*",
+ "php": "^7.4 || ^8.0"
+ },
+ "require-dev": {
+ "phan/phan": "^5.3",
+ "phpunit/phpunit": "^9.5"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "chillerlan\\Settings\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Smiley",
+ "email": "smiley@chillerlan.net",
+ "homepage": "https://github.com/codemasher"
+ }
+ ],
+ "description": "A container class for immutable settings objects. Not a DI container. PHP 7.4+",
+ "homepage": "https://github.com/chillerlan/php-settings-container",
+ "keywords": [
+ "PHP7",
+ "Settings",
+ "configuration",
+ "container",
+ "helper"
+ ],
+ "support": {
+ "issues": "https://github.com/chillerlan/php-settings-container/issues",
+ "source": "https://github.com/chillerlan/php-settings-container"
+ },
+ "funding": [
+ {
+ "url": "https://www.paypal.com/donate?hosted_button_id=WLYUNAT9ZTJZ4",
+ "type": "custom"
+ },
+ {
+ "url": "https://ko-fi.com/codemasher",
+ "type": "ko_fi"
+ }
+ ],
+ "time": "2022-07-05T22:32:14+00:00"
+ },
+ {
+ "name": "dasprid/enum",
+ "version": "1.0.5",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/DASPRiD/Enum.git",
+ "reference": "6faf451159fb8ba4126b925ed2d78acfce0dc016"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/DASPRiD/Enum/zipball/6faf451159fb8ba4126b925ed2d78acfce0dc016",
+ "reference": "6faf451159fb8ba4126b925ed2d78acfce0dc016",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=7.1 <9.0"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^7 | ^8 | ^9",
+ "squizlabs/php_codesniffer": "*"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "DASPRiD\\Enum\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-2-Clause"
+ ],
+ "authors": [
+ {
+ "name": "Ben Scholzen 'DASPRiD'",
+ "email": "mail@dasprids.de",
+ "homepage": "https://dasprids.de/",
+ "role": "Developer"
+ }
+ ],
+ "description": "PHP 7.1 enum implementation",
+ "keywords": [
+ "enum",
+ "map"
+ ],
+ "support": {
+ "issues": "https://github.com/DASPRiD/Enum/issues",
+ "source": "https://github.com/DASPRiD/Enum/tree/1.0.5"
+ },
+ "time": "2023-08-25T16:18:39+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.8",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/doctrine/inflector.git",
+ "reference": "f9301a5b2fb1216b2b08f02ba04dc45423db6bff"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/doctrine/inflector/zipball/f9301a5b2fb1216b2b08f02ba04dc45423db6bff",
+ "reference": "f9301a5b2fb1216b2b08f02ba04dc45423db6bff",
+ "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.8"
+ },
+ "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": "2023-06-16T13:40:37+00:00"
+ },
+ {
+ "name": "doctrine/lexer",
+ "version": "3.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/doctrine/lexer.git",
+ "reference": "84a527db05647743d50373e0ec53a152f2cde568"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/doctrine/lexer/zipball/84a527db05647743d50373e0ec53a152f2cde568",
+ "reference": "84a527db05647743d50373e0ec53a152f2cde568",
+ "shasum": ""
+ },
+ "require": {
+ "php": "^8.1"
+ },
+ "require-dev": {
+ "doctrine/coding-standard": "^10",
+ "phpstan/phpstan": "^1.9",
+ "phpunit/phpunit": "^9.5",
+ "psalm/plugin-phpunit": "^0.18.3",
+ "vimeo/psalm": "^5.0"
+ },
+ "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.0"
+ },
+ "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": "2022-12-15T16:57:16+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": "endroid/qrcode",
+ "version": "4.8.5",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/endroid/qr-code.git",
+ "reference": "0db25b506a8411a5e1644ebaa67123a6eb7b6a77"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/endroid/qr-code/zipball/0db25b506a8411a5e1644ebaa67123a6eb7b6a77",
+ "reference": "0db25b506a8411a5e1644ebaa67123a6eb7b6a77",
+ "shasum": ""
+ },
+ "require": {
+ "bacon/bacon-qr-code": "^2.0.5",
+ "php": "^8.1"
+ },
+ "conflict": {
+ "khanamiryan/qrcode-detector-decoder": "^1.0.6"
+ },
+ "require-dev": {
+ "endroid/quality": "dev-master",
+ "ext-gd": "*",
+ "khanamiryan/qrcode-detector-decoder": "^1.0.4||^2.0.2",
+ "setasign/fpdf": "^1.8.2"
+ },
+ "suggest": {
+ "ext-gd": "Enables you to write PNG images",
+ "khanamiryan/qrcode-detector-decoder": "Enables you to use the image validator",
+ "roave/security-advisories": "Makes sure package versions with known security issues are not installed",
+ "setasign/fpdf": "Enables you to use the PDF writer"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "4.x-dev"
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "Endroid\\QrCode\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Jeroen van den Enden",
+ "email": "info@endroid.nl"
+ }
+ ],
+ "description": "Endroid QR Code",
+ "homepage": "https://github.com/endroid/qr-code",
+ "keywords": [
+ "code",
+ "endroid",
+ "php",
+ "qr",
+ "qrcode"
+ ],
+ "support": {
+ "issues": "https://github.com/endroid/qr-code/issues",
+ "source": "https://github.com/endroid/qr-code/tree/4.8.5"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/endroid",
+ "type": "github"
+ }
+ ],
+ "abandoned": "endroid/qr-code",
+ "time": "2023-09-29T14:03:20+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.1",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/GrahamCampbell/Result-Type.git",
+ "reference": "672eff8cf1d6fe1ef09ca0f89c4b287d6a3eb831"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/GrahamCampbell/Result-Type/zipball/672eff8cf1d6fe1ef09ca0f89c4b287d6a3eb831",
+ "reference": "672eff8cf1d6fe1ef09ca0f89c4b287d6a3eb831",
+ "shasum": ""
+ },
+ "require": {
+ "php": "^7.2.5 || ^8.0",
+ "phpoption/phpoption": "^1.9.1"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^8.5.32 || ^9.6.3 || ^10.0.12"
+ },
+ "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.1"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/GrahamCampbell",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/graham-campbell/result-type",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2023-02-25T20:23:15+00:00"
+ },
+ {
+ "name": "guzzlehttp/guzzle",
+ "version": "7.8.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/guzzle/guzzle.git",
+ "reference": "1110f66a6530a40fe7aea0378fe608ee2b2248f9"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/guzzle/guzzle/zipball/1110f66a6530a40fe7aea0378fe608ee2b2248f9",
+ "reference": "1110f66a6530a40fe7aea0378fe608ee2b2248f9",
+ "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.1",
+ "ext-curl": "*",
+ "php-http/client-integration-tests": "dev-master#2c025848417c1135031fdf9c728ee53d0a7ceaee as 3.0.999",
+ "php-http/message-factory": "^1.1",
+ "phpunit/phpunit": "^8.5.29 || ^9.5.23",
+ "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.0"
+ },
+ "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-08-27T10:20:53+00:00"
+ },
+ {
+ "name": "guzzlehttp/promises",
+ "version": "2.0.1",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/guzzle/promises.git",
+ "reference": "111166291a0f8130081195ac4556a5587d7f1b5d"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/guzzle/promises/zipball/111166291a0f8130081195ac4556a5587d7f1b5d",
+ "reference": "111166291a0f8130081195ac4556a5587d7f1b5d",
+ "shasum": ""
+ },
+ "require": {
+ "php": "^7.2.5 || ^8.0"
+ },
+ "require-dev": {
+ "bamarni/composer-bin-plugin": "^1.8.1",
+ "phpunit/phpunit": "^8.5.29 || ^9.5.23"
+ },
+ "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.1"
+ },
+ "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-08-03T15:11:55+00:00"
+ },
+ {
+ "name": "guzzlehttp/psr7",
+ "version": "2.6.1",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/guzzle/psr7.git",
+ "reference": "be45764272e8873c72dbe3d2edcfdfcc3bc9f727"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/guzzle/psr7/zipball/be45764272e8873c72dbe3d2edcfdfcc3bc9f727",
+ "reference": "be45764272e8873c72dbe3d2edcfdfcc3bc9f727",
+ "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.1",
+ "http-interop/http-factory-tests": "^0.9",
+ "phpunit/phpunit": "^8.5.29 || ^9.5.23"
+ },
+ "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.1"
+ },
+ "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-08-27T10:13:57+00:00"
+ },
+ {
+ "name": "guzzlehttp/uri-template",
+ "version": "v1.0.2",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/guzzle/uri-template.git",
+ "reference": "61bf437fc2197f587f6857d3ff903a24f1731b5d"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/guzzle/uri-template/zipball/61bf437fc2197f587f6857d3ff903a24f1731b5d",
+ "reference": "61bf437fc2197f587f6857d3ff903a24f1731b5d",
+ "shasum": ""
+ },
+ "require": {
+ "php": "^7.2.5 || ^8.0",
+ "symfony/polyfill-php80": "^1.17"
+ },
+ "require-dev": {
+ "bamarni/composer-bin-plugin": "^1.8.1",
+ "phpunit/phpunit": "^8.5.19 || ^9.5.8",
+ "uri-template/tests": "1.0.0"
+ },
+ "type": "library",
+ "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.2"
+ },
+ "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-08-27T10:19:19+00:00"
+ },
+ {
+ "name": "laravel/framework",
+ "version": "v10.28.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/laravel/framework.git",
+ "reference": "09137f50f715c1efc649788a26092dcb1ec4ab6e"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/laravel/framework/zipball/09137f50f715c1efc649788a26092dcb1ec4ab6e",
+ "reference": "09137f50f715c1efc649788a26092dcb1ec4ab6e",
+ "shasum": ""
+ },
+ "require": {
+ "brick/math": "^0.9.3|^0.10.2|^0.11",
+ "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.2",
+ "guzzlehttp/uri-template": "^1.0",
+ "laravel/prompts": "^0.1.9",
+ "laravel/serializable-closure": "^1.3",
+ "league/commonmark": "^2.2.1",
+ "league/flysystem": "^3.8.0",
+ "monolog/monolog": "^3.0",
+ "nesbot/carbon": "^2.67",
+ "nunomaduro/termwind": "^1.13",
+ "php": "^8.1",
+ "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": "^6.2",
+ "symfony/error-handler": "^6.2",
+ "symfony/finder": "^6.2",
+ "symfony/http-foundation": "^6.2",
+ "symfony/http-kernel": "^6.2",
+ "symfony/mailer": "^6.2",
+ "symfony/mime": "^6.2",
+ "symfony/process": "^6.2",
+ "symfony/routing": "^6.2",
+ "symfony/uid": "^6.2",
+ "symfony/var-dumper": "^6.2",
+ "tijsverkoyen/css-to-inline-styles": "^2.2.5",
+ "vlucas/phpdotenv": "^5.4.1",
+ "voku/portable-ascii": "^2.0"
+ },
+ "conflict": {
+ "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"
+ },
+ "require-dev": {
+ "ably/ably-php": "^1.0",
+ "aws/aws-sdk-php": "^3.235.5",
+ "doctrine/dbal": "^3.5.1",
+ "ext-gmp": "*",
+ "fakerphp/faker": "^1.21",
+ "guzzlehttp/guzzle": "^7.5",
+ "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.5.1",
+ "orchestra/testbench-core": "^8.12",
+ "pda/pheanstalk": "^4.0",
+ "phpstan/phpstan": "^1.4.7",
+ "phpunit/phpunit": "^10.0.7",
+ "predis/predis": "^2.0.2",
+ "symfony/cache": "^6.2",
+ "symfony/http-client": "^6.2.4"
+ },
+ "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 (^6.0).",
+ "doctrine/dbal": "Required to rename columns and drop SQLite columns (^3.5.1).",
+ "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).",
+ "guzzlehttp/guzzle": "Required to use the HTTP Client and the ping methods on schedules (^7.5).",
+ "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.5.1).",
+ "nyholm/psr7": "Required to use PSR-7 bridging features (^1.2).",
+ "pda/pheanstalk": "Required to use the beanstalk queue driver (^4.0).",
+ "phpunit/phpunit": "Required to use assertions and run tests (^9.5.8|^10.0.7).",
+ "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).",
+ "symfony/cache": "Required to PSR-6 cache bridge (^6.2).",
+ "symfony/filesystem": "Required to enable support for relative symbolic links (^6.2).",
+ "symfony/http-client": "Required to enable support for the Symfony API mail transports (^6.2).",
+ "symfony/mailgun-mailer": "Required to enable support for the Mailgun mail transport (^6.2).",
+ "symfony/postmark-mailer": "Required to enable support for the Postmark mail transport (^6.2).",
+ "symfony/psr-http-message-bridge": "Required to use PSR-7 bridging features (^2.0)."
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "10.x-dev"
+ }
+ },
+ "autoload": {
+ "files": [
+ "src/Illuminate/Collections/helpers.php",
+ "src/Illuminate/Events/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": "2023-10-10T13:01:37+00:00"
+ },
+ {
+ "name": "laravel/prompts",
+ "version": "v0.1.11",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/laravel/prompts.git",
+ "reference": "cce65a90e64712909ea1adc033e1d88de8455ffd"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/laravel/prompts/zipball/cce65a90e64712909ea1adc033e1d88de8455ffd",
+ "reference": "cce65a90e64712909ea1adc033e1d88de8455ffd",
+ "shasum": ""
+ },
+ "require": {
+ "ext-mbstring": "*",
+ "illuminate/collections": "^10.0|^11.0",
+ "php": "^8.1",
+ "symfony/console": "^6.2"
+ },
+ "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.10",
+ "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"
+ ],
+ "support": {
+ "issues": "https://github.com/laravel/prompts/issues",
+ "source": "https://github.com/laravel/prompts/tree/v0.1.11"
+ },
+ "time": "2023-10-03T01:07:35+00:00"
+ },
+ {
+ "name": "laravel/sanctum",
+ "version": "v3.3.1",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/laravel/sanctum.git",
+ "reference": "338f633e6487e76b255470d3373fbc29228aa971"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/laravel/sanctum/zipball/338f633e6487e76b255470d3373fbc29228aa971",
+ "reference": "338f633e6487e76b255470d3373fbc29228aa971",
+ "shasum": ""
+ },
+ "require": {
+ "ext-json": "*",
+ "illuminate/console": "^9.21|^10.0",
+ "illuminate/contracts": "^9.21|^10.0",
+ "illuminate/database": "^9.21|^10.0",
+ "illuminate/support": "^9.21|^10.0",
+ "php": "^8.0.2"
+ },
+ "require-dev": {
+ "mockery/mockery": "^1.0",
+ "orchestra/testbench": "^7.28.2|^8.8.3",
+ "phpstan/phpstan": "^1.10",
+ "phpunit/phpunit": "^9.6"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "3.x-dev"
+ },
+ "laravel": {
+ "providers": [
+ "Laravel\\Sanctum\\SanctumServiceProvider"
+ ]
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "Laravel\\Sanctum\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Taylor Otwell",
+ "email": "taylor@laravel.com"
+ }
+ ],
+ "description": "Laravel Sanctum provides a featherweight authentication system for SPAs and simple APIs.",
+ "keywords": [
+ "auth",
+ "laravel",
+ "sanctum"
+ ],
+ "support": {
+ "issues": "https://github.com/laravel/sanctum/issues",
+ "source": "https://github.com/laravel/sanctum"
+ },
+ "time": "2023-09-07T15:46:33+00:00"
+ },
+ {
+ "name": "laravel/serializable-closure",
+ "version": "v1.3.1",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/laravel/serializable-closure.git",
+ "reference": "e5a3057a5591e1cfe8183034b0203921abe2c902"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/laravel/serializable-closure/zipball/e5a3057a5591e1cfe8183034b0203921abe2c902",
+ "reference": "e5a3057a5591e1cfe8183034b0203921abe2c902",
+ "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-07-14T13:56:28+00:00"
+ },
+ {
+ "name": "laravel/tinker",
+ "version": "v2.8.2",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/laravel/tinker.git",
+ "reference": "b936d415b252b499e8c3b1f795cd4fc20f57e1f3"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/laravel/tinker/zipball/b936d415b252b499e8c3b1f795cd4fc20f57e1f3",
+ "reference": "b936d415b252b499e8c3b1f795cd4fc20f57e1f3",
+ "shasum": ""
+ },
+ "require": {
+ "illuminate/console": "^6.0|^7.0|^8.0|^9.0|^10.0",
+ "illuminate/contracts": "^6.0|^7.0|^8.0|^9.0|^10.0",
+ "illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0",
+ "php": "^7.2.5|^8.0",
+ "psy/psysh": "^0.10.4|^0.11.1",
+ "symfony/var-dumper": "^4.3.4|^5.0|^6.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)."
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "2.x-dev"
+ },
+ "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.8.2"
+ },
+ "time": "2023-08-15T14:27:00+00:00"
+ },
+ {
+ "name": "lcobucci/clock",
+ "version": "2.3.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/lcobucci/clock.git",
+ "reference": "c7aadcd6fd97ed9e199114269c0be3f335e38876"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/lcobucci/clock/zipball/c7aadcd6fd97ed9e199114269c0be3f335e38876",
+ "reference": "c7aadcd6fd97ed9e199114269c0be3f335e38876",
+ "shasum": ""
+ },
+ "require": {
+ "php": "~8.1.0 || ~8.2.0",
+ "stella-maris/clock": "^0.1.7"
+ },
+ "provide": {
+ "psr/clock-implementation": "1.0"
+ },
+ "require-dev": {
+ "infection/infection": "^0.26",
+ "lcobucci/coding-standard": "^9.0",
+ "phpstan/extension-installer": "^1.2",
+ "phpstan/phpstan": "^1.9.4",
+ "phpstan/phpstan-deprecation-rules": "^1.1.1",
+ "phpstan/phpstan-phpunit": "^1.3.2",
+ "phpstan/phpstan-strict-rules": "^1.4.4",
+ "phpunit/phpunit": "^9.5.27"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "Lcobucci\\Clock\\": "src"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Luís Cobucci",
+ "email": "lcobucci@gmail.com"
+ }
+ ],
+ "description": "Yet another clock abstraction",
+ "support": {
+ "issues": "https://github.com/lcobucci/clock/issues",
+ "source": "https://github.com/lcobucci/clock/tree/2.3.0"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/lcobucci",
+ "type": "github"
+ },
+ {
+ "url": "https://www.patreon.com/lcobucci",
+ "type": "patreon"
+ }
+ ],
+ "time": "2022-12-19T14:38:11+00:00"
+ },
+ {
+ "name": "lcobucci/jwt",
+ "version": "4.0.4",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/lcobucci/jwt.git",
+ "reference": "55564265fddf810504110bd68ca311932324b0e9"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/lcobucci/jwt/zipball/55564265fddf810504110bd68ca311932324b0e9",
+ "reference": "55564265fddf810504110bd68ca311932324b0e9",
+ "shasum": ""
+ },
+ "require": {
+ "ext-mbstring": "*",
+ "ext-openssl": "*",
+ "lcobucci/clock": "^2.0",
+ "php": "^7.4 || ^8.0"
+ },
+ "require-dev": {
+ "infection/infection": "^0.20",
+ "lcobucci/coding-standard": "^6.0",
+ "mikey179/vfsstream": "^1.6",
+ "phpbench/phpbench": "^0.17",
+ "phpstan/extension-installer": "^1.0",
+ "phpstan/phpstan": "^0.12",
+ "phpstan/phpstan-deprecation-rules": "^0.12",
+ "phpstan/phpstan-phpunit": "^0.12",
+ "phpstan/phpstan-strict-rules": "^0.12",
+ "phpunit/php-invoker": "^3.1",
+ "phpunit/phpunit": "^9.4"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "4.0-dev"
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "Lcobucci\\JWT\\": "src"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-3-Clause"
+ ],
+ "authors": [
+ {
+ "name": "Luís Cobucci",
+ "email": "lcobucci@gmail.com",
+ "role": "Developer"
+ }
+ ],
+ "description": "A simple library to work with JSON Web Token and JSON Web Signature",
+ "keywords": [
+ "JWS",
+ "jwt"
+ ],
+ "support": {
+ "issues": "https://github.com/lcobucci/jwt/issues",
+ "source": "https://github.com/lcobucci/jwt/tree/4.0.4"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/lcobucci",
+ "type": "github"
+ },
+ {
+ "url": "https://www.patreon.com/lcobucci",
+ "type": "patreon"
+ }
+ ],
+ "time": "2021-09-28T19:18:28+00:00"
+ },
+ {
+ "name": "league/commonmark",
+ "version": "2.4.1",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/thephpleague/commonmark.git",
+ "reference": "3669d6d5f7a47a93c08ddff335e6d945481a1dd5"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/thephpleague/commonmark/zipball/3669d6d5f7a47a93c08ddff335e6d945481a1dd5",
+ "reference": "3669d6d5f7a47a93c08ddff335e6d945481a1dd5",
+ "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.0",
+ "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",
+ "scrutinizer/ocular": "^1.8.1",
+ "symfony/finder": "^5.3 | ^6.0",
+ "symfony/yaml": "^2.3 | ^3.0 | ^4.0 | ^5.0 | ^6.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": "2023-08-30T16:55:00+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.17.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/thephpleague/flysystem.git",
+ "reference": "bd4c9b26849d82364119c68429541f1631fba94b"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/bd4c9b26849d82364119c68429541f1631fba94b",
+ "reference": "bd4c9b26849d82364119c68429541f1631fba94b",
+ "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.220.0",
+ "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.14",
+ "phpstan/phpstan": "^0.12.26",
+ "phpunit/phpunit": "^9.5.11|^10.0",
+ "sabre/dav": "^4.3.1"
+ },
+ "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.17.0"
+ },
+ "funding": [
+ {
+ "url": "https://ecologi.com/frankdejonge",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/frankdejonge",
+ "type": "github"
+ }
+ ],
+ "time": "2023-10-05T20:15:05+00:00"
+ },
+ {
+ "name": "league/flysystem-local",
+ "version": "3.16.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/thephpleague/flysystem-local.git",
+ "reference": "ec7383f25642e6fd4bb0c9554fc2311245391781"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/thephpleague/flysystem-local/zipball/ec7383f25642e6fd4bb0c9554fc2311245391781",
+ "reference": "ec7383f25642e6fd4bb0c9554fc2311245391781",
+ "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": {
+ "issues": "https://github.com/thephpleague/flysystem-local/issues",
+ "source": "https://github.com/thephpleague/flysystem-local/tree/3.16.0"
+ },
+ "funding": [
+ {
+ "url": "https://ecologi.com/frankdejonge",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/frankdejonge",
+ "type": "github"
+ }
+ ],
+ "time": "2023-08-30T10:23:59+00:00"
+ },
+ {
+ "name": "league/mime-type-detection",
+ "version": "1.13.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/thephpleague/mime-type-detection.git",
+ "reference": "a6dfb1194a2946fcdc1f38219445234f65b35c96"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/thephpleague/mime-type-detection/zipball/a6dfb1194a2946fcdc1f38219445234f65b35c96",
+ "reference": "a6dfb1194a2946fcdc1f38219445234f65b35c96",
+ "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.13.0"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/frankdejonge",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/league/flysystem",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2023-08-05T12:09:49+00:00"
+ },
+ {
+ "name": "melihovv/base64-image-decoder",
+ "version": "0.2.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/melihovv/base64-image-decoder.git",
+ "reference": "3c4bdc11f8d4e932a0d9fad48f5fe86cd534daf6"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/melihovv/base64-image-decoder/zipball/3c4bdc11f8d4e932a0d9fad48f5fe86cd534daf6",
+ "reference": "3c4bdc11f8d4e932a0d9fad48f5fe86cd534daf6",
+ "shasum": ""
+ },
+ "require": {
+ "ext-fileinfo": "*",
+ "php": ">=7.0"
+ },
+ "require-dev": {
+ "ext-gd": "*",
+ "phpunit/phpunit": "~6.0"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "Melihovv\\Base64ImageDecoder\\": "src"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Alexander Melihov",
+ "email": "amelihovv@ya.ru"
+ }
+ ],
+ "description": "A base64 image decoder",
+ "keywords": [
+ "base64",
+ "decoder",
+ "image"
+ ],
+ "support": {
+ "issues": "https://github.com/melihovv/base64-image-decoder/issues",
+ "source": "https://github.com/melihovv/base64-image-decoder/tree/master"
+ },
+ "time": "2018-09-08T08:35:25+00:00"
+ },
+ {
+ "name": "monolog/monolog",
+ "version": "3.4.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/Seldaek/monolog.git",
+ "reference": "e2392369686d420ca32df3803de28b5d6f76867d"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/Seldaek/monolog/zipball/e2392369686d420ca32df3803de28b5d6f76867d",
+ "reference": "e2392369686d420ca32df3803de28b5d6f76867d",
+ "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.1",
+ "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.4.0"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/Seldaek",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/monolog/monolog",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2023-06-21T08:46:11+00:00"
+ },
+ {
+ "name": "nesbot/carbon",
+ "version": "2.71.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/briannesbitt/Carbon.git",
+ "reference": "98276233188583f2ff845a0f992a235472d9466a"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/98276233188583f2ff845a0f992a235472d9466a",
+ "reference": "98276233188583f2ff845a0f992a235472d9466a",
+ "shasum": ""
+ },
+ "require": {
+ "ext-json": "*",
+ "php": "^7.1.8 || ^8.0",
+ "psr/clock": "^1.0",
+ "symfony/polyfill-mbstring": "^1.0",
+ "symfony/polyfill-php80": "^1.16",
+ "symfony/translation": "^3.4 || ^4.0 || ^5.0 || ^6.0"
+ },
+ "provide": {
+ "psr/clock-implementation": "1.0"
+ },
+ "require-dev": {
+ "doctrine/dbal": "^2.0 || ^3.1.4",
+ "doctrine/orm": "^2.7",
+ "friendsofphp/php-cs-fixer": "^3.0",
+ "kylekatarnls/multi-tester": "^2.0",
+ "ondrejmirtes/better-reflection": "*",
+ "phpmd/phpmd": "^2.9",
+ "phpstan/extension-installer": "^1.0",
+ "phpstan/phpstan": "^0.12.99 || ^1.7.14",
+ "phpunit/php-file-iterator": "^2.0.5 || ^3.0.6",
+ "phpunit/phpunit": "^7.5.20 || ^8.5.26 || ^9.5.20",
+ "squizlabs/php_codesniffer": "^3.4"
+ },
+ "bin": [
+ "bin/carbon"
+ ],
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-3.x": "3.x-dev",
+ "dev-master": "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": "2023-09-25T11:31:05+00:00"
+ },
+ {
+ "name": "nette/schema",
+ "version": "v1.2.5",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/nette/schema.git",
+ "reference": "0462f0166e823aad657c9224d0f849ecac1ba10a"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/nette/schema/zipball/0462f0166e823aad657c9224d0f849ecac1ba10a",
+ "reference": "0462f0166e823aad657c9224d0f849ecac1ba10a",
+ "shasum": ""
+ },
+ "require": {
+ "nette/utils": "^2.5.7 || ^3.1.5 || ^4.0",
+ "php": "7.1 - 8.3"
+ },
+ "require-dev": {
+ "nette/tester": "^2.3 || ^2.4",
+ "phpstan/phpstan-nette": "^1.0",
+ "tracy/tracy": "^2.7"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "1.2-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.2.5"
+ },
+ "time": "2023-10-05T20:37:59+00:00"
+ },
+ {
+ "name": "nette/utils",
+ "version": "v4.0.2",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/nette/utils.git",
+ "reference": "cead6637226456b35e1175cc53797dd585d85545"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/nette/utils/zipball/cead6637226456b35e1175cc53797dd585d85545",
+ "reference": "cead6637226456b35e1175cc53797dd585d85545",
+ "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.2"
+ },
+ "time": "2023-09-19T11:58:07+00:00"
+ },
+ {
+ "name": "nikic/php-parser",
+ "version": "v4.17.1",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/nikic/PHP-Parser.git",
+ "reference": "a6303e50c90c355c7eeee2c4a8b27fe8dc8fef1d"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/a6303e50c90c355c7eeee2c4a8b27fe8dc8fef1d",
+ "reference": "a6303e50c90c355c7eeee2c4a8b27fe8dc8fef1d",
+ "shasum": ""
+ },
+ "require": {
+ "ext-tokenizer": "*",
+ "php": ">=7.0"
+ },
+ "require-dev": {
+ "ircmaxell/php-yacc": "^0.0.7",
+ "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0"
+ },
+ "bin": [
+ "bin/php-parse"
+ ],
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "4.9-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/v4.17.1"
+ },
+ "time": "2023-08-13T19:53:39+00:00"
+ },
+ {
+ "name": "nunomaduro/termwind",
+ "version": "v1.15.1",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/nunomaduro/termwind.git",
+ "reference": "8ab0b32c8caa4a2e09700ea32925441385e4a5dc"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/nunomaduro/termwind/zipball/8ab0b32c8caa4a2e09700ea32925441385e4a5dc",
+ "reference": "8ab0b32c8caa4a2e09700ea32925441385e4a5dc",
+ "shasum": ""
+ },
+ "require": {
+ "ext-mbstring": "*",
+ "php": "^8.0",
+ "symfony/console": "^5.3.0|^6.0.0"
+ },
+ "require-dev": {
+ "ergebnis/phpstan-rules": "^1.0.",
+ "illuminate/console": "^8.0|^9.0",
+ "illuminate/support": "^8.0|^9.0",
+ "laravel/pint": "^1.0.0",
+ "pestphp/pest": "^1.21.0",
+ "pestphp/pest-plugin-mock": "^1.0",
+ "phpstan/phpstan": "^1.4.6",
+ "phpstan/phpstan-strict-rules": "^1.1.0",
+ "symfony/var-dumper": "^5.2.7|^6.0.0",
+ "thecodingmachine/phpstan-strict-rules": "^1.0.0"
+ },
+ "type": "library",
+ "extra": {
+ "laravel": {
+ "providers": [
+ "Termwind\\Laravel\\TermwindServiceProvider"
+ ]
+ }
+ },
+ "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/v1.15.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": "2023-02-08T01:06:31+00:00"
+ },
+ {
+ "name": "phpoption/phpoption",
+ "version": "1.9.1",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/schmittjoh/php-option.git",
+ "reference": "dd3a383e599f49777d8b628dadbb90cae435b87e"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/dd3a383e599f49777d8b628dadbb90cae435b87e",
+ "reference": "dd3a383e599f49777d8b628dadbb90cae435b87e",
+ "shasum": ""
+ },
+ "require": {
+ "php": "^7.2.5 || ^8.0"
+ },
+ "require-dev": {
+ "bamarni/composer-bin-plugin": "^1.8.2",
+ "phpunit/phpunit": "^8.5.32 || ^9.6.3 || ^10.0.12"
+ },
+ "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.1"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/GrahamCampbell",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/phpoption/phpoption",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2023-02-25T19:38:58+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.0.2",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/php-fig/http-factory.git",
+ "reference": "e616d01114759c4c489f93b099585439f795fe35"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/php-fig/http-factory/zipball/e616d01114759c4c489f93b099585439f795fe35",
+ "reference": "e616d01114759c4c489f93b099585439f795fe35",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=7.0.0",
+ "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": "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/tree/1.0.2"
+ },
+ "time": "2023-04-10T20:10:41+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.11.21",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/bobthecow/psysh.git",
+ "reference": "bcb22101107f3bf770523b65630c9d547f60c540"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/bobthecow/psysh/zipball/bcb22101107f3bf770523b65630c9d547f60c540",
+ "reference": "bcb22101107f3bf770523b65630c9d547f60c540",
+ "shasum": ""
+ },
+ "require": {
+ "ext-json": "*",
+ "ext-tokenizer": "*",
+ "nikic/php-parser": "^4.0 || ^3.1",
+ "php": "^8.0 || ^7.0.8",
+ "symfony/console": "^6.0 || ^5.0 || ^4.0 || ^3.4",
+ "symfony/var-dumper": "^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.",
+ "ext-readline": "Enables support for arrow-key history navigation, and showing and manipulating command history."
+ },
+ "bin": [
+ "bin/psysh"
+ ],
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-main": "0.11.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.11.21"
+ },
+ "time": "2023-09-17T21:15:54+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.4",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/ramsey/uuid.git",
+ "reference": "60a4c63ab724854332900504274f6150ff26d286"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/ramsey/uuid/zipball/60a4c63ab724854332900504274f6150ff26d286",
+ "reference": "60a4c63ab724854332900504274f6150ff26d286",
+ "shasum": ""
+ },
+ "require": {
+ "brick/math": "^0.8.8 || ^0.9 || ^0.10 || ^0.11",
+ "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.4"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/ramsey",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/ramsey/uuid",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2023-04-15T23:01:58+00:00"
+ },
+ {
+ "name": "simplesoftwareio/simple-qrcode",
+ "version": "4.2.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/SimpleSoftwareIO/simple-qrcode.git",
+ "reference": "916db7948ca6772d54bb617259c768c9cdc8d537"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/SimpleSoftwareIO/simple-qrcode/zipball/916db7948ca6772d54bb617259c768c9cdc8d537",
+ "reference": "916db7948ca6772d54bb617259c768c9cdc8d537",
+ "shasum": ""
+ },
+ "require": {
+ "bacon/bacon-qr-code": "^2.0",
+ "ext-gd": "*",
+ "php": ">=7.2|^8.0"
+ },
+ "require-dev": {
+ "mockery/mockery": "~1",
+ "phpunit/phpunit": "~9"
+ },
+ "suggest": {
+ "ext-imagick": "Allows the generation of PNG QrCodes.",
+ "illuminate/support": "Allows for use within Laravel."
+ },
+ "type": "library",
+ "extra": {
+ "laravel": {
+ "providers": [
+ "SimpleSoftwareIO\\QrCode\\QrCodeServiceProvider"
+ ],
+ "aliases": {
+ "QrCode": "SimpleSoftwareIO\\QrCode\\Facades\\QrCode"
+ }
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "SimpleSoftwareIO\\QrCode\\": "src"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Simple Software LLC",
+ "email": "support@simplesoftware.io"
+ }
+ ],
+ "description": "Simple QrCode is a QR code generator made for Laravel.",
+ "homepage": "https://www.simplesoftware.io/#/docs/simple-qrcode",
+ "keywords": [
+ "Simple",
+ "generator",
+ "laravel",
+ "qrcode",
+ "wrapper"
+ ],
+ "support": {
+ "issues": "https://github.com/SimpleSoftwareIO/simple-qrcode/issues",
+ "source": "https://github.com/SimpleSoftwareIO/simple-qrcode/tree/4.2.0"
+ },
+ "time": "2021-02-08T20:43:55+00:00"
+ },
+ {
+ "name": "stella-maris/clock",
+ "version": "0.1.7",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/stella-maris-solutions/clock.git",
+ "reference": "fa23ce16019289a18bb3446fdecd45befcdd94f8"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/stella-maris-solutions/clock/zipball/fa23ce16019289a18bb3446fdecd45befcdd94f8",
+ "reference": "fa23ce16019289a18bb3446fdecd45befcdd94f8",
+ "shasum": ""
+ },
+ "require": {
+ "php": "^7.0|^8.0",
+ "psr/clock": "^1.0"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "StellaMaris\\Clock\\": "src"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Andreas Heigl",
+ "role": "Maintainer"
+ }
+ ],
+ "description": "A pre-release of the proposed PSR-20 Clock-Interface",
+ "homepage": "https://gitlab.com/stella-maris/clock",
+ "keywords": [
+ "clock",
+ "datetime",
+ "point in time",
+ "psr20"
+ ],
+ "support": {
+ "source": "https://github.com/stella-maris-solutions/clock/tree/0.1.7"
+ },
+ "time": "2022-11-25T16:15:06+00:00"
+ },
+ {
+ "name": "symfony/console",
+ "version": "v6.3.4",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/symfony/console.git",
+ "reference": "eca495f2ee845130855ddf1cf18460c38966c8b6"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/symfony/console/zipball/eca495f2ee845130855ddf1cf18460c38966c8b6",
+ "reference": "eca495f2ee845130855ddf1cf18460c38966c8b6",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=8.1",
+ "symfony/deprecation-contracts": "^2.5|^3",
+ "symfony/polyfill-mbstring": "~1.0",
+ "symfony/service-contracts": "^2.5|^3",
+ "symfony/string": "^5.4|^6.0"
+ },
+ "conflict": {
+ "symfony/dependency-injection": "<5.4",
+ "symfony/dotenv": "<5.4",
+ "symfony/event-dispatcher": "<5.4",
+ "symfony/lock": "<5.4",
+ "symfony/process": "<5.4"
+ },
+ "provide": {
+ "psr/log-implementation": "1.0|2.0|3.0"
+ },
+ "require-dev": {
+ "psr/log": "^1|^2|^3",
+ "symfony/config": "^5.4|^6.0",
+ "symfony/dependency-injection": "^5.4|^6.0",
+ "symfony/event-dispatcher": "^5.4|^6.0",
+ "symfony/lock": "^5.4|^6.0",
+ "symfony/process": "^5.4|^6.0",
+ "symfony/var-dumper": "^5.4|^6.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/v6.3.4"
+ },
+ "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": "2023-08-16T10:10:12+00:00"
+ },
+ {
+ "name": "symfony/css-selector",
+ "version": "v6.3.2",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/symfony/css-selector.git",
+ "reference": "883d961421ab1709877c10ac99451632a3d6fa57"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/symfony/css-selector/zipball/883d961421ab1709877c10ac99451632a3d6fa57",
+ "reference": "883d961421ab1709877c10ac99451632a3d6fa57",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=8.1"
+ },
+ "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/v6.3.2"
+ },
+ "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": "2023-07-12T16:00:22+00:00"
+ },
+ {
+ "name": "symfony/deprecation-contracts",
+ "version": "v3.3.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/symfony/deprecation-contracts.git",
+ "reference": "7c3aff79d10325257a001fcf92d991f24fc967cf"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/7c3aff79d10325257a001fcf92d991f24fc967cf",
+ "reference": "7c3aff79d10325257a001fcf92d991f24fc967cf",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=8.1"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-main": "3.4-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.3.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": "2023-05-23T14:45:45+00:00"
+ },
+ {
+ "name": "symfony/error-handler",
+ "version": "v6.3.5",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/symfony/error-handler.git",
+ "reference": "1f69476b64fb47105c06beef757766c376b548c4"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/symfony/error-handler/zipball/1f69476b64fb47105c06beef757766c376b548c4",
+ "reference": "1f69476b64fb47105c06beef757766c376b548c4",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=8.1",
+ "psr/log": "^1|^2|^3",
+ "symfony/var-dumper": "^5.4|^6.0"
+ },
+ "conflict": {
+ "symfony/deprecation-contracts": "<2.5"
+ },
+ "require-dev": {
+ "symfony/deprecation-contracts": "^2.5|^3",
+ "symfony/http-kernel": "^5.4|^6.0",
+ "symfony/serializer": "^5.4|^6.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/v6.3.5"
+ },
+ "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": "2023-09-12T06:57:20+00:00"
+ },
+ {
+ "name": "symfony/event-dispatcher",
+ "version": "v6.3.2",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/symfony/event-dispatcher.git",
+ "reference": "adb01fe097a4ee930db9258a3cc906b5beb5cf2e"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/adb01fe097a4ee930db9258a3cc906b5beb5cf2e",
+ "reference": "adb01fe097a4ee930db9258a3cc906b5beb5cf2e",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=8.1",
+ "symfony/event-dispatcher-contracts": "^2.5|^3"
+ },
+ "conflict": {
+ "symfony/dependency-injection": "<5.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": "^5.4|^6.0",
+ "symfony/dependency-injection": "^5.4|^6.0",
+ "symfony/error-handler": "^5.4|^6.0",
+ "symfony/expression-language": "^5.4|^6.0",
+ "symfony/http-foundation": "^5.4|^6.0",
+ "symfony/service-contracts": "^2.5|^3",
+ "symfony/stopwatch": "^5.4|^6.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/v6.3.2"
+ },
+ "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": "2023-07-06T06:56:43+00:00"
+ },
+ {
+ "name": "symfony/event-dispatcher-contracts",
+ "version": "v3.3.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/symfony/event-dispatcher-contracts.git",
+ "reference": "a76aed96a42d2b521153fb382d418e30d18b59df"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/a76aed96a42d2b521153fb382d418e30d18b59df",
+ "reference": "a76aed96a42d2b521153fb382d418e30d18b59df",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=8.1",
+ "psr/event-dispatcher": "^1"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-main": "3.4-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.3.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": "2023-05-23T14:45:45+00:00"
+ },
+ {
+ "name": "symfony/finder",
+ "version": "v6.3.5",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/symfony/finder.git",
+ "reference": "a1b31d88c0e998168ca7792f222cbecee47428c4"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/symfony/finder/zipball/a1b31d88c0e998168ca7792f222cbecee47428c4",
+ "reference": "a1b31d88c0e998168ca7792f222cbecee47428c4",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=8.1"
+ },
+ "require-dev": {
+ "symfony/filesystem": "^6.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/v6.3.5"
+ },
+ "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": "2023-09-26T12:56:25+00:00"
+ },
+ {
+ "name": "symfony/http-foundation",
+ "version": "v6.3.5",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/symfony/http-foundation.git",
+ "reference": "b50f5e281d722cb0f4c296f908bacc3e2b721957"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/symfony/http-foundation/zipball/b50f5e281d722cb0f4c296f908bacc3e2b721957",
+ "reference": "b50f5e281d722cb0f4c296f908bacc3e2b721957",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=8.1",
+ "symfony/deprecation-contracts": "^2.5|^3",
+ "symfony/polyfill-mbstring": "~1.1",
+ "symfony/polyfill-php83": "^1.27"
+ },
+ "conflict": {
+ "symfony/cache": "<6.2"
+ },
+ "require-dev": {
+ "doctrine/dbal": "^2.13.1|^3.0",
+ "predis/predis": "^1.1|^2.0",
+ "symfony/cache": "^5.4|^6.0",
+ "symfony/dependency-injection": "^5.4|^6.0",
+ "symfony/expression-language": "^5.4|^6.0",
+ "symfony/http-kernel": "^5.4.12|^6.0.12|^6.1.4",
+ "symfony/mime": "^5.4|^6.0",
+ "symfony/rate-limiter": "^5.2|^6.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/v6.3.5"
+ },
+ "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": "2023-09-04T21:33:54+00:00"
+ },
+ {
+ "name": "symfony/http-kernel",
+ "version": "v6.3.5",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/symfony/http-kernel.git",
+ "reference": "9f991a964368bee8d883e8d57ced4fe9fff04dfc"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/symfony/http-kernel/zipball/9f991a964368bee8d883e8d57ced4fe9fff04dfc",
+ "reference": "9f991a964368bee8d883e8d57ced4fe9fff04dfc",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=8.1",
+ "psr/log": "^1|^2|^3",
+ "symfony/deprecation-contracts": "^2.5|^3",
+ "symfony/error-handler": "^6.3",
+ "symfony/event-dispatcher": "^5.4|^6.0",
+ "symfony/http-foundation": "^6.3.4",
+ "symfony/polyfill-ctype": "^1.8"
+ },
+ "conflict": {
+ "symfony/browser-kit": "<5.4",
+ "symfony/cache": "<5.4",
+ "symfony/config": "<6.1",
+ "symfony/console": "<5.4",
+ "symfony/dependency-injection": "<6.3.4",
+ "symfony/doctrine-bridge": "<5.4",
+ "symfony/form": "<5.4",
+ "symfony/http-client": "<5.4",
+ "symfony/http-client-contracts": "<2.5",
+ "symfony/mailer": "<5.4",
+ "symfony/messenger": "<5.4",
+ "symfony/translation": "<5.4",
+ "symfony/translation-contracts": "<2.5",
+ "symfony/twig-bridge": "<5.4",
+ "symfony/validator": "<5.4",
+ "symfony/var-dumper": "<6.3",
+ "twig/twig": "<2.13"
+ },
+ "provide": {
+ "psr/log-implementation": "1.0|2.0|3.0"
+ },
+ "require-dev": {
+ "psr/cache": "^1.0|^2.0|^3.0",
+ "symfony/browser-kit": "^5.4|^6.0",
+ "symfony/clock": "^6.2",
+ "symfony/config": "^6.1",
+ "symfony/console": "^5.4|^6.0",
+ "symfony/css-selector": "^5.4|^6.0",
+ "symfony/dependency-injection": "^6.3.4",
+ "symfony/dom-crawler": "^5.4|^6.0",
+ "symfony/expression-language": "^5.4|^6.0",
+ "symfony/finder": "^5.4|^6.0",
+ "symfony/http-client-contracts": "^2.5|^3",
+ "symfony/process": "^5.4|^6.0",
+ "symfony/property-access": "^5.4.5|^6.0.5",
+ "symfony/routing": "^5.4|^6.0",
+ "symfony/serializer": "^6.3",
+ "symfony/stopwatch": "^5.4|^6.0",
+ "symfony/translation": "^5.4|^6.0",
+ "symfony/translation-contracts": "^2.5|^3",
+ "symfony/uid": "^5.4|^6.0",
+ "symfony/validator": "^6.3",
+ "symfony/var-exporter": "^6.2",
+ "twig/twig": "^2.13|^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/v6.3.5"
+ },
+ "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": "2023-09-30T06:37:04+00:00"
+ },
+ {
+ "name": "symfony/mailer",
+ "version": "v6.3.5",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/symfony/mailer.git",
+ "reference": "d89611a7830d51b5e118bca38e390dea92f9ea06"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/symfony/mailer/zipball/d89611a7830d51b5e118bca38e390dea92f9ea06",
+ "reference": "d89611a7830d51b5e118bca38e390dea92f9ea06",
+ "shasum": ""
+ },
+ "require": {
+ "egulias/email-validator": "^2.1.10|^3|^4",
+ "php": ">=8.1",
+ "psr/event-dispatcher": "^1",
+ "psr/log": "^1|^2|^3",
+ "symfony/event-dispatcher": "^5.4|^6.0",
+ "symfony/mime": "^6.2",
+ "symfony/service-contracts": "^2.5|^3"
+ },
+ "conflict": {
+ "symfony/http-client-contracts": "<2.5",
+ "symfony/http-kernel": "<5.4",
+ "symfony/messenger": "<6.2",
+ "symfony/mime": "<6.2",
+ "symfony/twig-bridge": "<6.2.1"
+ },
+ "require-dev": {
+ "symfony/console": "^5.4|^6.0",
+ "symfony/http-client": "^5.4|^6.0",
+ "symfony/messenger": "^6.2",
+ "symfony/twig-bridge": "^6.2"
+ },
+ "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/v6.3.5"
+ },
+ "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": "2023-09-06T09:47:15+00:00"
+ },
+ {
+ "name": "symfony/mime",
+ "version": "v6.3.5",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/symfony/mime.git",
+ "reference": "d5179eedf1cb2946dbd760475ebf05c251ef6a6e"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/symfony/mime/zipball/d5179eedf1cb2946dbd760475ebf05c251ef6a6e",
+ "reference": "d5179eedf1cb2946dbd760475ebf05c251ef6a6e",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=8.1",
+ "symfony/deprecation-contracts": "^2.5|^3",
+ "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": "<5.4",
+ "symfony/serializer": "<6.2.13|>=6.3,<6.3.2"
+ },
+ "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": "^5.4|^6.0",
+ "symfony/property-access": "^5.4|^6.0",
+ "symfony/property-info": "^5.4|^6.0",
+ "symfony/serializer": "~6.2.13|^6.3.2"
+ },
+ "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/v6.3.5"
+ },
+ "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": "2023-09-29T06:59:36+00:00"
+ },
+ {
+ "name": "symfony/polyfill-ctype",
+ "version": "v1.28.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/symfony/polyfill-ctype.git",
+ "reference": "ea208ce43cbb04af6867b4fdddb1bdbf84cc28cb"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/ea208ce43cbb04af6867b4fdddb1bdbf84cc28cb",
+ "reference": "ea208ce43cbb04af6867b4fdddb1bdbf84cc28cb",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=7.1"
+ },
+ "provide": {
+ "ext-ctype": "*"
+ },
+ "suggest": {
+ "ext-ctype": "For best performance"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-main": "1.28-dev"
+ },
+ "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.28.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": "2023-01-26T09:26:14+00:00"
+ },
+ {
+ "name": "symfony/polyfill-intl-grapheme",
+ "version": "v1.28.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/symfony/polyfill-intl-grapheme.git",
+ "reference": "875e90aeea2777b6f135677f618529449334a612"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/875e90aeea2777b6f135677f618529449334a612",
+ "reference": "875e90aeea2777b6f135677f618529449334a612",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=7.1"
+ },
+ "suggest": {
+ "ext-intl": "For best performance"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-main": "1.28-dev"
+ },
+ "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.28.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": "2023-01-26T09:26:14+00:00"
+ },
+ {
+ "name": "symfony/polyfill-intl-idn",
+ "version": "v1.28.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/symfony/polyfill-intl-idn.git",
+ "reference": "ecaafce9f77234a6a449d29e49267ba10499116d"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/ecaafce9f77234a6a449d29e49267ba10499116d",
+ "reference": "ecaafce9f77234a6a449d29e49267ba10499116d",
+ "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": {
+ "branch-alias": {
+ "dev-main": "1.28-dev"
+ },
+ "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.28.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": "2023-01-26T09:30:37+00:00"
+ },
+ {
+ "name": "symfony/polyfill-intl-normalizer",
+ "version": "v1.28.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
+ "reference": "8c4ad05dd0120b6a53c1ca374dca2ad0a1c4ed92"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/8c4ad05dd0120b6a53c1ca374dca2ad0a1c4ed92",
+ "reference": "8c4ad05dd0120b6a53c1ca374dca2ad0a1c4ed92",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=7.1"
+ },
+ "suggest": {
+ "ext-intl": "For best performance"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-main": "1.28-dev"
+ },
+ "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.28.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": "2023-01-26T09:26:14+00:00"
+ },
+ {
+ "name": "symfony/polyfill-mbstring",
+ "version": "v1.28.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/symfony/polyfill-mbstring.git",
+ "reference": "42292d99c55abe617799667f454222c54c60e229"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/42292d99c55abe617799667f454222c54c60e229",
+ "reference": "42292d99c55abe617799667f454222c54c60e229",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=7.1"
+ },
+ "provide": {
+ "ext-mbstring": "*"
+ },
+ "suggest": {
+ "ext-mbstring": "For best performance"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-main": "1.28-dev"
+ },
+ "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.28.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": "2023-07-28T09:04:16+00:00"
+ },
+ {
+ "name": "symfony/polyfill-php72",
+ "version": "v1.28.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/symfony/polyfill-php72.git",
+ "reference": "70f4aebd92afca2f865444d30a4d2151c13c3179"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/70f4aebd92afca2f865444d30a4d2151c13c3179",
+ "reference": "70f4aebd92afca2f865444d30a4d2151c13c3179",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=7.1"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-main": "1.28-dev"
+ },
+ "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.28.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": "2023-01-26T09:26:14+00:00"
+ },
+ {
+ "name": "symfony/polyfill-php80",
+ "version": "v1.28.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/symfony/polyfill-php80.git",
+ "reference": "6caa57379c4aec19c0a12a38b59b26487dcfe4b5"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/6caa57379c4aec19c0a12a38b59b26487dcfe4b5",
+ "reference": "6caa57379c4aec19c0a12a38b59b26487dcfe4b5",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=7.1"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-main": "1.28-dev"
+ },
+ "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.28.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": "2023-01-26T09:26:14+00:00"
+ },
+ {
+ "name": "symfony/polyfill-php83",
+ "version": "v1.28.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/symfony/polyfill-php83.git",
+ "reference": "b0f46ebbeeeda3e9d2faebdfbf4b4eae9b59fa11"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/symfony/polyfill-php83/zipball/b0f46ebbeeeda3e9d2faebdfbf4b4eae9b59fa11",
+ "reference": "b0f46ebbeeeda3e9d2faebdfbf4b4eae9b59fa11",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=7.1",
+ "symfony/polyfill-php80": "^1.14"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-main": "1.28-dev"
+ },
+ "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.28.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": "2023-08-16T06:22:46+00:00"
+ },
+ {
+ "name": "symfony/polyfill-uuid",
+ "version": "v1.28.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/symfony/polyfill-uuid.git",
+ "reference": "9c44518a5aff8da565c8a55dbe85d2769e6f630e"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/symfony/polyfill-uuid/zipball/9c44518a5aff8da565c8a55dbe85d2769e6f630e",
+ "reference": "9c44518a5aff8da565c8a55dbe85d2769e6f630e",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=7.1"
+ },
+ "provide": {
+ "ext-uuid": "*"
+ },
+ "suggest": {
+ "ext-uuid": "For best performance"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-main": "1.28-dev"
+ },
+ "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.28.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": "2023-01-26T09:26:14+00:00"
+ },
+ {
+ "name": "symfony/process",
+ "version": "v6.3.4",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/symfony/process.git",
+ "reference": "0b5c29118f2e980d455d2e34a5659f4579847c54"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/symfony/process/zipball/0b5c29118f2e980d455d2e34a5659f4579847c54",
+ "reference": "0b5c29118f2e980d455d2e34a5659f4579847c54",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=8.1"
+ },
+ "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/v6.3.4"
+ },
+ "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": "2023-08-07T10:39:22+00:00"
+ },
+ {
+ "name": "symfony/routing",
+ "version": "v6.3.5",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/symfony/routing.git",
+ "reference": "82616e59acd3e3d9c916bba798326cb7796d7d31"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/symfony/routing/zipball/82616e59acd3e3d9c916bba798326cb7796d7d31",
+ "reference": "82616e59acd3e3d9c916bba798326cb7796d7d31",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=8.1",
+ "symfony/deprecation-contracts": "^2.5|^3"
+ },
+ "conflict": {
+ "doctrine/annotations": "<1.12",
+ "symfony/config": "<6.2",
+ "symfony/dependency-injection": "<5.4",
+ "symfony/yaml": "<5.4"
+ },
+ "require-dev": {
+ "doctrine/annotations": "^1.12|^2",
+ "psr/log": "^1|^2|^3",
+ "symfony/config": "^6.2",
+ "symfony/dependency-injection": "^5.4|^6.0",
+ "symfony/expression-language": "^5.4|^6.0",
+ "symfony/http-foundation": "^5.4|^6.0",
+ "symfony/yaml": "^5.4|^6.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/v6.3.5"
+ },
+ "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": "2023-09-20T16:05:51+00:00"
+ },
+ {
+ "name": "symfony/service-contracts",
+ "version": "v3.3.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/symfony/service-contracts.git",
+ "reference": "40da9cc13ec349d9e4966ce18b5fbcd724ab10a4"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/symfony/service-contracts/zipball/40da9cc13ec349d9e4966ce18b5fbcd724ab10a4",
+ "reference": "40da9cc13ec349d9e4966ce18b5fbcd724ab10a4",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=8.1",
+ "psr/container": "^2.0"
+ },
+ "conflict": {
+ "ext-psr": "<1.1|>=2"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-main": "3.4-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.3.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": "2023-05-23T14:45:45+00:00"
+ },
+ {
+ "name": "symfony/string",
+ "version": "v6.3.5",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/symfony/string.git",
+ "reference": "13d76d0fb049051ed12a04bef4f9de8715bea339"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/symfony/string/zipball/13d76d0fb049051ed12a04bef4f9de8715bea339",
+ "reference": "13d76d0fb049051ed12a04bef4f9de8715bea339",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=8.1",
+ "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": "^5.4|^6.0",
+ "symfony/http-client": "^5.4|^6.0",
+ "symfony/intl": "^6.2",
+ "symfony/translation-contracts": "^2.5|^3.0",
+ "symfony/var-exporter": "^5.4|^6.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/v6.3.5"
+ },
+ "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": "2023-09-18T10:38:32+00:00"
+ },
+ {
+ "name": "symfony/translation",
+ "version": "v6.3.3",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/symfony/translation.git",
+ "reference": "3ed078c54bc98bbe4414e1e9b2d5e85ed5a5c8bd"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/symfony/translation/zipball/3ed078c54bc98bbe4414e1e9b2d5e85ed5a5c8bd",
+ "reference": "3ed078c54bc98bbe4414e1e9b2d5e85ed5a5c8bd",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=8.1",
+ "symfony/deprecation-contracts": "^2.5|^3",
+ "symfony/polyfill-mbstring": "~1.0",
+ "symfony/translation-contracts": "^2.5|^3.0"
+ },
+ "conflict": {
+ "symfony/config": "<5.4",
+ "symfony/console": "<5.4",
+ "symfony/dependency-injection": "<5.4",
+ "symfony/http-client-contracts": "<2.5",
+ "symfony/http-kernel": "<5.4",
+ "symfony/service-contracts": "<2.5",
+ "symfony/twig-bundle": "<5.4",
+ "symfony/yaml": "<5.4"
+ },
+ "provide": {
+ "symfony/translation-implementation": "2.3|3.0"
+ },
+ "require-dev": {
+ "nikic/php-parser": "^4.13",
+ "psr/log": "^1|^2|^3",
+ "symfony/config": "^5.4|^6.0",
+ "symfony/console": "^5.4|^6.0",
+ "symfony/dependency-injection": "^5.4|^6.0",
+ "symfony/finder": "^5.4|^6.0",
+ "symfony/http-client-contracts": "^2.5|^3.0",
+ "symfony/http-kernel": "^5.4|^6.0",
+ "symfony/intl": "^5.4|^6.0",
+ "symfony/polyfill-intl-icu": "^1.21",
+ "symfony/routing": "^5.4|^6.0",
+ "symfony/service-contracts": "^2.5|^3",
+ "symfony/yaml": "^5.4|^6.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/v6.3.3"
+ },
+ "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": "2023-07-31T07:08:24+00:00"
+ },
+ {
+ "name": "symfony/translation-contracts",
+ "version": "v3.3.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/symfony/translation-contracts.git",
+ "reference": "02c24deb352fb0d79db5486c0c79905a85e37e86"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/02c24deb352fb0d79db5486c0c79905a85e37e86",
+ "reference": "02c24deb352fb0d79db5486c0c79905a85e37e86",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=8.1"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-main": "3.4-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.3.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": "2023-05-30T17:17:10+00:00"
+ },
+ {
+ "name": "symfony/uid",
+ "version": "v6.3.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/symfony/uid.git",
+ "reference": "01b0f20b1351d997711c56f1638f7a8c3061e384"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/symfony/uid/zipball/01b0f20b1351d997711c56f1638f7a8c3061e384",
+ "reference": "01b0f20b1351d997711c56f1638f7a8c3061e384",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=8.1",
+ "symfony/polyfill-uuid": "^1.15"
+ },
+ "require-dev": {
+ "symfony/console": "^5.4|^6.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/v6.3.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": "2023-04-08T07:25:02+00:00"
+ },
+ {
+ "name": "symfony/var-dumper",
+ "version": "v6.3.5",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/symfony/var-dumper.git",
+ "reference": "3d9999376be5fea8de47752837a3e1d1c5f69ef5"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/symfony/var-dumper/zipball/3d9999376be5fea8de47752837a3e1d1c5f69ef5",
+ "reference": "3d9999376be5fea8de47752837a3e1d1c5f69ef5",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=8.1",
+ "symfony/deprecation-contracts": "^2.5|^3",
+ "symfony/polyfill-mbstring": "~1.0"
+ },
+ "conflict": {
+ "symfony/console": "<5.4"
+ },
+ "require-dev": {
+ "ext-iconv": "*",
+ "symfony/console": "^5.4|^6.0",
+ "symfony/http-kernel": "^5.4|^6.0",
+ "symfony/process": "^5.4|^6.0",
+ "symfony/uid": "^5.4|^6.0",
+ "twig/twig": "^2.13|^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/v6.3.5"
+ },
+ "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": "2023-09-12T10:11:35+00:00"
+ },
+ {
+ "name": "tijsverkoyen/css-to-inline-styles",
+ "version": "2.2.6",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/tijsverkoyen/CssToInlineStyles.git",
+ "reference": "c42125b83a4fa63b187fdf29f9c93cb7733da30c"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/tijsverkoyen/CssToInlineStyles/zipball/c42125b83a4fa63b187fdf29f9c93cb7733da30c",
+ "reference": "c42125b83a4fa63b187fdf29f9c93cb7733da30c",
+ "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"
+ },
+ "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/2.2.6"
+ },
+ "time": "2023-01-03T09:29:04+00:00"
+ },
+ {
+ "name": "tymon/jwt-auth",
+ "version": "2.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/tymondesigns/jwt-auth.git",
+ "reference": "b0868a5b00801889a9e0c81a737963d8004e708c"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/tymondesigns/jwt-auth/zipball/b0868a5b00801889a9e0c81a737963d8004e708c",
+ "reference": "b0868a5b00801889a9e0c81a737963d8004e708c",
+ "shasum": ""
+ },
+ "require": {
+ "illuminate/auth": "^9.0|^10.0",
+ "illuminate/contracts": "^9.0|^10.0",
+ "illuminate/http": "^9.0|^10.0",
+ "illuminate/support": "^9.0|^10.0",
+ "lcobucci/jwt": "^4.0",
+ "nesbot/carbon": "^2.0",
+ "php": "^8.0"
+ },
+ "require-dev": {
+ "illuminate/console": "^9.0|^10.0",
+ "illuminate/database": "^9.0|^10.0",
+ "illuminate/routing": "^9.0|^10.0",
+ "mockery/mockery": ">=0.9.9",
+ "phpunit/phpunit": "^9.4"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-develop": "1.0-dev",
+ "dev-2.x": "2.0-dev"
+ },
+ "laravel": {
+ "aliases": {
+ "JWTAuth": "Tymon\\JWTAuth\\Facades\\JWTAuth",
+ "JWTFactory": "Tymon\\JWTAuth\\Facades\\JWTFactory"
+ },
+ "providers": [
+ "Tymon\\JWTAuth\\Providers\\LaravelServiceProvider"
+ ]
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "Tymon\\JWTAuth\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Sean Tymon",
+ "email": "tymon148@gmail.com",
+ "homepage": "https://tymon.xyz",
+ "role": "Developer"
+ }
+ ],
+ "description": "JSON Web Token Authentication for Laravel and Lumen",
+ "homepage": "https://github.com/tymondesigns/jwt-auth",
+ "keywords": [
+ "Authentication",
+ "JSON Web Token",
+ "auth",
+ "jwt",
+ "laravel"
+ ],
+ "support": {
+ "issues": "https://github.com/tymondesigns/jwt-auth/issues",
+ "source": "https://github.com/tymondesigns/jwt-auth"
+ },
+ "funding": [
+ {
+ "url": "https://www.patreon.com/seantymon",
+ "type": "patreon"
+ }
+ ],
+ "time": "2023-02-16T16:29:41+00:00"
+ },
+ {
+ "name": "vlucas/phpdotenv",
+ "version": "v5.5.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/vlucas/phpdotenv.git",
+ "reference": "1a7ea2afc49c3ee6d87061f5a233e3a035d0eae7"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/1a7ea2afc49c3ee6d87061f5a233e3a035d0eae7",
+ "reference": "1a7ea2afc49c3ee6d87061f5a233e3a035d0eae7",
+ "shasum": ""
+ },
+ "require": {
+ "ext-pcre": "*",
+ "graham-campbell/result-type": "^1.0.2",
+ "php": "^7.1.3 || ^8.0",
+ "phpoption/phpoption": "^1.8",
+ "symfony/polyfill-ctype": "^1.23",
+ "symfony/polyfill-mbstring": "^1.23.1",
+ "symfony/polyfill-php80": "^1.23.1"
+ },
+ "require-dev": {
+ "bamarni/composer-bin-plugin": "^1.4.1",
+ "ext-filter": "*",
+ "phpunit/phpunit": "^7.5.20 || ^8.5.30 || ^9.5.25"
+ },
+ "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.5-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.5.0"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/GrahamCampbell",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/vlucas/phpdotenv",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2022-10-16T01:01:54+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.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/FakerPHP/Faker.git",
+ "reference": "e3daa170d00fde61ea7719ef47bb09bb8f1d9b01"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/FakerPHP/Faker/zipball/e3daa170d00fde61ea7719ef47bb09bb8f1d9b01",
+ "reference": "e3daa170d00fde61ea7719ef47bb09bb8f1d9b01",
+ "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",
+ "extra": {
+ "branch-alias": {
+ "dev-main": "v1.21-dev"
+ }
+ },
+ "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.0"
+ },
+ "time": "2023-06-12T08:44:38+00:00"
+ },
+ {
+ "name": "filp/whoops",
+ "version": "2.15.3",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/filp/whoops.git",
+ "reference": "c83e88a30524f9360b11f585f71e6b17313b7187"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/filp/whoops/zipball/c83e88a30524f9360b11f585f71e6b17313b7187",
+ "reference": "c83e88a30524f9360b11f585f71e6b17313b7187",
+ "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.3"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/denis-sokolov",
+ "type": "github"
+ }
+ ],
+ "time": "2023-07-13T12: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.13.3",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/laravel/pint.git",
+ "reference": "93b2d0d49719bc6e444ba21cd4dbbccec935413d"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/laravel/pint/zipball/93b2d0d49719bc6e444ba21cd4dbbccec935413d",
+ "reference": "93b2d0d49719bc6e444ba21cd4dbbccec935413d",
+ "shasum": ""
+ },
+ "require": {
+ "ext-json": "*",
+ "ext-mbstring": "*",
+ "ext-tokenizer": "*",
+ "ext-xml": "*",
+ "php": "^8.1.0"
+ },
+ "require-dev": {
+ "friendsofphp/php-cs-fixer": "^3.34.1",
+ "illuminate/view": "^10.23.1",
+ "laravel-zero/framework": "^10.1.2",
+ "mockery/mockery": "^1.6.6",
+ "nunomaduro/larastan": "^2.6.4",
+ "nunomaduro/termwind": "^1.15.1",
+ "pestphp/pest": "^2.18.2"
+ },
+ "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": "2023-10-10T15:39:09+00:00"
+ },
+ {
+ "name": "laravel/sail",
+ "version": "v1.25.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/laravel/sail.git",
+ "reference": "e81a7bd7ac1a745ccb25572830fecf74a89bb48a"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/laravel/sail/zipball/e81a7bd7ac1a745ccb25572830fecf74a89bb48a",
+ "reference": "e81a7bd7ac1a745ccb25572830fecf74a89bb48a",
+ "shasum": ""
+ },
+ "require": {
+ "illuminate/console": "^8.0|^9.0|^10.0",
+ "illuminate/contracts": "^8.0|^9.0|^10.0",
+ "illuminate/support": "^8.0|^9.0|^10.0",
+ "php": "^8.0",
+ "symfony/yaml": "^6.0"
+ },
+ "require-dev": {
+ "orchestra/testbench": "^6.0|^7.0|^8.0",
+ "phpstan/phpstan": "^1.10"
+ },
+ "bin": [
+ "bin/sail"
+ ],
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "1.x-dev"
+ },
+ "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": "2023-09-11T17:37:09+00:00"
+ },
+ {
+ "name": "mockery/mockery",
+ "version": "1.6.6",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/mockery/mockery.git",
+ "reference": "b8e0bb7d8c604046539c1115994632c74dcb361e"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/mockery/mockery/zipball/b8e0bb7d8c604046539c1115994632c74dcb361e",
+ "reference": "b8e0bb7d8c604046539c1115994632c74dcb361e",
+ "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.10",
+ "psalm/plugin-phpunit": "^0.18.4",
+ "symplify/easy-coding-standard": "^11.5.0",
+ "vimeo/psalm": "^4.30"
+ },
+ "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": "2023-08-09T00:03:52+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": "v7.10.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/nunomaduro/collision.git",
+ "reference": "49ec67fa7b002712da8526678abd651c09f375b2"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/nunomaduro/collision/zipball/49ec67fa7b002712da8526678abd651c09f375b2",
+ "reference": "49ec67fa7b002712da8526678abd651c09f375b2",
+ "shasum": ""
+ },
+ "require": {
+ "filp/whoops": "^2.15.3",
+ "nunomaduro/termwind": "^1.15.1",
+ "php": "^8.1.0",
+ "symfony/console": "^6.3.4"
+ },
+ "conflict": {
+ "laravel/framework": ">=11.0.0"
+ },
+ "require-dev": {
+ "brianium/paratest": "^7.3.0",
+ "laravel/framework": "^10.28.0",
+ "laravel/pint": "^1.13.3",
+ "laravel/sail": "^1.25.0",
+ "laravel/sanctum": "^3.3.1",
+ "laravel/tinker": "^2.8.2",
+ "nunomaduro/larastan": "^2.6.4",
+ "orchestra/testbench-core": "^8.13.0",
+ "pestphp/pest": "^2.23.2",
+ "phpunit/phpunit": "^10.4.1",
+ "sebastian/environment": "^6.0.1",
+ "spatie/laravel-ignition": "^2.3.1"
+ },
+ "type": "library",
+ "extra": {
+ "laravel": {
+ "providers": [
+ "NunoMaduro\\Collision\\Adapters\\Laravel\\CollisionServiceProvider"
+ ]
+ }
+ },
+ "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": "2023-10-11T15:45:01+00:00"
+ },
+ {
+ "name": "phar-io/manifest",
+ "version": "2.0.3",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/phar-io/manifest.git",
+ "reference": "97803eca37d319dfa7826cc2437fc020857acb53"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/phar-io/manifest/zipball/97803eca37d319dfa7826cc2437fc020857acb53",
+ "reference": "97803eca37d319dfa7826cc2437fc020857acb53",
+ "shasum": ""
+ },
+ "require": {
+ "ext-dom": "*",
+ "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.3"
+ },
+ "time": "2021-07-20T11:28:43+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": "10.1.7",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
+ "reference": "355324ca4980b8916c18b9db29f3ef484078f26e"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/355324ca4980b8916c18b9db29f3ef484078f26e",
+ "reference": "355324ca4980b8916c18b9db29f3ef484078f26e",
+ "shasum": ""
+ },
+ "require": {
+ "ext-dom": "*",
+ "ext-libxml": "*",
+ "ext-xmlwriter": "*",
+ "nikic/php-parser": "^4.15",
+ "php": ">=8.1",
+ "phpunit/php-file-iterator": "^4.0",
+ "phpunit/php-text-template": "^3.0",
+ "sebastian/code-unit-reverse-lookup": "^3.0",
+ "sebastian/complexity": "^3.0",
+ "sebastian/environment": "^6.0",
+ "sebastian/lines-of-code": "^2.0",
+ "sebastian/version": "^4.0",
+ "theseer/tokenizer": "^1.2.0"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^10.1"
+ },
+ "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": "10.1-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/10.1.7"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/sebastianbergmann",
+ "type": "github"
+ }
+ ],
+ "time": "2023-10-04T15:34:17+00:00"
+ },
+ {
+ "name": "phpunit/php-file-iterator",
+ "version": "4.1.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
+ "reference": "a95037b6d9e608ba092da1b23931e537cadc3c3c"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/a95037b6d9e608ba092da1b23931e537cadc3c3c",
+ "reference": "a95037b6d9e608ba092da1b23931e537cadc3c3c",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=8.1"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^10.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": "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/4.1.0"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/sebastianbergmann",
+ "type": "github"
+ }
+ ],
+ "time": "2023-08-31T06:24:48+00:00"
+ },
+ {
+ "name": "phpunit/php-invoker",
+ "version": "4.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/sebastianbergmann/php-invoker.git",
+ "reference": "f5e568ba02fa5ba0ddd0f618391d5a9ea50b06d7"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/f5e568ba02fa5ba0ddd0f618391d5a9ea50b06d7",
+ "reference": "f5e568ba02fa5ba0ddd0f618391d5a9ea50b06d7",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=8.1"
+ },
+ "require-dev": {
+ "ext-pcntl": "*",
+ "phpunit/phpunit": "^10.0"
+ },
+ "suggest": {
+ "ext-pcntl": "*"
+ },
+ "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": "Invoke callables with a timeout",
+ "homepage": "https://github.com/sebastianbergmann/php-invoker/",
+ "keywords": [
+ "process"
+ ],
+ "support": {
+ "issues": "https://github.com/sebastianbergmann/php-invoker/issues",
+ "source": "https://github.com/sebastianbergmann/php-invoker/tree/4.0.0"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/sebastianbergmann",
+ "type": "github"
+ }
+ ],
+ "time": "2023-02-03T06:56:09+00:00"
+ },
+ {
+ "name": "phpunit/php-text-template",
+ "version": "3.0.1",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/sebastianbergmann/php-text-template.git",
+ "reference": "0c7b06ff49e3d5072f057eb1fa59258bf287a748"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/0c7b06ff49e3d5072f057eb1fa59258bf287a748",
+ "reference": "0c7b06ff49e3d5072f057eb1fa59258bf287a748",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=8.1"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^10.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": "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/3.0.1"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/sebastianbergmann",
+ "type": "github"
+ }
+ ],
+ "time": "2023-08-31T14:07:24+00:00"
+ },
+ {
+ "name": "phpunit/php-timer",
+ "version": "6.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/sebastianbergmann/php-timer.git",
+ "reference": "e2a2d67966e740530f4a3343fe2e030ffdc1161d"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/e2a2d67966e740530f4a3343fe2e030ffdc1161d",
+ "reference": "e2a2d67966e740530f4a3343fe2e030ffdc1161d",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=8.1"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^10.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",
+ "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",
+ "source": "https://github.com/sebastianbergmann/php-timer/tree/6.0.0"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/sebastianbergmann",
+ "type": "github"
+ }
+ ],
+ "time": "2023-02-03T06:57:52+00:00"
+ },
+ {
+ "name": "phpunit/phpunit",
+ "version": "10.4.1",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/sebastianbergmann/phpunit.git",
+ "reference": "62bd7af13d282deeb95650077d28ba3600ca321c"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/62bd7af13d282deeb95650077d28ba3600ca321c",
+ "reference": "62bd7af13d282deeb95650077d28ba3600ca321c",
+ "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.1",
+ "phpunit/php-code-coverage": "^10.1.5",
+ "phpunit/php-file-iterator": "^4.0",
+ "phpunit/php-invoker": "^4.0",
+ "phpunit/php-text-template": "^3.0",
+ "phpunit/php-timer": "^6.0",
+ "sebastian/cli-parser": "^2.0",
+ "sebastian/code-unit": "^2.0",
+ "sebastian/comparator": "^5.0",
+ "sebastian/diff": "^5.0",
+ "sebastian/environment": "^6.0",
+ "sebastian/exporter": "^5.1",
+ "sebastian/global-state": "^6.0.1",
+ "sebastian/object-enumerator": "^5.0",
+ "sebastian/recursion-context": "^5.0",
+ "sebastian/type": "^4.0",
+ "sebastian/version": "^4.0"
+ },
+ "suggest": {
+ "ext-soap": "To be able to generate mocks based on WSDL files"
+ },
+ "bin": [
+ "phpunit"
+ ],
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-main": "10.4-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/10.4.1"
+ },
+ "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": "2023-10-08T05:01:11+00:00"
+ },
+ {
+ "name": "sebastian/cli-parser",
+ "version": "2.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/sebastianbergmann/cli-parser.git",
+ "reference": "efdc130dbbbb8ef0b545a994fd811725c5282cae"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/efdc130dbbbb8ef0b545a994fd811725c5282cae",
+ "reference": "efdc130dbbbb8ef0b545a994fd811725c5282cae",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=8.1"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^10.0"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-main": "2.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",
+ "source": "https://github.com/sebastianbergmann/cli-parser/tree/2.0.0"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/sebastianbergmann",
+ "type": "github"
+ }
+ ],
+ "time": "2023-02-03T06:58:15+00:00"
+ },
+ {
+ "name": "sebastian/code-unit",
+ "version": "2.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/sebastianbergmann/code-unit.git",
+ "reference": "a81fee9eef0b7a76af11d121767abc44c104e503"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/a81fee9eef0b7a76af11d121767abc44c104e503",
+ "reference": "a81fee9eef0b7a76af11d121767abc44c104e503",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=8.1"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^10.0"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-main": "2.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",
+ "source": "https://github.com/sebastianbergmann/code-unit/tree/2.0.0"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/sebastianbergmann",
+ "type": "github"
+ }
+ ],
+ "time": "2023-02-03T06:58:43+00:00"
+ },
+ {
+ "name": "sebastian/code-unit-reverse-lookup",
+ "version": "3.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
+ "reference": "5e3a687f7d8ae33fb362c5c0743794bbb2420a1d"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/5e3a687f7d8ae33fb362c5c0743794bbb2420a1d",
+ "reference": "5e3a687f7d8ae33fb362c5c0743794bbb2420a1d",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=8.1"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^10.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"
+ }
+ ],
+ "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",
+ "source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/3.0.0"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/sebastianbergmann",
+ "type": "github"
+ }
+ ],
+ "time": "2023-02-03T06:59:15+00:00"
+ },
+ {
+ "name": "sebastian/comparator",
+ "version": "5.0.1",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/sebastianbergmann/comparator.git",
+ "reference": "2db5010a484d53ebf536087a70b4a5423c102372"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2db5010a484d53ebf536087a70b4a5423c102372",
+ "reference": "2db5010a484d53ebf536087a70b4a5423c102372",
+ "shasum": ""
+ },
+ "require": {
+ "ext-dom": "*",
+ "ext-mbstring": "*",
+ "php": ">=8.1",
+ "sebastian/diff": "^5.0",
+ "sebastian/exporter": "^5.0"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^10.3"
+ },
+ "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"
+ },
+ {
+ "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/5.0.1"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/sebastianbergmann",
+ "type": "github"
+ }
+ ],
+ "time": "2023-08-14T13:18:12+00:00"
+ },
+ {
+ "name": "sebastian/complexity",
+ "version": "3.1.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/sebastianbergmann/complexity.git",
+ "reference": "68cfb347a44871f01e33ab0ef8215966432f6957"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/68cfb347a44871f01e33ab0ef8215966432f6957",
+ "reference": "68cfb347a44871f01e33ab0ef8215966432f6957",
+ "shasum": ""
+ },
+ "require": {
+ "nikic/php-parser": "^4.10",
+ "php": ">=8.1"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^10.0"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-main": "3.1-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/3.1.0"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/sebastianbergmann",
+ "type": "github"
+ }
+ ],
+ "time": "2023-09-28T11:50:59+00:00"
+ },
+ {
+ "name": "sebastian/diff",
+ "version": "5.0.3",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/sebastianbergmann/diff.git",
+ "reference": "912dc2fbe3e3c1e7873313cc801b100b6c68c87b"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/912dc2fbe3e3c1e7873313cc801b100b6c68c87b",
+ "reference": "912dc2fbe3e3c1e7873313cc801b100b6c68c87b",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=8.1"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^10.0",
+ "symfony/process": "^4.2 || ^5"
+ },
+ "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"
+ },
+ {
+ "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/5.0.3"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/sebastianbergmann",
+ "type": "github"
+ }
+ ],
+ "time": "2023-05-01T07:48:21+00:00"
+ },
+ {
+ "name": "sebastian/environment",
+ "version": "6.0.1",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/sebastianbergmann/environment.git",
+ "reference": "43c751b41d74f96cbbd4e07b7aec9675651e2951"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/43c751b41d74f96cbbd4e07b7aec9675651e2951",
+ "reference": "43c751b41d74f96cbbd4e07b7aec9675651e2951",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=8.1"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^10.0"
+ },
+ "suggest": {
+ "ext-posix": "*"
+ },
+ "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": "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/6.0.1"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/sebastianbergmann",
+ "type": "github"
+ }
+ ],
+ "time": "2023-04-11T05:39:26+00:00"
+ },
+ {
+ "name": "sebastian/exporter",
+ "version": "5.1.1",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/sebastianbergmann/exporter.git",
+ "reference": "64f51654862e0f5e318db7e9dcc2292c63cdbddc"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/64f51654862e0f5e318db7e9dcc2292c63cdbddc",
+ "reference": "64f51654862e0f5e318db7e9dcc2292c63cdbddc",
+ "shasum": ""
+ },
+ "require": {
+ "ext-mbstring": "*",
+ "php": ">=8.1",
+ "sebastian/recursion-context": "^5.0"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^10.0"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-main": "5.1-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/5.1.1"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/sebastianbergmann",
+ "type": "github"
+ }
+ ],
+ "time": "2023-09-24T13:22:09+00:00"
+ },
+ {
+ "name": "sebastian/global-state",
+ "version": "6.0.1",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/sebastianbergmann/global-state.git",
+ "reference": "7ea9ead78f6d380d2a667864c132c2f7b83055e4"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/7ea9ead78f6d380d2a667864c132c2f7b83055e4",
+ "reference": "7ea9ead78f6d380d2a667864c132c2f7b83055e4",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=8.1",
+ "sebastian/object-reflector": "^3.0",
+ "sebastian/recursion-context": "^5.0"
+ },
+ "require-dev": {
+ "ext-dom": "*",
+ "phpunit/phpunit": "^10.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": "Snapshotting of global state",
+ "homepage": "http://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/6.0.1"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/sebastianbergmann",
+ "type": "github"
+ }
+ ],
+ "time": "2023-07-19T07:19:23+00:00"
+ },
+ {
+ "name": "sebastian/lines-of-code",
+ "version": "2.0.1",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/sebastianbergmann/lines-of-code.git",
+ "reference": "649e40d279e243d985aa8fb6e74dd5bb28dc185d"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/649e40d279e243d985aa8fb6e74dd5bb28dc185d",
+ "reference": "649e40d279e243d985aa8fb6e74dd5bb28dc185d",
+ "shasum": ""
+ },
+ "require": {
+ "nikic/php-parser": "^4.10",
+ "php": ">=8.1"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^10.0"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-main": "2.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/2.0.1"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/sebastianbergmann",
+ "type": "github"
+ }
+ ],
+ "time": "2023-08-31T09:25:50+00:00"
+ },
+ {
+ "name": "sebastian/object-enumerator",
+ "version": "5.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/sebastianbergmann/object-enumerator.git",
+ "reference": "202d0e344a580d7f7d04b3fafce6933e59dae906"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/202d0e344a580d7f7d04b3fafce6933e59dae906",
+ "reference": "202d0e344a580d7f7d04b3fafce6933e59dae906",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=8.1",
+ "sebastian/object-reflector": "^3.0",
+ "sebastian/recursion-context": "^5.0"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^10.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"
+ }
+ ],
+ "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",
+ "source": "https://github.com/sebastianbergmann/object-enumerator/tree/5.0.0"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/sebastianbergmann",
+ "type": "github"
+ }
+ ],
+ "time": "2023-02-03T07:08:32+00:00"
+ },
+ {
+ "name": "sebastian/object-reflector",
+ "version": "3.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/sebastianbergmann/object-reflector.git",
+ "reference": "24ed13d98130f0e7122df55d06c5c4942a577957"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/24ed13d98130f0e7122df55d06c5c4942a577957",
+ "reference": "24ed13d98130f0e7122df55d06c5c4942a577957",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=8.1"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^10.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"
+ }
+ ],
+ "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",
+ "source": "https://github.com/sebastianbergmann/object-reflector/tree/3.0.0"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/sebastianbergmann",
+ "type": "github"
+ }
+ ],
+ "time": "2023-02-03T07:06:18+00:00"
+ },
+ {
+ "name": "sebastian/recursion-context",
+ "version": "5.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/sebastianbergmann/recursion-context.git",
+ "reference": "05909fb5bc7df4c52992396d0116aed689f93712"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/05909fb5bc7df4c52992396d0116aed689f93712",
+ "reference": "05909fb5bc7df4c52992396d0116aed689f93712",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=8.1"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^10.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"
+ },
+ {
+ "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",
+ "source": "https://github.com/sebastianbergmann/recursion-context/tree/5.0.0"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/sebastianbergmann",
+ "type": "github"
+ }
+ ],
+ "time": "2023-02-03T07:05:40+00:00"
+ },
+ {
+ "name": "sebastian/type",
+ "version": "4.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/sebastianbergmann/type.git",
+ "reference": "462699a16464c3944eefc02ebdd77882bd3925bf"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/462699a16464c3944eefc02ebdd77882bd3925bf",
+ "reference": "462699a16464c3944eefc02ebdd77882bd3925bf",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=8.1"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^10.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": "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",
+ "source": "https://github.com/sebastianbergmann/type/tree/4.0.0"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/sebastianbergmann",
+ "type": "github"
+ }
+ ],
+ "time": "2023-02-03T07:10:45+00:00"
+ },
+ {
+ "name": "sebastian/version",
+ "version": "4.0.1",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/sebastianbergmann/version.git",
+ "reference": "c51fa83a5d8f43f1402e3f32a005e6262244ef17"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c51fa83a5d8f43f1402e3f32a005e6262244ef17",
+ "reference": "c51fa83a5d8f43f1402e3f32a005e6262244ef17",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=8.1"
+ },
+ "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 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",
+ "source": "https://github.com/sebastianbergmann/version/tree/4.0.1"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/sebastianbergmann",
+ "type": "github"
+ }
+ ],
+ "time": "2023-02-07T11:34:05+00:00"
+ },
+ {
+ "name": "spatie/backtrace",
+ "version": "1.5.3",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/spatie/backtrace.git",
+ "reference": "483f76a82964a0431aa836b6ed0edde0c248e3ab"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/spatie/backtrace/zipball/483f76a82964a0431aa836b6ed0edde0c248e3ab",
+ "reference": "483f76a82964a0431aa836b6ed0edde0c248e3ab",
+ "shasum": ""
+ },
+ "require": {
+ "php": "^7.3|^8.0"
+ },
+ "require-dev": {
+ "ext-json": "*",
+ "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.5.3"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/sponsors/spatie",
+ "type": "github"
+ },
+ {
+ "url": "https://spatie.be/open-source/support-us",
+ "type": "other"
+ }
+ ],
+ "time": "2023-06-28T12:59:17+00:00"
+ },
+ {
+ "name": "spatie/flare-client-php",
+ "version": "1.4.2",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/spatie/flare-client-php.git",
+ "reference": "5f2c6a7a0d2c1d90c12559dc7828fd942911a544"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/spatie/flare-client-php/zipball/5f2c6a7a0d2c1d90c12559dc7828fd942911a544",
+ "reference": "5f2c6a7a0d2c1d90c12559dc7828fd942911a544",
+ "shasum": ""
+ },
+ "require": {
+ "illuminate/pipeline": "^8.0|^9.0|^10.0",
+ "nesbot/carbon": "^2.62.1",
+ "php": "^8.0",
+ "spatie/backtrace": "^1.5.2",
+ "symfony/http-foundation": "^5.0|^6.0",
+ "symfony/mime": "^5.2|^6.0",
+ "symfony/process": "^5.2|^6.0",
+ "symfony/var-dumper": "^5.2|^6.0"
+ },
+ "require-dev": {
+ "dms/phpunit-arraysubset-asserts": "^0.3.0",
+ "pestphp/pest": "^1.20",
+ "phpstan/extension-installer": "^1.1",
+ "phpstan/phpstan-deprecation-rules": "^1.0",
+ "phpstan/phpstan-phpunit": "^1.0",
+ "spatie/phpunit-snapshot-assertions": "^4.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.4.2"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/spatie",
+ "type": "github"
+ }
+ ],
+ "time": "2023-07-28T08:07:24+00:00"
+ },
+ {
+ "name": "spatie/ignition",
+ "version": "1.11.2",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/spatie/ignition.git",
+ "reference": "48b23411ca4bfbc75c75dfc638b6b36159c375aa"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/spatie/ignition/zipball/48b23411ca4bfbc75c75dfc638b6b36159c375aa",
+ "reference": "48b23411ca4bfbc75c75dfc638b6b36159c375aa",
+ "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",
+ "symfony/var-dumper": "^5.4|^6.0"
+ },
+ "require-dev": {
+ "illuminate/cache": "^9.52",
+ "mockery/mockery": "^1.4",
+ "pestphp/pest": "^1.20",
+ "phpstan/extension-installer": "^1.1",
+ "phpstan/phpstan-deprecation-rules": "^1.0",
+ "phpstan/phpstan-phpunit": "^1.0",
+ "psr/simple-cache-implementation": "*",
+ "symfony/cache": "^6.0",
+ "symfony/process": "^5.4|^6.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": "2023-09-19T15:29:52+00:00"
+ },
+ {
+ "name": "spatie/laravel-ignition",
+ "version": "2.3.1",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/spatie/laravel-ignition.git",
+ "reference": "bf21cd15aa47fa4ec5d73bbc932005c70261efc8"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/spatie/laravel-ignition/zipball/bf21cd15aa47fa4ec5d73bbc932005c70261efc8",
+ "reference": "bf21cd15aa47fa4ec5d73bbc932005c70261efc8",
+ "shasum": ""
+ },
+ "require": {
+ "ext-curl": "*",
+ "ext-json": "*",
+ "ext-mbstring": "*",
+ "illuminate/support": "^10.0",
+ "php": "^8.1",
+ "spatie/flare-client-php": "^1.3.5",
+ "spatie/ignition": "^1.9",
+ "symfony/console": "^6.2.3",
+ "symfony/var-dumper": "^6.2.3"
+ },
+ "require-dev": {
+ "livewire/livewire": "^2.11",
+ "mockery/mockery": "^1.5.1",
+ "openai-php/client": "^0.3.4",
+ "orchestra/testbench": "^8.0",
+ "pestphp/pest": "^1.22.3",
+ "phpstan/extension-installer": "^1.2",
+ "phpstan/phpstan-deprecation-rules": "^1.1.1",
+ "phpstan/phpstan-phpunit": "^1.3.3",
+ "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": "2023-10-09T12:55:26+00:00"
+ },
+ {
+ "name": "symfony/yaml",
+ "version": "v6.3.3",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/symfony/yaml.git",
+ "reference": "e23292e8c07c85b971b44c1c4b87af52133e2add"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/symfony/yaml/zipball/e23292e8c07c85b971b44c1c4b87af52133e2add",
+ "reference": "e23292e8c07c85b971b44c1c4b87af52133e2add",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=8.1",
+ "symfony/deprecation-contracts": "^2.5|^3",
+ "symfony/polyfill-ctype": "^1.8"
+ },
+ "conflict": {
+ "symfony/console": "<5.4"
+ },
+ "require-dev": {
+ "symfony/console": "^5.4|^6.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/v6.3.3"
+ },
+ "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": "2023-07-31T07:08:24+00:00"
+ },
+ {
+ "name": "theseer/tokenizer",
+ "version": "1.2.1",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/theseer/tokenizer.git",
+ "reference": "34a41e998c2183e22995f158c581e7b5e755ab9e"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/theseer/tokenizer/zipball/34a41e998c2183e22995f158c581e7b5e755ab9e",
+ "reference": "34a41e998c2183e22995f158c581e7b5e755ab9e",
+ "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.1"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/theseer",
+ "type": "github"
+ }
+ ],
+ "time": "2021-07-28T10:34:58+00:00"
+ }
+ ],
+ "aliases": [],
+ "minimum-stability": "stable",
+ "stability-flags": [],
+ "prefer-stable": true,
+ "prefer-lowest": false,
+ "platform": {
+ "php": "^8.1"
+ },
+ "platform-dev": [],
+ "plugin-api-version": "2.6.0"
+}
diff --git a/config/app.php b/config/app.php
new file mode 100644
index 0000000..d7a21f0
--- /dev/null
+++ b/config/app.php
@@ -0,0 +1,189 @@
+ 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
+ | your application so that it is used when running Artisan tasks.
+ |
+ */
+
+ 'url' => env('APP_URL', 'http://localhost'),
+
+ 'asset_url' => env('ASSET_URL'),
+
+ /*
+ |--------------------------------------------------------------------------
+ | Application Timezone
+ |--------------------------------------------------------------------------
+ |
+ | Here you may specify the default timezone for your application, which
+ | will be used by the PHP date and date-time functions. We have gone
+ | ahead and set this to a sensible default for you out of the box.
+ |
+ */
+
+ 'timezone' => 'UTC',
+
+ /*
+ |--------------------------------------------------------------------------
+ | Application Locale Configuration
+ |--------------------------------------------------------------------------
+ |
+ | The application locale determines the default locale that will be used
+ | by the translation service provider. You are free to set this value
+ | to any of the locales which will be supported by the application.
+ |
+ */
+
+ 'locale' => 'en',
+
+ /*
+ |--------------------------------------------------------------------------
+ | Application Fallback Locale
+ |--------------------------------------------------------------------------
+ |
+ | The fallback locale determines the locale to use when the current one
+ | is not available. You may change the value to correspond to any of
+ | the language folders that are provided through your application.
+ |
+ */
+
+ 'fallback_locale' => 'en',
+
+ /*
+ |--------------------------------------------------------------------------
+ | Faker Locale
+ |--------------------------------------------------------------------------
+ |
+ | This locale will be used by the Faker PHP library when generating fake
+ | data for your database seeds. For example, this will be used to get
+ | localized telephone numbers, street address information and more.
+ |
+ */
+
+ 'faker_locale' => 'en_US',
+
+ /*
+ |--------------------------------------------------------------------------
+ | Encryption Key
+ |--------------------------------------------------------------------------
+ |
+ | This key is used by the Illuminate encrypter service and should be set
+ | to a random, 32 character string, otherwise these encrypted strings
+ | will not be safe. Please do this before deploying an application!
+ |
+ */
+
+ 'key' => env('APP_KEY'),
+
+ 'cipher' => 'AES-256-CBC',
+
+ /*
+ |--------------------------------------------------------------------------
+ | 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' => 'file',
+ // 'store' => 'redis',
+ ],
+
+ /*
+ |--------------------------------------------------------------------------
+ | Autoloaded Service Providers
+ |--------------------------------------------------------------------------
+ |
+ | The service providers listed here will be automatically loaded on the
+ | request to your application. Feel free to add your own services to
+ | this array to grant expanded functionality to your applications.
+ |
+ */
+
+ 'providers' => ServiceProvider::defaultProviders()->merge([
+ /*
+ * Package Service Providers...
+ */
+
+ /*
+ * Application Service Providers...
+ */
+ App\Providers\AppServiceProvider::class,
+ App\Providers\AuthServiceProvider::class,
+ // App\Providers\BroadcastServiceProvider::class,
+ App\Providers\EventServiceProvider::class,
+ Tymon\JWTAuth\Providers\LaravelServiceProvider::class,
+ App\Providers\RouteServiceProvider::class,
+ ])->toArray(),
+
+ /*
+ |--------------------------------------------------------------------------
+ | Class Aliases
+ |--------------------------------------------------------------------------
+ |
+ | This array of class aliases will be registered when this application
+ | is started. However, feel free to register as many as you wish as
+ | the aliases are "lazy" loaded so they don't hinder performance.
+ |
+ */
+
+ 'aliases' => Facade::defaultAliases()->merge([
+ // 'Example' => App\Facades\Example::class,
+ ])->toArray(),
+
+];
diff --git a/config/auth.php b/config/auth.php
new file mode 100644
index 0000000..d20f22d
--- /dev/null
+++ b/config/auth.php
@@ -0,0 +1,120 @@
+ [
+ 'guard' => 'api',
+ 'passwords' => 'users',
+ ],
+
+ /*
+ |--------------------------------------------------------------------------
+ | Authentication Guards
+ |--------------------------------------------------------------------------
+ |
+ | Next, you may define every authentication guard for your application.
+ | Of course, a great default configuration has been defined for you
+ | here which uses session storage and the Eloquent user provider.
+ |
+ | All authentication drivers have a user provider. This defines how the
+ | users are actually retrieved out of your database or other storage
+ | mechanisms used by this application to persist your user's data.
+ |
+ | Supported: "session"
+ |
+ */
+
+ 'guards' => [
+ 'web' => [
+ 'driver' => 'session',
+ 'provider' => 'users',
+ ],
+
+ 'api' => [
+ 'driver' => 'jwt',
+ 'provider' => 'users',
+ ],
+ ],
+
+ /*
+ |--------------------------------------------------------------------------
+ | User Providers
+ |--------------------------------------------------------------------------
+ |
+ | All authentication drivers have a user provider. This defines how the
+ | users are actually retrieved out of your database or other storage
+ | mechanisms used by this application to persist your user's data.
+ |
+ | If you have multiple user tables or models you may configure multiple
+ | sources which represent each model / table. These sources may then
+ | be assigned to any extra authentication guards you have defined.
+ |
+ | Supported: "database", "eloquent"
+ |
+ */
+
+ 'providers' => [
+ 'users' => [
+ 'driver' => 'eloquent',
+ 'model' => App\Models\User::class,
+ ],
+
+ // 'users' => [
+ // 'driver' => 'database',
+ // 'table' => 'users',
+ // ],
+ ],
+
+ /*
+ |--------------------------------------------------------------------------
+ | Resetting Passwords
+ |--------------------------------------------------------------------------
+ |
+ | You may specify multiple password reset configurations if you have more
+ | than one user table or model in the application and you want to have
+ | separate password reset settings based on the specific user types.
+ |
+ | 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' => 'password_reset_tokens',
+ 'expire' => 60,
+ 'throttle' => 60,
+ ],
+ ],
+
+ /*
+ |--------------------------------------------------------------------------
+ | Password Confirmation Timeout
+ |--------------------------------------------------------------------------
+ |
+ | Here you may define the amount of seconds before a password confirmation
+ | times out and the user is prompted to re-enter their password via the
+ | confirmation screen. By default, the timeout lasts for three hours.
+ |
+ */
+
+ 'password_timeout' => 10800,
+
+];
diff --git a/config/broadcasting.php b/config/broadcasting.php
new file mode 100644
index 0000000..2410485
--- /dev/null
+++ b/config/broadcasting.php
@@ -0,0 +1,71 @@
+ env('BROADCAST_DRIVER', 'null'),
+
+ /*
+ |--------------------------------------------------------------------------
+ | Broadcast Connections
+ |--------------------------------------------------------------------------
+ |
+ | Here you may define all of the broadcast connections that will be used
+ | to broadcast events to other systems or over websockets. Samples of
+ | each available type of connection are provided inside this array.
+ |
+ */
+
+ 'connections' => [
+
+ 'pusher' => [
+ 'driver' => 'pusher',
+ 'key' => env('PUSHER_APP_KEY'),
+ 'secret' => env('PUSHER_APP_SECRET'),
+ 'app_id' => env('PUSHER_APP_ID'),
+ 'options' => [
+ 'cluster' => env('PUSHER_APP_CLUSTER'),
+ 'host' => env('PUSHER_HOST') ?: 'api-'.env('PUSHER_APP_CLUSTER', 'mt1').'.pusher.com',
+ 'port' => env('PUSHER_PORT', 443),
+ 'scheme' => env('PUSHER_SCHEME', 'https'),
+ 'encrypted' => true,
+ 'useTLS' => env('PUSHER_SCHEME', 'https') === 'https',
+ ],
+ 'client_options' => [
+ // Guzzle client options: https://docs.guzzlephp.org/en/stable/request-options.html
+ ],
+ ],
+
+ 'ably' => [
+ 'driver' => 'ably',
+ 'key' => env('ABLY_KEY'),
+ ],
+
+ 'redis' => [
+ 'driver' => 'redis',
+ 'connection' => 'default',
+ ],
+
+ 'log' => [
+ 'driver' => 'log',
+ ],
+
+ 'null' => [
+ 'driver' => 'null',
+ ],
+
+ ],
+
+];
diff --git a/config/cache.php b/config/cache.php
new file mode 100644
index 0000000..d4171e2
--- /dev/null
+++ b/config/cache.php
@@ -0,0 +1,111 @@
+ env('CACHE_DRIVER', 'file'),
+
+ /*
+ |--------------------------------------------------------------------------
+ | 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: "apc", "array", "database", "file",
+ | "memcached", "redis", "dynamodb", "octane", "null"
+ |
+ */
+
+ 'stores' => [
+
+ 'apc' => [
+ 'driver' => 'apc',
+ ],
+
+ 'array' => [
+ 'driver' => 'array',
+ 'serialize' => false,
+ ],
+
+ 'database' => [
+ 'driver' => 'database',
+ 'table' => 'cache',
+ 'connection' => null,
+ 'lock_connection' => null,
+ ],
+
+ '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' => '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, or 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/cors.php b/config/cors.php
new file mode 100644
index 0000000..8a39e6d
--- /dev/null
+++ b/config/cors.php
@@ -0,0 +1,34 @@
+ ['api/*', 'sanctum/csrf-cookie'],
+
+ 'allowed_methods' => ['*'],
+
+ 'allowed_origins' => ['*'],
+
+ 'allowed_origins_patterns' => [],
+
+ 'allowed_headers' => ['*'],
+
+ 'exposed_headers' => [],
+
+ 'max_age' => 0,
+
+ 'supports_credentials' => false,
+
+];
diff --git a/config/database.php b/config/database.php
new file mode 100644
index 0000000..137ad18
--- /dev/null
+++ b/config/database.php
@@ -0,0 +1,151 @@
+ env('DB_CONNECTION', 'mysql'),
+
+ /*
+ |--------------------------------------------------------------------------
+ | Database Connections
+ |--------------------------------------------------------------------------
+ |
+ | Here are each of the database connections setup for your application.
+ | Of course, examples of configuring each database platform that is
+ | supported by Laravel is shown below to make development simple.
+ |
+ |
+ | All database work in Laravel is done through the PHP PDO facilities
+ | so make sure you have the driver for your particular database of
+ | choice installed on your machine before you begin development.
+ |
+ */
+
+ 'connections' => [
+
+ 'sqlite' => [
+ 'driver' => 'sqlite',
+ 'url' => env('DATABASE_URL'),
+ 'database' => env('DB_DATABASE', database_path('database.sqlite')),
+ 'prefix' => '',
+ 'foreign_key_constraints' => env('DB_FOREIGN_KEYS', true),
+ ],
+
+ 'mysql' => [
+ 'driver' => 'mysql',
+ 'url' => env('DATABASE_URL'),
+ 'host' => env('DB_HOST', '127.0.0.1'),
+ 'port' => env('DB_PORT', '3306'),
+ 'database' => env('DB_DATABASE', 'forge'),
+ 'username' => env('DB_USERNAME', 'forge'),
+ 'password' => env('DB_PASSWORD', ''),
+ 'unix_socket' => env('DB_SOCKET', ''),
+ 'charset' => 'utf8mb4',
+ '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('DATABASE_URL'),
+ 'host' => env('DB_HOST', '127.0.0.1'),
+ 'port' => env('DB_PORT', '5432'),
+ 'database' => env('DB_DATABASE', 'forge'),
+ 'username' => env('DB_USERNAME', 'forge'),
+ 'password' => env('DB_PASSWORD', ''),
+ 'charset' => 'utf8',
+ 'prefix' => '',
+ 'prefix_indexes' => true,
+ 'search_path' => 'public',
+ 'sslmode' => 'prefer',
+ ],
+
+ 'sqlsrv' => [
+ 'driver' => 'sqlsrv',
+ 'url' => env('DATABASE_URL'),
+ 'host' => env('DB_HOST', 'localhost'),
+ 'port' => env('DB_PORT', '1433'),
+ 'database' => env('DB_DATABASE', 'forge'),
+ 'username' => env('DB_USERNAME', 'forge'),
+ 'password' => env('DB_PASSWORD', ''),
+ '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 in the database.
+ |
+ */
+
+ 'migrations' => 'migrations',
+
+ /*
+ |--------------------------------------------------------------------------
+ | 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 APC or Memcached. Laravel makes it easy to dig right in.
+ |
+ */
+
+ '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/filesystems.php b/config/filesystems.php
new file mode 100644
index 0000000..cb3e734
--- /dev/null
+++ b/config/filesystems.php
@@ -0,0 +1,76 @@
+ env('FILESYSTEM_DISK', 'local'),
+
+ /*
+ |--------------------------------------------------------------------------
+ | Filesystem Disks
+ |--------------------------------------------------------------------------
+ |
+ | Here you may configure as many filesystem "disks" as you wish, and you
+ | may even configure multiple disks of the same driver. Defaults have
+ | been set up for each driver as an example of the required values.
+ |
+ | 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') . '/public',
+ '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/hashing.php b/config/hashing.php
new file mode 100644
index 0000000..bcd3be4
--- /dev/null
+++ b/config/hashing.php
@@ -0,0 +1,52 @@
+ 'bcrypt',
+
+ /*
+ |--------------------------------------------------------------------------
+ | Bcrypt Options
+ |--------------------------------------------------------------------------
+ |
+ | Here you may specify the configuration options that should be used when
+ | passwords are hashed using the Bcrypt algorithm. This will allow you
+ | to control the amount of time it takes to hash the given password.
+ |
+ */
+
+ 'bcrypt' => [
+ 'rounds' => env('BCRYPT_ROUNDS', 10),
+ ],
+
+ /*
+ |--------------------------------------------------------------------------
+ | Argon Options
+ |--------------------------------------------------------------------------
+ |
+ | Here you may specify the configuration options that should be used when
+ | passwords are hashed using the Argon algorithm. These will allow you
+ | to control the amount of time it takes to hash the given password.
+ |
+ */
+
+ 'argon' => [
+ 'memory' => 65536,
+ 'threads' => 1,
+ 'time' => 4,
+ ],
+
+];
diff --git a/config/jwt.php b/config/jwt.php
new file mode 100644
index 0000000..f83234d
--- /dev/null
+++ b/config/jwt.php
@@ -0,0 +1,301 @@
+
+ *
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ */
+
+return [
+
+ /*
+ |--------------------------------------------------------------------------
+ | JWT Authentication Secret
+ |--------------------------------------------------------------------------
+ |
+ | Don't forget to set this in your .env file, as it will be used to sign
+ | your tokens. A helper command is provided for this:
+ | `php artisan jwt:secret`
+ |
+ | Note: This will be used for Symmetric algorithms only (HMAC),
+ | since RSA and ECDSA use a private/public key combo (See below).
+ |
+ */
+
+ 'secret' => env('JWT_SECRET'),
+
+ /*
+ |--------------------------------------------------------------------------
+ | JWT Authentication Keys
+ |--------------------------------------------------------------------------
+ |
+ | The algorithm you are using, will determine whether your tokens are
+ | signed with a random string (defined in `JWT_SECRET`) or using the
+ | following public & private keys.
+ |
+ | Symmetric Algorithms:
+ | HS256, HS384 & HS512 will use `JWT_SECRET`.
+ |
+ | Asymmetric Algorithms:
+ | RS256, RS384 & RS512 / ES256, ES384 & ES512 will use the keys below.
+ |
+ */
+
+ 'keys' => [
+
+ /*
+ |--------------------------------------------------------------------------
+ | Public Key
+ |--------------------------------------------------------------------------
+ |
+ | A path or resource to your public key.
+ |
+ | E.g. 'file://path/to/public/key'
+ |
+ */
+
+ 'public' => env('JWT_PUBLIC_KEY'),
+
+ /*
+ |--------------------------------------------------------------------------
+ | Private Key
+ |--------------------------------------------------------------------------
+ |
+ | A path or resource to your private key.
+ |
+ | E.g. 'file://path/to/private/key'
+ |
+ */
+
+ 'private' => env('JWT_PRIVATE_KEY'),
+
+ /*
+ |--------------------------------------------------------------------------
+ | Passphrase
+ |--------------------------------------------------------------------------
+ |
+ | The passphrase for your private key. Can be null if none set.
+ |
+ */
+
+ 'passphrase' => env('JWT_PASSPHRASE'),
+
+ ],
+
+ /*
+ |--------------------------------------------------------------------------
+ | JWT time to live
+ |--------------------------------------------------------------------------
+ |
+ | Specify the length of time (in minutes) that the token will be valid for.
+ | Defaults to 1 hour.
+ |
+ | You can also set this to null, to yield a never expiring token.
+ | Some people may want this behaviour for e.g. a mobile app.
+ | This is not particularly recommended, so make sure you have appropriate
+ | systems in place to revoke the token if necessary.
+ | Notice: If you set this to null you should remove 'exp' element from 'required_claims' list.
+ |
+ */
+
+ 'ttl' => env('JWT_TTL', 60),
+
+ /*
+ |--------------------------------------------------------------------------
+ | Refresh time to live
+ |--------------------------------------------------------------------------
+ |
+ | Specify the length of time (in minutes) that the token can be refreshed
+ | within. I.E. The user can refresh their token within a 2 week window of
+ | the original token being created until they must re-authenticate.
+ | Defaults to 2 weeks.
+ |
+ | You can also set this to null, to yield an infinite refresh time.
+ | Some may want this instead of never expiring tokens for e.g. a mobile app.
+ | This is not particularly recommended, so make sure you have appropriate
+ | systems in place to revoke the token if necessary.
+ |
+ */
+
+ 'refresh_ttl' => env('JWT_REFRESH_TTL', 20160),
+
+ /*
+ |--------------------------------------------------------------------------
+ | JWT hashing algorithm
+ |--------------------------------------------------------------------------
+ |
+ | Specify the hashing algorithm that will be used to sign the token.
+ |
+ */
+
+ 'algo' => env('JWT_ALGO', Tymon\JWTAuth\Providers\JWT\Provider::ALGO_HS256),
+
+ /*
+ |--------------------------------------------------------------------------
+ | Required Claims
+ |--------------------------------------------------------------------------
+ |
+ | Specify the required claims that must exist in any token.
+ | A TokenInvalidException will be thrown if any of these claims are not
+ | present in the payload.
+ |
+ */
+
+ 'required_claims' => [
+ 'iss',
+ 'iat',
+ 'exp',
+ 'nbf',
+ 'sub',
+ 'jti',
+ ],
+
+ /*
+ |--------------------------------------------------------------------------
+ | Persistent Claims
+ |--------------------------------------------------------------------------
+ |
+ | Specify the claim keys to be persisted when refreshing a token.
+ | `sub` and `iat` will automatically be persisted, in
+ | addition to the these claims.
+ |
+ | Note: If a claim does not exist then it will be ignored.
+ |
+ */
+
+ 'persistent_claims' => [
+ // 'foo',
+ // 'bar',
+ ],
+
+ /*
+ |--------------------------------------------------------------------------
+ | Lock Subject
+ |--------------------------------------------------------------------------
+ |
+ | This will determine whether a `prv` claim is automatically added to
+ | the token. The purpose of this is to ensure that if you have multiple
+ | authentication models e.g. `App\User` & `App\OtherPerson`, then we
+ | should prevent one authentication request from impersonating another,
+ | if 2 tokens happen to have the same id across the 2 different models.
+ |
+ | Under specific circumstances, you may want to disable this behaviour
+ | e.g. if you only have one authentication model, then you would save
+ | a little on token size.
+ |
+ */
+
+ 'lock_subject' => true,
+
+ /*
+ |--------------------------------------------------------------------------
+ | Leeway
+ |--------------------------------------------------------------------------
+ |
+ | This property gives the jwt timestamp claims some "leeway".
+ | Meaning that if you have any unavoidable slight clock skew on
+ | any of your servers then this will afford you some level of cushioning.
+ |
+ | This applies to the claims `iat`, `nbf` and `exp`.
+ |
+ | Specify in seconds - only if you know you need it.
+ |
+ */
+
+ 'leeway' => env('JWT_LEEWAY', 0),
+
+ /*
+ |--------------------------------------------------------------------------
+ | Blacklist Enabled
+ |--------------------------------------------------------------------------
+ |
+ | In order to invalidate tokens, you must have the blacklist enabled.
+ | If you do not want or need this functionality, then set this to false.
+ |
+ */
+
+ 'blacklist_enabled' => env('JWT_BLACKLIST_ENABLED', true),
+
+ /*
+ | -------------------------------------------------------------------------
+ | Blacklist Grace Period
+ | -------------------------------------------------------------------------
+ |
+ | When multiple concurrent requests are made with the same JWT,
+ | it is possible that some of them fail, due to token regeneration
+ | on every request.
+ |
+ | Set grace period in seconds to prevent parallel request failure.
+ |
+ */
+
+ 'blacklist_grace_period' => env('JWT_BLACKLIST_GRACE_PERIOD', 0),
+
+ /*
+ |--------------------------------------------------------------------------
+ | Cookies encryption
+ |--------------------------------------------------------------------------
+ |
+ | By default Laravel encrypt cookies for security reason.
+ | If you decide to not decrypt cookies, you will have to configure Laravel
+ | to not encrypt your cookie token by adding its name into the $except
+ | array available in the middleware "EncryptCookies" provided by Laravel.
+ | see https://laravel.com/docs/master/responses#cookies-and-encryption
+ | for details.
+ |
+ | Set it to true if you want to decrypt cookies.
+ |
+ */
+
+ 'decrypt_cookies' => false,
+
+ /*
+ |--------------------------------------------------------------------------
+ | Providers
+ |--------------------------------------------------------------------------
+ |
+ | Specify the various providers used throughout the package.
+ |
+ */
+
+ 'providers' => [
+
+ /*
+ |--------------------------------------------------------------------------
+ | JWT Provider
+ |--------------------------------------------------------------------------
+ |
+ | Specify the provider that is used to create and decode the tokens.
+ |
+ */
+
+ 'jwt' => Tymon\JWTAuth\Providers\JWT\Lcobucci::class,
+
+ /*
+ |--------------------------------------------------------------------------
+ | Authentication Provider
+ |--------------------------------------------------------------------------
+ |
+ | Specify the provider that is used to authenticate users.
+ |
+ */
+
+ 'auth' => Tymon\JWTAuth\Providers\Auth\Illuminate::class,
+
+ /*
+ |--------------------------------------------------------------------------
+ | Storage Provider
+ |--------------------------------------------------------------------------
+ |
+ | Specify the provider that is used to store tokens in the blacklist.
+ |
+ */
+
+ 'storage' => Tymon\JWTAuth\Providers\Storage\Illuminate::class,
+
+ ],
+
+];
diff --git a/config/logging.php b/config/logging.php
new file mode 100644
index 0000000..c44d276
--- /dev/null
+++ b/config/logging.php
@@ -0,0 +1,131 @@
+ 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' => false,
+ ],
+
+ /*
+ |--------------------------------------------------------------------------
+ | Log Channels
+ |--------------------------------------------------------------------------
+ |
+ | Here you may configure the log channels for your application. Out of
+ | the box, Laravel uses the Monolog PHP logging library. This gives
+ | you a variety of powerful log handlers / formatters to utilize.
+ |
+ | Available Drivers: "single", "daily", "slack", "syslog",
+ | "errorlog", "monolog",
+ | "custom", "stack"
+ |
+ */
+
+ 'channels' => [
+ 'stack' => [
+ 'driver' => 'stack',
+ 'channels' => ['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' => 14,
+ 'replace_placeholders' => true,
+ ],
+
+ 'slack' => [
+ 'driver' => 'slack',
+ 'url' => env('LOG_SLACK_WEBHOOK_URL'),
+ 'username' => 'Laravel Log',
+ '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' => 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..e652bd0
--- /dev/null
+++ b/config/mail.php
@@ -0,0 +1,125 @@
+ env('MAIL_MAILER', 'smtp'),
+
+ /*
+ |--------------------------------------------------------------------------
+ | 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 to be used while
+ | sending an e-mail. You will specify which one you are using for your
+ | mailers below. You are free to add additional mailers as required.
+ |
+ | Supported: "smtp", "sendmail", "mailgun", "ses", "ses-v2",
+ | "postmark", "log", "array", "failover"
+ |
+ */
+
+ 'mailers' => [
+ 'smtp' => [
+ 'transport' => 'smtp',
+ 'url' => env('MAIL_URL'),
+ 'host' => env('MAIL_HOST', 'smtp.mailgun.org'),
+ 'port' => env('MAIL_PORT', 587),
+ 'encryption' => env('MAIL_ENCRYPTION', 'tls'),
+ 'username' => env('MAIL_USERNAME'),
+ 'password' => env('MAIL_PASSWORD'),
+ 'timeout' => null,
+ 'local_domain' => env('MAIL_EHLO_DOMAIN'),
+ ],
+
+ 'ses' => [
+ 'transport' => 'ses',
+ ],
+
+ 'mailgun' => [
+ 'transport' => 'mailgun',
+ // 'client' => [
+ // 'timeout' => 5,
+ // ],
+ ],
+
+ 'postmark' => [
+ 'transport' => 'postmark',
+ // 'client' => [
+ // 'timeout' => 5,
+ // ],
+ ],
+
+ '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',
+ ],
+ ],
+ ],
+
+ /*
+ |--------------------------------------------------------------------------
+ | Global "From" Address
+ |--------------------------------------------------------------------------
+ |
+ | You may wish for all e-mails 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 e-mails that are sent by your application.
+ |
+ */
+
+ 'from' => [
+ 'address' => env('MAIL_FROM_ADDRESS', 'hello@example.com'),
+ 'name' => env('MAIL_FROM_NAME', 'Example'),
+ ],
+
+ /*
+ |--------------------------------------------------------------------------
+ | Markdown Mail Settings
+ |--------------------------------------------------------------------------
+ |
+ | If you are using Markdown based email rendering, you may configure your
+ | theme and component paths here, allowing you to customize the design
+ | of the emails. Or, you may simply stick with the Laravel defaults!
+ |
+ */
+
+ 'markdown' => [
+ 'theme' => 'default',
+
+ 'paths' => [
+ resource_path('views/vendor/mail'),
+ ],
+ ],
+
+];
diff --git a/config/queue.php b/config/queue.php
new file mode 100644
index 0000000..01c6b05
--- /dev/null
+++ b/config/queue.php
@@ -0,0 +1,109 @@
+ env('QUEUE_CONNECTION', 'sync'),
+
+ /*
+ |--------------------------------------------------------------------------
+ | Queue Connections
+ |--------------------------------------------------------------------------
+ |
+ | Here you may configure the connection information for each server that
+ | is used by your application. A default configuration has been added
+ | for each back-end shipped with Laravel. You are free to add more.
+ |
+ | Drivers: "sync", "database", "beanstalkd", "sqs", "redis", "null"
+ |
+ */
+
+ 'connections' => [
+
+ 'sync' => [
+ 'driver' => 'sync',
+ ],
+
+ 'database' => [
+ 'driver' => 'database',
+ 'table' => 'jobs',
+ 'queue' => 'default',
+ 'retry_after' => 90,
+ 'after_commit' => false,
+ ],
+
+ 'beanstalkd' => [
+ 'driver' => 'beanstalkd',
+ 'host' => 'localhost',
+ 'queue' => 'default',
+ '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' => 'default',
+ 'queue' => env('REDIS_QUEUE', 'default'),
+ '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', 'mysql'),
+ 'table' => 'job_batches',
+ ],
+
+ /*
+ |--------------------------------------------------------------------------
+ | Failed Queue Jobs
+ |--------------------------------------------------------------------------
+ |
+ | These options configure the behavior of failed queue job logging so you
+ | can control which database and table are used to store the jobs that
+ | have failed. You may change them to any database / table you wish.
+ |
+ */
+
+ 'failed' => [
+ 'driver' => env('QUEUE_FAILED_DRIVER', 'database-uuids'),
+ 'database' => env('DB_CONNECTION', 'mysql'),
+ 'table' => 'failed_jobs',
+ ],
+
+];
diff --git a/config/sanctum.php b/config/sanctum.php
new file mode 100644
index 0000000..529cfdc
--- /dev/null
+++ b/config/sanctum.php
@@ -0,0 +1,67 @@
+ explode(',', env('SANCTUM_STATEFUL_DOMAINS', sprintf(
+ '%s%s',
+ 'localhost,localhost:3000,127.0.0.1,127.0.0.1:8000,::1',
+ Sanctum::currentApplicationUrlWithPort()
+ ))),
+
+ /*
+ |--------------------------------------------------------------------------
+ | Sanctum Guards
+ |--------------------------------------------------------------------------
+ |
+ | This array contains the authentication guards that will be checked when
+ | Sanctum is trying to authenticate a request. If none of these guards
+ | are able to authenticate the request, Sanctum will use the bearer
+ | token that's present on an incoming request for authentication.
+ |
+ */
+
+ 'guard' => ['web'],
+
+ /*
+ |--------------------------------------------------------------------------
+ | Expiration Minutes
+ |--------------------------------------------------------------------------
+ |
+ | This value controls the number of minutes until an issued token will be
+ | considered expired. If this value is null, personal access tokens do
+ | not expire. This won't tweak the lifetime of first-party sessions.
+ |
+ */
+
+ 'expiration' => null,
+
+ /*
+ |--------------------------------------------------------------------------
+ | Sanctum Middleware
+ |--------------------------------------------------------------------------
+ |
+ | When authenticating your first-party SPA with Sanctum you may need to
+ | customize some of the middleware Sanctum uses while processing the
+ | request. You may change the middleware listed below as required.
+ |
+ */
+
+ 'middleware' => [
+ 'verify_csrf_token' => App\Http\Middleware\VerifyCsrfToken::class,
+ 'encrypt_cookies' => App\Http\Middleware\EncryptCookies::class,
+ ],
+
+];
diff --git a/config/services.php b/config/services.php
new file mode 100644
index 0000000..0ace530
--- /dev/null
+++ b/config/services.php
@@ -0,0 +1,34 @@
+ [
+ 'domain' => env('MAILGUN_DOMAIN'),
+ 'secret' => env('MAILGUN_SECRET'),
+ 'endpoint' => env('MAILGUN_ENDPOINT', 'api.mailgun.net'),
+ 'scheme' => 'https',
+ ],
+
+ 'postmark' => [
+ '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'),
+ ],
+
+];
diff --git a/config/session.php b/config/session.php
new file mode 100644
index 0000000..8fed97c
--- /dev/null
+++ b/config/session.php
@@ -0,0 +1,201 @@
+ env('SESSION_DRIVER', 'file'),
+
+ /*
+ |--------------------------------------------------------------------------
+ | 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 immediately expire on the browser closing, set that option.
+ |
+ */
+
+ 'lifetime' => env('SESSION_LIFETIME', 120),
+
+ 'expire_on_close' => false,
+
+ /*
+ |--------------------------------------------------------------------------
+ | Session Encryption
+ |--------------------------------------------------------------------------
+ |
+ | This option allows you to easily specify that all of your session data
+ | should be encrypted before it is stored. All encryption will be run
+ | automatically by Laravel and you can use the Session like normal.
+ |
+ */
+
+ 'encrypt' => false,
+
+ /*
+ |--------------------------------------------------------------------------
+ | Session File Location
+ |--------------------------------------------------------------------------
+ |
+ | When using the native session driver, we need a location where session
+ | files may be stored. A default has been set for you but a different
+ | location may be specified. This is only needed for file sessions.
+ |
+ */
+
+ '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 we
+ | should use to manage the sessions. Of course, a sensible default is
+ | provided for you; however, you are free to change this as needed.
+ |
+ */
+
+ 'table' => 'sessions',
+
+ /*
+ |--------------------------------------------------------------------------
+ | Session Cache Store
+ |--------------------------------------------------------------------------
+ |
+ | While using one of the framework's cache driven session backends you may
+ | list a cache store that should be used for these sessions. This value
+ | must match with one of the application's configured 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 cookie used to identify a session
+ | instance by ID. The name specified here will get used every time a
+ | new session cookie is created by the framework for every driver.
+ |
+ */
+
+ '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 are free to change this when necessary.
+ |
+ */
+
+ 'path' => '/',
+
+ /*
+ |--------------------------------------------------------------------------
+ | Session Cookie Domain
+ |--------------------------------------------------------------------------
+ |
+ | Here you may change the domain of the cookie used to identify a session
+ | in your application. This will determine which domains the cookie is
+ | available to in your application. A sensible default has been set.
+ |
+ */
+
+ '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. You are free to modify this option if needed.
+ |
+ */
+
+ '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" since this is a secure default value.
+ |
+ | Supported: "lax", "strict", "none", null
+ |
+ */
+
+ 'same_site' => 'lax',
+
+];
diff --git a/config/view.php b/config/view.php
new file mode 100644
index 0000000..22b8a18
--- /dev/null
+++ b/config/view.php
@@ -0,0 +1,36 @@
+ [
+ resource_path('views'),
+ ],
+
+ /*
+ |--------------------------------------------------------------------------
+ | Compiled View Path
+ |--------------------------------------------------------------------------
+ |
+ | This option determines where all the compiled Blade templates will be
+ | stored for your application. Typically, this is within the storage
+ | directory. However, as usual, you are free to change this value.
+ |
+ */
+
+ 'compiled' => env(
+ 'VIEW_COMPILED_PATH',
+ realpath(storage_path('framework/views'))
+ ),
+
+];
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..a6ecc0a
--- /dev/null
+++ b/database/factories/UserFactory.php
@@ -0,0 +1,38 @@
+
+ */
+class UserFactory extends Factory
+{
+ /**
+ * 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' => '$2y$10$92IXUNpkjO0rOQ5byMi.Ye4oKoEa3Ro9llC/.og/at2.uheWG/igi', // 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/2014_10_12_000000_create_users_table.php b/database/migrations/2014_10_12_000000_create_users_table.php
new file mode 100644
index 0000000..444fafb
--- /dev/null
+++ b/database/migrations/2014_10_12_000000_create_users_table.php
@@ -0,0 +1,32 @@
+id();
+ $table->string('name');
+ $table->string('email')->unique();
+ $table->timestamp('email_verified_at')->nullable();
+ $table->string('password');
+ $table->rememberToken();
+ $table->timestamps();
+ });
+ }
+
+ /**
+ * Reverse the migrations.
+ */
+ public function down(): void
+ {
+ Schema::dropIfExists('users');
+ }
+};
diff --git a/database/migrations/2014_10_12_100000_create_password_reset_tokens_table.php b/database/migrations/2014_10_12_100000_create_password_reset_tokens_table.php
new file mode 100644
index 0000000..81a7229
--- /dev/null
+++ b/database/migrations/2014_10_12_100000_create_password_reset_tokens_table.php
@@ -0,0 +1,28 @@
+string('email')->primary();
+ $table->string('token');
+ $table->timestamp('created_at')->nullable();
+ });
+ }
+
+ /**
+ * Reverse the migrations.
+ */
+ public function down(): void
+ {
+ Schema::dropIfExists('password_reset_tokens');
+ }
+};
diff --git a/database/migrations/2019_08_19_000000_create_failed_jobs_table.php b/database/migrations/2019_08_19_000000_create_failed_jobs_table.php
new file mode 100644
index 0000000..249da81
--- /dev/null
+++ b/database/migrations/2019_08_19_000000_create_failed_jobs_table.php
@@ -0,0 +1,32 @@
+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('failed_jobs');
+ }
+};
diff --git a/database/migrations/2019_12_14_000001_create_personal_access_tokens_table.php b/database/migrations/2019_12_14_000001_create_personal_access_tokens_table.php
new file mode 100644
index 0000000..e828ad8
--- /dev/null
+++ b/database/migrations/2019_12_14_000001_create_personal_access_tokens_table.php
@@ -0,0 +1,33 @@
+id();
+ $table->morphs('tokenable');
+ $table->string('name');
+ $table->string('token', 64)->unique();
+ $table->text('abilities')->nullable();
+ $table->timestamp('last_used_at')->nullable();
+ $table->timestamp('expires_at')->nullable();
+ $table->timestamps();
+ });
+ }
+
+ /**
+ * Reverse the migrations.
+ */
+ public function down(): void
+ {
+ Schema::dropIfExists('personal_access_tokens');
+ }
+};
diff --git a/database/seeders/DatabaseSeeder.php b/database/seeders/DatabaseSeeder.php
new file mode 100644
index 0000000..a9f4519
--- /dev/null
+++ b/database/seeders/DatabaseSeeder.php
@@ -0,0 +1,22 @@
+create();
+
+ // \App\Models\User::factory()->create([
+ // 'name' => 'Test User',
+ // 'email' => 'test@example.com',
+ // ]);
+ }
+}
diff --git a/db/smart_parking.sql b/db/smart_parking.sql
new file mode 100644
index 0000000..9b512e3
--- /dev/null
+++ b/db/smart_parking.sql
@@ -0,0 +1,361 @@
+-- phpMyAdmin SQL Dump
+-- version 5.2.0
+-- https://www.phpmyadmin.net/
+--
+-- Host: 127.0.0.1
+-- Generation Time: Oct 15, 2023 at 05:02 PM
+-- Server version: 10.4.24-MariaDB
+-- PHP Version: 8.1.6
+
+SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
+START TRANSACTION;
+SET time_zone = "+00:00";
+
+
+/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
+/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
+/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
+/*!40101 SET NAMES utf8mb4 */;
+
+--
+-- Database: `smart_parking`
+--
+
+-- --------------------------------------------------------
+
+--
+-- Table structure for table `detail_lokasi`
+--
+
+CREATE TABLE `detail_lokasi` (
+ `id` bigint(20) NOT NULL,
+ `parkir_id` bigint(20) NOT NULL,
+ `lokasi_detail_parkir` varchar(6) NOT NULL,
+ `status` int(11) NOT NULL,
+ `harga_tiket` int(11) NOT NULL,
+ `created_at` timestamp NULL DEFAULT NULL,
+ `updated_at` timestamp NULL DEFAULT NULL
+) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
+
+--
+-- Dumping data for table `detail_lokasi`
+--
+
+INSERT INTO `detail_lokasi` (`id`, `parkir_id`, `lokasi_detail_parkir`, `status`, `harga_tiket`, `created_at`, `updated_at`) VALUES
+(1, 1, 'a-36', 0, 2000, NULL, NULL),
+(2, 1, 'a-37', 0, 2000, NULL, '2023-10-15 14:59:02'),
+(3, 2, 'b-34', 1, 3000, NULL, '2023-10-15 14:51:48'),
+(4, 1, 'a-39', 0, 2000, NULL, NULL),
+(5, 3, 'c-21', 0, 5000, NULL, NULL),
+(6, 3, 'c-31', 0, 5000, NULL, NULL),
+(7, 2, 'b-21', 0, 3000, NULL, NULL),
+(8, 2, 'b-32', 0, 3000, NULL, NULL),
+(9, 3, 'c-41', 0, 5000, NULL, NULL),
+(10, 3, 'c-51', 0, 5000, NULL, NULL),
+(11, 1, 'a-41', 0, 2000, NULL, NULL),
+(12, 1, 'a-43', 0, 2000, NULL, NULL),
+(13, 4, 'd-43', 0, 2500, NULL, NULL),
+(14, 4, 'd-45', 0, 2500, NULL, NULL),
+(15, 5, 'e-62', 0, 5000, NULL, NULL),
+(16, 5, 'e-36', 0, 5000, NULL, NULL),
+(17, 6, 'f-34', 0, 2000, NULL, NULL),
+(18, 6, 'f-34', 0, 2000, NULL, NULL),
+(19, 7, 'g-21', 0, 3500, NULL, NULL),
+(20, 7, 'g-83', 0, 3500, NULL, NULL),
+(21, 8, 'h-42', 0, 4000, NULL, NULL),
+(22, 8, 'h-54', 0, 4000, NULL, NULL),
+(23, 9, 'i-74', 0, 4500, NULL, NULL),
+(24, 9, 'i-78', 0, 4500, NULL, NULL),
+(25, 10, 'j-86', 0, 5500, NULL, NULL),
+(26, 10, 'j-76', 0, 5500, NULL, NULL),
+(27, 4, 'd-53', 0, 2500, NULL, NULL),
+(28, 4, 'd-54', 0, 2500, NULL, NULL),
+(29, 5, 'e-55', 0, 5000, NULL, NULL),
+(30, 5, 'e-67', 0, 5000, NULL, NULL);
+
+-- --------------------------------------------------------
+
+--
+-- Table structure for table `kendaraan`
+--
+
+CREATE TABLE `kendaraan` (
+ `id` bigint(20) NOT NULL,
+ `user_id` varchar(20) NOT NULL,
+ `nama_kendaraan` varchar(150) NOT NULL,
+ `nomor_plat` varchar(20) NOT NULL,
+ `foto_stnk` varchar(150) NOT NULL,
+ `foto_kendaraan_tampak_depan` varchar(150) NOT NULL,
+ `foto_kendaraan_tampak_belakang` varchar(150) NOT NULL,
+ `foto_kendaraan_dengan_pemilik` varchar(150) NOT NULL,
+ `image_qr` varchar(150) DEFAULT NULL,
+ `is_active` int(11) NOT NULL,
+ `created_at` timestamp NULL DEFAULT NULL,
+ `updated_at` timestamp NULL DEFAULT NULL
+) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
+
+--
+-- Dumping data for table `kendaraan`
+--
+
+INSERT INTO `kendaraan` (`id`, `user_id`, `nama_kendaraan`, `nomor_plat`, `foto_stnk`, `foto_kendaraan_tampak_depan`, `foto_kendaraan_tampak_belakang`, `foto_kendaraan_dengan_pemilik`, `image_qr`, `is_active`, `created_at`, `updated_at`) VALUES
+(3, '123456765897654', 'Porsche Boxter S 981', 'P 3333 DK', '35y5UWwdsm.jpeg', 'gxw1k5Xmco.jpeg', '5zkneKhQvZ.jpeg', 'pptIzpfP6k.jpeg', 'kendaraaan_652a8b557a555.png', 1, '2023-10-14 05:36:37', '2023-10-15 06:39:57');
+
+-- --------------------------------------------------------
+
+--
+-- Table structure for table `parkir`
+--
+
+CREATE TABLE `parkir` (
+ `id` bigint(20) NOT NULL,
+ `lokasi_parkir` varchar(50) NOT NULL,
+ `alamat` text NOT NULL,
+ `created_at` timestamp NULL DEFAULT NULL,
+ `updated_at` timestamp NULL DEFAULT NULL
+) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
+
+--
+-- Dumping data for table `parkir`
+--
+
+INSERT INTO `parkir` (`id`, `lokasi_parkir`, `alamat`, `created_at`, `updated_at`) VALUES
+(1, 'Lippo Plaza', 'Jl. Gajah Mada No.106, Kb. Kidul, Jember Kidul, Kec. Kaliwates, Kabupaten Jember, Jawa Timur', NULL, NULL),
+(2, 'Roxy Square', 'Jl. Hayam Wuruk No.50-58, Gerdu, Sempusari, Kaliwates, Kabupaten Jember, Jawa Timur', NULL, NULL),
+(3, 'Matahari Johar Plaza', 'Johar Plaza, Jl. Diponegoro No.3, Tembaan, Kepatihan, Kec. Kaliwates, Kabupaten Jember, Jawa Timur', NULL, NULL),
+(4, 'Super Galaxy Tempurejo', 'Galaksi, Tempurejo, Kabupaten Jember, Jawa Timur', NULL, NULL),
+(5, 'Golden Market', 'Jl. Trunojoyo No.42, Sawahan Cantian, Kepatihan, Kec. Kaliwates, Kabupaten Jember, Jawa Timur', NULL, NULL),
+(6, 'Dira Shopping Centre', 'Jl. Puger, Krajan Lor, Balung Kulon, Balung, Kabupaten Jember, Jawa Timur', NULL, NULL),
+(7, 'Transmart Jember', 'Jl. Hayam Wuruk No.71, Gerdu, Sempusari, Kec. Kaliwates, Kabupaten Jember, Jawa Timur', NULL, NULL),
+(8, 'Larisso Supermarket', 'Jl. Watu Ulo No.21, Krajan, Ambulu, Kabupaten Jember, Jawa Timur', NULL, NULL),
+(9, ' Waterpark Dira Kencong', 'Jl. Krakatau No.93, Pd. Waluh, Kencong, Kabupaten Jember, Jawa Timur', NULL, NULL),
+(10, 'Kota Cinema Mall', 'Jl. Gajah Mada No.176, Kb. Kidul, Jember Kidul, Kec. Kaliwates, Kabupaten Jember, Jawa Timur', NULL, NULL);
+
+-- --------------------------------------------------------
+
+--
+-- Table structure for table `saldo`
+--
+
+CREATE TABLE `saldo` (
+ `id` bigint(20) NOT NULL,
+ `user_id` varchar(20) NOT NULL,
+ `nominal` int(11) NOT NULL,
+ `tanggal` date NOT NULL,
+ `status` int(11) NOT NULL,
+ `created_at` timestamp NULL DEFAULT NULL,
+ `updated_at` timestamp NULL DEFAULT NULL
+) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
+
+--
+-- Dumping data for table `saldo`
+--
+
+INSERT INTO `saldo` (`id`, `user_id`, `nominal`, `tanggal`, `status`, `created_at`, `updated_at`) VALUES
+(7, '123456765897654', 100000, '2023-10-14', 1, '2023-10-14 14:02:46', '2023-10-14 14:02:46'),
+(13, '123456765897654', 2000, '2023-10-15', 0, '2023-10-15 14:56:58', '2023-10-15 14:56:58');
+
+--
+-- Triggers `saldo`
+--
+DELIMITER $$
+CREATE TRIGGER `edit_saldo` AFTER UPDATE ON `saldo` FOR EACH ROW BEGIN
+ IF NEW.status = 0 THEN
+ UPDATE users
+ SET saldo = saldo - OLD.nominal + NEW.nominal
+ WHERE nomor_identitas = NEW.user_id;
+ END IF;
+END
+$$
+DELIMITER ;
+DELIMITER $$
+CREATE TRIGGER `hapus_saldo` AFTER DELETE ON `saldo` FOR EACH ROW BEGIN
+ IF OLD.status = 1 THEN
+ UPDATE users
+ SET saldo = saldo - OLD.nominal
+ WHERE nomor_identitas = OLD.user_id;
+ END IF;
+END
+$$
+DELIMITER ;
+DELIMITER $$
+CREATE TRIGGER `tambah_saldo` AFTER INSERT ON `saldo` FOR EACH ROW BEGIN
+ IF NEW.status = 1 THEN
+ UPDATE users
+ SET saldo = saldo + NEW.nominal
+ WHERE nomor_identitas = NEW.user_id;
+ END IF;
+END
+$$
+DELIMITER ;
+DELIMITER $$
+CREATE TRIGGER `tambah_transaksi` AFTER INSERT ON `saldo` FOR EACH ROW BEGIN
+ IF NEW.status = 0 THEN
+ UPDATE users
+ SET saldo = saldo - NEW.nominal
+ WHERE nomor_identitas = NEW.user_id;
+ END IF;
+END
+$$
+DELIMITER ;
+
+-- --------------------------------------------------------
+
+--
+-- Table structure for table `transaksi`
+--
+
+CREATE TABLE `transaksi` (
+ `id` bigint(20) NOT NULL,
+ `user_id` varchar(20) NOT NULL,
+ `harga_akhir` varchar(50) DEFAULT NULL,
+ `tanggal` date NOT NULL,
+ `status` int(11) NOT NULL,
+ `status_keluar_masuk` int(11) NOT NULL,
+ `detail_lokasi_id` bigint(20) NOT NULL,
+ `kendaraan_id` bigint(20) NOT NULL,
+ `jam_masuk` time NOT NULL,
+ `jam_keluar` time DEFAULT NULL,
+ `image_qr` varchar(255) DEFAULT NULL,
+ `created_at` timestamp NULL DEFAULT NULL,
+ `updated_at` timestamp NULL DEFAULT NULL
+) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
+
+--
+-- Dumping data for table `transaksi`
+--
+
+INSERT INTO `transaksi` (`id`, `user_id`, `harga_akhir`, `tanggal`, `status`, `status_keluar_masuk`, `detail_lokasi_id`, `kendaraan_id`, `jam_masuk`, `jam_keluar`, `image_qr`, `created_at`, `updated_at`) VALUES
+(8, '123456765897654', '2000', '2023-10-15', 1, 1, 2, 3, '21:49:22', '21:56:58', 'tiket_652bfbf2a6c82.png', '2023-10-15 14:49:22', '2023-10-15 14:59:02'),
+(10, '123456765897654', NULL, '2023-10-15', 0, 0, 3, 3, '21:51:48', NULL, 'tiket_652bfc8442113.png', '2023-10-15 14:51:48', '2023-10-15 14:51:48');
+
+-- --------------------------------------------------------
+
+--
+-- Table structure for table `users`
+--
+
+CREATE TABLE `users` (
+ `nama_lengkap` varchar(30) NOT NULL,
+ `no_telp` varchar(14) NOT NULL,
+ `email` text NOT NULL,
+ `password` varchar(150) NOT NULL,
+ `nomor_identitas` varchar(20) NOT NULL,
+ `foto_identitas` varchar(50) NOT NULL,
+ `saldo` int(10) NOT NULL,
+ `pin` varchar(6) NOT NULL,
+ `qr_code` varchar(30) NOT NULL,
+ `created_at` timestamp NULL DEFAULT NULL,
+ `updated_at` timestamp NULL DEFAULT NULL
+) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
+
+--
+-- Dumping data for table `users`
+--
+
+INSERT INTO `users` (`nama_lengkap`, `no_telp`, `email`, `password`, `nomor_identitas`, `foto_identitas`, `saldo`, `pin`, `qr_code`, `created_at`, `updated_at`) VALUES
+('Rangga Santoso', '089765123456', 'rangga@gmail.com', '$2y$10$DQf1k6OdCvi14LH0cMjMM.leIGJ09aJXNpVYvVqifmDwlDoePXzGu', '123456765897654', 'R04Skoq1jJ.jpeg', 92000, '123456', 'user_652a84e53fcb1.png', '2023-10-14 05:09:14', '2023-10-14 05:17:24');
+
+--
+-- Indexes for dumped tables
+--
+
+--
+-- Indexes for table `detail_lokasi`
+--
+ALTER TABLE `detail_lokasi`
+ ADD PRIMARY KEY (`id`),
+ ADD KEY `id_parkir` (`parkir_id`);
+
+--
+-- Indexes for table `kendaraan`
+--
+ALTER TABLE `kendaraan`
+ ADD PRIMARY KEY (`id`),
+ ADD KEY `user_id` (`user_id`);
+
+--
+-- Indexes for table `parkir`
+--
+ALTER TABLE `parkir`
+ ADD PRIMARY KEY (`id`);
+
+--
+-- Indexes for table `saldo`
+--
+ALTER TABLE `saldo`
+ ADD PRIMARY KEY (`id`),
+ ADD KEY `id_user` (`user_id`);
+
+--
+-- Indexes for table `transaksi`
+--
+ALTER TABLE `transaksi`
+ ADD PRIMARY KEY (`id`),
+ ADD KEY `tempat_parkir` (`detail_lokasi_id`),
+ ADD KEY `id_user` (`kendaraan_id`),
+ ADD KEY `kendaraan_id` (`kendaraan_id`),
+ ADD KEY `tb_user_fk` (`user_id`);
+
+--
+-- Indexes for table `users`
+--
+ALTER TABLE `users`
+ ADD PRIMARY KEY (`nomor_identitas`);
+
+--
+-- AUTO_INCREMENT for dumped tables
+--
+
+--
+-- AUTO_INCREMENT for table `kendaraan`
+--
+ALTER TABLE `kendaraan`
+ MODIFY `id` bigint(20) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;
+
+--
+-- AUTO_INCREMENT for table `saldo`
+--
+ALTER TABLE `saldo`
+ MODIFY `id` bigint(20) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=14;
+
+--
+-- AUTO_INCREMENT for table `transaksi`
+--
+ALTER TABLE `transaksi`
+ MODIFY `id` bigint(20) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=11;
+
+--
+-- Constraints for dumped tables
+--
+
+--
+-- Constraints for table `detail_lokasi`
+--
+ALTER TABLE `detail_lokasi`
+ ADD CONSTRAINT `detail_lokasi_ibfk_1` FOREIGN KEY (`parkir_id`) REFERENCES `parkir` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;
+
+--
+-- Constraints for table `kendaraan`
+--
+ALTER TABLE `kendaraan`
+ ADD CONSTRAINT `kendaraan_ibfk_1` FOREIGN KEY (`user_id`) REFERENCES `users` (`nomor_identitas`) ON DELETE CASCADE ON UPDATE CASCADE;
+
+--
+-- Constraints for table `saldo`
+--
+ALTER TABLE `saldo`
+ ADD CONSTRAINT `saldo_ibfk_1` FOREIGN KEY (`user_id`) REFERENCES `users` (`nomor_identitas`) ON DELETE CASCADE ON UPDATE CASCADE;
+
+--
+-- Constraints for table `transaksi`
+--
+ALTER TABLE `transaksi`
+ ADD CONSTRAINT `tb_user_fk` FOREIGN KEY (`user_id`) REFERENCES `users` (`nomor_identitas`) ON DELETE CASCADE ON UPDATE CASCADE,
+ ADD CONSTRAINT `transaksi_ibfk_1` FOREIGN KEY (`kendaraan_id`) REFERENCES `kendaraan` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
+ ADD CONSTRAINT `transaksi_ibfk_2` FOREIGN KEY (`detail_lokasi_id`) REFERENCES `detail_lokasi` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;
+COMMIT;
+
+/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
+/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
+/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
diff --git a/hasil pengujian/10 user.csv b/hasil pengujian/10 user.csv
new file mode 100644
index 0000000..fcff9c8
--- /dev/null
+++ b/hasil pengujian/10 user.csv
@@ -0,0 +1,10 @@
+Label,# Samples,Average,Min,Max,Std. Dev.,Error %,Throughput,Received KB/sec,Sent KB/sec,Avg. Bytes
+login,10,331,284,474,51.91,0.000%,.13826,0.32,0.04,2350.6
+get parkir,10,265,189,646,128.40,0.000%,.13840,0.80,0.07,5954.0
+add parkir,10,320,265,524,75.01,0.000%,.13837,0.10,0.11,761.0
+transaksi parkir,10,311,263,382,30.20,0.000%,.13844,0.10,0.08,705.0
+pay parkir,10,271,250,341,26.25,0.000%,.13856,0.10,0.08,718.0
+get lokasi parkir saat ini,10,285,234,397,48.58,0.000%,.13836,0.46,0.08,3436.5
+checkout parkir,10,278,225,373,39.27,0.000%,.13829,0.10,0.08,713.9
+get history parkir,10,254,234,286,19.02,0.000%,.13830,0.46,0.07,3436.4
+TOTAL,80,289,189,646,67.17,0.000%,1.07734,2.38,0.61,2259.4
diff --git a/hasil pengujian/20 user.csv b/hasil pengujian/20 user.csv
new file mode 100644
index 0000000..de43d64
--- /dev/null
+++ b/hasil pengujian/20 user.csv
@@ -0,0 +1,10 @@
+Label,# Samples,Average,Min,Max,Std. Dev.,Error %,Throughput,Received KB/sec,Sent KB/sec,Avg. Bytes
+login,20,240,222,256,10.31,0.000%,.11680,0.27,0.03,2376.1
+get parkir,20,170,158,202,11.95,0.000%,.11685,0.68,0.06,5954.0
+add parkir,20,228,208,260,10.91,0.000%,.11681,0.09,0.09,762.0
+transaksi parkir,20,232,206,268,17.33,0.000%,.11682,0.08,0.07,706.0
+pay parkir,20,190,171,219,12.99,0.000%,.11687,0.08,0.07,718.0
+get lokasi parkir saat ini,20,163,149,183,9.90,0.000%,.11687,1.09,0.06,9523.9
+checkout parkir,20,204,182,233,14.31,0.000%,.11685,0.08,0.07,713.9
+get history parkir,20,180,149,229,22.99,0.000%,.11689,1.09,0.06,9523.9
+TOTAL,160,201,149,268,31.31,0.000%,.92725,3.43,0.52,3784.7
diff --git a/hasil pengujian/30 user.csv b/hasil pengujian/30 user.csv
new file mode 100644
index 0000000..f52ea13
--- /dev/null
+++ b/hasil pengujian/30 user.csv
@@ -0,0 +1,10 @@
+Label,# Samples,Average,Min,Max,Std. Dev.,Error %,Throughput,Received KB/sec,Sent KB/sec,Avg. Bytes
+login,30,245,221,321,19.88,0.000%,.11920,0.27,0.04,2351.2
+get parkir,30,173,148,217,16.90,0.000%,.11921,0.69,0.06,5954.0
+add parkir,30,232,207,290,16.81,0.000%,.11918,0.09,0.09,761.9
+transaksi parkir,30,235,210,273,15.98,0.000%,.11921,0.08,0.07,705.9
+pay parkir,30,198,179,237,14.04,0.000%,.11924,0.08,0.07,717.9
+get lokasi parkir saat ini,30,172,152,214,13.05,0.000%,.11924,2.12,0.07,18163.9
+checkout parkir,30,210,175,253,14.87,0.000%,.11924,0.08,0.07,713.9
+get history parkir,30,184,156,237,21.55,0.000%,.11924,2.12,0.06,18163.9
+TOTAL,240,206,148,321,32.02,0.000%,.94810,5.50,0.53,5941.6
diff --git a/hasil pengujian/40 user.csv b/hasil pengujian/40 user.csv
new file mode 100644
index 0000000..435db05
--- /dev/null
+++ b/hasil pengujian/40 user.csv
@@ -0,0 +1,10 @@
+Label,# Samples,Average,Min,Max,Std. Dev.,Error %,Throughput,Received KB/sec,Sent KB/sec,Avg. Bytes
+login,40,474,306,556,51.92,0.000%,.12047,0.28,0.04,2351.2
+get parkir,40,315,235,390,40.78,0.000%,.12053,0.70,0.06,5953.9
+add parkir,40,457,387,535,36.54,0.000%,.12052,0.09,0.10,761.9
+transaksi parkir,40,460,357,621,51.44,0.000%,.12053,0.08,0.07,705.9
+pay parkir,40,379,304,459,40.33,0.000%,.12054,0.08,0.07,717.9
+get lokasi parkir saat ini,40,347,240,493,57.38,0.000%,.12055,0.90,0.07,7603.9
+checkout parkir,40,354,239,445,42.32,0.000%,.12056,0.08,0.07,713.9
+get history parkir,40,326,267,403,37.65,0.000%,.12057,0.90,0.06,7603.9
+TOTAL,320,389,235,621,75.77,0.000%,.95643,3.08,0.54,3301.6
diff --git a/hasil pengujian/50 user.csv b/hasil pengujian/50 user.csv
new file mode 100644
index 0000000..cee627d
--- /dev/null
+++ b/hasil pengujian/50 user.csv
@@ -0,0 +1,10 @@
+Label,# Samples,Average,Min,Max,Std. Dev.,Error %,Throughput,Received KB/sec,Sent KB/sec,Avg. Bytes
+login,50,485,376,618,57.54,0.000%,.11850,0.27,0.04,2351.6
+get parkir,50,358,236,556,57.66,0.000%,.11852,0.69,0.06,5954.0
+add parkir,50,441,339,552,45.56,0.000%,.11850,0.09,0.09,761.9
+transaksi parkir,50,474,359,944,86.21,0.000%,.11847,0.08,0.07,705.9
+pay parkir,50,377,276,516,47.96,0.000%,.11849,0.08,0.07,717.9
+get lokasi parkir saat ini,50,357,218,470,52.25,0.000%,.11848,1.06,0.07,9203.9
+checkout parkir,50,370,246,514,54.35,0.000%,.11845,0.08,0.07,713.9
+get history parkir,50,335,186,418,48.49,0.000%,.11839,1.06,0.06,9203.9
+TOTAL,400,400,186,944,79.14,0.000%,.94114,3.40,0.53,3701.6
diff --git a/hasil pengujian/50 user.jmx b/hasil pengujian/50 user.jmx
new file mode 100644
index 0000000..9c6c0bc
--- /dev/null
+++ b/hasil pengujian/50 user.jmx
@@ -0,0 +1,1424 @@
+
+
+
+
+
+
+
+ false
+ false
+
+
+
+ 10
+ 80
+ true
+ continue
+
+ 1
+ false
+
+
+
+
+
+
+ Content-Type
+ application/json
+
+
+ Accept
+ application/json
+
+
+
+
+
+ 127.0.0.1
+ 8000
+ http
+ api/login
+ true
+ POST
+ true
+ true
+
+
+
+ false
+ {
+ "no_telp" : "089765123456",
+ "password" : "rangga123"
+}
+ =
+
+
+
+
+
+
+ token
+ $.data.token
+ 1
+ TokenNotFound
+
+
+
+ false
+ true
+ true
+ false
+
+
+
+
+
+
+ Authorization
+ Bearer ${token}
+
+
+
+
+
+ 127.0.0.1
+ 8000
+ http
+ api/parkir
+ true
+ GET
+ true
+ false
+
+
+
+
+
+
+ 127.0.0.1
+ 8000
+ http
+ api/kendaraan/store
+ true
+ POST
+ true
+ true
+
+
+
+ false
+ {
+ "nama_kendaraan" : "Porsche Boxter S 9812",
+ "nomor_plat" : "P 0134 PP",
+ "foto_stnk" : "",
+ "foto_kendaraan_tampak_depan" : "",
+ "foto_kendaraan_tampak_belakang" : "",
+ "foto_kendaraan_dengan_pemilik" : ""
+}
+
+ =
+
+
+
+
+
+
+ 127.0.0.1
+ 8000
+ http
+ api/transaksi/store/3
+ true
+ POST
+ true
+ true
+
+
+
+ false
+ {
+ "kendaraan_id": "9"
+}
+ =
+
+
+
+
+
+
+ 127.0.0.1
+ 8000
+ http
+ api/transaksi/pay
+ true
+ PUT
+ true
+ true
+
+
+
+ false
+ {
+ "transaksi_id": "15"
+}
+ =
+
+
+
+
+
+
+ 127.0.0.1
+ 8000
+ http
+ api/transaksi/getParkirSaatIni
+ true
+ GET
+ true
+ false
+
+
+
+
+
+
+ 127.0.0.1
+ 8000
+ http
+ api/transaksi/out
+ true
+ PUT
+ true
+ true
+
+
+
+ false
+ {
+ "transaksi_id": "15"
+}
+ =
+
+
+
+
+
+
+ 127.0.0.1
+ 8000
+ http
+ api/transaksi/
+ true
+ GET
+ true
+ false
+
+
+
+
+
+
+ false
+
+ saveConfig
+
+
+ true
+ true
+ true
+
+ true
+ true
+ true
+ true
+ false
+ true
+ true
+ false
+ false
+ false
+ true
+ false
+ false
+ false
+ true
+ 0
+ true
+ true
+ true
+ true
+ true
+ true
+
+
+
+
+
+
+ false
+
+ saveConfig
+
+
+ true
+ true
+ true
+
+ true
+ true
+ true
+ true
+ false
+ true
+ true
+ false
+ false
+ false
+ true
+ false
+ false
+ false
+ true
+ 0
+ true
+ true
+ true
+ true
+ true
+ true
+
+
+
+
+
+
+
+ 20
+ 180
+ true
+ continue
+
+ 1
+ false
+
+
+
+
+
+
+ Content-Type
+ application/json
+
+
+ Accept
+ application/json
+
+
+
+
+
+ 127.0.0.1
+ 8000
+ http
+ api/login
+ true
+ POST
+ true
+ true
+
+
+
+ false
+ {
+ "no_telp" : "089765123456",
+ "password" : "rangga123"
+}
+ =
+
+
+
+
+
+
+ token
+ $.data.token
+ 1
+ TokenNotFound
+
+
+
+ false
+ true
+ true
+ false
+
+
+
+
+
+
+ Authorization
+ Bearer ${token}
+
+
+
+
+
+ 127.0.0.1
+ 8000
+ http
+ api/parkir
+ true
+ GET
+ true
+ false
+
+
+
+
+
+
+ 127.0.0.1
+ 8000
+ http
+ api/kendaraan/store
+ true
+ POST
+ true
+ true
+
+
+
+ false
+ {
+ "nama_kendaraan": "Porsche Boxter S 9812",
+ "nomor_plat": "P 0134 PP",
+ "foto_stnk": "",
+ "foto_kendaraan_tampak_depan": "",
+ "foto_kendaraan_tampak_belakang": "",
+ "foto_kendaraan_dengan_pemilik": ""
+}
+
+ =
+
+
+
+
+
+
+ 127.0.0.1
+ 8000
+ http
+ api/transaksi/store/3
+ true
+ POST
+ true
+ true
+
+
+
+ false
+ {
+ "kendaraan_id": "9"
+}
+ =
+
+
+
+
+
+
+ 127.0.0.1
+ 8000
+ http
+ api/transaksi/pay
+ true
+ PUT
+ true
+ true
+
+
+
+ false
+ {
+ "transaksi_id": "15"
+}
+ =
+
+
+
+
+
+
+ 127.0.0.1
+ 8000
+ http
+ api/transaksi/getParkirSaatIni
+ true
+ GET
+ true
+ false
+
+
+
+
+
+
+ 127.0.0.1
+ 8000
+ http
+ api/transaksi/out
+ true
+ PUT
+ true
+ true
+
+
+
+ false
+ {
+ "transaksi_id": "15"
+}
+ =
+
+
+
+
+
+
+ 127.0.0.1
+ 8000
+ http
+ api/transaksi/
+ true
+ GET
+ true
+ false
+
+
+
+
+
+
+ false
+
+ saveConfig
+
+
+ true
+ true
+ true
+
+ true
+ true
+ true
+ true
+ false
+ true
+ true
+ false
+ false
+ false
+ true
+ false
+ false
+ false
+ true
+ 0
+ true
+ true
+ true
+ true
+ true
+ true
+
+
+
+
+
+
+ false
+
+ saveConfig
+
+
+ true
+ true
+ true
+
+ true
+ true
+ true
+ true
+ false
+ true
+ true
+ false
+ false
+ false
+ true
+ false
+ false
+ false
+ true
+ 0
+ true
+ true
+ true
+ true
+ true
+ true
+
+
+
+
+
+
+
+ 30
+ 260
+ true
+ continue
+
+ 1
+ false
+
+
+
+
+
+
+ Content-Type
+ application/json
+
+
+ Accept
+ application/json
+
+
+
+
+
+ 127.0.0.1
+ 8000
+ http
+ api/login
+ true
+ POST
+ true
+ true
+
+
+
+ false
+ {
+ "no_telp" : "089765123456",
+ "password" : "rangga123"
+}
+ =
+
+
+
+
+
+
+ token
+ $.data.token
+ 1
+ TokenNotFound
+
+
+
+ false
+ true
+ true
+ false
+
+
+
+
+
+
+ Authorization
+ Bearer ${token}
+
+
+
+
+
+ 127.0.0.1
+ 8000
+ http
+ api/parkir
+ true
+ GET
+ true
+ false
+
+
+
+
+
+
+ 127.0.0.1
+ 8000
+ http
+ api/kendaraan/store
+ true
+ POST
+ true
+ true
+
+
+
+ false
+ {
+ "nama_kendaraan": "Porsche Boxter S 9812",
+ "nomor_plat": "P 0134 PP",
+ "foto_stnk": "",
+ "foto_kendaraan_tampak_depan": "",
+ "foto_kendaraan_tampak_belakang": "",
+ "foto_kendaraan_dengan_pemilik": ""
+}
+
+ =
+
+
+
+
+
+
+ 127.0.0.1
+ 8000
+ http
+ api/transaksi/store/3
+ true
+ POST
+ true
+ true
+
+
+
+ false
+ {
+ "kendaraan_id": "9"
+}
+ =
+
+
+
+
+
+
+ 127.0.0.1
+ 8000
+ http
+ api/transaksi/pay
+ true
+ PUT
+ true
+ true
+
+
+
+ false
+ {
+ "transaksi_id": "15"
+}
+ =
+
+
+
+
+
+
+ 127.0.0.1
+ 8000
+ http
+ api/transaksi/getParkirSaatIni
+ true
+ GET
+ true
+ false
+
+
+
+
+
+
+ 127.0.0.1
+ 8000
+ http
+ api/transaksi/out
+ true
+ PUT
+ true
+ true
+
+
+
+ false
+ {
+ "transaksi_id": "15"
+}
+ =
+
+
+
+
+
+
+ 127.0.0.1
+ 8000
+ http
+ api/transaksi/
+ true
+ GET
+ true
+ false
+
+
+
+
+
+
+ false
+
+ saveConfig
+
+
+ true
+ true
+ true
+
+ true
+ true
+ true
+ true
+ false
+ true
+ true
+ false
+ false
+ false
+ true
+ false
+ false
+ false
+ true
+ 0
+ true
+ true
+ true
+ true
+ true
+ true
+
+
+
+
+
+
+ false
+
+ saveConfig
+
+
+ true
+ true
+ true
+
+ true
+ true
+ true
+ true
+ false
+ true
+ true
+ false
+ false
+ false
+ true
+ false
+ false
+ false
+ true
+ 0
+ true
+ true
+ true
+ true
+ true
+ true
+
+
+
+
+
+
+
+ 40
+ 340
+ true
+ stoptestnow
+
+ 1
+ false
+
+
+
+
+
+
+ Content-Type
+ application/json
+
+
+ Accept
+ application/json
+
+
+
+
+
+ 127.0.0.1
+ 8000
+ http
+ api/login
+ true
+ POST
+ true
+ true
+
+
+
+ false
+ {
+ "no_telp" : "089765123456",
+ "password" : "rangga123"
+}
+ =
+
+
+
+
+
+
+ token
+ $.data.token
+ 1
+ TokenNotFound
+
+
+
+ false
+ true
+ true
+ false
+
+
+
+
+
+
+ Authorization
+ Bearer ${token}
+
+
+
+
+
+ 127.0.0.1
+ 8000
+ http
+ api/parkir
+ true
+ GET
+ true
+ false
+
+
+
+
+
+
+ 127.0.0.1
+ 8000
+ http
+ api/kendaraan/store
+ true
+ POST
+ true
+ true
+
+
+
+ false
+ {
+ "nama_kendaraan": "Porsche Boxter S 9812",
+ "nomor_plat": "P 0134 PP",
+ "foto_stnk": "",
+ "foto_kendaraan_tampak_depan": "",
+ "foto_kendaraan_tampak_belakang": "",
+ "foto_kendaraan_dengan_pemilik": ""
+}
+
+ =
+
+
+
+
+
+
+ 127.0.0.1
+ 8000
+ http
+ api/transaksi/store/3
+ true
+ POST
+ true
+ true
+
+
+
+ false
+ {
+ "kendaraan_id": "9"
+}
+ =
+
+
+
+
+
+
+ 127.0.0.1
+ 8000
+ http
+ api/transaksi/pay
+ true
+ PUT
+ true
+ true
+
+
+
+ false
+ {
+ "transaksi_id": "15"
+}
+ =
+
+
+
+
+
+
+ 127.0.0.1
+ 8000
+ http
+ api/transaksi/getParkirSaatIni
+ true
+ GET
+ true
+ false
+
+
+
+
+
+
+ 127.0.0.1
+ 8000
+ http
+ api/transaksi/out
+ true
+ PUT
+ true
+ true
+
+
+
+ false
+ {
+ "transaksi_id": "15"
+}
+ =
+
+
+
+
+
+
+ 127.0.0.1
+ 8000
+ http
+ api/transaksi/
+ true
+ GET
+ true
+ false
+
+
+
+
+
+
+ false
+
+ saveConfig
+
+
+ true
+ true
+ true
+
+ true
+ true
+ true
+ true
+ false
+ true
+ true
+ false
+ false
+ false
+ true
+ false
+ false
+ false
+ true
+ 0
+ true
+ true
+ true
+ true
+ true
+ true
+
+
+
+
+
+
+ false
+
+ saveConfig
+
+
+ true
+ true
+ true
+
+ true
+ true
+ true
+ true
+ false
+ true
+ true
+ false
+ false
+ false
+ true
+ false
+ false
+ false
+ true
+ 0
+ true
+ true
+ true
+ true
+ true
+ true
+
+
+
+
+
+
+
+ 50
+ 430
+ true
+ stoptestnow
+
+ 1
+ false
+
+
+
+
+
+
+ Content-Type
+ application/json
+
+
+ Accept
+ application/json
+
+
+
+
+
+ 127.0.0.1
+ 8000
+ http
+ api/login
+ true
+ POST
+ true
+ true
+
+
+
+ false
+ {
+ "no_telp" : "089765123456",
+ "password" : "rangga123"
+}
+ =
+
+
+
+
+
+
+ token
+ $.data.token
+ 1
+ TokenNotFound
+
+
+
+ false
+ true
+ true
+ false
+
+
+
+
+
+
+ Authorization
+ Bearer ${token}
+
+
+
+
+
+ 127.0.0.1
+ 8000
+ http
+ api/parkir
+ true
+ GET
+ true
+ false
+
+
+
+
+
+
+ 127.0.0.1
+ 8000
+ http
+ api/kendaraan/store
+ true
+ POST
+ true
+ true
+
+
+
+ false
+ {
+ "nama_kendaraan": "Porsche Boxter S 9812",
+ "nomor_plat": "P 0134 PP",
+ "foto_stnk": "",
+ "foto_kendaraan_tampak_depan": "",
+ "foto_kendaraan_tampak_belakang": "",
+ "foto_kendaraan_dengan_pemilik": ""
+}
+
+ =
+
+
+
+
+
+
+ 127.0.0.1
+ 8000
+ http
+ api/transaksi/store/3
+ true
+ POST
+ true
+ true
+
+
+
+ false
+ {
+ "kendaraan_id": "9"
+}
+ =
+
+
+
+
+
+
+ 127.0.0.1
+ 8000
+ http
+ api/transaksi/pay
+ true
+ PUT
+ true
+ true
+
+
+
+ false
+ {
+ "transaksi_id": "15"
+}
+ =
+
+
+
+
+
+
+ 127.0.0.1
+ 8000
+ http
+ api/transaksi/getParkirSaatIni
+ true
+ GET
+ true
+ false
+
+
+
+
+
+
+ 127.0.0.1
+ 8000
+ http
+ api/transaksi/out
+ true
+ PUT
+ true
+ true
+
+
+
+ false
+ {
+ "transaksi_id": "15"
+}
+ =
+
+
+
+
+
+
+ 127.0.0.1
+ 8000
+ http
+ api/transaksi/
+ true
+ GET
+ true
+ false
+
+
+
+
+
+
+ false
+
+ saveConfig
+
+
+ true
+ true
+ true
+
+ true
+ true
+ true
+ true
+ false
+ true
+ true
+ false
+ false
+ false
+ true
+ false
+ false
+ false
+ true
+ 0
+ true
+ true
+ true
+ true
+ true
+ true
+
+
+
+
+
+
+ false
+
+ saveConfig
+
+
+ true
+ true
+ true
+
+ true
+ true
+ true
+ true
+ false
+ true
+ true
+ false
+ false
+ false
+ true
+ false
+ false
+ false
+ true
+ 0
+ true
+ true
+ true
+ true
+ true
+ true
+
+
+
+
+
+
+
+
+
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..0e6480f
--- /dev/null
+++ b/package.json
@@ -0,0 +1,13 @@
+{
+ "private": true,
+ "type": "module",
+ "scripts": {
+ "dev": "vite",
+ "build": "vite build"
+ },
+ "devDependencies": {
+ "axios": "^1.1.2",
+ "laravel-vite-plugin": "^0.8.0",
+ "vite": "^4.0.0"
+ }
+}
diff --git a/phpunit.xml b/phpunit.xml
new file mode 100644
index 0000000..f112c0c
--- /dev/null
+++ b/phpunit.xml
@@ -0,0 +1,31 @@
+
+
+
+
+ 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/favicon.ico b/public/favicon.ico
new file mode 100644
index 0000000..e69de29
diff --git a/public/index.php b/public/index.php
new file mode 100644
index 0000000..1d69f3a
--- /dev/null
+++ b/public/index.php
@@ -0,0 +1,55 @@
+make(Kernel::class);
+
+$response = $kernel->handle(
+ $request = Request::capture()
+)->send();
+
+$kernel->terminate($request, $response);
diff --git a/public/kendaraan/kendaraaan_652a8b557a555.png b/public/kendaraan/kendaraaan_652a8b557a555.png
new file mode 100644
index 0000000000000000000000000000000000000000..462a8044c54feecbca531bf4ede2961bff06f0f4
GIT binary patch
literal 1358
zcmeAS@N?(olHy`uVBq!ia0vp^4?&oN2}o|d=&B2(*h+%@f*JmUpm~IJEl`BBz$3Dl
zfr0M`2s2LA=96Y%V0q{1;uumf=j~nZzB^_N4hMZ6{EokQGi7P3&@6e|((v5lYp1
zzju^ZzI^p*ukrenyZ=So_LaW~GVZ(k*~z%R_Ay-lu9cRTk8aF7xY7Hp&$+Z`l@qJy
zZTwJw!2)he-qSfRlU{6p)|%})-TUmC-Dl3^wAEF;nb$7!TYgWv4BTnk3(tL-vRo`G
zO|H6IhtE{f9q!1zMd!X;@wT)%gk@3=XWl>lJx`-L
zD>Ut))|CmZlb0kPcR}(}Zq5A6hpW!)<9$6Zs(h!!uSLthHB`Kc)j$f@-t*5~(_H;)
z-)rB~zGW^Q{bPM1!h7albM6JN|9$37=Z8w;*^0*gJa$JBPJDMqPQd@~LvuUF?^kTk
z*OcA2IggNBS7dj2qvxgVxvl0$_EmmRhouMY=RW>>Jxrc_UgpRhZ`@_`r2@&m?>9DA
ze(#fgb!*PeJH>XwTQZ=D>74EC@;7T2cZd6gz0)^+d}CqcwV6NSph;`j)Ym@TveBEW
z9{cg0OK%c`CcoG(KDWDDjc1#`<9Ju2<^fBJzH`r)7=FqAv~MoAp8ek+GtUY1`JCUq0J>F8xt8EIFIKGyQjEag1|#9jYyNciJk{(#s~Mq
zL+Jb2-4@^OT)!~&d+x#Q`IEMMnD^dtKIgv{xc+ln@~gME-kv5O&D-@R>E0dvnzllC
zw!3?5@3HSUx2G8wOHcefvoBX-eXs%$$N|L?@6{+J9Fo%cA4S+|MwQ2zZZY%w@-}`G{Wy{pHF|Z
l8c72z?qC6nqbPbOzq^Tfm&HyGFJN)V;OXk;vd$@?2>>p*uHOIv
literal 0
HcmV?d00001
diff --git a/public/kendaraan/kendaraaan_657ef47dcb96a.png b/public/kendaraan/kendaraaan_657ef47dcb96a.png
new file mode 100644
index 0000000000000000000000000000000000000000..2a356953582a486b8e412ec800225d3a58a04ef7
GIT binary patch
literal 1362
zcmeAS@N?(olHy`uVBq!ia0vp^4?&oN2}o|d=&B2(*h+%@f*JmUpm~IJEl`BBz$3Dl
zfr0M`2s2LA=96Y%VEN?f;uumf=k49I>u#Hgv|ikG;`jbfZ(0jf`B@XT_xO#(%U2)nG>+bM
zEdJq@V*k5Y$5P+#xp3yXd0&wF;wvXLN{zhkhMX-ah>R?_xi+n9^GqxKPv?xq{xuy#
zSQs5?EIa4d>dJ>P7axWhf7UaedUmD1e)aQUz2B_Id!VMw?FrhxF>TlBSYch`)Ay7n
zJNqJ;P@QtNr^Kqxn}mP^e&&nXKcQA3fug?S9yPBV3yjxnJ`nguRR-Wv9$1J_>W&q+0Sm(
z9(R#+hX;RN^4XHeR>Ny^$}KIvF4$e=a3?fQ8cF(b-Ll&9d6Bi|mpA17k@}rAefPb}
zXWwIg>__(bsh>W^##a7oa*n;5<#{Pv<{v*SUc=U%-Myyw-i<@IQfrqmSwFMhkv
z>O7L?u77RF$U9Y;w7hM%RnzO)?EB%dcndk?CI>b9``ebEu@S!S15HW0Zl6n+x@~^m{Fjw;rIex%
z>LnvbT=wU*ywX#tw`cp^eZ{?N#`zj$pjCn}tIXz|Hxauzm_&vaPqPW|h{
z{#&a@|HYLHHuF8t9;pUr0gzRNx%c*M<4Zo5e#_-73nExU_&a9q@7A~W{@ywDZ0hd5
zV`=-E{`&0cfEfskkQs$HrFOQi7mWN`zG1!K?|rWGkP;g(^Spf>W3YMeOTn{hv+k(xpIHt!RLO>hx_hT=A`(>(p6kBH|(5|g9(_;QqxcC&5^YXO`J39{myK&jGVNt
zyg&WoMo2}#saY@A6*nK#o6TG0BL2B~=G3m_Z^j>$U)B>*2}C+4vJ^_0va6n<
Zd&`}}KPMbJ3@j2EJYD@<);T3K0RZFmsulnM
literal 0
HcmV?d00001
diff --git a/public/qrcodes/user_652a84e53fcb1.png b/public/qrcodes/user_652a84e53fcb1.png
new file mode 100644
index 0000000000000000000000000000000000000000..7d0d3a580d96e18653ac8046984912d4fb3719c6
GIT binary patch
literal 1416
zcmeAS@N?(olHy`uVBq!ia0vp^4?&oN2}o|d=&B2(*h+%@f*JmUpm~IJEl`BBz$3Dl
zfr0M`2s2LA=96Y%VAb$+aSW-L^Y-rPzR%l)+%8^bulyhW&-l6n=i%Gis@G<2PnG=V
zup=PpWis6`ThEt?)tjAu)D{1A78fm`0sN$
zC#(K*IKQ_pSt)t^UFE`={rR#>{oGbg4t$j|W!K7CFCRuk7Q6{EK6=wYoO53$nvt4@)!VB9srro;!e}?9yZ@fJcRrgOccmKXuu83-B-q-53
zQxjXOo5kK)S(TlCKTFmcNx@&2Do$=m`G4>AzX~E7{IO*Fo?y=fL@pDzE7SLXk8
zw@T%b6(R_=fBSHIuSkA7!9VB2o88YB&bIkB71+x$KP4gqrc0{e3p)+
zd!^mweV@D1q->7gQarAv=CZ8wewJqxQaGlb-BNJt_P))1X)@JK@2&;czhA%iYU$=a
zcoMjK?61%EG9BK(pRe~HlHRm_ulZpl>!rUN+rF8dymv$7r+>E;&wify?P^Dw!-r~E
z>M4I$v#fol(5t^e$6u{|pY7$^r&zZE$?%Z*FB6}Me?P=`d_w<>Jo7Kt%ja8UBU^C&
zT)I@zn$4dCCrjBqs#&)1I?$;Ix9yzuGQvFL{i!w@mzY-SD2KwIrF1yclNZ_{ru^}9dCUE$xqjR`D~xZ`6qYrhc=nn
zh8DV9o-uyX+`)V=X3t!hNVffb7yyl
zvc3KMmG#=0?6XqOzfS_?1z?iZi!y#Yd)o)r$x^eP8}E(xI(x(%oJ~L}Jj?#_zD0=-
zr>6h1-M&l?n0RX6q(6e|%zMhy(fTcSO=pPN`){TD#qz#Y?f-O0=oFGarrKTJ{XMYa
z{r^21w2e(B=EvVHUc$A8z10
z|Lh|?DSV%3dfDmh%Q9~H&(S|@9&ViYoc|g$7=SrR8;e
z7AXsFI$x6QcHrA~Gb)2V&Na^c36Ja9uZ#~eA{ht^M_9=NFCbtk0H)ww
Ze%X#kH$EnFbOQ@g22WQ%mvv4FO#sF}$-Dpn
literal 0
HcmV?d00001
diff --git a/public/qrcodes/user_657ef4554d8bb.png b/public/qrcodes/user_657ef4554d8bb.png
new file mode 100644
index 0000000000000000000000000000000000000000..7d0d3a580d96e18653ac8046984912d4fb3719c6
GIT binary patch
literal 1416
zcmeAS@N?(olHy`uVBq!ia0vp^4?&oN2}o|d=&B2(*h+%@f*JmUpm~IJEl`BBz$3Dl
zfr0M`2s2LA=96Y%VAb$+aSW-L^Y-rPzR%l)+%8^bulyhW&-l6n=i%Gis@G<2PnG=V
zup=PpWis6`ThEt?)tjAu)D{1A78fm`0sN$
zC#(K*IKQ_pSt)t^UFE`={rR#>{oGbg4t$j|W!K7CFCRuk7Q6{EK6=wYoO53$nvt4@)!VB9srro;!e}?9yZ@fJcRrgOccmKXuu83-B-q-53
zQxjXOo5kK)S(TlCKTFmcNx@&2Do$=m`G4>AzX~E7{IO*Fo?y=fL@pDzE7SLXk8
zw@T%b6(R_=fBSHIuSkA7!9VB2o88YB&bIkB71+x$KP4gqrc0{e3p)+
zd!^mweV@D1q->7gQarAv=CZ8wewJqxQaGlb-BNJt_P))1X)@JK@2&;czhA%iYU$=a
zcoMjK?61%EG9BK(pRe~HlHRm_ulZpl>!rUN+rF8dymv$7r+>E;&wify?P^Dw!-r~E
z>M4I$v#fol(5t^e$6u{|pY7$^r&zZE$?%Z*FB6}Me?P=`d_w<>Jo7Kt%ja8UBU^C&
zT)I@zn$4dCCrjBqs#&)1I?$;Ix9yzuGQvFL{i!w@mzY-SD2KwIrF1yclNZ_{ru^}9dCUE$xqjR`D~xZ`6qYrhc=nn
zh8DV9o-uyX+`)V=X3t!hNVffb7yyl
zvc3KMmG#=0?6XqOzfS_?1z?iZi!y#Yd)o)r$x^eP8}E(xI(x(%oJ~L}Jj?#_zD0=-
zr>6h1-M&l?n0RX6q(6e|%zMhy(fTcSO=pPN`){TD#qz#Y?f-O0=oFGarrKTJ{XMYa
z{r^21w2e(B=EvVHUc$A8z10
z|Lh|?DSV%3dfDmh%Q9~H&(S|@9&ViYoc|g$7=SrR8;e
z7AXsFI$x6QcHrA~Gb)2V&Na^c36Ja9uZ#~eA{ht^M_9=NFCbtk0H)ww
Ze%X#kH$EnFbOQ@g22WQ%mvv4FO#sF}$-Dpn
literal 0
HcmV?d00001
diff --git a/public/qrcodes/user_657ef46aedb03.png b/public/qrcodes/user_657ef46aedb03.png
new file mode 100644
index 0000000000000000000000000000000000000000..7d0d3a580d96e18653ac8046984912d4fb3719c6
GIT binary patch
literal 1416
zcmeAS@N?(olHy`uVBq!ia0vp^4?&oN2}o|d=&B2(*h+%@f*JmUpm~IJEl`BBz$3Dl
zfr0M`2s2LA=96Y%VAb$+aSW-L^Y-rPzR%l)+%8^bulyhW&-l6n=i%Gis@G<2PnG=V
zup=PpWis6`ThEt?)tjAu)D{1A78fm`0sN$
zC#(K*IKQ_pSt)t^UFE`={rR#>{oGbg4t$j|W!K7CFCRuk7Q6{EK6=wYoO53$nvt4@)!VB9srro;!e}?9yZ@fJcRrgOccmKXuu83-B-q-53
zQxjXOo5kK)S(TlCKTFmcNx@&2Do$=m`G4>AzX~E7{IO*Fo?y=fL@pDzE7SLXk8
zw@T%b6(R_=fBSHIuSkA7!9VB2o88YB&bIkB71+x$KP4gqrc0{e3p)+
zd!^mweV@D1q->7gQarAv=CZ8wewJqxQaGlb-BNJt_P))1X)@JK@2&;czhA%iYU$=a
zcoMjK?61%EG9BK(pRe~HlHRm_ulZpl>!rUN+rF8dymv$7r+>E;&wify?P^Dw!-r~E
z>M4I$v#fol(5t^e$6u{|pY7$^r&zZE$?%Z*FB6}Me?P=`d_w<>Jo7Kt%ja8UBU^C&
zT)I@zn$4dCCrjBqs#&)1I?$;Ix9yzuGQvFL{i!w@mzY-SD2KwIrF1yclNZ_{ru^}9dCUE$xqjR`D~xZ`6qYrhc=nn
zh8DV9o-uyX+`)V=X3t!hNVffb7yyl
zvc3KMmG#=0?6XqOzfS_?1z?iZi!y#Yd)o)r$x^eP8}E(xI(x(%oJ~L}Jj?#_zD0=-
zr>6h1-M&l?n0RX6q(6e|%zMhy(fTcSO=pPN`){TD#qz#Y?f-O0=oFGarrKTJ{XMYa
z{r^21w2e(B=EvVHUc$A8z10
z|Lh|?DSV%3dfDmh%Q9~H&(S|@9&ViYoc|g$7=SrR8;e
z7AXsFI$x6QcHrA~Gb)2V&Na^c36Ja9uZ#~eA{ht^M_9=NFCbtk0H)ww
Ze%X#kH$EnFbOQ@g22WQ%mvv4FO#sF}$-Dpn
literal 0
HcmV?d00001
diff --git a/public/qrcodes/user_657ef47318b39.png b/public/qrcodes/user_657ef47318b39.png
new file mode 100644
index 0000000000000000000000000000000000000000..1c0f9f413521319d3d5fd5fb6a364efe4233fdea
GIT binary patch
literal 1401
zcmeAS@N?(olHy`uVBq!ia0vp^4?&oN2}o|d=&B2(*h+%@f*JmUpm~IJEl`BBz$3Dl
zfr0M`2s2LA=96Y%V3qWAaSW-L^Y-rPyeDQNt`{v%{QqB+K562GfLRKfd7*1fbzcX5
zV|>UxX}bOXy1&1;5B;^qEcD
zPdo{jT!?UWT%_^bTT>1T9z%HGc7*ZU+5cx~PWoorBT@*$zDW%s0hx#iD!aP#{)sGBY1~?{EBi$9`J
zcQ@Ypi`4ROqPAv|-y&4gk^GkY+2{MW+*6$)X5VMsJ>viMjxoagyT{@lFMl>u?3&*9
z^Lu|Zgw}t*K5vyTQgnRp+gHiGdJ+GND+Q~Rf2^E5A1MmVx6Xh0XrpFtFzdAm&wl#+
z&T_F;_yPA=Zp`fR+Di)~yQ<~y+x@xHCWkm6|V
z8^(H+Pn2RnD`V4y1%JFM76l@$+DIqu83CKYh5@%O)X(5-0`SoTw;&
z0c`C{#)IM$q3P${&aIWk+i#WkT(Es^{P$<`H{bV?ND=(_)}Cta>FZph{?{H@60+pZ
z9;E2Id(1dj{GF#&=-il^nnu&&wQ-MY^kF{LGQE8C%tY_++kZ9q@t*xW^IiVZv`3S{
zxdfQzzTdgEC)oFf-2&ww$=2=fEH8`I`NKl5_p{IMGa>5hSLA#$&L6Ig!jy6&6j-xz_hZ2RKM%LC3R`u9~X
zw^BP}lL1Qh|L-i!exILeFFfA|76#$-&L0UkM5JU$Hid;Athm7@`k#r1f#Fy=lO?dU
PWMJ@g^>bP0l+XkK7Q4sS
literal 0
HcmV?d00001
diff --git a/public/qrcodes/user_657f00c48d09f.png b/public/qrcodes/user_657f00c48d09f.png
new file mode 100644
index 0000000000000000000000000000000000000000..8b2f654a3ad55c5a15ee32fcf034a12a9c707000
GIT binary patch
literal 1433
zcmeAS@N?(olHy`uVBq!ia0vp^4?&oN2}o|d=&B2(*h+%@f*JmUpm~IJEl`BBz$3Dl
zfr0M`2s2LA=96Y%V72sgaSW-L^Y*S|-V+M}*MlDyysuCF9>;CU(e)%a^vJbosypn2
zrYcPR^YicDzx;>(+5ctuz;EO=wkhA(UcbR}*3S1nx6M;l+|R0O
zdWEpe_NH-cPB!L3f(s|ujO8os&Y?XmN`RmpMml5
zhgXc_UCvpDxr3Ytw&dN(d77J+e0*@)VfnM`bE}@6P_J0n2M?FKA?Hi7WRs$`jZ5x#
zFPxuO{cPcUw-ty$`@T8v+qY(KsrzMJm$s$%-T6Mx3K6WqwwLYyeL1pjL#gn=`!{X^
z14(iDG-Thc{^H|&eV&xe_H}P}{|`3a*8AYH@yESzzwa=Ae{Y*1`|@*JWH;qK`8lC<
zb)GS@|BL3X-1(>YV`XkY3S<7=bGAsK|81?Y?T@*?4*nE8d+u4>=FO4rve0-*nX*g$
ze0o)Z>dSw-|1`({@ju%zBXh&Hw+pHZ^cIz>+0BF{3jcM+xzc+3a(B5D2OVCyvTAwQ
zLL|$hEzI9nEr0IT&wuyDqh8^I{TcYe=Z{Gn~l>nC4)YK&k>Yu=pM<%VBG
zt8f2#!|on7=-%mIjlbt7b-y580fq_%|-uSG=*5dV+D<6tJH=fCOP<$dhr9?hHTN`iu+BSbq
zQeD=ZBfBi0BAIDx$(*#THEMg?#Wy+cY7hMM`S$FiD=aR%&q>9bYvvuBKL5N)$=eI_
zcP&RsW7f}}t*v%_**jTk)^lUa%hTSgLcMYK(9TN!y6N*je$2hFO?CC}-|K!KUxo1E
z_r9H#;j|y+4_tPaUUl*BL#hRQQp06OQ)2+mUlk<
zS8xBH2OJ-MXZwG(ech+H57||dZ7(0)wlm9l?HQn>x8!DCxM#Dk1C}_rtCy9w@ulqQ
zC^7rKZSUkQZ)c_>=ZaJFUMAgLb>`@Wu)U=~cWiZh9W^sI-x@i3Hl$mXe!9GOrd#@p
z+~vQ2$E~@|^5eno_~mX+$OfgHFL}kXtlF4c_x7{vcmJ2f_FEW#PP#4Ufs|C@D(!^h
qT@hY~7eTPVhh=q0!Gt9Gk7?CK=6mlinMwdlRt8U3KbLh*2~7a#1>^7l
literal 0
HcmV?d00001
diff --git a/public/qrcodes/user_662e8a38a590e.png b/public/qrcodes/user_662e8a38a590e.png
new file mode 100644
index 0000000000000000000000000000000000000000..8b2f654a3ad55c5a15ee32fcf034a12a9c707000
GIT binary patch
literal 1433
zcmeAS@N?(olHy`uVBq!ia0vp^4?&oN2}o|d=&B2(*h+%@f*JmUpm~IJEl`BBz$3Dl
zfr0M`2s2LA=96Y%V72sgaSW-L^Y*S|-V+M}*MlDyysuCF9>;CU(e)%a^vJbosypn2
zrYcPR^YicDzx;>(+5ctuz;EO=wkhA(UcbR}*3S1nx6M;l+|R0O
zdWEpe_NH-cPB!L3f(s|ujO8os&Y?XmN`RmpMml5
zhgXc_UCvpDxr3Ytw&dN(d77J+e0*@)VfnM`bE}@6P_J0n2M?FKA?Hi7WRs$`jZ5x#
zFPxuO{cPcUw-ty$`@T8v+qY(KsrzMJm$s$%-T6Mx3K6WqwwLYyeL1pjL#gn=`!{X^
z14(iDG-Thc{^H|&eV&xe_H}P}{|`3a*8AYH@yESzzwa=Ae{Y*1`|@*JWH;qK`8lC<
zb)GS@|BL3X-1(>YV`XkY3S<7=bGAsK|81?Y?T@*?4*nE8d+u4>=FO4rve0-*nX*g$
ze0o)Z>dSw-|1`({@ju%zBXh&Hw+pHZ^cIz>+0BF{3jcM+xzc+3a(B5D2OVCyvTAwQ
zLL|$hEzI9nEr0IT&wuyDqh8^I{TcYe=Z{Gn~l>nC4)YK&k>Yu=pM<%VBG
zt8f2#!|on7=-%mIjlbt7b-y580fq_%|-uSG=*5dV+D<6tJH=fCOP<$dhr9?hHTN`iu+BSbq
zQeD=ZBfBi0BAIDx$(*#THEMg?#Wy+cY7hMM`S$FiD=aR%&q>9bYvvuBKL5N)$=eI_
zcP&RsW7f}}t*v%_**jTk)^lUa%hTSgLcMYK(9TN!y6N*je$2hFO?CC}-|K!KUxo1E
z_r9H#;j|y+4_tPaUUl*BL#hRQQp06OQ)2+mUlk<
zS8xBH2OJ-MXZwG(ech+H57||dZ7(0)wlm9l?HQn>x8!DCxM#Dk1C}_rtCy9w@ulqQ
zC^7rKZSUkQZ)c_>=ZaJFUMAgLb>`@Wu)U=~cWiZh9W^sI-x@i3Hl$mXe!9GOrd#@p
z+~vQ2$E~@|^5eno_~mX+$OfgHFL}kXtlF4c_x7{vcmJ2f_FEW#PP#4Ufs|C@D(!^h
qT@hY~7eTPVhh=q0!Gt9Gk7?CK=6mlinMwdlRt8U3KbLh*2~7a#1>^7l
literal 0
HcmV?d00001
diff --git a/public/robots.txt b/public/robots.txt
new file mode 100644
index 0000000..eb05362
--- /dev/null
+++ b/public/robots.txt
@@ -0,0 +1,2 @@
+User-agent: *
+Disallow:
diff --git a/public/tiket/tiket_662f27975b663.png b/public/tiket/tiket_662f27975b663.png
new file mode 100644
index 0000000000000000000000000000000000000000..a9248f284d70df5ab469c783b9cfc4dfc6bf258d
GIT binary patch
literal 1415
zcmeAS@N?(olHy`uVBq!ia0vp^4?&oN2}o|d=&B2(*h+%@f*JmUpm~IJEl`BBz$3Dl
zfr0M`2s2LA=96Y%U{&{YaSW-L^Y-q+K4o>0wu>cGzSloJX|{^hn5FAij9vQeZQNVy
z72_GF&yU|<_m?%X-rkns2e0H(Kev^W17D>~u_BK7JN@Zddwcuc#|+CXOH9As`B)v^
zSKMo#^>lvm{Tcf6ez7f|;SM)2Z)Mu9A078UNp~-q`h4A#+Tdlc);=@Okb_&gYp&_#
zqZ>CR#Ps>BW%CU+)BbuqIC);t8)+Hi{vh?mS59h_8hPFAHN9*o{d(R?t;D5^s(>O(a^0vElg=@_*OzV=_P4^v@v4h8Wv!WoFg8qgUel
zdn;e97kq{YwBI||fB$w&wKspa>&qK6l+Vi|J3jflaqbUD%V-)B$&LIUgV4)gcFmISvKnZ3L7
zdz-7~Yo8DGC!o^h?`$q_6ypR2Uqx->)=zP-eQNY!>7i_1`mXgme+19IJZrAhyjQEf
zUrF^t^1OApaqoTW)a1h*{VzEFU72BCxBuI-k7+Pl-@ak|7$Uv*qd{E!O`pijy&px8
zoMgMrJpXCU`PbzacFupfA1TDk*X7^)dXRtZ_dN@On}5$-;0jHoyQIHAyZhby|EGJ&
z{Ied_Ewlf>!Vt;4w=wBmbJAyh`t|MM@iLxUvyXqD1dXM4cmDcl_mx&lS7Z3^+*;$@
zoL>fYA8&A5nVP&$4>JC^7nU8YuQNZ|S2{iU`HEwUtK!9rzZ)Nvp9nQFZzcPYTIn-p
zdYOCnZJPP0PVI(2%$3E@XNHAo9=o@_`JM3l^eD+=Gb$1JYf<%QrMGv1VL9u&@m+Bh
zBxQ)wlY2Rqx!8gL(V8Ef;HZzZ{eQx-To|sblb)vyachoVj}=`w_S4
z@pm3?N?7WAWXe>btfdET?bxs-C@}YqutgeDW>`Aw<)a%xr%s*!JheGEce~s(Ca^6~$EOV}O
z*|T%&rnXL7uD9N5+u8i3&yQ}joq!Y=zfS=3kQR~v(Iwcsco%1eGsm@OzwKRPy2UMhS;maaeFm40KU`V8uj5U5
zjtt0v$sn_KO*IWp@k)M}v|#zK>$aumC)R&Bgyc$~H-bM49QT^J@O2zdZPlB3?RLEe
zeegiLdw$=&+uX}d_T`E%P5v&k^BuC|ZLek5yilx)pT09Z#O(LG$`_}N>u>TPxzG2k
zaqRi2F}#~E9P*r%{JKkQ+k@TqW$|;bKBo!SK6h-t1eG_G#M6U
z+Y9HtysZpzk8OgNgdPm8zIAVY*0FunX6IS{x5J`*
z>Q^7``A_@bF0KB^$a?L}#%D8s#KBTT?i#R{yVAIr)BkLu&DHHmFU}kntG+p(
zQ)~h>J>(_d-;x`DWxnHK=)=KY2PNJvwRUTg!^zG}}-TzBg%)bA(RKM@7yJ^YYBsWge*brC
z=JlQL@=ZUVziIxgd-=YDiq8UHrA)DsTir1|t5*Ny
zo#noAGE_}o>e-UQH99-=-P^*N+q7oS{PlRHA;0A}-h0OVa2MS@HtXe#*3$C2TbItwDe|}A1ZM17Dl8Ro_%lpnoIlq5#MugY+
zta#cl3memC-6txKBRMoW(%5yHiP%1#FCqVTEk7pnlTH5&B0S7PjcvE`6|R{gS@rJd
zh4}v7$`|Vek#zsQdA+*&;iO~R=PoMAIWzG&isO^_9{ZkaKfCh61o4n$XL-4*b)RSc
zP=W<{uFd7LG}V_kUT!pQu6eb0QEl?R{om>&&ZR%9hDFTwjqFE!-fmi-`0e+tcK+U<
z_cnUvbyPw_7#Il4?xp`ayLNl-_T4wOPs~5I&*;U!Fz3Zq-}2`tB89?K)60k6ru&!L
zN=P01y=r6a+!J3L9-M_m)a?jkU6IO-&%Ux=JG1rL%pY+u_pN3e$Oa6N({(|72m4^CnO!M;P^3|Zhb~ohyp4R={-`6JY*|$mZQ^@<>
zl1L#|y@vhBnYHtNW!C4g-wodVFKyl3@aHoTCg(lgZaEB^H7{)|?0m-{w9
zq+zb|eS5Zh4|i$(>Q;9F-kB@6f9t*Z(`UmxSR(G9o4NZ#*u=71`VmvIw#k{JCZ%6X
zg7<&uUQG-_lBjV<5do4{>aJy+VFYizdQTBA4@~>Yu>BcWs1(C#|{;x
zr0spavUS>t8OrO;k)8bbrw{k``L#zP-Or`pI%0#!Q_t_E?-JMC@Xm7n%k%4HcU`sp
zjL34fVaBr6rN@5y)Svt5^T8Y*9~H~q?#s|erl9IgSvs>0H-`}V@=ePN^
zHmhKn?EB^=&lj@GYERNb^5^zVXu-TVFD
z&6$s5zQ>z>K7G^tS@-gPP0nW!2AYQ&$JQMA|B1VM$;|KPrqnvOy;}P${(=p{GVSbT
z-N~s3Yb}koNSTD(Jaa|fzqj(l#{Ca$KO-EKyJluzWW;x#P)=jftHH_tT%HBKN||CM
zxzx{X69q^@oc4M9?IJHq(w?KP$)Zt2T1W@PR&xP1KK
zO2c@Uch+Y8aL?a8HA{2Tl8qk>E(HI5Jx{9miGD?*9LV^|Ae(lrob_^LX-D$XGZ(7$
z+v=)v&N$om8X)ODzwh2{?&&7`-ij?vPVU?DeO@KhbwKTA>x^CV*s2^;H|L*mmY1tq
z|9j>SC0KB;jY-eC*RkuuA=g>S&%4C7J=k4e7C$!~#p=vAzWloXV`O$;E<3T&@c!-a
zlPhOd7=t|zG=AB)XS{!x+ix+?Puyq}9Ar~^Bm4dg@oUk?tqNzjL!1u`sJzGb_RPGS
zF)_B_{x*%&xt#y_VfxQ~JsbVw;qUbCm9>qgpVySC?VAou2-4?`b#=J=)~=~>S>ARc
za6>Xu%$Bc9i@LGu!M$Kv;d|GQ)+DYktp1GTs49n;H?Q>#zTEr0zA8S|_(@&JS+Vy>
zak6?&x>Qll={skt?F+BpKePE=`lD)CDlC8JcRTs`?00(?1ULVlxxf`3341HKuPc5F
zRezVh>!;RtgT${@wcSDbFRonJGvD*>x8N26m{u74j
zT2|#Cvs&n#eNAEIx35#r3ILr_1#?PnO!}|G-PgBfSRecAvwEIv5>iwi|MpDwwf=?=
z6_@`ir0;o9r&jyP9~B_G$)9NCLVCIp*aKDu$~l;wTE
zV5*3pC}KIObdAJb*|y!#h#h}N^KoG%YAQH@b{Wtw&UhE*!!<;
zS=#(QMWo0CX2F+9&uY#CbKV)bowdnwQcrk*VX_~VMWb(K*W9mMR;ykScc1Hh#QaaS
zyb?$;w7qEV%awCue{Y*FyL->8f6ISw`+4@u9*b@4$N?ZB-?U->d^v_c?2=3U+*VEwe3dfAia6%)^k)HIx`DeuaYnz?VEWUD5qtwW2ZcmVTsB!F`N8A4#Qp$X`(>V41goRbBfAY?9
zhufH!dbXr+jm{2z_qMR+Hm%t+e?4Al$Zz?L_nvWokUG?$yT@j|oY7i(K47XraGo=#x&7A!+sIT;q0a7R>zxFxH^!nee{`JS!7$2NJ0UF`&
zV(#y$P5&>GJ>&03)@x_BUYq$N4jgg7APK!TQ_L>o*{$%Btcq2u?*+G8&P1{f7;k&O
zZd+^oonLC#Rc)d(&sNTVDzwdE9sI`I0wx*Df#nz|;Gx_v(!c%l!?JTy*TOkNCtm
z9^*OZON!TiMzXi|U){3WzrW%xa^-jItNfr2OPSF>^X_eIZfeWwsQta--PtSA$G_EC
z&gT?^`{j<+komGFIUXtLk6
zvi!52*uSj4kRs>xKhJJia(laKc6|MzWTa%gePjN;jn@jkpa0v?_uyQ5lL;)Vgsn4<
zJ+tQKnJdu~ztyf^ajea*wyP46lkRPt|MG@nkn!OkpFYn_Yb!i&1IiSTWG$V&?Dgbp
zdta13tXcNIes%TPX#z+tzP)4q%cT4K|I=nSdraP&{QKB9B
z2)y>GF@ia0S(SrKw&aEl^+*2BZ9g+5z?k*gq1L6X|990UA}5Da`znu53lhr<{PpAW
zOtE!!vf6I?Nd7Hfcm2oSwBP%d?~;2XUHl|sjUuwsB8=Z|{&00`zy18oWpBEXjRodK
zMeggdY1=~IT5l;&n_%4cbq}&UFdyG|UFLj#u4YMFnKf^3)_v~=?%xOHwI}Hz*}i>K
zTGqasrEi`r@2+jVJE1l7fzR4Bd*S&$uow%Ucm7B?Qh30_6qa;h#Sg3ifh+jWWV=u3
V{EX5M^MHjYgQu&X%Q~loCICi$$r%6u
literal 0
HcmV?d00001
diff --git a/public/tiket/tiket_662f27bd5f6e6.png b/public/tiket/tiket_662f27bd5f6e6.png
new file mode 100644
index 0000000000000000000000000000000000000000..689b5adc44e10027b5f6bdb0b25fb83ad6218acd
GIT binary patch
literal 1408
zcmeAS@N?(olHy`uVBq!ia0vp^4?&oN2}o|d=&B2(*h+%@f*JmUpm~IJEl`BBz$3Dl
zfr0M`2s2LA=96Y%U{&yRaSW-L^Y-r9yeDP?trsn3e6N3cQcYWTO2LoC{&%0}$|*dg1ST
z@z$TMuK#sE`={`m?dPMx_a6wn)+jadn%fhkzW9poRUh&7KjP~WCz=%BpSdajM8Mvw
zf7sS8zH$<(X8WeJT^3l-(9fqRNAtC6|ZKt%lu}0AL$NvR9^Dgk~4>PrLXXs
zv2w+{s%Pe#`ap(*&A6+by=>vMV*ziA>fZ(|EdGDm*mhO^>J@8{tk{@#YkOq&3)#6d
z7bT|sICMs)efhkfN=5fJmLfbKcFkwvv}1>+H_n?C|NV-w`@VzRsNV4Zs@ONx$oczT
ziC-@_rpx`xY(dgp_wDSxxEqYzv;!XIuPa-*+VIzu(~LSXjSk|DH`Zzn^j5U-L$L
z_XZ^Ahs@7>?(Nyz+qH9Es4Q82Z?V*`C$;DIY`AA-)_K?p8WX_4lK%co_I6Ks
z{oB3Cyz|0MmVTM}!2bjy9-<;lWLDd^)zmba7O%AvzV8i96}x&(FP~A{_&a{zj|Slc
z<;!BTmaanb`?<3X9cR=k9=m*4KCkj&4}bONA1Sct&z-|qxF)l34d0HA5Hsg@^Rp74
z=O`kDYv?Z@?(Zio=VxB+RkFrN7T=a#**HILPm;(zf#S~yrX~qCelu)V)6%IR(wnT()t``pm+QS9m&FV^=7y*O;V-6iemr
zYL?ZWUD$ekUs90s=NdIrB>zt}z5I2tzwB(2;5mDfly-ccso)C>nw5JixwU7{WIG=m
zeL`vKS%K%q2diM7x4o8Lb+qNpOzFLa*Y9u4ZjV4XXWb_A_el?T2b@d)^N9jQ5K&4cL6=>
z`sD1w-_p7|B}&0(=Fd{w_kKOH0$@t8JDyf|zxwD;pW{HuWF*bu*MJuM(lcHksyoNW
zFof;x>aIEGS^iIg7A$#LdG`*@J9|O>y>!|4%EceP&5g4D5@?JR1=}~B|8nKrx?1;r
z`##nzTi8EqW~Jd~=b{dzv=&!sCmeqiDM`b82P;lsr2?e%K@$DTEUf?i#zF&Yd0+v`
N;OXk;vd$@?2>{Fj#|Z!c
literal 0
HcmV?d00001
diff --git a/public/tiket/tiket_662f27c54f377.png b/public/tiket/tiket_662f27c54f377.png
new file mode 100644
index 0000000000000000000000000000000000000000..d63da90a016422e5e58c5feee656d3a85815e20a
GIT binary patch
literal 1425
zcmeAS@N?(olHy`uVBq!ia0vp^4?&oN2}o|d=&B2(*h+%@f*JmUpm~IJEl`BBz$3Dl
zfr0M`2s2LA=96Y%U^Vn~aSW-L^Y*TH(Hk=XSI5&2|K>-|D{e@aP$;}H*E08`@>kv#
ztuCEEfByaZ$C_9_e;?xyX33>~ZYw7TzDk*5MI7^Y`qKyV=g*J*Zdg|NGV9f@$I0Pw
z&!y&PJ?$^PZyP`77u)g(cesIhE7NvW9R2@Ex_img*XyR#1}}TH_L+HxEZovvb4@QF
zO-?5V
zHCdK5{o}^q)^k7F!>dB>hXqC=-0<$$te5-Rw=TPPF;Y`1tWAH-nL>-w^Wqc#_N`rf
z<)lWbk=NXwpzWK}y0(~@?c*uQs=K?gy04~L{2C%qqF2rI`>H6Xow{sYwc*#7$=_|h
zX0{-?q3+%6y?Zw<{g}I3!?x`F#Mgbu*5BaiIQ}fX-XRqjKK_3{Tq%8f{)qTQsNwH+
z+Fd@zSsJ{3&zc<;1B_7eYYvYsMwp(dcEA*McfpBVpUijXOX4|GkrL8UyURCD
z-S%7F_Qp3-bD>$;!ex6FdF(<8sJrJPAB%stU1h%S!j+Y8&YM_VJ-TwD08&!ez45%s
z(<|Cu(z_ieYCcj5Y&boA!AyQDv&Yo@lbmPXS^Ub;Py_TRk>F>;A?_RH2BO;S5zrp_Um5pcf<|Bpl
zy^HC)GTvE!IkxP|sn%sc=lH9^oKsx8OmzDH9p-uQU%FnF1R|c4WWkV&v4nyRd#)url+p?H`~1HokkEcay#FeQ#)?
zvFj8tO@>8jPCS+NW@GszKi}N>Nl4)xe$6M?>|5+IxvRVLjgE#$mc)mCxp9UY$>X|b
z&)&YVd8XCpW9Aihbt3n)%ht+nMoKB??1G=1T<0NMkX65IW$@ZFdm?5=8y-bUBJ1zW
l?_7^$Cy~V%F!TIlHHmxiaHabpGhm6z;OXk;vd$@?2>|Ga(02d;
literal 0
HcmV?d00001
diff --git a/public/tiket/tiket_662f27cd5b5d6.png b/public/tiket/tiket_662f27cd5b5d6.png
new file mode 100644
index 0000000000000000000000000000000000000000..bf9662849e133533332e07a48128208d3c6df5c1
GIT binary patch
literal 1414
zcmeAS@N?(olHy`uVBq!ia0vp^4?&oN2}o|d=&B2(*h+%@f*JmUpm~IJEl`BBz$3Dl
zfr0M`2s2LA=96Y%U{&*UaSW-L^Y-q+O^?+?Trchk`Tt+PTum}_feGW0ZF{b5(e13W
zbNwmy=+o!l-{0?7c=P@;bHjgy#aB*hlp1->?FmvRj=4Wg@88d#k*0ms(|yC8&+pw|
zmS%nZ@7lC~7Qc_x6uy#{Ns?RY=eBZk;H#7=yH?J6`AE6$w7$-yw0YLS-*_cgZJ%|2
zLFE)HNvN8zYd+%rQ(3=1J#iuHLO`lecyELg52DhixQXp
zJme$a9-O?dV@`Pvl0&DO2B&x?KTKN?{P(qAujMD+xEbycKLDMOw<^tQE8oWmP2(?j
zx);{h=A3cz5nXU?^690$J%uM
z^tBwgSXFNB`dgjft;`-Is
z^}Qm~oBlh)qA9udbKAR`RaQGIY8y?9*Osd7n+{74+S$v3-?Fv2T#MCHx+~@+IKS%5%q58zDncmR;5SYZrAlPjqaa~kji^px9s&~yMorokG`^AJG1rL%pY;E
zWS@KI{FV(~KRQ^~N>0qFai1NXm6FTsg#QS_0^Mxh`I3zv
z-tJz=zklB*$wxJ65&rN1{XJ7GDq;6|My
z>$&k;?ny}T6gKa?$>)c)`HO3R{`BGAzjz^gWcs7-6Hx8n@9eJRHa#!%>xk>hne4n5
znVZbPISrUf-|Z}2COJL+4)^Q+U|R*Tbxyo@fBrk{T;F?q+eD-=%1gb!=lHascl9sd
z-@aG!|6#3bP>T1pef;;4Q`@n)$IHw3bagcS-X6SV{w(+|_ukpZXTwU0?{|PMv%U8D
z_dWMH=S_mYxgy2TJLT+Uirm*@+v2X?zCJT)1<$Q;QOo(9|5Tw__HM}iJ;CY*Z?nt3
z?+dH=?YCBT*Hs>*z*!rUZuK?odUCofuVty-zopr0Jv_xD*ylh
literal 0
HcmV?d00001
diff --git a/public/tiket/tiket_662f27d578187.png b/public/tiket/tiket_662f27d578187.png
new file mode 100644
index 0000000000000000000000000000000000000000..61c1cd0c75b33e722af51273775a4786227f07fa
GIT binary patch
literal 1436
zcmeAS@N?(olHy`uVBq!ia0vp^4?&oN2}o|d=&B2(*h+%@f*JmUpm~IJEl`BBz$3Dl
zfr0M`2s2LA=96Y%V72jdaSW-L^Y-rDzQ-COtru4Y?*Fg-{Z6#5n+aRJ-?d$9f4EQ8
zoud5U!{^`M-`6X=xxYM~;a_`Ckow{)CpAiqyyg_J
zroN4N9KH5W@wdI7j|Sg=Ao3Vtn(kE}@%2A+>ysyL`E+OMruqXdDo_@BZ
zaE*?{bmid9j=@vUdj0))#oFKU8*iVa`^w3IuTrL1NiNMxK3j68xAc6-)D1y_wqMWX
zr^qbzbAw3l3cuzP94r;Q_4JQhE1lB+Je+E|Du4Bg9)uO!H>Ta%9+92Zf6nXThD$Yx
zOZyK8zpoLre1F3N;pg&eJ`**2rOlabukL@hvb?XRS^OB(cA!nst7gud)ou}X%E$J5
z(yR5y?^V89FNh@n`{woP-^Vn2^Q~Q9-mrF`XPt)Rz@@V?-+6u)^_=*%R6d~BcV^YQ
z-uF33^1Y^)d#y8-b{BjLEdqw4#kc(X;m?tL|L)wZm!hthHX7$Hf0JEl_w>g8+O9%S
zut0*q?3+~lO6I(rPqtsfg11XWuiPGXYC*E~w7$|u27U0zy_;;SaBO?j&xiI;Z?K%#
zR$F?;_~88su<(6sbGa*7^-8d$(L1mG^r_K@>3w(S{FeOZ7fwaT)O%9~LBQv#mY*xEhwm%k%6n@0-UFe0|-I
zA57U#qdp_qXg2SB$s6;pQ}|z8xnMKj^X!rDli)#gYY#urxL2lj>$@vc{w_g|fpf;b
zH?Ip-*R1AWk+V$Zb?x%BN8Kl&nc#cG{XL?`tMdEjSAS$&{V#7%*{iT*q@>gRt-)ej
z(udx;QnQ{LzvZ5UWbV1I4KsF?)vQk5`yk9^)*IKf-(eDnO!4lH&E?)%>3n-PN<~**
z5Xt`hBL(JpU>2>oFLUhZQ}OQ`uVy4`t6uSHEPZ_Bl9%h&{QEark*oklPj_;#rn#7Q
z@MfdO{O`3VDMfGkR$FlfHEW3bo7V2wxTNCMg?qK{{~UYki{ydZ5yo#f8%-4g#&6$S
zPpfVF@{lcvi!_dX6K!N(ci~jawNvw!tTf7q4=q{q99fOoHJ{^tr}u6wJ{a=Tbe-R^
z^LuZYhn6M#mp?Z?I3FHu>1VIR+}vt(@za%up~t8FT>E8D#LH;Iqeu>2Z!^DhJyOzy
kXAy8A0xK}EiT-1@Q~YvRk^S69VByN(>FVdQ&MBb@03Wl|od5s;
literal 0
HcmV?d00001
diff --git a/public/tiket/tiket_662f27dd81520.png b/public/tiket/tiket_662f27dd81520.png
new file mode 100644
index 0000000000000000000000000000000000000000..f057b6c78ef2996136448eaa5dc5dc7ac736c0b2
GIT binary patch
literal 1428
zcmeAS@N?(olHy`uVBq!ia0vp^4?&oN2}o|d=&B2(*h+%@f*JmUpm~IJEl`BBz$3Dl
zfr0M`2s2LA=96Y%U^Ve{aSW-L^Y-rPyw7GLZWoum_`Sc#>ZiNY!nTL5x4%VQb`eUf
zSEzA#_2KpJ-@o-ae*b>Sc;Nqpz*i|#tR$EExviW`6mwU7n%=)(zoJb0s;5t1*EX-Z
z{_UC9G2ge(`dRR;_vfRP`2`)72m_a8E$g2CLwElMk6D%Pd~TYjthkp|*Zd4&Q*@+p
ztc*7IyVDaFUR|*8RNAtC6%*~=EH_Ab2j^xv(8PS5|%PrtUpZtWtY{vdUz0e6qh%DkVpc42u*T36f5
zXWYiMGV`Q9yFS^I{26LKQ03Y+GnKrhxZ~NXR@L7PPVTE|7DsaB>{T=8MYUUmo#L_m
zp7dh<@nbe$u5%#iu6_G@@7@B>$Cv#At<0XCD1MLRz`RvyyY6Mj+PD6;)_-I4U1;jr
zeTMv!RqqZN&PMn`@0R)d8`f6Fr(^y1hHuF~^Zoig{=+|gYV=?+6SmGcHorEjFk@NU
zjq+u0CoH$?{mmYGV>bJLUuewjT3Nbmp>oH(TaMc|9FQ^!&VMWYIr!>x9wcY(J@(tj
znSWRPy9;aWasy9U3IA#9fd-TG^_gP-KHK?!ZHU;xWt#GEd%|4Kf3U=nm%9GriTt14
z&vuC+<2Im(fdujMDhHh{8(x0(E@7$9I>Y_l|JLl|*09vH?h^B(NB?fk
zjQ{mM{3cK2jiY}gkX*F(&g}B{s^3oBwcghJZe?t}@%4ABKO@C_`McU>t@h{B*ZtiR
zR^j~RZ1a7%o3irn9Sz_V)tvOsa{kNb{Flu8S^?d~fCPYdPO!zkbQ=4mx}7F>+K!
zrDx?GlYUgQZ2texe+||cf7}Vn0MR$I|J;~uay%{}t1K&H-uWeIkBVVQ@O#AlJqxYn
zZ|9jmdAoat^?c4c7g)GYwN=oYmz7eGW2q8!lc&&5cnv(|o!VP@J=%QMhP{vYc7@x_
z&wO!95y>gt*L=Qjx4O3T0dLepUZ6fiYy?+-{+4S$d*g@p|I%~Lo0R0HWPUh=6ym_x
z`WCt4&*z8TLB{-2Npm~P)nHyve(mG@ZnsTLn_-CRp8G$2jJds?=O5cQ^$<65u)mpI
zo}-z1-_Xff_UF6ot-qhg$ygU=z1VsD-_LnS+1Kowl>N777cLZkU(4pYYli(*-h4!}exBJk_rvafB+YS~(ste0u2pQfB{U!C5a-kj`&OO!>GPo-
zmTsi8mnEy)>%NIGxEz}l|F|vr_~UbXHf(+W+6*c4o|^S?<=oic+ve|m1Th)&_EJ^B|U;=+PnC7`8+przBpI`3snYBS3j3^P6b@=pZpz50js
zEW*a^o6>ewtkKz_@7@;H+@>{q=C8+BX0+RU7V&hXkq%S`$Xk&B!@;v8oN$25!=U8va0^>N<;U$gWR7Hf#Q4BXZbZnIqlT8ch!bp
z*7x^TzKB;ogYd=oTi2_rA5J>9eeR+!H)be*-^D>
z6giz%zpGi+ef-*XzqPx0I!mH&To+1eL-L*3yR*L!_g>#?W&A|ey2*Mz=OuUozcqV%
zerVbY!QUIL9w-IftE|NE^=R#qb=IO}cZ?~@X}t=4|1
zv*meid@%n6G`Vfx$bKX_{N8o$Jhvq!x3{Y;2YT8ame@~OU7pZd>c3=@Q`Wz)~e%iM#$OdlyRw0P5
z=lb-nC9U%NkQ3}w)5}MbYp=F>&8%JRI8pD}@?D+pe`n8dhh#WVYD+%5<@`RkO6Plz
zYL>O?viln%rLyR2KHtUGow^fWc|UR&cliEqp|1U3_aH~askq0#@1V@_dWsBM;DR+EG}S~0ai3XiXbG>
a-{OMe-;c2xm=yxcPzFy|KbLh*2~7Yyio|#T
literal 0
HcmV?d00001
diff --git a/public/tiket/tiket_662f284fa76cd.png b/public/tiket/tiket_662f284fa76cd.png
new file mode 100644
index 0000000000000000000000000000000000000000..ba34718e0cd59818fb1a36df853fee65c5140052
GIT binary patch
literal 1418
zcmeAS@N?(olHy`uVBq!ia0vp^4?&oN2}o|d=&B2(*h+%@f*JmUpm~IJEl`BBz$3Dl
zfr0M`2s2LA=96Y%VAb+;aSW-L^Y-q+Nw3vJTrXNo{r~^zxhK6Q3JV!CZ^vcdn&x_Y
zxyF5_*f@K8`+CP4_x<@9{x$amsV}~AQlr$!Yc6rjznhCbzW#d4v~S~S=kVa~vhlk=
zSzQ0IHq35Laq_;3SJHEm(ycq4uQMs^-R_`ozB5;CpLKsh
zOPlyZB~_A`qGSu%zYa!9e=pe
zFy7^ywOK#h?|0A5(%iIU7=C_gWU+M{&H({LH0`q6%;S+r_`)*s?gA()j1bA6-+RVQ_or
zxi2B*Z*R}Lc=HFp+3`I^Z+BXqM>3i{d)aNdn>*Jw9y+>HPT;Y$YuUTpn&-$C=w9_H
zF1Okip8I&~`v|tRIWw)lAI$rsauyLr+c&3Gty+8dRPU^*XK(B@j81R5KLHdyz*u&OLr~UbgGSH&;G{gzsI>S8Rk7Y_-*&^H$p*
zySGvKM{siAnr}1RArTKWIqzl7vfJNkd)L>#+Fr9{(@Z0|tGQEOiy%eJ-RKOZ*U(q|S{q(8Phb0ZU*NlZ1YZ_MGTzT-P&jlr@ckWiNF^-)ReW>!d(TSfv
z9}Hlsr)4c$F85+))yB^=>;7IZ{yrBu88%mcUbg0soc#WZ#r^sl!q#m)cjWsdSP1Nk
zdz}2-Y=-UDcSfq0av!ctYfF9xl>?^Z>NRP%elY)unci;r+?e;q?Bn7Sp^|yefBHz*
z2d~cg_rG_U#eB|h;3N+U(|ylpn(4{<-px>cZv1vvSr<}ze`h`a<+kOCcKd>zKi8<$
ze*O^$%Xn|^%r4*fDZ1|Qth2|IJC?1v68*f-SE|@f_)i-wV@{2G9DHu>N2|Kk=cA`Y
z?Yt=R+NZ_{765$fjB`!i32gj0clnwr0n*_Mm))!U^Jt}i^5c02(2|SzcHO0Otlct}
z&W}dCY9xsh<0lsr`3O8G8n&Uf8(`6jALkPXH72iIe`~+O6lVT=skX
zJ8sTxmK_^wf8@GeYDEgCX;r=USIzU2?ORu7FE`meV}7>l#!rus{jv8cFtLatB`2Z_
cvG4llMcK};7d-qCSd=n&y85}Sb4q9e0A88YcK`qY
literal 0
HcmV?d00001
diff --git a/public/tiket/tiket_662f285848854.png b/public/tiket/tiket_662f285848854.png
new file mode 100644
index 0000000000000000000000000000000000000000..e9d83529add8cc4082e20affdaaccf6e579ff940
GIT binary patch
literal 1434
zcmeAS@N?(olHy`uVBq!ia0vp^4?&oN2}o|d=&B2(*h+%@f*JmUpm~IJEl`BBz$3Dl
zfr0M`2s2LA=96Y%V72meaSW-L^Y-rPbB{Gd+%Eo${`zlyjBReELnqUlw<&8gA9+vm
z*KnV4`273(`~Np?sGq-&@dvZyQa`tqlLKF+OtB)4`Fm^8hx6ypulp^rTW8m-UGIL}
znEEv4aq!w2%jfTYK3W-H&{c>qYFgH^?(jd;??WidH5y?K*pGSNbZih?Ohm
z?Rsu*)CbZFmcFZ-vVWhbT_J9gB;|LgkdSM!wjKWIhu#`0&1dD^MV)>RvR
zeU8{ulMd*Ed7|fTjOro`H8RlB;Da*`tHF$AL-lLK0Dw3+{M4**s^;z
zrLn(_Kf1yKJbG68u6eH`{=ZrNZ*6?eoFzMRV=o>Pt9hJ!{%R$%FMj0QJ9_MG(sG-v
z%im5Z);+&`&gv&ud}@qfvBr1KxcBb14bL8*UNF^jM{)d{WBHemJ@|ZP-t7r5AKeKq
zxNoMJI*;>T8#n@herK=lUH@n6{9PBimRC8fskwLi)SczKDqix$=7OeN)*_
z$110Hdu(rAu65lIITqiT*4^GTdt>j{YudM#_V@4Iv373DzRDUwnB&T>`G{+`o;!N#
zi~r_LlGRyiFJoqZ6Gigg>Mv)l!xM8->X#kd_$~cWH9YF?|ML-__`0q}dynR?X9w?3
zfX3^)2b(LCx1SBlxzm(!>e#u8{5wCq?%V9^fct6w+1+pLzjFOH=8dy0zpII4mGzD6
zKm6kRvKcRHcTN4cGAt)%qlw)$8{zxj(2TIFd`)^)*6QVH%iEs)^T|@%HyvgwFqPc4
z;+T_dTX#FQ*Y#cHQ{hUpetjiaQaoszt6x9){Mi?K3ZLIJ{B8VqK2jRtTbI5o_x=2j
zGw=UkxhwrWJ!)q!auD9V&YYBdy}4NQs$@lb2=Kb$gVFq8?Tq(W%v*i4rcj|v`
zH$$+?|wmBDcv?Joz{-bBx*-NnBj_UUi=xN`r>
z-Ltfs&xN{f|GLKjDK7`z-&6c{sdBJ|`~|M}qPwpl=cBymHo>1yuFJm-^nHl7t$x_F
siN1zNdbPi&KU$6CAEJx3UH=(=vHZPs=Z@_$VA0Cp>FVdQ&MBb@08*>ong9R*
literal 0
HcmV?d00001
diff --git a/public/tiket/tiket_662f2860d85bc.png b/public/tiket/tiket_662f2860d85bc.png
new file mode 100644
index 0000000000000000000000000000000000000000..20548914eb1e71e6fe0744d275523665a395c916
GIT binary patch
literal 1385
zcmeAS@N?(olHy`uVBq!ia0vp^4?&oN2}o|d=&B2(*h+%@f*JmUpm~IJEl`BBz$3Dl
zfr0M`2s2LA=96Y%VCD35aSW-L^Y-r9yw_$TtrwTQ_`Uzr+b4Z3PP(V%Yo}eGWz{#M
zqWJ^k$;0#G_t*VpOsu!FW%wa(wn>A{}g}g{rPC6e?dp(6f4Q4er_u#2fkXCwXD1Uhu;1T9E(TAqny)A
z(z@DaKI1m7m6<2?+4af3pV{{6{&y=4-R%x?Bgy(+_3>ZpETf&;
zHm}<7%d3rs{ClMmk!+Y>yLY>|US`d0U9aQEWGdg;BI(WDGe0x2x>fP`x9fWsNJ;;C
zxbXR|`JMVoQ19J6Rl2M;J$2r$1uyC(#LpJHaz}r-yT3esZaR|r8S6jRhTqw@zV^q3
z8Sl^X6veO1LXs^uy?ls`i@Umxe{cDTGxIm(pW&YVqObIkK|efZ?_RmLXSs~^{mljb
z5B42<@}0lyjl>r7esfqT<|W_XQ*C@&(fRO?j-;o+*t~K5_5~~9KWZ>nCcpOK?r!ss
zDc{*q5^WK7lGhN)@Kdv1-k5Z3f_Mo_ebyQ7>fYP4kI#lBsPcDp%NFWi{JpNKDn8Zt
z$;x}>#z-;y{YK?7N&nb&uj-b~{tgV5_o`3}W4Ev$xzPNrc58lFmc_Pxr3>@r{uskj
zmD#-XTid0!OE}`ty%CSh`+&XSTTI
z!QzjCM^F7-KkH$g+6_n=1*VYW@6vb8(A*%lZcUBL^0sGxeX`W{O@|rSKR4a#+N_7H
zvIp;;XUT+_=6m=2mV!{VAXT2qgEQLWYP*n9{kgYit5=!cae9{?_4S@2Qfj{)VeD$9
zwqyRw{m~I8SI+#Q1T$^!?#tg+Ze4VJy5rflmUG4*U19lS^_R2KMLEj%UyCnIlPmdu
zrxhvi%Jb%Cx;;ra>n;-E&s%gqJ_RXFtlU>AetgyB<$dON{}&XW;r5m(G4?gi@4wapDX!<=ezO2e3*yUzG2+>-sbYgbFA;PTg%t@@7z~eqYsO}uyw|^
zTQ_Il|F${#@9TH*cekI-zrW4xIZ}AkKKbiYBZ`!ZV9AMKQT5$ivx@oBu9B0Dz><=|
M)78&qol`;+0MV|wUH||9
literal 0
HcmV?d00001
diff --git a/public/tiket/tiket_662f2874a4ae5.png b/public/tiket/tiket_662f2874a4ae5.png
new file mode 100644
index 0000000000000000000000000000000000000000..e78b53fc4b89a06b7e9fe1e8b621c6e5ad16d5f4
GIT binary patch
literal 1422
zcmeAS@N?(olHy`uVBq!ia0vp^4?&oN2}o|d=&B2(*h+%@f*JmUpm~IJEl`BBz$3Dl
zfr0M`2s2LA=96Y%VAb<%~(}Z|hG-3iJ0!w46;54!>j>oNBU7
zj-z(MpFh9;{rks$=wIzG)(8A4Q>-MH`nj!~9QcYj=DYnfyZ7(g7q<8K-qXugFMNJ4
z-g@)g*Z;zd|6BgP_w&)p{DO``gqh2-mUU16p}T*B$E?bCJ~z!%R@}>~Yd(gsEIQIS
zRz{oq-RX%7Z!TDPDs9=nidS>nWqz~0mvo0aDlhqL$(cjD(pPxRSh-?e)${Na8MvEw
zOYVnE^Y^{V#J#0!gxitKFgs^__x5(n
zwD`hr-zEn=oB2Q;7U#Du&YPq>JT_~g)q|CC0^I2f+jMj$oiRSB4-On)Fy_8tEHpIM
zE?%?yh<8a=M~;Z~F{BXgzv|s@@Tu9K=e-g%C{BNFe79!T`<>1`Nb&r!W?Ak2wetA0neX;Gx)(e*
zcANzZe(mQom3pPy^1iZ7JuC3s_+S;xrMB0yYaYJZJ=0$9QO&ab`^#R0eMffA#|}tu;Jft*j(;u
zE%jfrNwR1S>yKbzZ*im~Ir|l3;hNL~0sr4D)Oz^$T)Nb+AThbzt?N@vkUVp0U*+*-
zL1|fA{jKL`CTbSH+3Id)U@BT2iKR18V{7!x)Xn@{5
zHY;;}tM`d}|7w;k|FuaUEnn)1>0RAzz9l68{!bt0)C>Doy@)uEZ2sCeru*{kFCQ|_
zwO=cG&wEZ(^?9U31q{+z+Pl-#qWWaxO8>vyms)3Rt3T&F%l;Fv0GRaL_+ubaXhO0(
gEaYL~ghll3|Cv9TZ~FyL0+qN7p00i_>zopr0F@!i#Q*>R
literal 0
HcmV?d00001
diff --git a/public/tiket/tiket_662f287c89f73.png b/public/tiket/tiket_662f287c89f73.png
new file mode 100644
index 0000000000000000000000000000000000000000..9a15fd1913ada61a87d2c07bbbb265d4d67c50b2
GIT binary patch
literal 1418
zcmeAS@N?(olHy`uVBq!ia0vp^4?&oN2}o|d=&B2(*h+%@f*JmUpm~IJEl`BBz$3Dl
zfr0M`2s2LA=96Y%VAb+;aSW-L^Y-r9yvG&-trt%w-1|TE^6WTH=F%H~E~fvUldI%i
zpw}Vd5n5YYU;m#u@xR?)h7asUUUPeb)E8elsZmNC^ZWfXN8{t;SI>KV@9EOj3xD5>
zxBhH({jdAk8q44Fem+{c|AD}3gjv2rF%KQm9o?yJ(YIf
zm|t?&`$Os5kd!2wUcTUNYr5b?(nGbg8^3pnZF{hLe_8z8bXjN!q)gd0)%3FbJCl$8
zU%cNWoVECN=KHtMqAaz0Ghy-f{F(9INA~~x_r5XxoGVkE{4zqF4=E~ax1BHfcxAVd
z+0wi^tCIWG-)2^%!=gNQ&Uur|Pk-GAxW2r~LFZ1Z)TRv{o6fWBhoy@0b=QCFV@@-^
zzAtHc+wxtnY)#LcL<&3U^UvODYku4MG44lT{)MA8iMRREKO>oLGrQby^VA~!PkL9h
z!;+otYrBx+_FQ_@4W^nG)4%s-SN#sIH@-gW{E_FApb`9T7UgZVF?@2~kU@onah7+5%jew+C%x7}vzdn1)gxer&KYyXavjKXJT?%uHJrg>)h
zi^caAbnpD>^FbM=aqXP*CGT(Cwm-hjS!wE7fzLA&Y~g8l-dXFi65US{`30}u-`MJm
zWMcWcw5nHkrvLP@7uTGmha|DR(C+fS&<&hHF-juT?A48V!m}y*O{9c83s^jlfN}p#wFoy@oH6MT9x?SeMFL?I8
zEvdiXUE9te{!P<-KIgyru(S-!jm!PYWLGP;*_h7He6d*U+`(NR?1bfAz{LSDGfbaz
k{)qcVL=Gap6x+{WQ^FVdQ&MBb@0OMKIUjP6A
literal 0
HcmV?d00001
diff --git a/public/tiket/tiket_662f2884b0ebc.png b/public/tiket/tiket_662f2884b0ebc.png
new file mode 100644
index 0000000000000000000000000000000000000000..02a70c5ae7e724fc8061600471fa006b3602d0f7
GIT binary patch
literal 1428
zcmeAS@N?(olHy`uVBq!ia0vp^4?&oN2}o|d=&B2(*h+%@f*JmUpm~IJEl`BBz$3Dl
zfr0M`2s2LA=96Y%U^Ve{aSW-L^Y-rPye~UM-7Z?3_`Uzr{mDE`yf@B%SQNW%>oPsh
zEw7m$G6%KW*Z=$TQ@rKx@3)Kx?oSAOl`_Rja;cx&%E?4Acl}=z^XK#D&Dk=^{nOVi
zn`gbR>}lz`k88vJSv)`X=fgE~i=#GPb9;i+7hgH4QR;1a`LO#R{rwv~qAK5c-84^K
zbuX)~`5D5d+mXh$G1}b6o}Rdpbs;2mb5Q*r(`TC3_Z>9+tWjzNHAr^N%yl;-zWao7
zYKvZtPX6bDWWetevofd=+sJtr}(b7YwmaO7JGV2T0jEdNlu>|?w9xv$*v_Ai93O)chg
zM!}M4^sU+33xB3R&U8yYmu~e%0cc$u%(~EX=}|vF{J6C-{=VIxTYZkzNOHPsjcw=r
z?*Bb!dzC{>bhxzr_DB_5E;>FL6585liB+q@GDfeG|e)O~*+a_%(ln9=4{>%O|P)T4;C@+}%^5>Fd(<7$m
z(tka_?sqrq3{nnRf7R!@6-Q3Yl&T*cVHLsa=58=W&OqO*de>L1w%Yk^LGjYtJKw*E
z^5#Iw7s8dr
z45aw0PQT?BscCVp^s03IkC=%fm8!4rv>!)u{PxXhRUL2M?Aj(J@-pdPnEA)zdR`<4
z0CVO!%kaLOJ)uu(mi4N0??-mKe57&j+C3MH&9;WVzXP;C^}^0oFQU$KBk6zp#`NE{
zggTe~DWM4fkDbhL
literal 0
HcmV?d00001
diff --git a/public/tiket/tiket_662f288c8a1ba.png b/public/tiket/tiket_662f288c8a1ba.png
new file mode 100644
index 0000000000000000000000000000000000000000..9d0147715f4245ad06796b522d82c159c7f955d1
GIT binary patch
literal 1429
zcmeAS@N?(olHy`uVBq!ia0vp^4?&oN2}o|d=&B2(*h+%@f*JmUpm~IJEl`BBz$3Dl
zfr0M`2s2LA=96Y%U^Vr0aSW-L^Y-rPNr%-$TrZYr{r`V@uBV&S1ObOz+pf*p^)=(S
z$kONqr_aBC|6X3;+w;rj4F8?nR!$Cll`_Rja;YD2%zsgqKb}8Nzh2uD8@FrLu6I9f
zOufGI*z%~KMd$8*J{r9LfyiTxQX{XqJwfV=ujpR&5tsj{vwx#U)XsNaH_cO5-OKvd
zbPQqR?MUO;J7HoyrzftwxnSj~w59(lUd>y6=NosQq&wVY?-I_I%{D3y;i_Vvy5xvKX#c{$hIkMir!1nynC$fyrwJy6=n>+Zo>FYhF+U0Gfd
z*3~xk8Mk(=%)DLCyHC^|M|FqmG840XJYPco?^^!O@)LKQ1i}G%E7Pj78#s~EJ&fN9x
zShX3l^D38h_xj)Q-&dU#?6!c4g-Ix0%*YV@`k8
ze6D3_DtzAu8fUxae)idZR^{%t*f(9bPc2xk_95@}kwh7IoPy*h3S~Xk+Ogf&Yi4@W
ze`lD+-&GDim09zbY+SFuA*|2z{E=#KpaG-rd&K&WQ@LGty|TT!^5M#LRsK`2Be^L0
z*5$IrQ-39=e!nrbHgk6D8RfSsU(P;ug(aovRWr@XwntYk+h%{cetS^9?NOv4nYyns
zI4|00d(mD0n6KN5*8H7Wp$|)deCy86uF8t5++zQo>GIRdALZx&W;eh0`NpyML}jFu
zCA((kIbB8R_!oD?T!O=v6`Z@f`R~jGdzdNjZqHx&)8^mTw}!}pnC
zavP7=+wALInY_HFwsC9Gno6~M-mm~^uD*3|+saGFcK_<|<30O#<`thk)4^#O7%tzx
zo~_Q3ydhq~QvYh6`8U@sX8rkUFoTn8KZmVaRNVV%nTytJ&2Q;Ve_>%^y~FH%)zaGa
z=D9XyU4Lhm$yy@^#`nGFOA7NAUcX+RwIjFg^`kp8kM}^$1jfSlEoSdyLQCH5%D+87
z^Rc+~z6+;T9z&8Zzkh2_@2qOR+DA*SoN7IG{VsCeV1GW-Y?n=cz7F@iSBx7A#j;+V
zd2Ao|^VPYjJxEb``=>wubo}>6G3A}TOV8vUebHKoC>q|qHnsb9
z<=QT3?ztY~pO^3Iod4Sl*(Dp&tkNGpxp4jc`I2=m)ro&TANXOhHSO24+&P5TnY<#f<@bJ=?ZIxw-@r?ZU&aB44$rjF6*2UngEFl
B;M@QJ
literal 0
HcmV?d00001
diff --git a/public/tiket/tiket_662f289484f71.png b/public/tiket/tiket_662f289484f71.png
new file mode 100644
index 0000000000000000000000000000000000000000..aa551641db9778d5b96a8b2e91680a5745a440c4
GIT binary patch
literal 1442
zcmeAS@N?(olHy`uVBq!ia0vp^4?&oN2}o|d=&B2(*h+%@f*JmUpm~IJEl`BBz$3Dl
zfr0M`2s2LA=96Y%V0H3zaSW-L^Y-q+qSqQCt{45T|NbBEci!}YDdUp06>C@KIz9@X
zk{`>tZ{Pm?{~I^d&!5Ner?n?Yeeso(8l^^FbBSaAjr{rH`t|GUDtlt(cFmG1|8sNd
z@twz}NBw+0XZGi#!S^4CyhfO&d(}sL{SV#!8$F^V%a^{HZ4{bsy5A8=!P_-6_42g2
zk3BsRVxF;TQ{+nfd9yxGxxMe8A(A55H8b-zZ+tg%l~9=0s^!oAxLpf;l`_Rja;cx&
z%Ieg!CRZ=bSQUG0{#>n+WBG9}18bvPQ)NMNlR?UMHJe`EIeY7}c^4x!rNYeOBW@ml
zxY9D-<(&1lKDgiSo|~n4>C%lK1{Z>VU$-@Ve!{#W5y^<9vtF*WJCeKf%#|JD!Rzmt
zJzp8Fyao|$-%In}zwOoS^|y9?xy{o3nCxaGlY`Ehm|t>gG~IV4`1|$0O<6goj=j(5
zDup^9=tRD2KGNP@%XcY1Usia#*j0M_1L^v2F>}+A?4N5I{Dk95@$L40{jHC-S@zFe
z{p5AqzwTo=BjXywP*^Q-!@UY%P1;^f_J!tF?wl)Yozcxj1c`RiN3>9_oR
zlTYomd~JNt{{%Fu%J0hwBtPd`(_2^Dxb;(Ht(x6*SZetGb>^(2H>Jz7Dzd`&F5ib7
zdA4PCmrpI7Wv%vSU+kIie@effeRPDyOY|+~M@dT~jrL7BmGLJF62
zvtA}WW&d$3ID0vp)NY~?&}w8d>;2&n_A50jDp!<
zy(9nLPF*20yL4l@4A;#i#dgAPU}-t_Y0a|Y$5~!~e_Sno?6(og+Jnz$9y2Rj7*;pW
zKGbNPNJRdg(}k@_0rhV6%z3X)#jN=fdo15BTqSqT=NX@8K2V2Qx;vl0qu5MLM*HzU
zpr7ZSXZha^3n=f}WxdgCYxY#8-iZ&m=~Ia8oYeb!dPT1uyOnD5?r83AU7wpjj$FEu
zzFf~V4Jnp^2{oSW-u3jVRrjinhE)X5InQFR2u)>oYrj8>wfXw_&$f3bj?MjeuJnzb
z*}r15ZKsfvVZ{7Q*Ux7bnwu>RW0UINJrT)UW%Dwt{g!N~c5VE6MdkcoSEL+tyVCA*
z?%F9+?Jh5$dw$EtDLdb8c)*RE`)n?MTdCe|Hce#vT~>3s^2c+|Z)H3G*Br^_@(pQL
z=}R99uFN@>SFQH)&b~L&k?xS}2h64KrkY+px^vx`qgU2eJuh1}L#z2*sO$E(mB={^
z==a>^Pv>P@_s)-y3RizzsDJJ*%Z|eNpKf<8L3RwVyqHy9mTU7m<5ci-W8c`U)brg_
tYqgg}AY1p`_+ucF>tKn3U;%fxp84qalkpd=t^bS}Iq+4=6f5GGzq6k{n?HYk>}QGHH6^B|?|$5y
zdVc4z{-~c1=gj_mG~sU6y>_ou9^TK!XcOJ9)s;wvXL
zN{zhko}2aZ(Y8$qF?~L7*?dFIw7(t?E}mC(JHOzJmDk)Js5DrXDCR>*phVJfpKUb^dnE3iPfqU03+Jt1q!C5cwoQ?{<|6+{@ul8B-
zuwNE7rq8=iR31li=NzJ=`waZ=~IKD0DUKrcl)pp18ULQer-(1tnx%K`2v45`2-1gXgt%Z5|
zZ=VnKC!nENejjLoHHXdB>_4x$*G#Q`Yy2?|7QD9Cm>
?|sV)-<`EZir~x6$^Ir^M!SH#Ng=g!{z>9b)zJjHyUc`j7_c~-~Az47}sujbh1A;nhnbK|u;*7km%
zvR;2f*t@Ogk5q%xA}~Fb-?s~1(mU_-%zwWf#QnFnY(Ppz$+il|=G~H=dC6ve=9@dS
ztHtk~eGHGs+m*}Sb`^TRnOeAi-=>+HHg^BaT>}jTpt0X0_&bV2FP>U##`mQ&|L@(h
z_aaChwEbp#dFTEe`}YMqf38uh{am3B%ZXa=pY_iFbA{a}zQFGCmA%{l7A!+bm3p_B
zlh#x|yP%%uwU)<3u3Q<(OxN!-^_E$=tg)#)<;A(RP(16^$;aKx>!h|%?LkWQpzN7<
z+e`BQ()xA5hkraO24>Sa=F^Ox>&b0K@;NAvt~B3mR(J19$o1x8>xk#u*uFMA*b9pb
z>j>kyn?EuyTW>%A8E^Ba-$x?l4V*S`OKO-|d|J<8>I=Yl84Jgias(GH6!@7m91
z?{50o{@kWJM?a%g+%mGF6*-N(Gq(Mj7QVUuTkvyZU)!vu&yVK5cZfn{j(5uE(;tN*
og*B{XffpXIlnjewn1Z|atrx#Lqdom2sHkP|boFyt=akR{0E&gjQ2+n{
literal 0
HcmV?d00001
diff --git a/public/tiket/tiket_662f28a4b63ff.png b/public/tiket/tiket_662f28a4b63ff.png
new file mode 100644
index 0000000000000000000000000000000000000000..d6cee9204b4f5dc2eb1d077462bce6a3b8a15d9a
GIT binary patch
literal 1418
zcmeAS@N?(olHy`uVBq!ia0vp^4?&oN2}o|d=&B2(*h+%@f*JmUpm~IJEl`BBz$3Dl
zfr0M`2s2LA=96Y%VAb+;aSW-L^Y-rPyeAd{t_MFZ`2T;p?d-_Rg?VQ3RzIb$KWME4S?%Wra>cT&Wy`NA_DwZ%KEGGu
z*OwbJ+Uf*o^k>E2
zRxUSYANN;-dhu?^*^<52cX1`BX+FJtYC)~&lfB7vEsz7CXzt4h*$o@&T{dspxjp~P
zwV4m{Pe9`+{3T=I&-$9gNCT4|#ozZ9-@2|)lQ=PDF6Td3a=5#5Z>9LeuWL_mZs49B
zV{_G}P97W&UB7>3>+e@K$QIblf4TB{{FXz%Unjbhg~!c6N)}J=?OD#Z
zXs+bd3tOGV%8uQ>9)0(x&xQtAQht7IrqbDWdOBWrYj(Zg>5Ob`;oO)1E+^+7zEf;>
zd4B!RI*DsDf5gCYL9Wf^ZxNTo?e}(Qn0{XH`?+3<
z95k(_Oxe}@+J~F>>z{c$KTmk})5n
zjpctLCYB^3`CzJPa7z01L%PNJHuE!Igc;lFr~L}!F+|F8+UL_BEk+6uNJa%07xbP0l+XkK;Q-O)
literal 0
HcmV?d00001
diff --git a/public/tiket/tiket_662f28ac817af.png b/public/tiket/tiket_662f28ac817af.png
new file mode 100644
index 0000000000000000000000000000000000000000..4f7170a87927e8de9a3b546835fb1f8b578f6b45
GIT binary patch
literal 1420
zcmeAS@N?(olHy`uVBq!ia0vp^4?&oN2}o|d=&B2(*h+%@f*JmUpm~IJEl`BBz$3Dl
zfr0M`2s2LA=96Y%VAb(-aSW-L^Y*T1-)lDk*TCry|K|U!ek7Rq!Fn#Q{?g)Qs%9Ft
zDk2<4pPpY|A7AfqW4`}=hCgjRLF$XIoYW{a@|sH=^RH>~hx6ypull{Cyz*t%i(TK3
zpWAb;w0_mh`g8lL_f@=-mPwLb>gTp{a^S0!DZ5tAdih9n|5I@>Pvh%zHGjA9T#Y`P
zf58f2nRfQF?&Q>iwU$O#c%@e5q`m52{;u-G#{3WSN~c&!LJcyz=5t(UO?BIRFM@Or09Z7b}03`rj>nBE4rrA3SL8hMfHpBL65t)41er
z_rm>hyPq%I?-qg3{Vx6fo42jHz4^CYU*52FUsrt|$%oRveYoSA4B+{M4*SeuIU{^QM+*R_5BT#_$(lX>{}>wOy!%(4ud-}zn@nmF#B
znw5Fq|4nW0QggqoimX-lf@fPIIdGj3^P_tkkH2lJ`6KeVwpg$oDRA<#*p3|X6pd&51y@_|MI!coqzjCnf!0#
zwN_;vNbv$n-)3C1UgqyD3_7g+Ej4E(TjZ!18xjjMZi?5s{ig|bbO!NPL{;Y{QzW20qxbyYB
z_3zI-j`=Qc`uY6L?a#WG?>ngYE$~&!6f4Q4er_vgubQbB_c6LIaiU4_-I<&6PXz3}
z`iJc;!m{m~(so&diQSp5?0k2@!c%F>{#9h1b?&Qe{{99@(Z)2Zw8Xo{A*yFWLj2eM
z>_w9Meri_cilv4jyYK8TUvXjQ|Hm`su5J$vL2|?G2;;ZABeP#f&Yig^G402pGcxVV
zuhj@zzQ19I@VR#OG7sZ+X>0p
z`?jy26m0zQBrKStBaLJ2tD-lj+%FEv*J)1sRcZY7+D1XHmwt!S@`dmC-2$M
zGq3p6=);T)`!=&prh3vdX0;~k`J9(vA^rQn=b7_fo!YZeO1kQ+CUW?e1Kq}V{I5}(
zi&`*GWfsGq3+{JO(!s2kn)3E5ABsLVuAJAYuLMorcaJ@v`7Ko4U$);`C1}^%-FM$b
z)Mmr*Z3s
zjV8f?FO3iGhq*V}()@jdcItheH^0N*|F4LjxFvtaFQ189KJ>r8=?<|1m{ao}ulbl<
zUZyK!Yxm{kS>PW~q3WY6x1wb3P3N!d*_^%Xo>f`J)xWEM
zXC0Y2Q{1>%yX^+Teeb3|H~tukl;emmuI%;WzU(p!%l!&0HyJ!#{an^LB{Ts5Oqshp
literal 0
HcmV?d00001
diff --git a/public/tiket/tiket_662f28bc96492.png b/public/tiket/tiket_662f28bc96492.png
new file mode 100644
index 0000000000000000000000000000000000000000..1c3ff0ec271f569aa2537912ef23404b95fe5be0
GIT binary patch
literal 1408
zcmeAS@N?(olHy`uVBq!ia0vp^4?&oN2}o|d=&B2(*h+%@f*JmUpm~IJEl`BBz$3Dl
zfr0M`2s2LA=96Y%U{&yRaSW-L^Y-q+zBg(jt`|$D{Qv)Sx~E&%6LF>)Z&z(y7P~F*
zy5K794^N+8UmsuZaAW>*c82|mi?5v2C^hn$+Y_Wt9JBsx%%9JnH)qLw*VB*Xwf+9@
z*39cW-{qTrK7Z5vS$FXL2LhiF2Krw05num9cmD>DS(Wd6Zkng8xR+Je{4DTQ$`mWf
zrG9QJqa%%DZNkLvOjmYZ?dUx9tk2)VtTWDXzuDf;bYD3csxB}2?3Wp>rRM{t8UzQ<
zmHI4=B=>Hr>E#QPjs?6es(%}>u=xMOnWn4qSFbpO@XYp&X}7jVX1|b~J9AOuvY&^1
za#^?J%9^-=5uFzN+@egns=EY3sJ0JMw)JG}QH?jCpM{(n9jzTq#(!`rgV@
zS8Wi<p>5SPU+VLrxX0g~eLM+^)7h^WHx?{>nv~ex(!V~Z?M{EzeQ~S9
zNSdY3Z>c?6w|VB)jlsMBee3=C@7C|cH@A1DBgIE=?dNx{^L`)m<2{$&BnD0@Ku?6N
zGv@tU5x+xg^M;*2&dhC>ds4IP|2ZU+wW}TeJo9Xqx@LRL?>Dp9(phVdpGBmE@-^3g
z>?=?Grdv@{(`Z_}wp4B3bXYh@S3BI<{lBwz)gmdWt4|Lb_ey{JdOBi9;l-amAKt@!
zc6-M;lj66@v1j5h3f}qYGeHd&i>FGLEe!1nw!Ue%ev{;*8np<2SiiRtM-}m_TdB1P8qhz$lGq+8g8*8k3Gm+4M<*4qnf(`F#$^QTsqSI&+7y>0&9k2T8{MxXt%XNG2IJCcfbQ=c1u
k3`NS^L>5{`UU%<*J}q>6)#pF@zyg%P)78&qol`;+0CyVCVgLXD
literal 0
HcmV?d00001
diff --git a/public/tiket/tiket_662f29455cf01.png b/public/tiket/tiket_662f29455cf01.png
new file mode 100644
index 0000000000000000000000000000000000000000..72a1a0dc1c4921378b7e726e9f4765cdfd248c37
GIT binary patch
literal 1424
zcmeAS@N?(olHy`uVBq!ia0vp^4?&oN2}o|d=&B2(*h+%@f*JmUpm~IJEl`BBz$3Dl
zfr0M`2s2LA=96Y%U^Vb`aSW-L^Y-q=yw@5cZ5Lm@*z;d|{!ZDSP1BgZO;1^STg@!1
zPBFjHJih+_zrXB<{?%47eBhN_>gTp{a^S0!DOSWWe{cTubp87Ev5zHo?ApCP<`JJQ&7nu*yyo-ZN)cP&3A^OIE{)f={3`3j>ojZ5!$uiSsn
z?AglwZZii(dVqvSj(a#j|#O+G%)yo5_xi3rvuL@{-kM^XYcqoX-C^
z9Gn;Zpt93d^R>?hX>e=-12ptrx>Wa;BXz%-vY+n0HuFaeOychK>_6MI5_LAcD-wLU
zP2gv*9&-2qE#K)@Iq|(;?5dp&<$2HVweG8|5r8EqzIo?OwryIpd86n(=@7HvV~cmK
z&HgR&8Jb3bwt@_Qw5^PJ{f_2yKYjiqd)({(p5ov8=A8dh{Oj4l{1Z?;>E3%{`HgA&5o_9VaUv9oPG==Y)YpYfRj{mTgFhbSwd+A+k*!CtZZ+rIBCriz4I?UwnbI)(t_|IaymC@6;
zyJuL>=d5#qnY?swrN8Yhf7|~3wW-EOfBI~g57X5D^{lk@^=pZ(pJ&$nySvi6cP3K0
z**ELuHoI$45C2w4Jm*>?iku*Kn&&TGsXf2C@#V@ouIGKeQr6|luYL9y!vb|t_2*-=
z()sp2T6E=9@3HT9k@LjG(q-MJKmRzk>A~M~=~0mpQ9rLoravl%rIqpzKDR}+({IiD
z{W`>a|Hm2n=SrvFh&Xj8tS1gBQG>GP$1Ag)rME)w4b&DTM=id2hZn|ov(TkYSlIZi?ND;65_3Z5(
zX~v~bZ%-?@w?Oos_nau}G^Aud_qET&xv>+i9<2O4bD7@OOP`aL<{w2)IeVY{^r=A>
nfcX(tcEHOCSVD#=_%6@m`SIS7S)!YO1uBE5tDnm{r-UW|7Fo>|
literal 0
HcmV?d00001
diff --git a/public/tiket/tiket_662f294d0e123.png b/public/tiket/tiket_662f294d0e123.png
new file mode 100644
index 0000000000000000000000000000000000000000..eadbe4fa8e2c7cfafaadcc6e9b2c42e32ea73adb
GIT binary patch
literal 1417
zcmeAS@N?(olHy`uVBq!ia0vp^4?&oN2}o|d=&B2(*h+%@f*JmUpm~IJEl`BBz$3Dl
zfr0M`2s2LA=96Y%VAb?=aSW-L^Y*T1-(wE}*Mnh;-`77~ugAJ-pLE|i@kU0dyfi+T4@(WXZ;ao*c5+n{-}AVn
zv-)^csxyky&X*Vl7wFXNeHme{VRY2S$nVe{8zj$VFH_`>&);N!xp!vOYfYqRn_Xp=
z|Hf;%8poU8$NxW`|7*78wSPV}`mh*3ch%=QxB0!YUq1pXoX?zX-meG^kGoekSN>MJ
za`ubCtl+P0=W^2tjy~3
zN4`&jCZcy6XT5wB5&DI3vec~K#w%z3h=cik?V6c-eWA(5%d5IOANb$>yzf>?2U5Zc
zdv|`zhOHaczyDM@^{l{eGX?cT{
z2mkq8P=fjE*x#9HarHaxukJH?@o$&2(r;s4+1qcvMItiOx=%UxCTw4EHSOK2dm9BG
zO!Qlb
z_rg_N<4)fC{;(R!ebJG|u`<=0vX^;9M7(fWHpAZ3x90wK_a|av39=1Sfw|4UO!oHcj1$4YV3?bg_U!1HJ6*`ZSbh5M%pY1v?uJb6yYkRcCUis^r{P
z_`~$&$Iq{?uiFcJdw-X?;r@icS1D7hB$xWRt(;60bJzbcy?;M{-Zbso*gt*UvU%3~
z%AS_4`?xl&&hq)OKM&XKe<1Q%qtwW2ZcmW<;w!pWedOgn?*DU4Df8)0?bQ2IR#vV4
zDQ?mak~;}fcK6(@mxohR5AKke8O1wmRZiHe{@urHo^IOzU`8dvU3}Mkrr(VC?i0$X
zEqXOJxlRem3foO-v!X7|SQUHhx}T`kWBv7O0&AmPQ{~`Z+SP1&dFR=v;P)@qi12Ek
z6%YGmamVx-|HRLIXQ7S&x^?^Jv@V^@oEpg&>;9FN_ga1u|C4}Z#L`(W*Ohjh_L{l!
zdEJa(Up5)~*GeTK$IaT#2x7O_9
z{)qTQXkh1M&V6aVJubp?R}O3Tsbj9QPS>^c>i#%(ectNNXAsUSzkP4d$F*j0)z@ck
z3qH5iW`5DSNx{Y+(_rCjn>;sjsZK?$WXZaHGP~CZw<85!*)^Z?smjmG4%XgYG^JGS
zhcrx+?$?GJ6<=OW>HT^<)>a{mYfW*oTz#bt&ugC=eOQW^_YvrL+ZS>dS3X>~uBu%2
zSqhS`=K=#Z?#lG30n+(joAjPNmn!x#M2gx=_x4P!Z<*b$mAmJv@~Vw1{of}cX@33d
zS?sm=13!Is%Zc1H%s`Sk_1hRJH^6#jJz8B5;|FwbB5-`13e}8s&>-*Q6HqTv_
z^QLEe;hA&kO@CqO*ZKx?QmXka;oF(}69QM=th!?ZO@u&=*T0_K{n~VKZ(MxB+L-LQ
zo$pm)>F=PNzS325Tp
zeuX(Hd3Lj?_Fs{>fSW#rcEWGqX`1_d`mKuRQ`v0`uirnGy*$q}4as+}@1;vwUr#yz
z)2II2PoEFwaOdwZ&wulH{)^pJ3H^H?)GS+>tzUfsIWL7?o4IUG_G0sWSAUBw4U;pe
zd*}8Hk!5%1&doek5t#LO?(#KL0-oPWU!$Yr``1iQTM{{yhZxuH$k9xFEVgN-|M7Uc
za240MlUCoKA}80kYi8QHl$FJ9lM;EER2Odkv3Nf(Qfii6GxMBf`H{C%+~=GxS?72x
z6)BZ|KQSva=kcmDKh8;)|Ml(7TE$}(E*g97^C6^|@UH!Aw(h3S-O9((HtX|Szjp*@
zA4f7`d-2?rJ2$_+eJ*|0uB%?>yL+GW_0M#Nmrd^`J~#dtiliPE=8)nBT%=%U-u>T`
X`gd18*CJtH`N`nv>gTe~DWM4fQ&z#T
literal 0
HcmV?d00001
diff --git a/public/tiket/tiket_662f296224393.png b/public/tiket/tiket_662f296224393.png
new file mode 100644
index 0000000000000000000000000000000000000000..85d3acb0e190aea8e1307381fa9ff460dc85ccd0
GIT binary patch
literal 1422
zcmeAS@N?(olHy`uVBq!ia0vp^4?&oN2}o|d=&B2(*h+%@f*JmUpm~IJEl`BBz$3Dl
zfr0M`2s2LA=96Y%VAb<KR-X~bNv2(o1fu-b5D@^;wvXLN{zhc636_z`P0Ms^XJE&H~d!dGArxO
z$Mo>H=Ti5xp3X0RH&g!JFSg|~+*eKxe3dfAN^)u5%CxE<9rr&;cQ2V*7=CJ>X7Jar
z&(bFSa7*u=oAvTxRHT8P`?9d+Wm>bR{(8JNeO}R9X&GZAMF(fSoYh-;K4j{KpuoLf
z&&)qzgK({Uq_MAVrq5Nq$LIY-tsZxWUt6(n?II&o-FMQ~t}HJJ>uQ_&j9a@_=3dpa
z_7j!IpFv&e=eF{8q_OKX6SI9hU&8+H+CIEi|qJwrOT$4PM>PM{?039t=YxrZAw30*>NuYQTGXG
zsBhnLZi~r>eNB&VSzAeqXU;mm=hMyN(s`Aj00cS>7?yFXXUeS;mAQUy%iN;3GmoDO
zEy_}>Glt1d`}QpN&(i;46HUHdI~{jD?5-JK$-338NczjZHAGb2f4WwbuRExDzhAF)
z+T70jK47C$rtE6ARhacwRPJ8YiQd%#!S`-G-Ejyhe68=NS7oPPS6{c=#$}goOtjYQ
zBsr+FfO@N+8}Ge3v-;_ysfDvo=RDUs!Cw3MhY~C?>ApQ1y|K_W{b|_#1)FAW`pC03
z8!6PvH?SYsy0+?i-An8FnI9sb8-LsjPBcJ2?+!PP&6ZpsdN1C-ZC~XFbC`HH&?7r5
z9y@5yS{j{_S-$7??4qxXlf``ld>d9%m#H_NTr$G=a4r$hE5r`|v6y?ww;Z<%x>={|u2;Tyf8MGL;m_YIX_kf*-p#Llp6@B$cKLnulqksz
zn|E$VX?XRQ28rrFa`$f(zyCh>{FY4{wiF$@wsX=&q{#F(y?l7<(kaEqIePzF?c4G5
zjI{U6V)6c&NI5qB?3aSv^y|l(lK^;W6vwob6E`*7BG
literal 0
HcmV?d00001
diff --git a/public/tiket/tiket_662f296a2c25b.png b/public/tiket/tiket_662f296a2c25b.png
new file mode 100644
index 0000000000000000000000000000000000000000..eff30caa11bad022773acf9c155cd1d0aec5975b
GIT binary patch
literal 1409
zcmeAS@N?(olHy`uVBq!ia0vp^4?&oN2}o|d=&B2(*h+%@f*JmUpm~IJEl`BBz$3Dl
zfr0M`2s2LA=96Y%U{&;VaSW-L^Y-q+qBm+Ht`{w){{NqvzOFHjLt)#l>$7g@CjJ(A
z8hzmD^Y7ok>vR16{e|HHf65dq$)$d7D<=oOB98fP{!IS=fBvkII==Vx!qp4E->WZs
zW^w)R;nLhTN~`E!0X}w#dr#
znYj^?oObrIg{r*^Z$16D*}3)HU-R>80&AmPQ{~{k+SO}%dEeP6=k$`auC|%axQ%ON
z{Ca;X72V%hiST^bHJ^#9y{+wyeqYyHn?5@c|KSj-H&&K*9QT^J@OvCj?bnTl{I#aY
z^7g;0^7Ugb{n!>gMNYc-$=>g0z`i#E1;qBExtVEqQ}55)$iE`zTW{ry+3ojU*QxF6
zfQ8ZVYct#AOusw{{{GPHyr^!@!Seq%YfI-LIc{0jve%o{PBk6>)?-_?{OyEV-Sh1>
z+isbogmm?1v45ZUt+$GdNZ_6Mv-4Z;&ycT{hmkxXeSK!znVcuLw{yR{Ew*%x@xlL!
zP*>jFXq~J7zro$gg=ePbLa}vDyq2K>=M0bn`BdpL`#qYKxv!%{zVZC=_rGTUT=RS8k2sjIw%5(`?`O_9?&lS|XOZZ=32Ezjku2T&*yi$?
z$#>6}eAf7Ge2@vIY3-fa<%LGxaaZd||j_L+~%e&^pS@63JTacy7zzI5cwviF$(
z+c&qaAFX-j>I_Uo8<#azIec)16%Mx}jNck>xp#R@&O6&OwU-<1_>7TVeQMUrq-R?$
zpGmrL$h*4T%`}AV?dmQ$YqvBc8>ZSSe4CqIwWj#s^R0)fkFMQ{mRmG8ZPpHApR;Rz
z=8HgMTm7_OVLZs5*M6V=X!Q(t;!7-8>9(t$G2_C=+utMJ+5t;Y22WQ%mvv4FO#n(u
B$bkR=
literal 0
HcmV?d00001
diff --git a/public/tiket/tiket_662f29722acd0.png b/public/tiket/tiket_662f29722acd0.png
new file mode 100644
index 0000000000000000000000000000000000000000..61626516679bbc05b50ed0ed95f6744b7a2f04c1
GIT binary patch
literal 1398
zcmeAS@N?(olHy`uVBq!ia0vp^4?&oN2}o|d=&B2(*h+%@f*JmUpm~IJEl`BBz$3Dl
zfr0M`2s2LA=96Y%U={OpaSW-L^Y-q=zSn9ZZ5REney@Led3Ic+`xcQ6`z^BXs_~t9
zB7REj+q37_*T>g8+?en0&+xCcCrEwqm6IB!MqYD?WB%P*^zr=p^Xn>mV&!(tk}9ux
zd+Kq_aP4m=M_p<7muLZtJnPMfm
z)X#0@?MUO;J7HoyrzftwyI|$1w59(lvd#tP{boD92H~vo4Qad19@~|^$}3{!ig~j>
zt8eOqyZWyCHJ{*Uso<@rf81K>l>X=0RNGbgt5=}vwkqFz?TWFLw(DW9hDK`25fQ
zR4Tf+u@vfv$$_uRuK7&V?d|1fw!OOl-AYUMeFwQwz2X1X`A*m=pWbT2udi~8=T(^=
zvOS)2JUV?v+!-2VUfq;@ak`C9j6B>z{h$-lSr
zTb}g$1=97Og3pW2o&EX8t&b*i&L85`6h?U#VovlpXTN7Y{Fv|HM3gwNn1U_Ri=@!59b$ijb4RXO(|1$oqsWV`=hU^7jlm?
z_8-4$-j8rQsr#M*~Iq7`xx!pbWc-}GjuY${;`ekmDDX|m&GY_WG`?+!MpG^C&
zffL_O@JKa2`qO8_e3;z#uV;6^-DdvW_^s57J6nU14E-K))}(A*{Woqa)0!hceX`W{
zb-*;SS3C6N)~IEk`h9A_?QLt89lLu1DLne;X6{zHl=Fync91r6?{QSQx5mDmHW8l%
zS+508w)rj|=?)1lU@psBnSbwS?$wh!_fI42!h6whHI&6&FucIVuhsE~Lvgr9mwV!{)!AhOll>2*%OC2@?
z?cM(C$F1Icxy{H~eBSvZ;TsVGM3z**6kgA~B9r-y*0=IQz+#iZ)78&qol`;+04lb`
AZ2$lO
literal 0
HcmV?d00001
diff --git a/public/tiket/tiket_662f297a2953d.png b/public/tiket/tiket_662f297a2953d.png
new file mode 100644
index 0000000000000000000000000000000000000000..471bb4daf86d41f4901c38151d05df7ef352aecd
GIT binary patch
literal 1436
zcmeAS@N?(olHy`uVBq!ia0vp^4?&oN2}o|d=&B2(*h+%@f*JmUpm~IJEl`BBz$3Dl
zfr0M`2s2LA=96Y%V72jdaSW-L^Y*T1pR%QZ>%p+a@9Lkv@m-%J7^=hfQDtUsu%W{*
zg-ec?e*XIT^C$bEf3?3@ADE|1v65Ws=eBZk;49*o@2;OYy8e3h)#^LDb9PBpz5Bb>
z`1a0s`KF(rzNvoRy}a(A;xU9#vsca3yZ5O6XRGU_GsWqr_9;4l4f`x^(ifz@_{vF*
zQX{Xsr)Ir;6cJev-^X*7jW^WH`0MfD_cl*%=vSP#@S58LRVSUjELrTDt#jxhAJ?x}
ztoJKF2I+-J?@c{xVzSgQWcQtT>yQ_B>MPRvUftHxLQ;{tX685DYf`rs8wZ=5F^Qk?
z^6`f&*6}Xqtj$o|p=q>qV}bF7;J>fuRXsnUUyS50_mlXT4lm*^#{T%!Ok8wtrP`
z=C=QnLYBY2@7`_hyiY!fjFH`x>7TJ26`7dwm|K_~C>iDU&`_}xm6)$$4OMldT
z0_q2I)AJ>Judh^&pP$9Myi&4Q{%-hlNq2a>8S%s5xS&om%n$NCrl&iR){-}rv+`}KSKkL~01M)KR-*R#uO3zDB-IKKUm
z^rC#ZKfJJX8@BFj^pEqu_g#B@F8$UQh1$C
zjE*#xy?wqUXWffOkGa>(%sy-UaWBlL(L3j7#!ua_-lEv<^4Ya|^RhURqr3RC&-d%+
zEX-0(OIGv0NP1VJ_CpzF<=QuEh$y?taB3lCtw^*6zo2DVBYHGwkFW=Sq{1y64>gTLO`Y-|1#AQ{;XgD<*f^db4`w!Q(Ro*RD*MG}A&GVpQ)
h7DwQs2TAm9y-yj#4fCK2O2ERE!PC{xWt~$(69C7c+eiQa
literal 0
HcmV?d00001
diff --git a/public/tiket/tiket_662f298245561.png b/public/tiket/tiket_662f298245561.png
new file mode 100644
index 0000000000000000000000000000000000000000..ae7c47937304aec27308b7d37f114f4de7b79ab8
GIT binary patch
literal 1412
zcmeAS@N?(olHy`uVBq!ia0vp^4?&oN2}o|d=&B2(*h+%@f*JmUpm~IJEl`BBz$3Dl
zfr0M`2s2LA=96Y%U{SaSW-L^Y-q+yw_#|Z5Nll_`Sbq*UoMyjf&Hgrr23N&yn@+
z`rG^=Vadbm-@kvC7x?!4vN*$j#l=@nYLpsz&Fu+NCyrUacF)h(ud}b0_QcBVnq~F=
z$6oFJ;$Hr(pB~QH{j7WWzJr?A0$-&}v65Ws=e9C>)l9v(kI{9>6SoxIo4P6gRLI_|
zf7sR{Y}&p#ZP$*qIug^BgYPa_c`9w`zlvA0mf!it+ZXA+ax&DQcL`@pX7`q!51G0l
zDA2a_Y<`L?$Z)XquJCI9dZx6&v9+rRrA9F(R9B{Te~v7B&@4#>O*er
zVwrino^_w7JC5Yg+mXhuQBuBx1laQV7jOQMzxyrb;xWOR$KU6z{*3GbU^vPBS|{}Cj{ooCxtqI-d$(vl*RnJf
zp6>$-h^3MO&yPjTm)`dGN^wZAyIuL&=XP_7gLRQiDKB6<(si3_?rkZX^%-6-jSv2Z
z#sA%NvtF)@K4G^YLQ+2K=+2vMzkEJ)!_owM_Og}Vf^iS
zv)}S#Z2#{)ANj0)8~;T%lkZ(-^~bKW#qowK5B~GHpahMJyS2ZKU8QutrCXIK6@UJ*
z6PC`bZ=~;9%Udicd4GFRX!68~&DziBCLzT^bM3O*aj_q}UX}%~@7ue`W7md0czVBk
z?(a-JvwzF>t=%lNv$3FN(X)R(S!#89NX|@t{%mJ2|JP%k5By_4A2YhXx3b0vCOz%l
zS?hFQ+&|Wyt*KqkV|UaFk(v76W>y!z>s;FV=KPk|dxMc;;`@zx+k$5uR*N&_%J*7=
z=ANCE;%Ao^)ZO~$6a0Sf+ru-FeNz5qrrtT<4hi{JpJxSWt4qxjmf8pm@=F^Ox|EoBI4Q(Yv)>B;X?Aj+c(CxrRmpq-adbChyCR%
y3&Yal)=XK25^|^h&ioOG6qH1kTSi`Y?@QM(-+1Tvkp)hYb&isDzt5*M%
zH|d94diUI{myfn>N{H$6S96@xSdn!`
zeB$T6vk0GW-<;N^lbKT^@nYq_QvY7dPx5;VkX#vb_RAHkBe_e@T&dMx7PmL|Oz?WQ
z8SX15Lw)-0bz1~vu%epS*CimSbM|Qlo>E*ARC)GZ=w_uZ{`7_Pn?{_WIklg<^
zCVki2?SF#TJ~W$FyWKW?%SP7wKW-J5&Z~rmAU
zAIv`i4aDumb2FcQ|8Z;?|6_Ciy;j?ToJ^0~)P1gyxHj`g3@ly9zA>#U%nN-cdOcQ8
z>8@B_wASn-IZzaX!(dkif5-A$75RTwn7>Hc_euQa?BnbcVS%%6Z{_w<;rdsRE5g?t
zTNYQ_h2%57Zw(!D{(kPVelh3#7jvXwk+r$}ZCh=8u-#hGdm^=;ADF|F)UDauKRH({
zwW@r@u}Je=`mdkvy)zL}v2N43lEQWQ_fBoi->-2s$2JeikxNULi9VmV`KCpW;dA4^
zza}q7j>3fXA8(6IJ6CF$UzU|I@BEUqN5!ygQNAJn-dDf!uN(VhzJ6hgJu~+_i@g#w
z?cA+>ZXD|}Z*f)gskE-oGZXB==^hv;TCaWlOFL#fs#!Ka-ui1`GE!Vrzwx=f@pe_h
z{#xxlniG%7h$G3}zL{O~W?N9&t9_5n*LRc{+Hb%6ZkwnVQpnuhZl1q*`MI*H{jMvg
zO836sJrOB9%f2;OJpWYvXWQM33F_f
zxQeUXNvrSA43VsOyJn_d-tC)PH$ISvx89e(r2A*^-6Q8~rIFle9br7TIQsnijnggW
zXC`-lM+r;S>}B1zuf;Cg_G+&6{LEE6R^g&|uYEp*?1<{#`PK7Yu2h|4p3(YUX!*51
zq&UobZWWx89=?R{#tq5$F}*u3eNIYkemdKI;Vst04xf|pa1{>
literal 0
HcmV?d00001
diff --git a/public/tiket/tiket_662f299233645.png b/public/tiket/tiket_662f299233645.png
new file mode 100644
index 0000000000000000000000000000000000000000..2bd72aea77cf7c7d68166fd4902fac587cce606b
GIT binary patch
literal 1437
zcmeAS@N?(olHy`uVBq!ia0vp^4?&oN2}o|d=&B2(*h+%@f*JmUpm~IJEl`BBz$3Dl
zfr0M`2s2LA=96Y%V72vhaSW-L^Y-rPzSm{~t`|!t{Qv*-oQg89$cIl0b*tB|)Sa9w
zFA%#RE)fB$kH`d3%Q^ua!5ik0M2Kev^W178uxd^dk)cYR%5*xASTo-SOyu<-r*
zxs`KX|6824Z%%FTzKU1kGD)&<19z>Q_41ME|I_+9lhTgO)%@MYb2a*G`~@qoxjjMZ
zi?5v2DAmqh)}5Ssu-4LOi?m6|%`;cz{m)jO*cks|UMa$5X4ia<>#V76Th%hN>(xrj
z{S%So;v$WCb2E9a>V3b?Cu;RQf8Nc-zqWOqLb5_Sds(e{Hm~hs<6x6BCh;>~KK^iJ
zj=s`!*=TpTxARiZirl;u@x$Ok@ZZ<-W)(jX-?O0)>O>>2yCG-4T(LW{F(@tLPWQs_
z{!#K&t99R}SL2rcF#gJ%&u6y&er1DX^xWI&yZHWGs5`&WIJf;xcBNfP
zyz26_N0Wg;2R45D#0yS|BP&ktwQ-IJP^R-J!;@APYk*o>~szZX1r=X=}IWp6K-
zw7r?VxmN9mFwEt-HS;nT&ScLP`}Kn<`&ra)pBjBwaxi;me0EP|+8y(G4AL*R6|9*g
zjS{iOx!)rrde6T3zGq{1<&wEA`zmV$VOqn!HCSwW`{l}3XZfc!%k1}kJA~xn=jYOI
zm8;*@mRntQG`8OOy4C#7_o~qFx_henbJ{=sxCrMr)q7t4JNv!K!nI=kHqhj@io8