From 3ff130b28777a22fa9c2cb0f6665d5996dbb97d1 Mon Sep 17 00:00:00 2001
From: Nizarr20 <105997987+Nizarr20@users.noreply.github.com>
Date: Wed, 17 Jul 2024 13:34:52 +0700
Subject: [PATCH] first commit
---
Laravel/.editorconfig | 18 +
Laravel/.env.example | 58 +
Laravel/.gitattributes | 11 +
Laravel/.gitignore | 18 +
Laravel/README.md | 66 +
Laravel/app/Console/Kernel.php | 27 +
Laravel/app/Exceptions/Handler.php | 48 +
Laravel/app/Http/Controllers/API/ApiAuth.php | 173 +
.../app/Http/Controllers/API/ApiPickup.php | 827 ++
.../Http/Controllers/API/ItemController.php | 77 +
Laravel/app/Http/Controllers/Controller.php | 12 +
Laravel/app/Http/Kernel.php | 67 +
.../Http/Middleware/ApiKetAuthenticate.php | 39 +
Laravel/app/Http/Middleware/Authenticate.php | 17 +
.../app/Http/Middleware/EncryptCookies.php | 17 +
.../PreventRequestsDuringMaintenance.php | 17 +
.../Middleware/RedirectIfAuthenticated.php | 30 +
Laravel/app/Http/Middleware/TrimStrings.php | 19 +
Laravel/app/Http/Middleware/TrustHosts.php | 20 +
Laravel/app/Http/Middleware/TrustProxies.php | 28 +
.../app/Http/Middleware/ValidateSignature.php | 22 +
.../app/Http/Middleware/VerifyCsrfToken.php | 17 +
Laravel/app/Models/CheckboxOption.php | 29 +
Laravel/app/Models/Detail.php | 20 +
Laravel/app/Models/Items.php | 27 +
Laravel/app/Models/Pickup.php | 55 +
Laravel/app/Models/Role.php | 20 +
Laravel/app/Models/User.php | 80 +
Laravel/app/Providers/AppServiceProvider.php | 24 +
Laravel/app/Providers/AuthServiceProvider.php | 28 +
.../Providers/BroadcastServiceProvider.php | 19 +
.../app/Providers/EventServiceProvider.php | 38 +
.../app/Providers/RouteServiceProvider.php | 48 +
Laravel/artisan | 53 +
Laravel/bootstrap/app.php | 55 +
Laravel/bootstrap/cache/.gitignore | 2 +
Laravel/composer.json | 72 +
Laravel/composer.lock | 8230 +++++++++++++++++
Laravel/config/app.php | 218 +
Laravel/config/auth.php | 115 +
Laravel/config/broadcasting.php | 70 +
Laravel/config/cache.php | 110 +
Laravel/config/cors.php | 34 +
Laravel/config/database.php | 151 +
Laravel/config/filesystems.php | 76 +
Laravel/config/hashing.php | 52 +
Laravel/config/logging.php | 122 +
Laravel/config/mail.php | 124 +
Laravel/config/queue.php | 93 +
Laravel/config/sanctum.php | 67 +
Laravel/config/services.php | 34 +
Laravel/config/session.php | 201 +
Laravel/config/view.php | 36 +
Laravel/database/.gitignore | 1 +
Laravel/database/factories/UserFactory.php | 40 +
.../2014_09_10_052128_create_role_table.php | 26 +
.../2014_10_12_000000_create_users_table.php | 37 +
...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 +
.../2024_03_16_052713_create_pickup_table.php | 35 +
.../2024_05_18_214259_create_detail_table.php | 29 +
...0_013137_create_checkbox_options_table.php | 29 +
Laravel/database/seeders/DataPickupSeeder.php | 30 +
Laravel/database/seeders/DataRoleSeeder.php | 21 +
Laravel/database/seeders/DataUserSeeder.php | 99 +
Laravel/database/seeders/DatabaseSeeder.php | 31 +
Laravel/package.json | 12 +
Laravel/phpunit.xml | 31 +
Laravel/public/.htaccess | 21 +
Laravel/public/favicon.ico | 0
.../0198af1c-5c67-4e74-994f-f2cf57330b97.png | Bin 0 -> 26692 bytes
...5-9d2b-3ee51b4bb6184040532238713528977.jpg | Bin 0 -> 32414 bytes
.../12fd87cb-9e5e-4505-a84f-ae7575e7a95e.png | Bin 0 -> 34229 bytes
.../16a72089-11d9-46ba-b2cb-495e9ab266c2.png | Bin 0 -> 35455 bytes
...e-be40-cd50beb7a1951463779601324309651.jpg | Bin 0 -> 31496 bytes
.../203951bb-3df7-4c25-afb5-9589c7266cf0.png | Bin 0 -> 27810 bytes
...7-83b7-f222474e24018345579673139815328.jpg | Bin 0 -> 19615 bytes
.../26b7efab-bf9d-43a6-89e9-109467ab6f69.png | Bin 0 -> 27295 bytes
.../360a032a-ebde-48b1-b489-499c4fe0f5ff.png | Bin 0 -> 28454 bytes
.../511bd06e-e2a9-49ef-9c34-4a3406dafd0f.png | Bin 0 -> 27990 bytes
...6-bfa4-8f912da2cf118765385194783437495.jpg | Bin 0 -> 33949 bytes
.../6e39d1ec-aef6-4ab2-955b-89ce90f0b10c.png | Bin 0 -> 27325 bytes
Laravel/public/gambar/IMG-20240525-WA0001.jpg | Bin 0 -> 69404 bytes
Laravel/public/gambar/IMG-20240609-WA0008.jpg | Bin 0 -> 22045 bytes
Laravel/public/gambar/IMG-20240610-WA0021.jpg | Bin 0 -> 24801 bytes
Laravel/public/gambar/IMG-20240610-WA0026.jpg | Bin 0 -> 22806 bytes
Laravel/public/gambar/IMG-20240611-WA0020.jpg | Bin 0 -> 109262 bytes
Laravel/public/gambar/IMG-20240611-WA0026.jpg | Bin 0 -> 45007 bytes
Laravel/public/gambar/IMG-20240611-WA0029.jpg | Bin 0 -> 11296 bytes
Laravel/public/gambar/IMG-20240611-WA0031.jpg | Bin 0 -> 6713 bytes
Laravel/public/gambar/IMG-20240611-WA0032.jpg | Bin 0 -> 22363 bytes
Laravel/public/gambar/IMG-20240611-WA0033.jpg | Bin 0 -> 21721 bytes
.../afbfd400-0db5-4591-9e4b-dfdde16fc332.png | Bin 0 -> 38255 bytes
.../bb1bb162-82d6-425a-b78e-527f18f90c34.png | Bin 0 -> 27295 bytes
...c-b681-ad2d615d56323014655413825107352.jpg | Bin 0 -> 44391 bytes
.../e8527e3e-18f0-4aee-a32e-b7dac1ccdbdd.png | Bin 0 -> 28303 bytes
Laravel/public/gambar/logo FIX.png | Bin 0 -> 27748 bytes
...es-collection-eps-removebg-preview.png.png | Bin 0 -> 115140 bytes
Laravel/public/index.php | 55 +
Laravel/public/robots.txt | 2 +
Laravel/resources/css/app.css | 0
Laravel/resources/js/app.js | 1 +
Laravel/resources/js/bootstrap.js | 32 +
Laravel/resources/views/welcome.blade.php | 140 +
Laravel/routes/api.php | 86 +
Laravel/routes/channels.php | 18 +
Laravel/routes/console.php | 19 +
Laravel/routes/web.php | 18 +
Laravel/storage/app/.gitignore | 3 +
Laravel/storage/framework/.gitignore | 9 +
Laravel/storage/framework/cache/.gitignore | 3 +
.../storage/framework/cache/data/.gitignore | 2 +
Laravel/storage/framework/sessions/.gitignore | 2 +
Laravel/storage/framework/testing/.gitignore | 2 +
Laravel/storage/framework/views/.gitignore | 2 +
Laravel/storage/logs/.gitignore | 2 +
Laravel/tests/CreatesApplication.php | 21 +
Laravel/tests/Feature/ExampleTest.php | 19 +
Laravel/tests/TestCase.php | 10 +
Laravel/tests/Unit/ExampleTest.php | 16 +
Laravel/vite.config.js | 11 +
Mobile | 1 +
pickup_service.sql | 474 +
124 files changed, 13414 insertions(+)
create mode 100644 Laravel/.editorconfig
create mode 100644 Laravel/.env.example
create mode 100644 Laravel/.gitattributes
create mode 100644 Laravel/.gitignore
create mode 100644 Laravel/README.md
create mode 100644 Laravel/app/Console/Kernel.php
create mode 100644 Laravel/app/Exceptions/Handler.php
create mode 100644 Laravel/app/Http/Controllers/API/ApiAuth.php
create mode 100644 Laravel/app/Http/Controllers/API/ApiPickup.php
create mode 100644 Laravel/app/Http/Controllers/API/ItemController.php
create mode 100644 Laravel/app/Http/Controllers/Controller.php
create mode 100644 Laravel/app/Http/Kernel.php
create mode 100644 Laravel/app/Http/Middleware/ApiKetAuthenticate.php
create mode 100644 Laravel/app/Http/Middleware/Authenticate.php
create mode 100644 Laravel/app/Http/Middleware/EncryptCookies.php
create mode 100644 Laravel/app/Http/Middleware/PreventRequestsDuringMaintenance.php
create mode 100644 Laravel/app/Http/Middleware/RedirectIfAuthenticated.php
create mode 100644 Laravel/app/Http/Middleware/TrimStrings.php
create mode 100644 Laravel/app/Http/Middleware/TrustHosts.php
create mode 100644 Laravel/app/Http/Middleware/TrustProxies.php
create mode 100644 Laravel/app/Http/Middleware/ValidateSignature.php
create mode 100644 Laravel/app/Http/Middleware/VerifyCsrfToken.php
create mode 100644 Laravel/app/Models/CheckboxOption.php
create mode 100644 Laravel/app/Models/Detail.php
create mode 100644 Laravel/app/Models/Items.php
create mode 100644 Laravel/app/Models/Pickup.php
create mode 100644 Laravel/app/Models/Role.php
create mode 100644 Laravel/app/Models/User.php
create mode 100644 Laravel/app/Providers/AppServiceProvider.php
create mode 100644 Laravel/app/Providers/AuthServiceProvider.php
create mode 100644 Laravel/app/Providers/BroadcastServiceProvider.php
create mode 100644 Laravel/app/Providers/EventServiceProvider.php
create mode 100644 Laravel/app/Providers/RouteServiceProvider.php
create mode 100644 Laravel/artisan
create mode 100644 Laravel/bootstrap/app.php
create mode 100644 Laravel/bootstrap/cache/.gitignore
create mode 100644 Laravel/composer.json
create mode 100644 Laravel/composer.lock
create mode 100644 Laravel/config/app.php
create mode 100644 Laravel/config/auth.php
create mode 100644 Laravel/config/broadcasting.php
create mode 100644 Laravel/config/cache.php
create mode 100644 Laravel/config/cors.php
create mode 100644 Laravel/config/database.php
create mode 100644 Laravel/config/filesystems.php
create mode 100644 Laravel/config/hashing.php
create mode 100644 Laravel/config/logging.php
create mode 100644 Laravel/config/mail.php
create mode 100644 Laravel/config/queue.php
create mode 100644 Laravel/config/sanctum.php
create mode 100644 Laravel/config/services.php
create mode 100644 Laravel/config/session.php
create mode 100644 Laravel/config/view.php
create mode 100644 Laravel/database/.gitignore
create mode 100644 Laravel/database/factories/UserFactory.php
create mode 100644 Laravel/database/migrations/2014_09_10_052128_create_role_table.php
create mode 100644 Laravel/database/migrations/2014_10_12_000000_create_users_table.php
create mode 100644 Laravel/database/migrations/2014_10_12_100000_create_password_reset_tokens_table.php
create mode 100644 Laravel/database/migrations/2019_08_19_000000_create_failed_jobs_table.php
create mode 100644 Laravel/database/migrations/2019_12_14_000001_create_personal_access_tokens_table.php
create mode 100644 Laravel/database/migrations/2024_03_16_052713_create_pickup_table.php
create mode 100644 Laravel/database/migrations/2024_05_18_214259_create_detail_table.php
create mode 100644 Laravel/database/migrations/2024_06_10_013137_create_checkbox_options_table.php
create mode 100644 Laravel/database/seeders/DataPickupSeeder.php
create mode 100644 Laravel/database/seeders/DataRoleSeeder.php
create mode 100644 Laravel/database/seeders/DataUserSeeder.php
create mode 100644 Laravel/database/seeders/DatabaseSeeder.php
create mode 100644 Laravel/package.json
create mode 100644 Laravel/phpunit.xml
create mode 100644 Laravel/public/.htaccess
create mode 100644 Laravel/public/favicon.ico
create mode 100644 Laravel/public/gambar/0198af1c-5c67-4e74-994f-f2cf57330b97.png
create mode 100644 Laravel/public/gambar/0c7af0d0-6dc5-4d95-9d2b-3ee51b4bb6184040532238713528977.jpg
create mode 100644 Laravel/public/gambar/12fd87cb-9e5e-4505-a84f-ae7575e7a95e.png
create mode 100644 Laravel/public/gambar/16a72089-11d9-46ba-b2cb-495e9ab266c2.png
create mode 100644 Laravel/public/gambar/1dd038e7-20be-4a1e-be40-cd50beb7a1951463779601324309651.jpg
create mode 100644 Laravel/public/gambar/203951bb-3df7-4c25-afb5-9589c7266cf0.png
create mode 100644 Laravel/public/gambar/246f73c1-efcb-4987-83b7-f222474e24018345579673139815328.jpg
create mode 100644 Laravel/public/gambar/26b7efab-bf9d-43a6-89e9-109467ab6f69.png
create mode 100644 Laravel/public/gambar/360a032a-ebde-48b1-b489-499c4fe0f5ff.png
create mode 100644 Laravel/public/gambar/511bd06e-e2a9-49ef-9c34-4a3406dafd0f.png
create mode 100644 Laravel/public/gambar/5d7c03d7-b5bc-41a6-bfa4-8f912da2cf118765385194783437495.jpg
create mode 100644 Laravel/public/gambar/6e39d1ec-aef6-4ab2-955b-89ce90f0b10c.png
create mode 100644 Laravel/public/gambar/IMG-20240525-WA0001.jpg
create mode 100644 Laravel/public/gambar/IMG-20240609-WA0008.jpg
create mode 100644 Laravel/public/gambar/IMG-20240610-WA0021.jpg
create mode 100644 Laravel/public/gambar/IMG-20240610-WA0026.jpg
create mode 100644 Laravel/public/gambar/IMG-20240611-WA0020.jpg
create mode 100644 Laravel/public/gambar/IMG-20240611-WA0026.jpg
create mode 100644 Laravel/public/gambar/IMG-20240611-WA0029.jpg
create mode 100644 Laravel/public/gambar/IMG-20240611-WA0031.jpg
create mode 100644 Laravel/public/gambar/IMG-20240611-WA0032.jpg
create mode 100644 Laravel/public/gambar/IMG-20240611-WA0033.jpg
create mode 100644 Laravel/public/gambar/afbfd400-0db5-4591-9e4b-dfdde16fc332.png
create mode 100644 Laravel/public/gambar/bb1bb162-82d6-425a-b78e-527f18f90c34.png
create mode 100644 Laravel/public/gambar/dc0285c8-dc5b-472c-b681-ad2d615d56323014655413825107352.jpg
create mode 100644 Laravel/public/gambar/e8527e3e-18f0-4aee-a32e-b7dac1ccdbdd.png
create mode 100644 Laravel/public/gambar/logo FIX.png
create mode 100644 Laravel/public/gambar/vector-moustaches-collection-eps-removebg-preview.png.png
create mode 100644 Laravel/public/index.php
create mode 100644 Laravel/public/robots.txt
create mode 100644 Laravel/resources/css/app.css
create mode 100644 Laravel/resources/js/app.js
create mode 100644 Laravel/resources/js/bootstrap.js
create mode 100644 Laravel/resources/views/welcome.blade.php
create mode 100644 Laravel/routes/api.php
create mode 100644 Laravel/routes/channels.php
create mode 100644 Laravel/routes/console.php
create mode 100644 Laravel/routes/web.php
create mode 100644 Laravel/storage/app/.gitignore
create mode 100644 Laravel/storage/framework/.gitignore
create mode 100644 Laravel/storage/framework/cache/.gitignore
create mode 100644 Laravel/storage/framework/cache/data/.gitignore
create mode 100644 Laravel/storage/framework/sessions/.gitignore
create mode 100644 Laravel/storage/framework/testing/.gitignore
create mode 100644 Laravel/storage/framework/views/.gitignore
create mode 100644 Laravel/storage/logs/.gitignore
create mode 100644 Laravel/tests/CreatesApplication.php
create mode 100644 Laravel/tests/Feature/ExampleTest.php
create mode 100644 Laravel/tests/TestCase.php
create mode 100644 Laravel/tests/Unit/ExampleTest.php
create mode 100644 Laravel/vite.config.js
create mode 160000 Mobile
create mode 100644 pickup_service.sql
diff --git a/Laravel/.editorconfig b/Laravel/.editorconfig
new file mode 100644
index 0000000..8f0de65
--- /dev/null
+++ b/Laravel/.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/Laravel/.env.example b/Laravel/.env.example
new file mode 100644
index 0000000..478972c
--- /dev/null
+++ b/Laravel/.env.example
@@ -0,0 +1,58 @@
+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_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/Laravel/.gitattributes b/Laravel/.gitattributes
new file mode 100644
index 0000000..fcb21d3
--- /dev/null
+++ b/Laravel/.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/Laravel/.gitignore b/Laravel/.gitignore
new file mode 100644
index 0000000..e6bbd7a
--- /dev/null
+++ b/Laravel/.gitignore
@@ -0,0 +1,18 @@
+/.phpunit.cache
+/node_modules
+/public/build
+/public/hot
+/public/storage
+/storage/*.key
+/vendor
+.env
+.env.backup
+.env.production
+Homestead.json
+Homestead.yaml
+auth.json
+npm-debug.log
+yarn-error.log
+/.fleet
+/.idea
+/.vscode
diff --git a/Laravel/README.md b/Laravel/README.md
new file mode 100644
index 0000000..3ed385a
--- /dev/null
+++ b/Laravel/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/Laravel/app/Console/Kernel.php b/Laravel/app/Console/Kernel.php
new file mode 100644
index 0000000..e6b9960
--- /dev/null
+++ b/Laravel/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/Laravel/app/Exceptions/Handler.php b/Laravel/app/Exceptions/Handler.php
new file mode 100644
index 0000000..b1c262c
--- /dev/null
+++ b/Laravel/app/Exceptions/Handler.php
@@ -0,0 +1,48 @@
+, \Psr\Log\LogLevel::*>
+ */
+ protected $levels = [
+ //
+ ];
+
+ /**
+ * A list of the exception types that are not reported.
+ *
+ * @var array>
+ */
+ protected $dontReport = [
+ //
+ ];
+
+ /**
+ * A list of the inputs that are never flashed to the session on validation exceptions.
+ *
+ * @var array
+ */
+ 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/Laravel/app/Http/Controllers/API/ApiAuth.php b/Laravel/app/Http/Controllers/API/ApiAuth.php
new file mode 100644
index 0000000..4567670
--- /dev/null
+++ b/Laravel/app/Http/Controllers/API/ApiAuth.php
@@ -0,0 +1,173 @@
+verifMail = new VerifMail();
+ }
+
+ public function loginUser(Request $request)
+ {
+ $validadte = Validator::make($request->all(), [
+ 'email' => 'required|email',
+ 'password' => 'required',
+ ]);
+
+ $dataEmail = $request->email;
+
+ if ($validadte->fails()) {
+ return $this->sendMassage($validadte->errors()->first(), 400, false);
+ } else {
+ $customer = User::where('email', $dataEmail)->first();
+ if ($customer) {
+ if (Hash::check($request->password, $customer->password)) {
+ $token = Str::random(200);
+ User::where('email', $dataEmail)->update([
+ 'token' => $token,
+ ]);
+ $dataCustomer = User::where('email', $dataEmail)->first();
+ return $this->sendMassage($dataCustomer, 200, true);
+ }
+ return $this->sendMassage('Password salah', 400, false);
+ }
+ return $this->sendMassage('Username tidak ditemukan', 400, false);
+ }
+ }
+
+ public function loginPegawai(Request $request)
+ {
+ $validadte = Validator::make($request->all(), [
+ 'email' => 'required|email',
+ 'password' => 'required',
+ ]);
+
+ $dataEmail = $request->email;
+
+ if ($validadte->fails()) {
+ return $this->sendMassage($validadte->errors()->first(), 400, false);
+ } else {
+ $customer = User::where('email', $dataEmail)->first();
+ if ($customer) {
+ if (Hash::check($request->password, $customer->password)) {
+ $token = Str::random(200);
+ User::where('email', $dataEmail)->update([
+ 'token' => $token,
+ ]);
+ $dataCustomer = User::where('email', $dataEmail)->first();
+ return $this->sendMassage($dataCustomer, 200, true);
+ }
+ return $this->sendMassage('Password salah', 400, false);
+ }
+ return $this->sendMassage('Username tidak ditemukan', 400, false);
+ }
+ }
+
+ public function registerUser(Request $request)
+ {
+ $validadte = Validator::make($request->all(), [
+ 'nama' => 'required',
+ 'email' => 'required|email',
+ ]);
+ $RandomNumber = rand(10000, 99999);
+
+ if ($validadte->fails()) {
+ return $this->sendMassage($validadte->errors()->first(), 400, false);
+ } else {
+ $dataEmail = $request->input('email');
+ $customer = User::where('email', $dataEmail)->first();
+ if ($customer) {
+ return $this->sendMassage('Akun yang anda gunakan telah terdapat pada list', 400, false);
+ } else {
+ $isRegister = User::create([
+ 'id_user' => "IDCUST" . $RandomNumber,
+ 'nama' => $request->input('nama'),
+ 'no_telepon' => $request->input('no_telepon'),
+ 'alamat' => $request->input('alamat'),
+ 'email' => $request->input('email'),
+ 'id_role' => "1",
+ 'password' => Hash::make($request->input('password')),
+ 'longitude' => $request->input('longitude'),
+ 'latitude' => $request->input('latitude'),
+ ]);
+ if (isset($isRegister)) {
+ $dataUser = [
+ 'email' => $dataEmail,
+ 'kode' => null
+ ];
+ return $this->sendMassage("Selamat anda berhasil registrasi", 200, true);
+ }
+ }
+ }
+
+ }
+
+ function infoPegawai(Request $request)
+ {
+
+ $cekPegawaiFree = User::where('user.id_role', 2)
+ ->get()
+ ->pluck('id_user')->toArray();
+
+ $cekPegawaiNotFree = User::leftJoin('pickup', 'user.id_user', '=', 'pickup.id_pegawai')
+ ->where('user.id_role', 2)
+ ->where(function ($query) {
+ $query->orWhere('pickup.status_penjemputan', 'pending')
+ ->orWhere('pickup.status_penjemputan', 'pickup');
+ })
+ ->get()
+ ->pluck('id_user')
+ ->toArray();
+
+ $pegawaiBebas = User::whereIn('id_user', array_diff($cekPegawaiFree, $cekPegawaiNotFree))->get()->toArray();
+
+ $jumlahPegawaiBebas = count($pegawaiBebas);
+ $jumlahPegawaiTotal = count($cekPegawaiFree);
+
+ $hasil = "$jumlahPegawaiBebas/$jumlahPegawaiTotal";
+
+ return $this->sendMassage($hasil, 200, true);
+
+ }
+
+ function slotAntri(Request $request)
+ {
+ $jumlahAntrian = Pickup::where(function ($query) {
+ $query->orWhere('pickup.status_penjemputan', 'pending')
+ ->orWhere('pickup.status_penjemputan', 'pickup');
+ })->count();
+
+ if ($jumlahAntrian >= 10) {
+ return $this->sendMassage("0/10", 200, true);
+ } else {
+ $hasil = 10 - $jumlahAntrian;
+ $infoSlot = "$hasil/10";
+ return $this->sendMassage($infoSlot, 200, true);
+ }
+ }
+
+ // Function Massage
+ public function sendMassage($text, $kode, $status)
+ {
+ return response()->json([
+ 'data' => $text,
+ 'code' => $kode,
+ 'status' => $status
+ ], $kode);
+ }
+}
diff --git a/Laravel/app/Http/Controllers/API/ApiPickup.php b/Laravel/app/Http/Controllers/API/ApiPickup.php
new file mode 100644
index 0000000..7fc6251
--- /dev/null
+++ b/Laravel/app/Http/Controllers/API/ApiPickup.php
@@ -0,0 +1,827 @@
+middleware(ApiKetAuthenticate::class);
+ }
+
+ function listPenjemputan(Request $request)
+ {
+ $token = $request->bearerToken();
+ $user = User::where('token', $token)->first();
+
+ if ($user->id_role != 1) {
+ return $this->sendMassage('Token tidak valid', 401, false);
+ }
+
+ // Tambahkan where pickup.status_penjemputan = 3 atau 4
+ $pickup = Pickup::leftJoin('user', 'user.id_user', '=', 'pickup.id_customer')
+ ->where('pickup.id_pegawai', '=', $user->id_user)
+ ->where(function ($query) {
+ $query->orWhere('pickup.status_penjemputan', '3')
+ ->orWhere('pickup.status_penjemputan', '4');
+ })
+ ->get()->toArray();
+
+ $result = User::leftJoin('pickup', 'user.id_user', '=', 'pickup.id_customer')
+ ->where(function ($query) {
+ $query->orWhere('pickup.status_penjemputan', 3)
+ ->orWhere('pickup.status_penjemputan', 4);
+ })
+ ->get()
+ ->map(function ($item) {
+ $pickup = Detail::where('kode_detail', '=', $item->kode_pu)->get();
+ return [
+ 'user' => $item->toArray(),
+ 'pickup' => $pickup->toArray(),
+ ];
+ });
+
+
+ return $this->sendMassage($result, 200, true);
+ }
+
+ function listKonfirmasiCustomer(Request $request)
+ {
+ $token = $request->bearerToken();
+ $user = User::where('token', $token)->first();
+
+ if ($user->id_role != 1) {
+ return $this->sendMassage('Token tidak valid', 401, false);
+ }
+
+ // Tambahkan where pickup.status_penjemputan = 4 atau 5
+ // $pickup = Pickup::leftJoin('user', 'user.id_user', '=', 'pickup.id_customer')
+ // ->where('pickup.id_pegawai', '=', $user->id_user)
+ // ->whereIn('pickup.status_penjemputan', [4, 5])
+ // ->get();
+
+ // $cekPegawaiNotFree = Pickup::leftJoin('user', 'user.id_user', '=', 'pickup.id_customer')
+ // ->where('pickup.id_customer', '=', $user->id_user)
+ // // ->where('user.id_role', 1)
+ // ->where(function ($query) {
+ // $query->orWhere('pickup.status_penjemputan', 5)
+ // ->orWhere('pickup.status_penjemputan', 6);
+ // })
+ // ->get()
+ // // ->pluck('id_user')
+ // ->toArray();
+
+ $result = User::leftJoin('pickup', 'user.id_user', '=', 'pickup.id_customer')
+ ->where(function ($query) {
+ $query->orWhere('pickup.status_penjemputan', 5)
+ ->orWhere('pickup.status_penjemputan', 6);
+ })
+ ->get()
+ ->map(function ($item) {
+ $pickup = Detail::where('kode_detail', '=', $item->kode_pu)->get();
+ return [
+ 'user' => $item->toArray(),
+ 'pickup' => $pickup->toArray(),
+ ];
+ });
+
+ return $this->sendMassage($result, 200, true);
+ }
+
+ function listNegosiasi(Request $request)
+ {
+ $token = $request->bearerToken();
+ $user = User::where('token', $token)->first();
+
+ if ($user->id_role != 2) {
+ return $this->sendMassage('Token tidak valid', 401, false);
+ }
+
+ // Tambahkan where pickup.status_penjemputan = 2
+
+ // DB::raw('DATE_FORMAT(detail_transaksi.created_at, "%Y-%m-%d %H:%i:%s") as tanggal_transaksi'),
+ //masukkan formula di atas ke code di bawah
+
+
+ // $pickup = Pickup::with('checkboxOptions')->join('user', 'user.id_user', '=', 'pickup.id_customer')
+ // ->where('pickup.id_pegawai', '=', $user->id_user)
+ // ->where('pickup.status_penjemputan', 1)
+ // ->get();
+
+ $pickups = Pickup::with(['checkboxOptions', 'customer'])
+ ->where('pickup.id_pegawai', $user->id_user)
+ ->where('pickup.status_penjemputan', 1)
+ ->get();
+
+ $result = $pickups->map(function ($pickup) {
+ return [
+ "kode_pu" => $pickup->kode_pu,
+ "id_customer" => $pickup->id_customer,
+ "id_pegawai" => $pickup->id_pegawai,
+ "status_penjemputan" => $pickup->status_penjemputan,
+ "status" => $pickup->status,
+ "bukti_pengiriman" => $pickup->bukti_pengiriman,
+ "image_path" => $pickup->image_path,
+ "image_bukti" => $pickup->image_bukti,
+ "metode_pembayaran" => $pickup->metode_pembayaran,
+ "keterangan" => $pickup->keterangan,
+ "merk_kendaraan" => $pickup->merk_kendaraan,
+ "plat_nomor" => $pickup->plat_nomor,
+ "biaya" => $pickup->biaya,
+ "penambahan_biaya" => $pickup->penambahan_biaya,
+ "detail_biaya" => $pickup->detail_biaya,
+ "created_at" => Carbon::parse($pickup->created_at)->format('Y-m-d H:i'),
+ "updated_at" => Carbon::parse($pickup->updated_at)->format('Y-m-d H:i'),
+ "id_user" => $pickup->user->id_user,
+ "nama" => $pickup->user->nama,
+ "no_telepon" => $pickup->user->no_telepon,
+ "token" => $pickup->user->token,
+ "alamat" => $pickup->user->alamat,
+ "longitude" => $pickup->user->longitude,
+ "latitude" => $pickup->user->latitude,
+ "email" => $pickup->user->email,
+ "password" => $pickup->user->password,
+ "id_role" => $pickup->user->id_role,
+ "foto" => $pickup->user->foto,
+ "checkbox_options" => $pickup->checkboxOptions->map(function ($option) {
+ return [
+ "id" => $option->id,
+ "name" => $option->name,
+ "price" => $option->price,
+ "handling_fee" => $option->handling_fee,
+ "selected" => $option->selected,
+ "kode_pu" => $option->kode_pu,
+ "created_at" => Carbon::parse($option->created_at)->format('Y-m-d H:i'),
+ "updated_at" => Carbon::parse($option->updated_at)->format('Y-m-d H:i'),
+ ];
+ }),
+ ];
+ });
+
+
+ return $this->sendMassage($result, 200, true);
+ }
+
+ function listProses(Request $request)
+ {
+ $token = $request->bearerToken();
+ $user = User::where('token', $token)->first();
+
+ if ($user->id_role != 2) {
+ return $this->sendMassage('Token tidak valid', 401, false);
+ }
+
+ // Tambahkan where pickup.status_penjemputan = 3 atau 4
+ $pickup = Pickup::leftJoin('user', 'user.id_user', '=', 'pickup.id_customer')
+ ->where('pickup.id_pegawai', '=', $user->id_user)
+ ->whereIn('pickup.status_penjemputan', [3, 4])
+ ->get();
+
+ $pickups = Pickup::with(['checkboxOptions', 'customer'])
+ ->where('pickup.id_pegawai', $user->id_user)
+ // ->where('user.id_role', 1)
+ ->where(function ($query) {
+ $query->orWhere('pickup.status_penjemputan', 3)
+ ->orWhere('pickup.status_penjemputan', 4);
+ })
+ ->get();
+ // ->pluck('id_user')
+ // ->toArray();
+
+ $result = $pickups->map(function ($pickup) {
+ return [
+ "kode_pu" => $pickup->kode_pu,
+ "id_customer" => $pickup->id_customer,
+ "id_pegawai" => $pickup->id_pegawai,
+ "status_penjemputan" => $pickup->status_penjemputan,
+ "status" => $pickup->status,
+ "bukti_pengiriman" => $pickup->bukti_pengiriman,
+ "image_path" => $pickup->image_path,
+ "image_bukti" => $pickup->image_bukti,
+ "metode_pembayaran" => $pickup->metode_pembayaran,
+ "keterangan" => $pickup->keterangan,
+ "merk_kendaraan" => $pickup->merk_kendaraan,
+ "plat_nomor" => $pickup->plat_nomor,
+ "biaya" => $pickup->biaya,
+ "penambahan_biaya" => $pickup->penambahan_biaya,
+ "detail_biaya" => $pickup->detail_biaya,
+ "created_at" => Carbon::parse($pickup->created_at)->format('Y-m-d H:i'),
+ "updated_at" => Carbon::parse($pickup->updated_at)->format('Y-m-d H:i'),
+ "id_user" => $pickup->user->id_user,
+ "nama" => $pickup->user->nama,
+ "no_telepon" => $pickup->user->no_telepon,
+ "token" => $pickup->user->token,
+ "alamat" => $pickup->user->alamat,
+ "longitude" => $pickup->user->longitude,
+ "latitude" => $pickup->user->latitude,
+ "email" => $pickup->user->email,
+ "password" => $pickup->user->password,
+ "id_role" => $pickup->user->id_role,
+ "foto" => $pickup->user->foto,
+ "checkbox_options" => $pickup->checkboxOptions->map(function ($option) {
+ return [
+ "id" => $option->id,
+ "name" => $option->name,
+ "price" => $option->price,
+ "handling_fee" => $option->handling_fee,
+ "selected" => $option->selected,
+ "kode_pu" => $option->kode_pu,
+ "created_at" => Carbon::parse($option->created_at)->format('Y-m-d H:i'),
+ "updated_at" => Carbon::parse($option->updated_at)->format('Y-m-d H:i'),
+ ];
+ }),
+ ];
+ });
+
+ return $this->sendMassage($result, 200, true);
+ }
+
+ function listKonfirmasi(Request $request)
+ {
+ $token = $request->bearerToken();
+ $user = User::where('token', $token)->first();
+
+ if ($user->id_role != 2) {
+ return $this->sendMassage('Token tidak valid', 401, false);
+ }
+
+ // Tambahkan where pickup.status_penjemputan = 5
+ $pickup = Pickup::leftJoin('user', 'user.id_user', '=', 'pickup.id_customer')
+ ->where('pickup.id_pegawai', '=', $user->id_user)
+ ->where('pickup.status_penjemputan', 5)
+ ->get([
+ 'pickup.*',
+ 'user.*',
+ DB::raw('DATE_FORMAT(pickup.created_at, "%Y-%m-%d %H:%i") as created_at'),
+ DB::raw('DATE_FORMAT(pickup.updated_at, "%Y-%m-%d %H:%i") as updated_at')
+ ]);
+
+ return $this->sendMassage($pickup, 200, true);
+ }
+
+ function listDetail(Request $request)
+ {
+ $token = $request->bearerToken();
+ $user = User::where('token', $token)->first();
+
+ if ($user->id_role != 1) {
+ return $this->sendMassage('Token tidak valid', 401, false);
+ }
+ $getKodePickup = $request->kode_pu;
+
+ $pickup = Detail::where('kode_detail', $getKodePickup)->get();
+
+ return $this->sendMassage($pickup, 200, true);
+ }
+
+ function sendStruk(Request $request)
+ {
+ $token = $request->bearerToken();
+ $user = User::where('token', $token)->first();
+
+ if ($user->id_role != 2) {
+ return $this->sendMassage('Token tidak valid', 401, false);
+ }
+
+ $getKodePickup = $request->kode_pu;
+
+ $cekPickup = Pickup::where('kode_pu', $getKodePickup)->where('id_pegawai', $user->id_user)->first();
+
+ if (!$cekPickup) {
+ return $this->sendMassage("Pickup Not Available", 400, false);
+ }
+
+ // $status = "1";
+ // $cekStatusPickup = $cekPickup->where('status_penjemputan', $status)
+ // ->first();
+
+ // if (!$cekStatusPickup) {
+ // return $this->sendMassage("Pickup Not Available", 400, true);
+ // }
+
+ $inputBiaya = $request->biaya;
+ $inputPenambahanBiaya = $request->penambahan_biaya;
+ $inputDetailBiaya = $request->detail_biaya;
+ // $inputKeterangan = $request->keterangan;
+
+ try {
+ Pickup::where('kode_pu', $getKodePickup)
+ ->update([
+ "status_penjemputan" => "2",
+ // "keterangan" => $inputKeterangan,
+ "biaya" => $inputBiaya,
+ "penambahan_biaya" => $inputPenambahanBiaya,
+ "detail_biaya" => $inputDetailBiaya,
+ ]);
+
+ return $this->sendMassage("Success Change Status", 200, true);
+ } catch (\Exception $e) {
+ return $this->sendMassage("Failed Change Status", 400, true);
+ }
+ }
+ public function updateService(Request $request)
+ {
+ $token = $request->bearerToken();
+ $user = User::where('token', $token)->first();
+
+ if ($user->id_role != 2) {
+ return $this->sendMassage('Token tidak valid', 401, false);
+ }
+
+ $getKodePickup = $request->kodePickup;
+
+ $cekPickup = Pickup::where('kode_pu', $getKodePickup)->where('id_pegawai', $user->id_user)->first();
+
+ if (!$cekPickup) {
+ return $this->sendMassage("Pickup Not Available", 400, false);
+ }
+
+ $status = "4";
+ $cekStatusPickup = $cekPickup->where('status_penjemputan', $status)->first();
+
+ if (!$cekStatusPickup) {
+ return $this->sendMassage("Pickup Not Available", 400, true);
+ }
+
+ if ($request->hasFile('image')) {
+ $image = $request->file('image');
+ $imagePath = 'gambar/' . $image->getClientOriginalName();
+
+ // Mengompresi gambar menggunakan Intervention Image
+ $compressedImage = Image::make($image->getRealPath());
+ $compressedImage->resize(800, 800, function ($constraint) {
+ $constraint->aspectRatio();
+ $constraint->upsize();
+ })->save($imagePath, 75); // Simpan gambar dengan kualitas 75%
+
+ } else {
+ return $this->sendMassage("No image file uploaded", 400, false);
+ }
+
+ try {
+ $Pickup = new Detail();
+ $Pickup->kode_detail = $getKodePickup;
+ $Pickup->image = $imagePath;
+ $Pickup->keterangan = $request->keterangan;
+ $Pickup->save();
+
+ return $this->sendMassage("Success Change Status", 200, true);
+ } catch (\Exception $e) {
+ return $this->sendMassage("Failed Change Status", 400, true);
+ }
+ }
+
+ function serviceDone(Request $request)
+ {
+ $token = $request->bearerToken();
+ $user = User::where('token', $token)->first();
+
+ if ($user->id_role != 2) {
+ return $this->sendMassage('Token tidak valid', 401, false);
+ }
+
+ $getKodePickup = $request->kode_pu;
+
+ $cekPickup = Pickup::where('kode_pu', $getKodePickup)->where('id_pegawai', $user->id_user)->first();
+
+ if (!$cekPickup) {
+ return $this->sendMassage("Pickup Not Available", 400, false);
+ }
+
+ $status = "4";
+ $cekStatusPickup = $cekPickup->where('status_penjemputan', $status)
+ ->first();
+
+ if (!$cekStatusPickup) {
+ return $this->sendMassage("Pickup Not Available", 400, true);
+ }
+
+ try {
+ Pickup::where('kode_pu', $getKodePickup)
+ ->update(["status_penjemputan" => "5"]);
+
+ return $this->sendMassage("Success Change Status", 200, true);
+ } catch (\Exception $e) {
+ return $this->sendMassage("Failed Change Status", 400, true);
+ }
+ }
+
+
+ function submitPickup(Request $request)
+ {
+ $token = $request->bearerToken();
+ $user = User::where('token', $token)->first();
+
+ if ($user->id_role != 2) {
+ return $this->sendMassage('Token tidak valid', 401, false);
+ }
+
+ $getKodePickup = $request->kodePickup;
+
+ $cekPickup = Pickup::where('kode_pu', $getKodePickup)->where('id_pegawai', $user->id_user)->first();
+
+ if (!$cekPickup) {
+ return $this->sendMassage("Pickup Not Available", 400, false);
+ }
+
+ // $status = "3";
+ // $cekStatusPickup = $cekPickup->where('status_penjemputan', $status)
+ // ->first();
+
+ // if (!$cekStatusPickup) {
+ // return $this->sendMassage("Pickup Not Available", 400, true);
+ // }
+
+ try {
+ Pickup::where('kode_pu', $getKodePickup)
+ // ->update(["status_penjemputan" => "4", "bukti_pengiriman" => $cekPickup->kode_pu]);
+ ->update(["status_penjemputan" => "3"]);
+
+ return $this->sendMassage("Success Change Status", 200, true);
+ } catch (\Exception $e) {
+ return $this->sendMassage("Failed Change Status", 400, true);
+ }
+ }
+
+ function kirimStruk(Request $request)
+ {
+ $token = $request->bearerToken();
+ $user = User::where('token', $token)->first();
+
+ if ($user->id_role != 1) {
+ return $this->sendMassage('Token tidak valid', 401, false);
+ }
+
+ $getKodePickup = $request->kode_pu;
+
+ $cekPickup = Pickup::where('kode_pu', $getKodePickup)->where('id_customer', $user->id_user)->first();
+
+ if (!$cekPickup) {
+ return $this->sendMassage("Pickup Not Available", 400, false);
+ }
+
+ $status = "5";
+ $cekStatusPickup = $cekPickup->where('status_penjemputan', $status)
+ ->first();
+
+ if (!$cekStatusPickup) {
+ return $this->sendMassage("Pickup Not Available", 400, true);
+ }
+
+ if ($request->hasFile('image')) {
+ $image = $request->file('image');
+ $imagePath = 'gambar/' . $image->getClientOriginalName();
+
+ // Mengompresi gambar menggunakan Intervention Image
+ $compressedImage = Image::make($image->getRealPath());
+ $compressedImage->resize(800, 800, function ($constraint) {
+ $constraint->aspectRatio();
+ $constraint->upsize();
+ })->save($imagePath, 75); // Simpan gambar dengan kualitas 75%
+
+ } else {
+ return $this->sendMassage("No image file uploaded", 400, false);
+ }
+
+ try {
+ if ($cekPickup->bukti_pengiriman == "booking") {
+ if ($request->metode_pembayaran == "QRIS") {
+ Pickup::where('kode_pu', $getKodePickup)
+ ->update(["status" => "lunas", "image_bukti" => $imagePath]);
+
+ return $this->sendMassage("Success Change Status", 200, true);
+ } else {
+ Pickup::where('kode_pu', $getKodePickup)
+ ->update(["status" => "lunas", "image_bukti" => $imagePath]);
+
+ return $this->sendMassage("Success Change Status", 200, true);
+ }
+ } else {
+ if ($request->metode_pembayaran == "QRIS") {
+ Pickup::where('kode_pu', $getKodePickup)
+ // ->update(["status_penjemputan" => "3", "metode_pembayaran" => $request->metode_pembayaran, "image_bukti" => $imagePath]);
+ ->update(["status" => "lunas", "image_bukti" => $imagePath]);
+
+ return $this->sendMassage("Success Change Status", 200, true);
+ } else {
+ Pickup::where('kode_pu', $getKodePickup)
+ // ->update(["status_penjemputan" => "3", "metode_pembayaran" => $request->metode_pembayaran]);
+ ->update(["status" => "lunas", "image_bukti" => $imagePath]);
+
+ return $this->sendMassage("Success Change Status", 200, true);
+ }
+ }
+ } catch (\Exception $e) {
+ return $this->sendMassage("Failed Change Status", 400, true);
+ }
+ }
+
+ function terimaStruk(Request $request)
+ {
+ $token = $request->bearerToken();
+ $user = User::where('token', $token)->first();
+
+ if ($user->id_role != 1) {
+ return $this->sendMassage('Token tidak valid', 401, false);
+ }
+
+ $getKodePickup = $request->kode_pu;
+
+ $cekPickup = Pickup::where('kode_pu', $getKodePickup)->where('id_customer', $user->id_user)->first();
+
+ if (!$cekPickup) {
+ return $this->sendMassage("Pickup Not Available", 400, false);
+ }
+
+ $status = "2";
+ $cekStatusPickup = $cekPickup->where('status_penjemputan', $status)
+ ->first();
+
+ if (!$cekStatusPickup) {
+ return $this->sendMassage("Pickup Not Available", 400, true);
+ }
+
+ try {
+ if ($cekPickup->bukti_pengiriman == "booking") {
+ if ($request->metode_pembayaran == "QRIS") {
+ Pickup::where('kode_pu', $getKodePickup)
+ ->update(["status_penjemputan" => "4", "metode_pembayaran" => $request->metode_pembayaran]);
+
+ return $this->sendMassage("Success Change Status", 200, true);
+ } else {
+ Pickup::where('kode_pu', $getKodePickup)
+ ->update(["status_penjemputan" => "4", "metode_pembayaran" => $request->metode_pembayaran]);
+
+ return $this->sendMassage("Success Change Status", 200, true);
+ }
+ } else {
+ if ($request->metode_pembayaran == "QRIS") {
+ Pickup::where('kode_pu', $getKodePickup)
+ // ->update(["status_penjemputan" => "3", "metode_pembayaran" => $request->metode_pembayaran, "image_bukti" => $imagePath]);
+ ->update(["status_penjemputan" => "4", "biaya" => $request->harga, "Penambahan_biaya" => $request->customHarga, "detail_biaya" => $request->totalHarga, "metode_pembayaran" => $request->metode_pembayaran]);
+
+ return $this->sendMassage("Success Change Status", 200, true);
+ } else {
+ Pickup::where('kode_pu', $getKodePickup)
+ // ->update(["status_penjemputan" => "3", "metode_pembayaran" => $request->metode_pembayaran]);
+ ->update(["status_penjemputan" => "4", "biaya" => $request->harga, "Penambahan_biaya" => $request->customHarga, "detail_biaya" => $request->totalHarga, "metode_pembayaran" => $request->metode_pembayaran]);
+
+ return $this->sendMassage("Success Change Status", 200, true);
+ }
+ }
+ } catch (\Exception $e) {
+ return $this->sendMassage("Failed Change Status", 400, true);
+ }
+ }
+
+ function konfirmasiPickup(Request $request)
+ {
+
+ if ($request->kodeBukti == "cancel") {
+ Pickup::where('kode_pu', $request->kodePickup)
+ ->update([
+ "status_penjemputan" => "6",
+ "bukti_pengiriman" => "cancel",
+ "image_path" => "cancel",
+ "keterangan" => "cancel",
+ ]);
+
+ return $this->sendMassage('Pembatalan Di setujui', 200, true);
+ }
+
+ $token = $request->bearerToken();
+ $user = User::where('token', $token)->first();
+
+ if ($user->id_role != 2) {
+ return $this->sendMassage('Token tidak valid', 401, false);
+ }
+
+ $getKodePickup = $request->kodePickup;
+
+ $cekPickup = Pickup::where('kode_pu', $getKodePickup)->where('id_pegawai', $user->id_user)->first();
+
+ if (!$cekPickup) {
+ return $this->sendMassage("Pickup Not Available", 400, false);
+ }
+
+ $status = "5";
+ $cekStatusPickup = $cekPickup->where('status_penjemputan', $status)
+ ->first();
+
+ if (!$cekStatusPickup) {
+ return $this->sendMassage("Pickup Not Available", 400, true);
+ }
+
+ if ($request->hasFile('image')) {
+ $imagePath = $request->file('image')->move('gambar', $request->file('image')->getClientOriginalName());
+
+ // Lanjutkan dengan proses Anda
+ } else {
+ return $this->sendMassage("No image file uploaded", 400, false);
+ }
+
+
+
+ try {
+ Pickup::where('kode_pu', $getKodePickup)
+ ->update([
+ "status_penjemputan" => "6",
+ "bukti_pengiriman" => $request->keterangan,
+ "image_path" => $imagePath,
+ ]);
+
+ return $this->sendMassage("Success Change Status", 200, true);
+ } catch (\Exception $e) {
+ return $this->sendMassage("Failed Change Status", 400, true);
+ }
+ }
+
+ function submitReqPickup(Request $request)
+ {
+ $token = $request->bearerToken();
+ $user = User::where('token', $token)->first();
+
+ if ($user->id_role != 1) {
+ return $this->sendMassage('Token tidak valid', 401, false);
+ }
+ $userLongitude = $user->longitude;
+ $userLatitude = $user->latitude;
+
+ $inputLongitude = $request->longitude;
+ $inputLatitude = $request->latitude;
+
+ if ($inputLongitude !== null && $inputLatitude !== null) {
+ if ($userLongitude != $inputLongitude || $userLatitude != $inputLatitude) {
+ $user->longitude = $inputLongitude;
+ $user->latitude = $inputLatitude;
+ $user->save();
+ }
+ }
+
+ if (isset($request->merk_kendaraan) && isset($request->plat_nomor) && isset($request->keterangan)) {
+ $Pickup = new Pickup();
+ $Pickup->kode_pu = $request->kode_pu;
+ $Pickup->id_customer = $user->id_user;
+ $Pickup->id_pegawai = "PEG001";
+ $Pickup->status_penjemputan = "1";
+ $Pickup->bukti_pengiriman = "Pemesanan";
+ $Pickup->status = "belum_bayar";
+ $Pickup->merk_kendaraan = $request->merk_kendaraan;
+ $Pickup->plat_nomor = $request->plat_nomor;
+ $Pickup->keterangan = $request->keterangan;
+ $Pickup->save();
+
+ $services = [
+ ['name' => 'Filter Oli Bosch', 'price' => 150000, 'handling_fee' => 10000],
+ ['name' => 'Busi Denso', 'price' => 35000, 'handling_fee' => 5000],
+ ['name' => 'Kampas Rem Aisin', 'price' => 300000, 'handling_fee' => 15000],
+ ['name' => 'Disc Brake TRW', 'price' => 750000, 'handling_fee' => 20000],
+ ['name' => 'Filter Udara Sakura', 'price' => 100000, 'handling_fee' => 7000],
+ ['name' => 'Kampas Kopling Federal Parts', 'price' => 500000, 'handling_fee' => 18000],
+ ['name' => 'Water Pump GMB', 'price' => 450000, 'handling_fee' => 16000],
+ ['name' => 'Shock Absorber KYB', 'price' => 800000, 'handling_fee' => 22000],
+ ['name' => 'Aki Yuasa', 'price' => 1200000, 'handling_fee' => 30000],
+ ['name' => 'Ban Dunlop', 'price' => 900000, 'handling_fee' => 25000],
+ ['name' => 'Oli Mesin Motul', 'price' => 250000, 'handling_fee' => 12000],
+ ];
+
+ foreach ($services as $service) {
+ $item = new Items();
+ $item->name = $service['name'];
+ $item->price = $service['price']; // Store original price
+ $item->handling_fee = $service['handling_fee']; // Store handling fee separately
+ $item->selected = 0; // Default value
+ $item->kode_pu = $request->kode_pu;
+ $item->save();
+ }
+
+ return $this->sendMassage("Mohon Tunggu, Kendaraan anda akan segera di jemput", 200, true);
+ } else {
+ return $this->sendMassage("Lengkapi data kendaraan", 400, false);
+ }
+ }
+
+ function submitReqBooking(Request $request)
+ {
+ $token = $request->bearerToken();
+ $user = User::where('token', $token)->first();
+
+ if ($user->id_role != 1) {
+ return $this->sendMassage('Token tidak valid', 401, false);
+ }
+
+ if (isset($request->merk_kendaraan) && isset($request->plat_nomor) && isset($request->keterangan)) {
+ $Pickup = new Pickup();
+ $Pickup->kode_pu = $request->kode_pu;
+ $Pickup->id_customer = $user->id_user;
+ $Pickup->id_pegawai = "PEG001";
+ $Pickup->status_penjemputan = "1";
+ $Pickup->status = "belum_bayar";
+ $Pickup->bukti_pengiriman = "booking";
+ $Pickup->merk_kendaraan = $request->merk_kendaraan;
+ $Pickup->plat_nomor = $request->plat_nomor;
+ $Pickup->keterangan = $request->keterangan;
+ $Pickup->save();
+
+ $services = [
+ ['name' => 'Filter Oli Bosch', 'price' => 150000, 'handling_fee' => 10000],
+ ['name' => 'Busi Denso', 'price' => 35000, 'handling_fee' => 5000],
+ ['name' => 'Kampas Rem Aisin', 'price' => 300000, 'handling_fee' => 15000],
+ ['name' => 'Disc Brake TRW', 'price' => 750000, 'handling_fee' => 20000],
+ ['name' => 'Filter Udara Sakura', 'price' => 100000, 'handling_fee' => 7000],
+ ['name' => 'Kampas Kopling Federal Parts', 'price' => 500000, 'handling_fee' => 18000],
+ ['name' => 'Water Pump GMB', 'price' => 450000, 'handling_fee' => 16000],
+ ['name' => 'Shock Absorber KYB', 'price' => 800000, 'handling_fee' => 22000],
+ ['name' => 'Aki Yuasa', 'price' => 1200000, 'handling_fee' => 30000],
+ ['name' => 'Ban Dunlop', 'price' => 900000, 'handling_fee' => 25000],
+ ['name' => 'Oli Mesin Motul', 'price' => 250000, 'handling_fee' => 12000],
+ ];
+
+ foreach ($services as $service) {
+ $item = new Items();
+ $item->name = $service['name'];
+ $item->price = $service['price']; // Store original price
+ $item->handling_fee = $service['handling_fee']; // Store handling fee separately
+ $item->selected = 0; // Default value
+ $item->kode_pu = $request->kode_pu;
+ $item->save();
+ }
+ return $this->sendMassage("Booking antrian berhasil", 200, true);
+ } else {
+ return $this->sendMassage("Lengkapi data kendaraan", 400, false);
+ }
+ }
+
+ public function listDashboard(Request $request)
+ {
+ $token = $request->bearerToken();
+ $user = User::where('token', $token)->first();
+
+ if ($user->id_role != 1) {
+ return $this->sendMassage('Token tidak valid', 401, false);
+ }
+
+ $pickup = Pickup::where('id_customer', $user->id_user)
+ ->where('status_penjemputan', '1')
+ ->orderBy('created_at', 'desc')
+ ->get();
+
+ $cekPegawaiNotFree = Pickup::with([
+ 'checkboxOptions' => function ($query) {
+ $query->where('selected', 1);
+ }
+ ])
+ ->leftJoin('user', 'user.id_user', '=', 'pickup.id_customer')
+ ->where('pickup.id_customer', '=', $user->id_user)
+ ->where(function ($query) {
+ $query->orWhere('pickup.status_penjemputan', 1)
+ ->orWhere('pickup.status_penjemputan', 2);
+ })
+ ->get();
+
+ $formattedPickup = $cekPegawaiNotFree->map(function ($item) {
+ return [
+ 'kode_pu' => $item->kode_pu,
+ 'nama_customer' => $item->nama,
+ 'id_customer' => $item->id_customer,
+ 'id_pegawai' => $item->id_pegawai,
+ 'status_penjemputan' => $item->status_penjemputan,
+ 'bukti_pengiriman' => $item->bukti_pengiriman,
+ 'image_path' => asset($item->image_path), // Menggunakan asset untuk menghasilkan URL gambar
+ 'keterangan' => $item->keterangan,
+ 'biaya' => $item->biaya,
+ 'penambahan_biaya' => $item->penambahan_biaya,
+ 'detail_biaya' => $item->detail_biaya,
+ 'created_at' => $item->created_at,
+ 'updated_at' => $item->updated_at,
+ 'checkboxOptions' => $item->checkboxOptions
+ ];
+ });
+
+ return $this->sendMassage($formattedPickup, 200, true);
+ }
+
+
+
+ // Function Massage
+ public function sendMassage($text, $kode, $status)
+ {
+ return response()->json([
+ 'data' => $text,
+ 'code' => $kode,
+ 'status' => $status
+ ], $kode);
+ }
+}
diff --git a/Laravel/app/Http/Controllers/API/ItemController.php b/Laravel/app/Http/Controllers/API/ItemController.php
new file mode 100644
index 0000000..71980bb
--- /dev/null
+++ b/Laravel/app/Http/Controllers/API/ItemController.php
@@ -0,0 +1,77 @@
+validate([
+ 'id_pickup' => 'required|string',
+ ]);
+
+ $items = Items::with('pickup')->where('kode_pu', $validated['id_pickup'])->get();
+
+ // Format data untuk menyertakan biaya dan detail biaya
+ $formattedItems = $items->map(function ($item) {
+ return [
+ 'id' => $item->id,
+ 'name' => $item->name,
+ 'price' => $item->price,
+ 'selected' => $item->selected,
+ 'kode_pu' => $item->kode_pu,
+ 'handling_fee' => $item->handling_fee,
+ 'created_at' => $item->created_at,
+ 'updated_at' => $item->updated_at,
+ 'biaya' => $item->pickup->biaya ?? 0, // Include biaya
+ 'detail_biaya' => $item->pickup->detail_biaya ?? 0, // Include detail biaya
+ ];
+ });
+
+ return response()->json($formattedItems);
+ }
+
+ public function update(Request $request)
+ {
+ // Validate the incoming request
+ $validated = $request->validate([
+ 'selected' => 'required|boolean',
+ 'id' => 'required|integer',
+ 'kode_pu' => 'required|string',
+ 'harga' => 'required|integer',
+ 'total_harga' => 'required|integer',
+ ]);
+
+ // Retrieve the id and kode_pu from the request body
+ $id = $validated['id'];
+ $kodePu = $validated['kode_pu'];
+
+ // Find the item by id and kode_pu
+ $item = Items::where('id', $id)->where('kode_pu', $kodePu)->first();
+
+ if (!$item) {
+ return response()->json(['error' => 'Item not found'], 404);
+ }
+
+ // Update the item with the validated data
+ $item->update([
+ 'selected' => $validated['selected'],
+ ]);
+
+ // Update the harga and total_harga in the Pickup
+ $pickup = Pickup::where('kode_pu', $kodePu)->first();
+ if ($pickup) {
+ $pickup->update([
+ 'biaya' => $validated['harga'],
+ 'detail_biaya' => $validated['total_harga'],
+ ]);
+ }
+
+ return response()->json(['item' => $item, 'pickup' => $pickup]);
+ }
+}
diff --git a/Laravel/app/Http/Controllers/Controller.php b/Laravel/app/Http/Controllers/Controller.php
new file mode 100644
index 0000000..77ec359
--- /dev/null
+++ b/Laravel/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 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,
+ 'signed' => \App\Http\Middleware\ValidateSignature::class,
+ 'throttle' => \Illuminate\Routing\Middleware\ThrottleRequests::class,
+ 'verified' => \Illuminate\Auth\Middleware\EnsureEmailIsVerified::class,
+ ];
+}
diff --git a/Laravel/app/Http/Middleware/ApiKetAuthenticate.php b/Laravel/app/Http/Middleware/ApiKetAuthenticate.php
new file mode 100644
index 0000000..e7a946e
--- /dev/null
+++ b/Laravel/app/Http/Middleware/ApiKetAuthenticate.php
@@ -0,0 +1,39 @@
+bearerToken();
+
+ $user = User::where('token', $token)->first();
+
+ if (isset($user)) {
+ if ($user->id_role == 1 || $user->id_role == 2) {
+ return $next($request);
+ }
+ }
+
+ return response()->json(
+ [
+ 'code' => 401,
+ 'message' => 'Unauthorized',
+ 'status' => false
+ ],
+ 401
+ );
+ }
+
+}
diff --git a/Laravel/app/Http/Middleware/Authenticate.php b/Laravel/app/Http/Middleware/Authenticate.php
new file mode 100644
index 0000000..d4ef644
--- /dev/null
+++ b/Laravel/app/Http/Middleware/Authenticate.php
@@ -0,0 +1,17 @@
+expectsJson() ? null : route('login');
+ }
+}
diff --git a/Laravel/app/Http/Middleware/EncryptCookies.php b/Laravel/app/Http/Middleware/EncryptCookies.php
new file mode 100644
index 0000000..867695b
--- /dev/null
+++ b/Laravel/app/Http/Middleware/EncryptCookies.php
@@ -0,0 +1,17 @@
+
+ */
+ protected $except = [
+ //
+ ];
+}
diff --git a/Laravel/app/Http/Middleware/PreventRequestsDuringMaintenance.php b/Laravel/app/Http/Middleware/PreventRequestsDuringMaintenance.php
new file mode 100644
index 0000000..74cbd9a
--- /dev/null
+++ b/Laravel/app/Http/Middleware/PreventRequestsDuringMaintenance.php
@@ -0,0 +1,17 @@
+
+ */
+ protected $except = [
+ //
+ ];
+}
diff --git a/Laravel/app/Http/Middleware/RedirectIfAuthenticated.php b/Laravel/app/Http/Middleware/RedirectIfAuthenticated.php
new file mode 100644
index 0000000..afc78c4
--- /dev/null
+++ b/Laravel/app/Http/Middleware/RedirectIfAuthenticated.php
@@ -0,0 +1,30 @@
+check()) {
+ return redirect(RouteServiceProvider::HOME);
+ }
+ }
+
+ return $next($request);
+ }
+}
diff --git a/Laravel/app/Http/Middleware/TrimStrings.php b/Laravel/app/Http/Middleware/TrimStrings.php
new file mode 100644
index 0000000..88cadca
--- /dev/null
+++ b/Laravel/app/Http/Middleware/TrimStrings.php
@@ -0,0 +1,19 @@
+
+ */
+ protected $except = [
+ 'current_password',
+ 'password',
+ 'password_confirmation',
+ ];
+}
diff --git a/Laravel/app/Http/Middleware/TrustHosts.php b/Laravel/app/Http/Middleware/TrustHosts.php
new file mode 100644
index 0000000..c9c58bd
--- /dev/null
+++ b/Laravel/app/Http/Middleware/TrustHosts.php
@@ -0,0 +1,20 @@
+
+ */
+ public function hosts(): array
+ {
+ return [
+ $this->allSubdomainsOfApplicationUrl(),
+ ];
+ }
+}
diff --git a/Laravel/app/Http/Middleware/TrustProxies.php b/Laravel/app/Http/Middleware/TrustProxies.php
new file mode 100644
index 0000000..3391630
--- /dev/null
+++ b/Laravel/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/Laravel/app/Http/Middleware/ValidateSignature.php b/Laravel/app/Http/Middleware/ValidateSignature.php
new file mode 100644
index 0000000..093bf64
--- /dev/null
+++ b/Laravel/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/Laravel/app/Http/Middleware/VerifyCsrfToken.php b/Laravel/app/Http/Middleware/VerifyCsrfToken.php
new file mode 100644
index 0000000..9e86521
--- /dev/null
+++ b/Laravel/app/Http/Middleware/VerifyCsrfToken.php
@@ -0,0 +1,17 @@
+
+ */
+ protected $except = [
+ //
+ ];
+}
diff --git a/Laravel/app/Models/CheckboxOption.php b/Laravel/app/Models/CheckboxOption.php
new file mode 100644
index 0000000..1c50b52
--- /dev/null
+++ b/Laravel/app/Models/CheckboxOption.php
@@ -0,0 +1,29 @@
+attributes['created_at'])->format('Y-m-d H:i');
+ }
+
+ public function getFormattedUpdatedAtAttribute()
+ {
+ return Carbon::parse($this->attributes['updated_at'])->format('Y-m-d H:i');
+ }
+
+ public function pickup()
+ {
+ return $this->belongsTo(Pickup::class, 'pickup_id', 'id');
+ }
+}
diff --git a/Laravel/app/Models/Detail.php b/Laravel/app/Models/Detail.php
new file mode 100644
index 0000000..7bc5864
--- /dev/null
+++ b/Laravel/app/Models/Detail.php
@@ -0,0 +1,20 @@
+belongsTo(Pickup::class, 'kode_pu', 'kode_pu');
+ }
+}
diff --git a/Laravel/app/Models/Pickup.php b/Laravel/app/Models/Pickup.php
new file mode 100644
index 0000000..17b6ca5
--- /dev/null
+++ b/Laravel/app/Models/Pickup.php
@@ -0,0 +1,55 @@
+belongsTo(User::class, 'id_customer', 'id_user');
+ }
+
+ public function customer()
+ {
+ return $this->belongsTo(User::class, 'id_customer', 'id_user');
+ }
+
+ public function checkboxOptions()
+ {
+ return $this->hasMany(Items::class, 'kode_pu', 'kode_pu');
+ }
+
+ public function getFormattedCreatedAtAttribute()
+ {
+ return Carbon::parse($this->attributes['created_at'])->format('Y-m-d H:i');
+ }
+
+ public function getFormattedUpdatedAtAttribute()
+ {
+ return Carbon::parse($this->attributes['updated_at'])->format('Y-m-d H:i');
+ }
+}
diff --git a/Laravel/app/Models/Role.php b/Laravel/app/Models/Role.php
new file mode 100644
index 0000000..42a5bd3
--- /dev/null
+++ b/Laravel/app/Models/Role.php
@@ -0,0 +1,20 @@
+hasMany(User::class, 'id_role');
+ }
+}
diff --git a/Laravel/app/Models/User.php b/Laravel/app/Models/User.php
new file mode 100644
index 0000000..daf412a
--- /dev/null
+++ b/Laravel/app/Models/User.php
@@ -0,0 +1,80 @@
+
+ */
+
+ protected $table = 'user';
+ protected $primaryKey = 'id_user';
+ public $incrementing = false;
+ protected $fillable = [
+ 'id_user',
+ 'nama',
+ 'no_telepon',
+ 'email_verified',
+ 'kode_verified',
+ 'token',
+ 'token_fcm',
+ 'alamat',
+ 'longitude',
+ 'latitude',
+ 'email',
+ 'password',
+ 'id_role', // customer
+ 'foto',
+ 'created_at',
+ 'updated_at',
+ ];
+
+
+ // Relationship dengan tabel Role
+ public function role()
+ {
+ return $this->belongsTo(Role::class, 'id_role');
+ }
+
+ // Relationship dengan tabel Pickup (sebagai customer)
+ public function pickupsAsCustomer()
+ {
+ return $this->hasMany(Pickup::class, 'id_customer');
+ }
+
+ // Relationship dengan tabel Pickup (sebagai pegawai)
+ public function pickupsAsPegawai()
+ {
+ return $this->hasMany(Pickup::class, 'id_pegawai');
+ }
+
+ /**
+ * 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',
+ ];
+}
diff --git a/Laravel/app/Providers/AppServiceProvider.php b/Laravel/app/Providers/AppServiceProvider.php
new file mode 100644
index 0000000..452e6b6
--- /dev/null
+++ b/Laravel/app/Providers/AppServiceProvider.php
@@ -0,0 +1,24 @@
+
+ */
+ protected $policies = [
+ // 'App\Models\Model' => 'App\Policies\ModelPolicy',
+ ];
+
+ /**
+ * Register any authentication / authorization services.
+ */
+ public function boot(): void
+ {
+ $this->registerPolicies();
+
+ //
+ }
+}
diff --git a/Laravel/app/Providers/BroadcastServiceProvider.php b/Laravel/app/Providers/BroadcastServiceProvider.php
new file mode 100644
index 0000000..2be04f5
--- /dev/null
+++ b/Laravel/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/Laravel/app/Providers/RouteServiceProvider.php b/Laravel/app/Providers/RouteServiceProvider.php
new file mode 100644
index 0000000..bc49109
--- /dev/null
+++ b/Laravel/app/Providers/RouteServiceProvider.php
@@ -0,0 +1,48 @@
+configureRateLimiting();
+
+ $this->routes(function () {
+ Route::middleware('api')
+ ->prefix('api')
+ ->group(base_path('routes/api.php'));
+
+ Route::middleware('web')
+ ->group(base_path('routes/web.php'));
+ });
+ }
+
+ /**
+ * Configure the rate limiters for the application.
+ */
+ protected function configureRateLimiting(): void
+ {
+ RateLimiter::for('api', function (Request $request) {
+ return Limit::perMinute(60)->by($request->user()?->id ?: $request->ip());
+ });
+ }
+}
diff --git a/Laravel/artisan b/Laravel/artisan
new file mode 100644
index 0000000..67a3329
--- /dev/null
+++ b/Laravel/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/Laravel/bootstrap/app.php b/Laravel/bootstrap/app.php
new file mode 100644
index 0000000..037e17d
--- /dev/null
+++ b/Laravel/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/Laravel/bootstrap/cache/.gitignore b/Laravel/bootstrap/cache/.gitignore
new file mode 100644
index 0000000..d6b7ef3
--- /dev/null
+++ b/Laravel/bootstrap/cache/.gitignore
@@ -0,0 +1,2 @@
+*
+!.gitignore
diff --git a/Laravel/composer.json b/Laravel/composer.json
new file mode 100644
index 0000000..97abfbc
--- /dev/null
+++ b/Laravel/composer.json
@@ -0,0 +1,72 @@
+{
+ "name": "laravel/laravel",
+ "type": "project",
+ "description": "The Laravel Framework.",
+ "keywords": [
+ "framework",
+ "laravel"
+ ],
+ "license": "MIT",
+ "require": {
+ "php": "^8.1",
+ "guzzlehttp/guzzle": "^7.2",
+ "intervention/image": "^2.7",
+ "laravel/framework": "^10.0",
+ "laravel/sanctum": "^3.2",
+ "laravel/tinker": "^2.8"
+ },
+ "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.0",
+ "spatie/laravel-ignition": "^2.0"
+ },
+ "autoload": {
+ "psr-4": {
+ "App\\": "app/",
+ "Database\\Factories\\": "database/factories/",
+ "Database\\Seeders\\": "database/seeders/"
+ }
+ },
+ "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": {
+ "branch-alias": {
+ "dev-master": "10.x-dev"
+ },
+ "laravel": {
+ "dont-discover": []
+ }
+ },
+ "config": {
+ "optimize-autoloader": true,
+ "preferred-install": "dist",
+ "sort-packages": true,
+ "allow-plugins": {
+ "pestphp/pest-plugin": true
+ }
+ },
+ "minimum-stability": "stable",
+ "prefer-stable": true
+}
\ No newline at end of file
diff --git a/Laravel/composer.lock b/Laravel/composer.lock
new file mode 100644
index 0000000..6176708
--- /dev/null
+++ b/Laravel/composer.lock
@@ -0,0 +1,8230 @@
+{
+ "_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": "2dbcea0b4e7d9e388cf8187505299d9f",
+ "packages": [
+ {
+ "name": "brick/math",
+ "version": "0.12.1",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/brick/math.git",
+ "reference": "f510c0a40911935b77b86859eb5223d58d660df1"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/brick/math/zipball/f510c0a40911935b77b86859eb5223d58d660df1",
+ "reference": "f510c0a40911935b77b86859eb5223d58d660df1",
+ "shasum": ""
+ },
+ "require": {
+ "php": "^8.1"
+ },
+ "require-dev": {
+ "php-coveralls/php-coveralls": "^2.2",
+ "phpunit/phpunit": "^10.1",
+ "vimeo/psalm": "5.16.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",
+ "bignumber",
+ "brick",
+ "decimal",
+ "integer",
+ "math",
+ "mathematics",
+ "rational"
+ ],
+ "support": {
+ "issues": "https://github.com/brick/math/issues",
+ "source": "https://github.com/brick/math/tree/0.12.1"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/BenMorel",
+ "type": "github"
+ }
+ ],
+ "time": "2023-11-29T23:19:16+00:00"
+ },
+ {
+ "name": "carbonphp/carbon-doctrine-types",
+ "version": "2.1.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/CarbonPHP/carbon-doctrine-types.git",
+ "reference": "99f76ffa36cce3b70a4a6abce41dba15ca2e84cb"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/CarbonPHP/carbon-doctrine-types/zipball/99f76ffa36cce3b70a4a6abce41dba15ca2e84cb",
+ "reference": "99f76ffa36cce3b70a4a6abce41dba15ca2e84cb",
+ "shasum": ""
+ },
+ "require": {
+ "php": "^7.4 || ^8.0"
+ },
+ "conflict": {
+ "doctrine/dbal": "<3.7.0 || >=4.0.0"
+ },
+ "require-dev": {
+ "doctrine/dbal": "^3.7.0",
+ "nesbot/carbon": "^2.71.0 || ^3.0.0",
+ "phpunit/phpunit": "^10.3"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "Carbon\\Doctrine\\": "src/Carbon/Doctrine/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "KyleKatarn",
+ "email": "kylekatarnls@gmail.com"
+ }
+ ],
+ "description": "Types to use Carbon in Doctrine",
+ "keywords": [
+ "carbon",
+ "date",
+ "datetime",
+ "doctrine",
+ "time"
+ ],
+ "support": {
+ "issues": "https://github.com/CarbonPHP/carbon-doctrine-types/issues",
+ "source": "https://github.com/CarbonPHP/carbon-doctrine-types/tree/2.1.0"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/kylekatarnls",
+ "type": "github"
+ },
+ {
+ "url": "https://opencollective.com/Carbon",
+ "type": "open_collective"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/nesbot/carbon",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2023-12-11T17:09:12+00:00"
+ },
+ {
+ "name": "dflydev/dot-access-data",
+ "version": "v3.0.2",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/dflydev/dflydev-dot-access-data.git",
+ "reference": "f41715465d65213d644d3141a6a93081be5d3549"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/dflydev/dflydev-dot-access-data/zipball/f41715465d65213d644d3141a6a93081be5d3549",
+ "reference": "f41715465d65213d644d3141a6a93081be5d3549",
+ "shasum": ""
+ },
+ "require": {
+ "php": "^7.1 || ^8.0"
+ },
+ "require-dev": {
+ "phpstan/phpstan": "^0.12.42",
+ "phpunit/phpunit": "^7.5 || ^8.5 || ^9.3",
+ "scrutinizer/ocular": "1.6.0",
+ "squizlabs/php_codesniffer": "^3.5",
+ "vimeo/psalm": "^4.0.0"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-main": "3.x-dev"
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "Dflydev\\DotAccessData\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Dragonfly Development Inc.",
+ "email": "info@dflydev.com",
+ "homepage": "http://dflydev.com"
+ },
+ {
+ "name": "Beau Simensen",
+ "email": "beau@dflydev.com",
+ "homepage": "http://beausimensen.com"
+ },
+ {
+ "name": "Carlos Frutos",
+ "email": "carlos@kiwing.it",
+ "homepage": "https://github.com/cfrutos"
+ },
+ {
+ "name": "Colin O'Dell",
+ "email": "colinodell@gmail.com",
+ "homepage": "https://www.colinodell.com"
+ }
+ ],
+ "description": "Given a deep data structure, access data by dot notation.",
+ "homepage": "https://github.com/dflydev/dflydev-dot-access-data",
+ "keywords": [
+ "access",
+ "data",
+ "dot",
+ "notation"
+ ],
+ "support": {
+ "issues": "https://github.com/dflydev/dflydev-dot-access-data/issues",
+ "source": "https://github.com/dflydev/dflydev-dot-access-data/tree/v3.0.2"
+ },
+ "time": "2022-10-27T11:44:00+00:00"
+ },
+ {
+ "name": "doctrine/inflector",
+ "version": "2.0.10",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/doctrine/inflector.git",
+ "reference": "5817d0659c5b50c9b950feb9af7b9668e2c436bc"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/doctrine/inflector/zipball/5817d0659c5b50c9b950feb9af7b9668e2c436bc",
+ "reference": "5817d0659c5b50c9b950feb9af7b9668e2c436bc",
+ "shasum": ""
+ },
+ "require": {
+ "php": "^7.2 || ^8.0"
+ },
+ "require-dev": {
+ "doctrine/coding-standard": "^11.0",
+ "phpstan/phpstan": "^1.8",
+ "phpstan/phpstan-phpunit": "^1.1",
+ "phpstan/phpstan-strict-rules": "^1.3",
+ "phpunit/phpunit": "^8.5 || ^9.5",
+ "vimeo/psalm": "^4.25 || ^5.4"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "Doctrine\\Inflector\\": "lib/Doctrine/Inflector"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Guilherme Blanco",
+ "email": "guilhermeblanco@gmail.com"
+ },
+ {
+ "name": "Roman Borschel",
+ "email": "roman@code-factory.org"
+ },
+ {
+ "name": "Benjamin Eberlei",
+ "email": "kontakt@beberlei.de"
+ },
+ {
+ "name": "Jonathan Wage",
+ "email": "jonwage@gmail.com"
+ },
+ {
+ "name": "Johannes Schmitt",
+ "email": "schmittjoh@gmail.com"
+ }
+ ],
+ "description": "PHP Doctrine Inflector is a small library that can perform string manipulations with regard to upper/lowercase and singular/plural forms of words.",
+ "homepage": "https://www.doctrine-project.org/projects/inflector.html",
+ "keywords": [
+ "inflection",
+ "inflector",
+ "lowercase",
+ "manipulation",
+ "php",
+ "plural",
+ "singular",
+ "strings",
+ "uppercase",
+ "words"
+ ],
+ "support": {
+ "issues": "https://github.com/doctrine/inflector/issues",
+ "source": "https://github.com/doctrine/inflector/tree/2.0.10"
+ },
+ "funding": [
+ {
+ "url": "https://www.doctrine-project.org/sponsorship.html",
+ "type": "custom"
+ },
+ {
+ "url": "https://www.patreon.com/phpdoctrine",
+ "type": "patreon"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finflector",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2024-02-18T20:23:39+00:00"
+ },
+ {
+ "name": "doctrine/lexer",
+ "version": "3.0.1",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/doctrine/lexer.git",
+ "reference": "31ad66abc0fc9e1a1f2d9bc6a42668d2fbbcd6dd"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/doctrine/lexer/zipball/31ad66abc0fc9e1a1f2d9bc6a42668d2fbbcd6dd",
+ "reference": "31ad66abc0fc9e1a1f2d9bc6a42668d2fbbcd6dd",
+ "shasum": ""
+ },
+ "require": {
+ "php": "^8.1"
+ },
+ "require-dev": {
+ "doctrine/coding-standard": "^12",
+ "phpstan/phpstan": "^1.10",
+ "phpunit/phpunit": "^10.5",
+ "psalm/plugin-phpunit": "^0.18.3",
+ "vimeo/psalm": "^5.21"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "Doctrine\\Common\\Lexer\\": "src"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Guilherme Blanco",
+ "email": "guilhermeblanco@gmail.com"
+ },
+ {
+ "name": "Roman Borschel",
+ "email": "roman@code-factory.org"
+ },
+ {
+ "name": "Johannes Schmitt",
+ "email": "schmittjoh@gmail.com"
+ }
+ ],
+ "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.",
+ "homepage": "https://www.doctrine-project.org/projects/lexer.html",
+ "keywords": [
+ "annotations",
+ "docblock",
+ "lexer",
+ "parser",
+ "php"
+ ],
+ "support": {
+ "issues": "https://github.com/doctrine/lexer/issues",
+ "source": "https://github.com/doctrine/lexer/tree/3.0.1"
+ },
+ "funding": [
+ {
+ "url": "https://www.doctrine-project.org/sponsorship.html",
+ "type": "custom"
+ },
+ {
+ "url": "https://www.patreon.com/phpdoctrine",
+ "type": "patreon"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/doctrine%2Flexer",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2024-02-05T11:56:58+00:00"
+ },
+ {
+ "name": "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": "fruitcake/php-cors",
+ "version": "v1.3.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/fruitcake/php-cors.git",
+ "reference": "3d158f36e7875e2f040f37bc0573956240a5a38b"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/fruitcake/php-cors/zipball/3d158f36e7875e2f040f37bc0573956240a5a38b",
+ "reference": "3d158f36e7875e2f040f37bc0573956240a5a38b",
+ "shasum": ""
+ },
+ "require": {
+ "php": "^7.4|^8.0",
+ "symfony/http-foundation": "^4.4|^5.4|^6|^7"
+ },
+ "require-dev": {
+ "phpstan/phpstan": "^1.4",
+ "phpunit/phpunit": "^9",
+ "squizlabs/php_codesniffer": "^3.5"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "1.2-dev"
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "Fruitcake\\Cors\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Fruitcake",
+ "homepage": "https://fruitcake.nl"
+ },
+ {
+ "name": "Barryvdh",
+ "email": "barryvdh@gmail.com"
+ }
+ ],
+ "description": "Cross-origin resource sharing library for the Symfony HttpFoundation",
+ "homepage": "https://github.com/fruitcake/php-cors",
+ "keywords": [
+ "cors",
+ "laravel",
+ "symfony"
+ ],
+ "support": {
+ "issues": "https://github.com/fruitcake/php-cors/issues",
+ "source": "https://github.com/fruitcake/php-cors/tree/v1.3.0"
+ },
+ "funding": [
+ {
+ "url": "https://fruitcake.nl",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/barryvdh",
+ "type": "github"
+ }
+ ],
+ "time": "2023-10-12T05:21:21+00:00"
+ },
+ {
+ "name": "graham-campbell/result-type",
+ "version": "v1.1.2",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/GrahamCampbell/Result-Type.git",
+ "reference": "fbd48bce38f73f8a4ec8583362e732e4095e5862"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/GrahamCampbell/Result-Type/zipball/fbd48bce38f73f8a4ec8583362e732e4095e5862",
+ "reference": "fbd48bce38f73f8a4ec8583362e732e4095e5862",
+ "shasum": ""
+ },
+ "require": {
+ "php": "^7.2.5 || ^8.0",
+ "phpoption/phpoption": "^1.9.2"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^8.5.34 || ^9.6.13 || ^10.4.2"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "GrahamCampbell\\ResultType\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Graham Campbell",
+ "email": "hello@gjcampbell.co.uk",
+ "homepage": "https://github.com/GrahamCampbell"
+ }
+ ],
+ "description": "An Implementation Of The Result Type",
+ "keywords": [
+ "Graham Campbell",
+ "GrahamCampbell",
+ "Result Type",
+ "Result-Type",
+ "result"
+ ],
+ "support": {
+ "issues": "https://github.com/GrahamCampbell/Result-Type/issues",
+ "source": "https://github.com/GrahamCampbell/Result-Type/tree/v1.1.2"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/GrahamCampbell",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/graham-campbell/result-type",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2023-11-12T22:16:48+00:00"
+ },
+ {
+ "name": "guzzlehttp/guzzle",
+ "version": "7.8.1",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/guzzle/guzzle.git",
+ "reference": "41042bc7ab002487b876a0683fc8dce04ddce104"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/guzzle/guzzle/zipball/41042bc7ab002487b876a0683fc8dce04ddce104",
+ "reference": "41042bc7ab002487b876a0683fc8dce04ddce104",
+ "shasum": ""
+ },
+ "require": {
+ "ext-json": "*",
+ "guzzlehttp/promises": "^1.5.3 || ^2.0.1",
+ "guzzlehttp/psr7": "^1.9.1 || ^2.5.1",
+ "php": "^7.2.5 || ^8.0",
+ "psr/http-client": "^1.0",
+ "symfony/deprecation-contracts": "^2.2 || ^3.0"
+ },
+ "provide": {
+ "psr/http-client-implementation": "1.0"
+ },
+ "require-dev": {
+ "bamarni/composer-bin-plugin": "^1.8.2",
+ "ext-curl": "*",
+ "php-http/client-integration-tests": "dev-master#2c025848417c1135031fdf9c728ee53d0a7ceaee as 3.0.999",
+ "php-http/message-factory": "^1.1",
+ "phpunit/phpunit": "^8.5.36 || ^9.6.15",
+ "psr/log": "^1.1 || ^2.0 || ^3.0"
+ },
+ "suggest": {
+ "ext-curl": "Required for CURL handler support",
+ "ext-intl": "Required for Internationalized Domain Name (IDN) support",
+ "psr/log": "Required for using the Log middleware"
+ },
+ "type": "library",
+ "extra": {
+ "bamarni-bin": {
+ "bin-links": true,
+ "forward-command": false
+ }
+ },
+ "autoload": {
+ "files": [
+ "src/functions_include.php"
+ ],
+ "psr-4": {
+ "GuzzleHttp\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Graham Campbell",
+ "email": "hello@gjcampbell.co.uk",
+ "homepage": "https://github.com/GrahamCampbell"
+ },
+ {
+ "name": "Michael Dowling",
+ "email": "mtdowling@gmail.com",
+ "homepage": "https://github.com/mtdowling"
+ },
+ {
+ "name": "Jeremy Lindblom",
+ "email": "jeremeamia@gmail.com",
+ "homepage": "https://github.com/jeremeamia"
+ },
+ {
+ "name": "George Mponos",
+ "email": "gmponos@gmail.com",
+ "homepage": "https://github.com/gmponos"
+ },
+ {
+ "name": "Tobias Nyholm",
+ "email": "tobias.nyholm@gmail.com",
+ "homepage": "https://github.com/Nyholm"
+ },
+ {
+ "name": "Márk Sági-Kazár",
+ "email": "mark.sagikazar@gmail.com",
+ "homepage": "https://github.com/sagikazarmark"
+ },
+ {
+ "name": "Tobias Schultze",
+ "email": "webmaster@tubo-world.de",
+ "homepage": "https://github.com/Tobion"
+ }
+ ],
+ "description": "Guzzle is a PHP HTTP client library",
+ "keywords": [
+ "client",
+ "curl",
+ "framework",
+ "http",
+ "http client",
+ "psr-18",
+ "psr-7",
+ "rest",
+ "web service"
+ ],
+ "support": {
+ "issues": "https://github.com/guzzle/guzzle/issues",
+ "source": "https://github.com/guzzle/guzzle/tree/7.8.1"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/GrahamCampbell",
+ "type": "github"
+ },
+ {
+ "url": "https://github.com/Nyholm",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2023-12-03T20:35:24+00:00"
+ },
+ {
+ "name": "guzzlehttp/promises",
+ "version": "2.0.2",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/guzzle/promises.git",
+ "reference": "bbff78d96034045e58e13dedd6ad91b5d1253223"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/guzzle/promises/zipball/bbff78d96034045e58e13dedd6ad91b5d1253223",
+ "reference": "bbff78d96034045e58e13dedd6ad91b5d1253223",
+ "shasum": ""
+ },
+ "require": {
+ "php": "^7.2.5 || ^8.0"
+ },
+ "require-dev": {
+ "bamarni/composer-bin-plugin": "^1.8.2",
+ "phpunit/phpunit": "^8.5.36 || ^9.6.15"
+ },
+ "type": "library",
+ "extra": {
+ "bamarni-bin": {
+ "bin-links": true,
+ "forward-command": false
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "GuzzleHttp\\Promise\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Graham Campbell",
+ "email": "hello@gjcampbell.co.uk",
+ "homepage": "https://github.com/GrahamCampbell"
+ },
+ {
+ "name": "Michael Dowling",
+ "email": "mtdowling@gmail.com",
+ "homepage": "https://github.com/mtdowling"
+ },
+ {
+ "name": "Tobias Nyholm",
+ "email": "tobias.nyholm@gmail.com",
+ "homepage": "https://github.com/Nyholm"
+ },
+ {
+ "name": "Tobias Schultze",
+ "email": "webmaster@tubo-world.de",
+ "homepage": "https://github.com/Tobion"
+ }
+ ],
+ "description": "Guzzle promises library",
+ "keywords": [
+ "promise"
+ ],
+ "support": {
+ "issues": "https://github.com/guzzle/promises/issues",
+ "source": "https://github.com/guzzle/promises/tree/2.0.2"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/GrahamCampbell",
+ "type": "github"
+ },
+ {
+ "url": "https://github.com/Nyholm",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2023-12-03T20:19:20+00:00"
+ },
+ {
+ "name": "guzzlehttp/psr7",
+ "version": "2.6.2",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/guzzle/psr7.git",
+ "reference": "45b30f99ac27b5ca93cb4831afe16285f57b8221"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/guzzle/psr7/zipball/45b30f99ac27b5ca93cb4831afe16285f57b8221",
+ "reference": "45b30f99ac27b5ca93cb4831afe16285f57b8221",
+ "shasum": ""
+ },
+ "require": {
+ "php": "^7.2.5 || ^8.0",
+ "psr/http-factory": "^1.0",
+ "psr/http-message": "^1.1 || ^2.0",
+ "ralouphie/getallheaders": "^3.0"
+ },
+ "provide": {
+ "psr/http-factory-implementation": "1.0",
+ "psr/http-message-implementation": "1.0"
+ },
+ "require-dev": {
+ "bamarni/composer-bin-plugin": "^1.8.2",
+ "http-interop/http-factory-tests": "^0.9",
+ "phpunit/phpunit": "^8.5.36 || ^9.6.15"
+ },
+ "suggest": {
+ "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
+ },
+ "type": "library",
+ "extra": {
+ "bamarni-bin": {
+ "bin-links": true,
+ "forward-command": false
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "GuzzleHttp\\Psr7\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Graham Campbell",
+ "email": "hello@gjcampbell.co.uk",
+ "homepage": "https://github.com/GrahamCampbell"
+ },
+ {
+ "name": "Michael Dowling",
+ "email": "mtdowling@gmail.com",
+ "homepage": "https://github.com/mtdowling"
+ },
+ {
+ "name": "George Mponos",
+ "email": "gmponos@gmail.com",
+ "homepage": "https://github.com/gmponos"
+ },
+ {
+ "name": "Tobias Nyholm",
+ "email": "tobias.nyholm@gmail.com",
+ "homepage": "https://github.com/Nyholm"
+ },
+ {
+ "name": "Márk Sági-Kazár",
+ "email": "mark.sagikazar@gmail.com",
+ "homepage": "https://github.com/sagikazarmark"
+ },
+ {
+ "name": "Tobias Schultze",
+ "email": "webmaster@tubo-world.de",
+ "homepage": "https://github.com/Tobion"
+ },
+ {
+ "name": "Márk Sági-Kazár",
+ "email": "mark.sagikazar@gmail.com",
+ "homepage": "https://sagikazarmark.hu"
+ }
+ ],
+ "description": "PSR-7 message implementation that also provides common utility methods",
+ "keywords": [
+ "http",
+ "message",
+ "psr-7",
+ "request",
+ "response",
+ "stream",
+ "uri",
+ "url"
+ ],
+ "support": {
+ "issues": "https://github.com/guzzle/psr7/issues",
+ "source": "https://github.com/guzzle/psr7/tree/2.6.2"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/GrahamCampbell",
+ "type": "github"
+ },
+ {
+ "url": "https://github.com/Nyholm",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2023-12-03T20:05:35+00:00"
+ },
+ {
+ "name": "guzzlehttp/uri-template",
+ "version": "v1.0.3",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/guzzle/uri-template.git",
+ "reference": "ecea8feef63bd4fef1f037ecb288386999ecc11c"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/guzzle/uri-template/zipball/ecea8feef63bd4fef1f037ecb288386999ecc11c",
+ "reference": "ecea8feef63bd4fef1f037ecb288386999ecc11c",
+ "shasum": ""
+ },
+ "require": {
+ "php": "^7.2.5 || ^8.0",
+ "symfony/polyfill-php80": "^1.24"
+ },
+ "require-dev": {
+ "bamarni/composer-bin-plugin": "^1.8.2",
+ "phpunit/phpunit": "^8.5.36 || ^9.6.15",
+ "uri-template/tests": "1.0.0"
+ },
+ "type": "library",
+ "extra": {
+ "bamarni-bin": {
+ "bin-links": true,
+ "forward-command": false
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "GuzzleHttp\\UriTemplate\\": "src"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Graham Campbell",
+ "email": "hello@gjcampbell.co.uk",
+ "homepage": "https://github.com/GrahamCampbell"
+ },
+ {
+ "name": "Michael Dowling",
+ "email": "mtdowling@gmail.com",
+ "homepage": "https://github.com/mtdowling"
+ },
+ {
+ "name": "George Mponos",
+ "email": "gmponos@gmail.com",
+ "homepage": "https://github.com/gmponos"
+ },
+ {
+ "name": "Tobias Nyholm",
+ "email": "tobias.nyholm@gmail.com",
+ "homepage": "https://github.com/Nyholm"
+ }
+ ],
+ "description": "A polyfill class for uri_template of PHP",
+ "keywords": [
+ "guzzlehttp",
+ "uri-template"
+ ],
+ "support": {
+ "issues": "https://github.com/guzzle/uri-template/issues",
+ "source": "https://github.com/guzzle/uri-template/tree/v1.0.3"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/GrahamCampbell",
+ "type": "github"
+ },
+ {
+ "url": "https://github.com/Nyholm",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/uri-template",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2023-12-03T19:50:20+00:00"
+ },
+ {
+ "name": "intervention/image",
+ "version": "2.7.2",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/Intervention/image.git",
+ "reference": "04be355f8d6734c826045d02a1079ad658322dad"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/Intervention/image/zipball/04be355f8d6734c826045d02a1079ad658322dad",
+ "reference": "04be355f8d6734c826045d02a1079ad658322dad",
+ "shasum": ""
+ },
+ "require": {
+ "ext-fileinfo": "*",
+ "guzzlehttp/psr7": "~1.1 || ^2.0",
+ "php": ">=5.4.0"
+ },
+ "require-dev": {
+ "mockery/mockery": "~0.9.2",
+ "phpunit/phpunit": "^4.8 || ^5.7 || ^7.5.15"
+ },
+ "suggest": {
+ "ext-gd": "to use GD library based image processing.",
+ "ext-imagick": "to use Imagick based image processing.",
+ "intervention/imagecache": "Caching extension for the Intervention Image library"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "2.4-dev"
+ },
+ "laravel": {
+ "providers": [
+ "Intervention\\Image\\ImageServiceProvider"
+ ],
+ "aliases": {
+ "Image": "Intervention\\Image\\Facades\\Image"
+ }
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "Intervention\\Image\\": "src/Intervention/Image"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Oliver Vogel",
+ "email": "oliver@intervention.io",
+ "homepage": "https://intervention.io/"
+ }
+ ],
+ "description": "Image handling and manipulation library with support for Laravel integration",
+ "homepage": "http://image.intervention.io/",
+ "keywords": [
+ "gd",
+ "image",
+ "imagick",
+ "laravel",
+ "thumbnail",
+ "watermark"
+ ],
+ "support": {
+ "issues": "https://github.com/Intervention/image/issues",
+ "source": "https://github.com/Intervention/image/tree/2.7.2"
+ },
+ "funding": [
+ {
+ "url": "https://paypal.me/interventionio",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/Intervention",
+ "type": "github"
+ }
+ ],
+ "time": "2022-05-21T17:30:32+00:00"
+ },
+ {
+ "name": "laravel/framework",
+ "version": "v10.48.10",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/laravel/framework.git",
+ "reference": "91e2b9e218afa4e5c377510faa11957042831ba3"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/laravel/framework/zipball/91e2b9e218afa4e5c377510faa11957042831ba3",
+ "reference": "91e2b9e218afa4e5c377510faa11957042831ba3",
+ "shasum": ""
+ },
+ "require": {
+ "brick/math": "^0.9.3|^0.10.2|^0.11|^0.12",
+ "composer-runtime-api": "^2.2",
+ "doctrine/inflector": "^2.0.5",
+ "dragonmantank/cron-expression": "^3.3.2",
+ "egulias/email-validator": "^3.2.1|^4.0",
+ "ext-ctype": "*",
+ "ext-filter": "*",
+ "ext-hash": "*",
+ "ext-mbstring": "*",
+ "ext-openssl": "*",
+ "ext-session": "*",
+ "ext-tokenizer": "*",
+ "fruitcake/php-cors": "^1.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.4",
+ "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": {
+ "carbonphp/carbon-doctrine-types": ">=3.0",
+ "doctrine/dbal": ">=4.0",
+ "mockery/mockery": "1.6.8",
+ "phpunit/phpunit": ">=11.0.0",
+ "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",
+ "nyholm/psr7": "^1.2",
+ "orchestra/testbench-core": "^8.23.4",
+ "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",
+ "symfony/psr-http-message-bridge": "^2.0"
+ },
+ "suggest": {
+ "ably/ably-php": "Required to use the Ably broadcast driver (^1.0).",
+ "aws/aws-sdk-php": "Required to use the SQS queue driver, DynamoDb failed job storage, and SES mail driver (^3.235.5).",
+ "brianium/paratest": "Required to run tests in parallel (^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/Filesystem/functions.php",
+ "src/Illuminate/Foundation/helpers.php",
+ "src/Illuminate/Support/helpers.php"
+ ],
+ "psr-4": {
+ "Illuminate\\": "src/Illuminate/",
+ "Illuminate\\Support\\": [
+ "src/Illuminate/Macroable/",
+ "src/Illuminate/Collections/",
+ "src/Illuminate/Conditionable/"
+ ]
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Taylor Otwell",
+ "email": "taylor@laravel.com"
+ }
+ ],
+ "description": "The Laravel Framework.",
+ "homepage": "https://laravel.com",
+ "keywords": [
+ "framework",
+ "laravel"
+ ],
+ "support": {
+ "issues": "https://github.com/laravel/framework/issues",
+ "source": "https://github.com/laravel/framework"
+ },
+ "time": "2024-04-30T12:52:59+00:00"
+ },
+ {
+ "name": "laravel/prompts",
+ "version": "v0.1.21",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/laravel/prompts.git",
+ "reference": "23ea808e8a145653e0ab29e30d4385e49f40a920"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/laravel/prompts/zipball/23ea808e8a145653e0ab29e30d4385e49f40a920",
+ "reference": "23ea808e8a145653e0ab29e30d4385e49f40a920",
+ "shasum": ""
+ },
+ "require": {
+ "ext-mbstring": "*",
+ "illuminate/collections": "^10.0|^11.0",
+ "php": "^8.1",
+ "symfony/console": "^6.2|^7.0"
+ },
+ "conflict": {
+ "illuminate/console": ">=10.17.0 <10.25.0",
+ "laravel/framework": ">=10.17.0 <10.25.0"
+ },
+ "require-dev": {
+ "mockery/mockery": "^1.5",
+ "pestphp/pest": "^2.3",
+ "phpstan/phpstan": "^1.11",
+ "phpstan/phpstan-mockery": "^1.1"
+ },
+ "suggest": {
+ "ext-pcntl": "Required for the spinner to be animated."
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-main": "0.1.x-dev"
+ }
+ },
+ "autoload": {
+ "files": [
+ "src/helpers.php"
+ ],
+ "psr-4": {
+ "Laravel\\Prompts\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "description": "Add beautiful and user-friendly forms to your command-line applications.",
+ "support": {
+ "issues": "https://github.com/laravel/prompts/issues",
+ "source": "https://github.com/laravel/prompts/tree/v0.1.21"
+ },
+ "time": "2024-04-30T12:46:16+00:00"
+ },
+ {
+ "name": "laravel/sanctum",
+ "version": "v3.3.3",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/laravel/sanctum.git",
+ "reference": "8c104366459739f3ada0e994bcd3e6fd681ce3d5"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/laravel/sanctum/zipball/8c104366459739f3ada0e994bcd3e6fd681ce3d5",
+ "reference": "8c104366459739f3ada0e994bcd3e6fd681ce3d5",
+ "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-12-19T18:44:48+00:00"
+ },
+ {
+ "name": "laravel/serializable-closure",
+ "version": "v1.3.3",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/laravel/serializable-closure.git",
+ "reference": "3dbf8a8e914634c48d389c1234552666b3d43754"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/laravel/serializable-closure/zipball/3dbf8a8e914634c48d389c1234552666b3d43754",
+ "reference": "3dbf8a8e914634c48d389c1234552666b3d43754",
+ "shasum": ""
+ },
+ "require": {
+ "php": "^7.3|^8.0"
+ },
+ "require-dev": {
+ "nesbot/carbon": "^2.61",
+ "pestphp/pest": "^1.21.3",
+ "phpstan/phpstan": "^1.8.2",
+ "symfony/var-dumper": "^5.4.11"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "1.x-dev"
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "Laravel\\SerializableClosure\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Taylor Otwell",
+ "email": "taylor@laravel.com"
+ },
+ {
+ "name": "Nuno Maduro",
+ "email": "nuno@laravel.com"
+ }
+ ],
+ "description": "Laravel Serializable Closure provides an easy and secure way to serialize closures in PHP.",
+ "keywords": [
+ "closure",
+ "laravel",
+ "serializable"
+ ],
+ "support": {
+ "issues": "https://github.com/laravel/serializable-closure/issues",
+ "source": "https://github.com/laravel/serializable-closure"
+ },
+ "time": "2023-11-08T14:08:06+00:00"
+ },
+ {
+ "name": "laravel/tinker",
+ "version": "v2.9.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/laravel/tinker.git",
+ "reference": "502e0fe3f0415d06d5db1f83a472f0f3b754bafe"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/laravel/tinker/zipball/502e0fe3f0415d06d5db1f83a472f0f3b754bafe",
+ "reference": "502e0fe3f0415d06d5db1f83a472f0f3b754bafe",
+ "shasum": ""
+ },
+ "require": {
+ "illuminate/console": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
+ "illuminate/contracts": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
+ "illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
+ "php": "^7.2.5|^8.0",
+ "psy/psysh": "^0.11.1|^0.12.0",
+ "symfony/var-dumper": "^4.3.4|^5.0|^6.0|^7.0"
+ },
+ "require-dev": {
+ "mockery/mockery": "~1.3.3|^1.4.2",
+ "phpstan/phpstan": "^1.10",
+ "phpunit/phpunit": "^8.5.8|^9.3.3"
+ },
+ "suggest": {
+ "illuminate/database": "The Illuminate Database package (^6.0|^7.0|^8.0|^9.0|^10.0|^11.0)."
+ },
+ "type": "library",
+ "extra": {
+ "laravel": {
+ "providers": [
+ "Laravel\\Tinker\\TinkerServiceProvider"
+ ]
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "Laravel\\Tinker\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Taylor Otwell",
+ "email": "taylor@laravel.com"
+ }
+ ],
+ "description": "Powerful REPL for the Laravel framework.",
+ "keywords": [
+ "REPL",
+ "Tinker",
+ "laravel",
+ "psysh"
+ ],
+ "support": {
+ "issues": "https://github.com/laravel/tinker/issues",
+ "source": "https://github.com/laravel/tinker/tree/v2.9.0"
+ },
+ "time": "2024-01-04T16:10:04+00:00"
+ },
+ {
+ "name": "league/commonmark",
+ "version": "2.4.2",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/thephpleague/commonmark.git",
+ "reference": "91c24291965bd6d7c46c46a12ba7492f83b1cadf"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/thephpleague/commonmark/zipball/91c24291965bd6d7c46c46a12ba7492f83b1cadf",
+ "reference": "91c24291965bd6d7c46c46a12ba7492f83b1cadf",
+ "shasum": ""
+ },
+ "require": {
+ "ext-mbstring": "*",
+ "league/config": "^1.1.1",
+ "php": "^7.4 || ^8.0",
+ "psr/event-dispatcher": "^1.0",
+ "symfony/deprecation-contracts": "^2.1 || ^3.0",
+ "symfony/polyfill-php80": "^1.16"
+ },
+ "require-dev": {
+ "cebe/markdown": "^1.0",
+ "commonmark/cmark": "0.30.3",
+ "commonmark/commonmark.js": "0.30.0",
+ "composer/package-versions-deprecated": "^1.8",
+ "embed/embed": "^4.4",
+ "erusev/parsedown": "^1.0",
+ "ext-json": "*",
+ "github/gfm": "0.29.0",
+ "michelf/php-markdown": "^1.4 || ^2.0",
+ "nyholm/psr7": "^1.5",
+ "phpstan/phpstan": "^1.8.2",
+ "phpunit/phpunit": "^9.5.21 || ^10.5.9 || ^11.0.0",
+ "scrutinizer/ocular": "^1.8.1",
+ "symfony/finder": "^5.3 | ^6.0 || ^7.0",
+ "symfony/yaml": "^2.3 | ^3.0 | ^4.0 | ^5.0 | ^6.0 || ^7.0",
+ "unleashedtech/php-coding-standard": "^3.1.1",
+ "vimeo/psalm": "^4.24.0 || ^5.0.0"
+ },
+ "suggest": {
+ "symfony/yaml": "v2.3+ required if using the Front Matter extension"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-main": "2.5-dev"
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "League\\CommonMark\\": "src"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-3-Clause"
+ ],
+ "authors": [
+ {
+ "name": "Colin O'Dell",
+ "email": "colinodell@gmail.com",
+ "homepage": "https://www.colinodell.com",
+ "role": "Lead Developer"
+ }
+ ],
+ "description": "Highly-extensible PHP Markdown parser which fully supports the CommonMark spec and GitHub-Flavored Markdown (GFM)",
+ "homepage": "https://commonmark.thephpleague.com",
+ "keywords": [
+ "commonmark",
+ "flavored",
+ "gfm",
+ "github",
+ "github-flavored",
+ "markdown",
+ "md",
+ "parser"
+ ],
+ "support": {
+ "docs": "https://commonmark.thephpleague.com/",
+ "forum": "https://github.com/thephpleague/commonmark/discussions",
+ "issues": "https://github.com/thephpleague/commonmark/issues",
+ "rss": "https://github.com/thephpleague/commonmark/releases.atom",
+ "source": "https://github.com/thephpleague/commonmark"
+ },
+ "funding": [
+ {
+ "url": "https://www.colinodell.com/sponsor",
+ "type": "custom"
+ },
+ {
+ "url": "https://www.paypal.me/colinpodell/10.00",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/colinodell",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/league/commonmark",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2024-02-02T11:59:32+00:00"
+ },
+ {
+ "name": "league/config",
+ "version": "v1.2.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/thephpleague/config.git",
+ "reference": "754b3604fb2984c71f4af4a9cbe7b57f346ec1f3"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/thephpleague/config/zipball/754b3604fb2984c71f4af4a9cbe7b57f346ec1f3",
+ "reference": "754b3604fb2984c71f4af4a9cbe7b57f346ec1f3",
+ "shasum": ""
+ },
+ "require": {
+ "dflydev/dot-access-data": "^3.0.1",
+ "nette/schema": "^1.2",
+ "php": "^7.4 || ^8.0"
+ },
+ "require-dev": {
+ "phpstan/phpstan": "^1.8.2",
+ "phpunit/phpunit": "^9.5.5",
+ "scrutinizer/ocular": "^1.8.1",
+ "unleashedtech/php-coding-standard": "^3.1",
+ "vimeo/psalm": "^4.7.3"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-main": "1.2-dev"
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "League\\Config\\": "src"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-3-Clause"
+ ],
+ "authors": [
+ {
+ "name": "Colin O'Dell",
+ "email": "colinodell@gmail.com",
+ "homepage": "https://www.colinodell.com",
+ "role": "Lead Developer"
+ }
+ ],
+ "description": "Define configuration arrays with strict schemas and access values with dot notation",
+ "homepage": "https://config.thephpleague.com",
+ "keywords": [
+ "array",
+ "config",
+ "configuration",
+ "dot",
+ "dot-access",
+ "nested",
+ "schema"
+ ],
+ "support": {
+ "docs": "https://config.thephpleague.com/",
+ "issues": "https://github.com/thephpleague/config/issues",
+ "rss": "https://github.com/thephpleague/config/releases.atom",
+ "source": "https://github.com/thephpleague/config"
+ },
+ "funding": [
+ {
+ "url": "https://www.colinodell.com/sponsor",
+ "type": "custom"
+ },
+ {
+ "url": "https://www.paypal.me/colinpodell/10.00",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/colinodell",
+ "type": "github"
+ }
+ ],
+ "time": "2022-12-11T20:36:23+00:00"
+ },
+ {
+ "name": "league/flysystem",
+ "version": "3.27.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/thephpleague/flysystem.git",
+ "reference": "4729745b1ab737908c7d055148c9a6b3e959832f"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/4729745b1ab737908c7d055148c9a6b3e959832f",
+ "reference": "4729745b1ab737908c7d055148c9a6b3e959832f",
+ "shasum": ""
+ },
+ "require": {
+ "league/flysystem-local": "^3.0.0",
+ "league/mime-type-detection": "^1.0.0",
+ "php": "^8.0.2"
+ },
+ "conflict": {
+ "async-aws/core": "<1.19.0",
+ "async-aws/s3": "<1.14.0",
+ "aws/aws-sdk-php": "3.209.31 || 3.210.0",
+ "guzzlehttp/guzzle": "<7.0",
+ "guzzlehttp/ringphp": "<1.1.1",
+ "phpseclib/phpseclib": "3.0.15",
+ "symfony/http-client": "<5.2"
+ },
+ "require-dev": {
+ "async-aws/s3": "^1.5 || ^2.0",
+ "async-aws/simple-s3": "^1.1 || ^2.0",
+ "aws/aws-sdk-php": "^3.295.10",
+ "composer/semver": "^3.0",
+ "ext-fileinfo": "*",
+ "ext-ftp": "*",
+ "ext-zip": "*",
+ "friendsofphp/php-cs-fixer": "^3.5",
+ "google/cloud-storage": "^1.23",
+ "microsoft/azure-storage-blob": "^1.1",
+ "phpseclib/phpseclib": "^3.0.36",
+ "phpstan/phpstan": "^1.10",
+ "phpunit/phpunit": "^9.5.11|^10.0",
+ "sabre/dav": "^4.6.0"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "League\\Flysystem\\": "src"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Frank de Jonge",
+ "email": "info@frankdejonge.nl"
+ }
+ ],
+ "description": "File storage abstraction for PHP",
+ "keywords": [
+ "WebDAV",
+ "aws",
+ "cloud",
+ "file",
+ "files",
+ "filesystem",
+ "filesystems",
+ "ftp",
+ "s3",
+ "sftp",
+ "storage"
+ ],
+ "support": {
+ "issues": "https://github.com/thephpleague/flysystem/issues",
+ "source": "https://github.com/thephpleague/flysystem/tree/3.27.0"
+ },
+ "funding": [
+ {
+ "url": "https://ecologi.com/frankdejonge",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/frankdejonge",
+ "type": "github"
+ }
+ ],
+ "time": "2024-04-07T19:17:50+00:00"
+ },
+ {
+ "name": "league/flysystem-local",
+ "version": "3.25.1",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/thephpleague/flysystem-local.git",
+ "reference": "61a6a90d6e999e4ddd9ce5adb356de0939060b92"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/thephpleague/flysystem-local/zipball/61a6a90d6e999e4ddd9ce5adb356de0939060b92",
+ "reference": "61a6a90d6e999e4ddd9ce5adb356de0939060b92",
+ "shasum": ""
+ },
+ "require": {
+ "ext-fileinfo": "*",
+ "league/flysystem": "^3.0.0",
+ "league/mime-type-detection": "^1.0.0",
+ "php": "^8.0.2"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "League\\Flysystem\\Local\\": ""
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Frank de Jonge",
+ "email": "info@frankdejonge.nl"
+ }
+ ],
+ "description": "Local filesystem adapter for Flysystem.",
+ "keywords": [
+ "Flysystem",
+ "file",
+ "files",
+ "filesystem",
+ "local"
+ ],
+ "support": {
+ "source": "https://github.com/thephpleague/flysystem-local/tree/3.25.1"
+ },
+ "funding": [
+ {
+ "url": "https://ecologi.com/frankdejonge",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/frankdejonge",
+ "type": "github"
+ }
+ ],
+ "time": "2024-03-15T19:58:44+00:00"
+ },
+ {
+ "name": "league/mime-type-detection",
+ "version": "1.15.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/thephpleague/mime-type-detection.git",
+ "reference": "ce0f4d1e8a6f4eb0ddff33f57c69c50fd09f4301"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/thephpleague/mime-type-detection/zipball/ce0f4d1e8a6f4eb0ddff33f57c69c50fd09f4301",
+ "reference": "ce0f4d1e8a6f4eb0ddff33f57c69c50fd09f4301",
+ "shasum": ""
+ },
+ "require": {
+ "ext-fileinfo": "*",
+ "php": "^7.4 || ^8.0"
+ },
+ "require-dev": {
+ "friendsofphp/php-cs-fixer": "^3.2",
+ "phpstan/phpstan": "^0.12.68",
+ "phpunit/phpunit": "^8.5.8 || ^9.3 || ^10.0"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "League\\MimeTypeDetection\\": "src"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Frank de Jonge",
+ "email": "info@frankdejonge.nl"
+ }
+ ],
+ "description": "Mime-type detection for Flysystem",
+ "support": {
+ "issues": "https://github.com/thephpleague/mime-type-detection/issues",
+ "source": "https://github.com/thephpleague/mime-type-detection/tree/1.15.0"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/frankdejonge",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/league/flysystem",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2024-01-28T23:22:08+00:00"
+ },
+ {
+ "name": "monolog/monolog",
+ "version": "3.6.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/Seldaek/monolog.git",
+ "reference": "4b18b21a5527a3d5ffdac2fd35d3ab25a9597654"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/Seldaek/monolog/zipball/4b18b21a5527a3d5ffdac2fd35d3ab25a9597654",
+ "reference": "4b18b21a5527a3d5ffdac2fd35d3ab25a9597654",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=8.1",
+ "psr/log": "^2.0 || ^3.0"
+ },
+ "provide": {
+ "psr/log-implementation": "3.0.0"
+ },
+ "require-dev": {
+ "aws/aws-sdk-php": "^3.0",
+ "doctrine/couchdb": "~1.0@dev",
+ "elasticsearch/elasticsearch": "^7 || ^8",
+ "ext-json": "*",
+ "graylog2/gelf-php": "^1.4.2 || ^2.0",
+ "guzzlehttp/guzzle": "^7.4.5",
+ "guzzlehttp/psr7": "^2.2",
+ "mongodb/mongodb": "^1.8",
+ "php-amqplib/php-amqplib": "~2.4 || ^3",
+ "phpstan/phpstan": "^1.9",
+ "phpstan/phpstan-deprecation-rules": "^1.0",
+ "phpstan/phpstan-strict-rules": "^1.4",
+ "phpunit/phpunit": "^10.5.17",
+ "predis/predis": "^1.1 || ^2",
+ "ruflin/elastica": "^7",
+ "symfony/mailer": "^5.4 || ^6",
+ "symfony/mime": "^5.4 || ^6"
+ },
+ "suggest": {
+ "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
+ "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
+ "elasticsearch/elasticsearch": "Allow sending log messages to an Elasticsearch server via official client",
+ "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
+ "ext-curl": "Required to send log messages using the IFTTTHandler, the LogglyHandler, the SendGridHandler, the SlackWebhookHandler or the TelegramBotHandler",
+ "ext-mbstring": "Allow to work properly with unicode symbols",
+ "ext-mongodb": "Allow sending log messages to a MongoDB server (via driver)",
+ "ext-openssl": "Required to send log messages using SSL",
+ "ext-sockets": "Allow sending log messages to a Syslog server (via UDP driver)",
+ "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
+ "mongodb/mongodb": "Allow sending log messages to a MongoDB server (via library)",
+ "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
+ "rollbar/rollbar": "Allow sending log messages to Rollbar",
+ "ruflin/elastica": "Allow sending log messages to an Elastic Search server"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-main": "3.x-dev"
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "Monolog\\": "src/Monolog"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Jordi Boggiano",
+ "email": "j.boggiano@seld.be",
+ "homepage": "https://seld.be"
+ }
+ ],
+ "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
+ "homepage": "https://github.com/Seldaek/monolog",
+ "keywords": [
+ "log",
+ "logging",
+ "psr-3"
+ ],
+ "support": {
+ "issues": "https://github.com/Seldaek/monolog/issues",
+ "source": "https://github.com/Seldaek/monolog/tree/3.6.0"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/Seldaek",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/monolog/monolog",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2024-04-12T21:02:21+00:00"
+ },
+ {
+ "name": "nesbot/carbon",
+ "version": "2.72.3",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/briannesbitt/Carbon.git",
+ "reference": "0c6fd108360c562f6e4fd1dedb8233b423e91c83"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/0c6fd108360c562f6e4fd1dedb8233b423e91c83",
+ "reference": "0c6fd108360c562f6e4fd1dedb8233b423e91c83",
+ "shasum": ""
+ },
+ "require": {
+ "carbonphp/carbon-doctrine-types": "*",
+ "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 || ^4.0",
+ "doctrine/orm": "^2.7 || ^3.0",
+ "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": "2024-01-25T10:35:09+00:00"
+ },
+ {
+ "name": "nette/schema",
+ "version": "v1.3.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/nette/schema.git",
+ "reference": "a6d3a6d1f545f01ef38e60f375d1cf1f4de98188"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/nette/schema/zipball/a6d3a6d1f545f01ef38e60f375d1cf1f4de98188",
+ "reference": "a6d3a6d1f545f01ef38e60f375d1cf1f4de98188",
+ "shasum": ""
+ },
+ "require": {
+ "nette/utils": "^4.0",
+ "php": "8.1 - 8.3"
+ },
+ "require-dev": {
+ "nette/tester": "^2.4",
+ "phpstan/phpstan-nette": "^1.0",
+ "tracy/tracy": "^2.8"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "1.3-dev"
+ }
+ },
+ "autoload": {
+ "classmap": [
+ "src/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-3-Clause",
+ "GPL-2.0-only",
+ "GPL-3.0-only"
+ ],
+ "authors": [
+ {
+ "name": "David Grudl",
+ "homepage": "https://davidgrudl.com"
+ },
+ {
+ "name": "Nette Community",
+ "homepage": "https://nette.org/contributors"
+ }
+ ],
+ "description": "📐 Nette Schema: validating data structures against a given Schema.",
+ "homepage": "https://nette.org",
+ "keywords": [
+ "config",
+ "nette"
+ ],
+ "support": {
+ "issues": "https://github.com/nette/schema/issues",
+ "source": "https://github.com/nette/schema/tree/v1.3.0"
+ },
+ "time": "2023-12-11T11:54:22+00:00"
+ },
+ {
+ "name": "nette/utils",
+ "version": "v4.0.4",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/nette/utils.git",
+ "reference": "d3ad0aa3b9f934602cb3e3902ebccf10be34d218"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/nette/utils/zipball/d3ad0aa3b9f934602cb3e3902ebccf10be34d218",
+ "reference": "d3ad0aa3b9f934602cb3e3902ebccf10be34d218",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=8.0 <8.4"
+ },
+ "conflict": {
+ "nette/finder": "<3",
+ "nette/schema": "<1.2.2"
+ },
+ "require-dev": {
+ "jetbrains/phpstorm-attributes": "dev-master",
+ "nette/tester": "^2.5",
+ "phpstan/phpstan": "^1.0",
+ "tracy/tracy": "^2.9"
+ },
+ "suggest": {
+ "ext-gd": "to use Image",
+ "ext-iconv": "to use Strings::webalize(), toAscii(), chr() and reverse()",
+ "ext-intl": "to use Strings::webalize(), toAscii(), normalize() and compare()",
+ "ext-json": "to use Nette\\Utils\\Json",
+ "ext-mbstring": "to use Strings::lower() etc...",
+ "ext-tokenizer": "to use Nette\\Utils\\Reflection::getUseStatements()"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "4.0-dev"
+ }
+ },
+ "autoload": {
+ "classmap": [
+ "src/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-3-Clause",
+ "GPL-2.0-only",
+ "GPL-3.0-only"
+ ],
+ "authors": [
+ {
+ "name": "David Grudl",
+ "homepage": "https://davidgrudl.com"
+ },
+ {
+ "name": "Nette Community",
+ "homepage": "https://nette.org/contributors"
+ }
+ ],
+ "description": "🛠 Nette Utils: lightweight utilities for string & array manipulation, image handling, safe JSON encoding/decoding, validation, slug or strong password generating etc.",
+ "homepage": "https://nette.org",
+ "keywords": [
+ "array",
+ "core",
+ "datetime",
+ "images",
+ "json",
+ "nette",
+ "paginator",
+ "password",
+ "slugify",
+ "string",
+ "unicode",
+ "utf-8",
+ "utility",
+ "validation"
+ ],
+ "support": {
+ "issues": "https://github.com/nette/utils/issues",
+ "source": "https://github.com/nette/utils/tree/v4.0.4"
+ },
+ "time": "2024-01-17T16:50:36+00:00"
+ },
+ {
+ "name": "nikic/php-parser",
+ "version": "v5.0.2",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/nikic/PHP-Parser.git",
+ "reference": "139676794dc1e9231bf7bcd123cfc0c99182cb13"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/139676794dc1e9231bf7bcd123cfc0c99182cb13",
+ "reference": "139676794dc1e9231bf7bcd123cfc0c99182cb13",
+ "shasum": ""
+ },
+ "require": {
+ "ext-ctype": "*",
+ "ext-json": "*",
+ "ext-tokenizer": "*",
+ "php": ">=7.4"
+ },
+ "require-dev": {
+ "ircmaxell/php-yacc": "^0.0.7",
+ "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0"
+ },
+ "bin": [
+ "bin/php-parse"
+ ],
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "5.0-dev"
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "PhpParser\\": "lib/PhpParser"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-3-Clause"
+ ],
+ "authors": [
+ {
+ "name": "Nikita Popov"
+ }
+ ],
+ "description": "A PHP parser written in PHP",
+ "keywords": [
+ "parser",
+ "php"
+ ],
+ "support": {
+ "issues": "https://github.com/nikic/PHP-Parser/issues",
+ "source": "https://github.com/nikic/PHP-Parser/tree/v5.0.2"
+ },
+ "time": "2024-03-05T20:51:40+00:00"
+ },
+ {
+ "name": "nunomaduro/termwind",
+ "version": "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.2",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/schmittjoh/php-option.git",
+ "reference": "80735db690fe4fc5c76dfa7f9b770634285fa820"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/80735db690fe4fc5c76dfa7f9b770634285fa820",
+ "reference": "80735db690fe4fc5c76dfa7f9b770634285fa820",
+ "shasum": ""
+ },
+ "require": {
+ "php": "^7.2.5 || ^8.0"
+ },
+ "require-dev": {
+ "bamarni/composer-bin-plugin": "^1.8.2",
+ "phpunit/phpunit": "^8.5.34 || ^9.6.13 || ^10.4.2"
+ },
+ "type": "library",
+ "extra": {
+ "bamarni-bin": {
+ "bin-links": true,
+ "forward-command": true
+ },
+ "branch-alias": {
+ "dev-master": "1.9-dev"
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "PhpOption\\": "src/PhpOption/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "Apache-2.0"
+ ],
+ "authors": [
+ {
+ "name": "Johannes M. Schmitt",
+ "email": "schmittjoh@gmail.com",
+ "homepage": "https://github.com/schmittjoh"
+ },
+ {
+ "name": "Graham Campbell",
+ "email": "hello@gjcampbell.co.uk",
+ "homepage": "https://github.com/GrahamCampbell"
+ }
+ ],
+ "description": "Option Type for PHP",
+ "keywords": [
+ "language",
+ "option",
+ "php",
+ "type"
+ ],
+ "support": {
+ "issues": "https://github.com/schmittjoh/php-option/issues",
+ "source": "https://github.com/schmittjoh/php-option/tree/1.9.2"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/GrahamCampbell",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/phpoption/phpoption",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2023-11-12T21:59:55+00:00"
+ },
+ {
+ "name": "psr/clock",
+ "version": "1.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/php-fig/clock.git",
+ "reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/php-fig/clock/zipball/e41a24703d4560fd0acb709162f73b8adfc3aa0d",
+ "reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d",
+ "shasum": ""
+ },
+ "require": {
+ "php": "^7.0 || ^8.0"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "Psr\\Clock\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "PHP-FIG",
+ "homepage": "https://www.php-fig.org/"
+ }
+ ],
+ "description": "Common interface for reading the clock.",
+ "homepage": "https://github.com/php-fig/clock",
+ "keywords": [
+ "clock",
+ "now",
+ "psr",
+ "psr-20",
+ "time"
+ ],
+ "support": {
+ "issues": "https://github.com/php-fig/clock/issues",
+ "source": "https://github.com/php-fig/clock/tree/1.0.0"
+ },
+ "time": "2022-11-25T14:36:26+00:00"
+ },
+ {
+ "name": "psr/container",
+ "version": "2.0.2",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/php-fig/container.git",
+ "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/php-fig/container/zipball/c71ecc56dfe541dbd90c5360474fbc405f8d5963",
+ "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=7.4.0"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "2.0.x-dev"
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "Psr\\Container\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "PHP-FIG",
+ "homepage": "https://www.php-fig.org/"
+ }
+ ],
+ "description": "Common Container Interface (PHP FIG PSR-11)",
+ "homepage": "https://github.com/php-fig/container",
+ "keywords": [
+ "PSR-11",
+ "container",
+ "container-interface",
+ "container-interop",
+ "psr"
+ ],
+ "support": {
+ "issues": "https://github.com/php-fig/container/issues",
+ "source": "https://github.com/php-fig/container/tree/2.0.2"
+ },
+ "time": "2021-11-05T16:47:00+00:00"
+ },
+ {
+ "name": "psr/event-dispatcher",
+ "version": "1.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/php-fig/event-dispatcher.git",
+ "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0",
+ "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=7.2.0"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "1.0.x-dev"
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "Psr\\EventDispatcher\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "PHP-FIG",
+ "homepage": "http://www.php-fig.org/"
+ }
+ ],
+ "description": "Standard interfaces for event handling.",
+ "keywords": [
+ "events",
+ "psr",
+ "psr-14"
+ ],
+ "support": {
+ "issues": "https://github.com/php-fig/event-dispatcher/issues",
+ "source": "https://github.com/php-fig/event-dispatcher/tree/1.0.0"
+ },
+ "time": "2019-01-08T18:20:26+00:00"
+ },
+ {
+ "name": "psr/http-client",
+ "version": "1.0.3",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/php-fig/http-client.git",
+ "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/php-fig/http-client/zipball/bb5906edc1c324c9a05aa0873d40117941e5fa90",
+ "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90",
+ "shasum": ""
+ },
+ "require": {
+ "php": "^7.0 || ^8.0",
+ "psr/http-message": "^1.0 || ^2.0"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "1.0.x-dev"
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "Psr\\Http\\Client\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "PHP-FIG",
+ "homepage": "https://www.php-fig.org/"
+ }
+ ],
+ "description": "Common interface for HTTP clients",
+ "homepage": "https://github.com/php-fig/http-client",
+ "keywords": [
+ "http",
+ "http-client",
+ "psr",
+ "psr-18"
+ ],
+ "support": {
+ "source": "https://github.com/php-fig/http-client"
+ },
+ "time": "2023-09-23T14:17:50+00:00"
+ },
+ {
+ "name": "psr/http-factory",
+ "version": "1.1.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/php-fig/http-factory.git",
+ "reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/php-fig/http-factory/zipball/2b4765fddfe3b508ac62f829e852b1501d3f6e8a",
+ "reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=7.1",
+ "psr/http-message": "^1.0 || ^2.0"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "1.0.x-dev"
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "Psr\\Http\\Message\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "PHP-FIG",
+ "homepage": "https://www.php-fig.org/"
+ }
+ ],
+ "description": "PSR-17: Common interfaces for PSR-7 HTTP message factories",
+ "keywords": [
+ "factory",
+ "http",
+ "message",
+ "psr",
+ "psr-17",
+ "psr-7",
+ "request",
+ "response"
+ ],
+ "support": {
+ "source": "https://github.com/php-fig/http-factory"
+ },
+ "time": "2024-04-15T12:06:14+00:00"
+ },
+ {
+ "name": "psr/http-message",
+ "version": "2.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/php-fig/http-message.git",
+ "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/php-fig/http-message/zipball/402d35bcb92c70c026d1a6a9883f06b2ead23d71",
+ "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71",
+ "shasum": ""
+ },
+ "require": {
+ "php": "^7.2 || ^8.0"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "2.0.x-dev"
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "Psr\\Http\\Message\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "PHP-FIG",
+ "homepage": "https://www.php-fig.org/"
+ }
+ ],
+ "description": "Common interface for HTTP messages",
+ "homepage": "https://github.com/php-fig/http-message",
+ "keywords": [
+ "http",
+ "http-message",
+ "psr",
+ "psr-7",
+ "request",
+ "response"
+ ],
+ "support": {
+ "source": "https://github.com/php-fig/http-message/tree/2.0"
+ },
+ "time": "2023-04-04T09:54:51+00:00"
+ },
+ {
+ "name": "psr/log",
+ "version": "3.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/php-fig/log.git",
+ "reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/php-fig/log/zipball/fe5ea303b0887d5caefd3d431c3e61ad47037001",
+ "reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=8.0.0"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "3.x-dev"
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "Psr\\Log\\": "src"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "PHP-FIG",
+ "homepage": "https://www.php-fig.org/"
+ }
+ ],
+ "description": "Common interface for logging libraries",
+ "homepage": "https://github.com/php-fig/log",
+ "keywords": [
+ "log",
+ "psr",
+ "psr-3"
+ ],
+ "support": {
+ "source": "https://github.com/php-fig/log/tree/3.0.0"
+ },
+ "time": "2021-07-14T16:46:02+00:00"
+ },
+ {
+ "name": "psr/simple-cache",
+ "version": "3.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/php-fig/simple-cache.git",
+ "reference": "764e0b3939f5ca87cb904f570ef9be2d78a07865"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/764e0b3939f5ca87cb904f570ef9be2d78a07865",
+ "reference": "764e0b3939f5ca87cb904f570ef9be2d78a07865",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=8.0.0"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "3.0.x-dev"
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "Psr\\SimpleCache\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "PHP-FIG",
+ "homepage": "https://www.php-fig.org/"
+ }
+ ],
+ "description": "Common interfaces for simple caching",
+ "keywords": [
+ "cache",
+ "caching",
+ "psr",
+ "psr-16",
+ "simple-cache"
+ ],
+ "support": {
+ "source": "https://github.com/php-fig/simple-cache/tree/3.0.0"
+ },
+ "time": "2021-10-29T13:26:27+00:00"
+ },
+ {
+ "name": "psy/psysh",
+ "version": "v0.12.3",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/bobthecow/psysh.git",
+ "reference": "b6b6cce7d3ee8fbf31843edce5e8f5a72eff4a73"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/bobthecow/psysh/zipball/b6b6cce7d3ee8fbf31843edce5e8f5a72eff4a73",
+ "reference": "b6b6cce7d3ee8fbf31843edce5e8f5a72eff4a73",
+ "shasum": ""
+ },
+ "require": {
+ "ext-json": "*",
+ "ext-tokenizer": "*",
+ "nikic/php-parser": "^5.0 || ^4.0",
+ "php": "^8.0 || ^7.4",
+ "symfony/console": "^7.0 || ^6.0 || ^5.0 || ^4.0 || ^3.4",
+ "symfony/var-dumper": "^7.0 || ^6.0 || ^5.0 || ^4.0 || ^3.4"
+ },
+ "conflict": {
+ "symfony/console": "4.4.37 || 5.3.14 || 5.3.15 || 5.4.3 || 5.4.4 || 6.0.3 || 6.0.4"
+ },
+ "require-dev": {
+ "bamarni/composer-bin-plugin": "^1.2"
+ },
+ "suggest": {
+ "ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)",
+ "ext-pdo-sqlite": "The doc command requires SQLite to work.",
+ "ext-posix": "If you have PCNTL, you'll want the POSIX extension as well."
+ },
+ "bin": [
+ "bin/psysh"
+ ],
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-main": "0.12.x-dev"
+ },
+ "bamarni-bin": {
+ "bin-links": false,
+ "forward-command": false
+ }
+ },
+ "autoload": {
+ "files": [
+ "src/functions.php"
+ ],
+ "psr-4": {
+ "Psy\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Justin Hileman",
+ "email": "justin@justinhileman.info",
+ "homepage": "http://justinhileman.com"
+ }
+ ],
+ "description": "An interactive shell for modern PHP.",
+ "homepage": "http://psysh.org",
+ "keywords": [
+ "REPL",
+ "console",
+ "interactive",
+ "shell"
+ ],
+ "support": {
+ "issues": "https://github.com/bobthecow/psysh/issues",
+ "source": "https://github.com/bobthecow/psysh/tree/v0.12.3"
+ },
+ "time": "2024-04-02T15:57:53+00:00"
+ },
+ {
+ "name": "ralouphie/getallheaders",
+ "version": "3.0.3",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/ralouphie/getallheaders.git",
+ "reference": "120b605dfeb996808c31b6477290a714d356e822"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
+ "reference": "120b605dfeb996808c31b6477290a714d356e822",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=5.6"
+ },
+ "require-dev": {
+ "php-coveralls/php-coveralls": "^2.1",
+ "phpunit/phpunit": "^5 || ^6.5"
+ },
+ "type": "library",
+ "autoload": {
+ "files": [
+ "src/getallheaders.php"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Ralph Khattar",
+ "email": "ralph.khattar@gmail.com"
+ }
+ ],
+ "description": "A polyfill for getallheaders.",
+ "support": {
+ "issues": "https://github.com/ralouphie/getallheaders/issues",
+ "source": "https://github.com/ralouphie/getallheaders/tree/develop"
+ },
+ "time": "2019-03-08T08:55:37+00:00"
+ },
+ {
+ "name": "ramsey/collection",
+ "version": "2.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/ramsey/collection.git",
+ "reference": "a4b48764bfbb8f3a6a4d1aeb1a35bb5e9ecac4a5"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/ramsey/collection/zipball/a4b48764bfbb8f3a6a4d1aeb1a35bb5e9ecac4a5",
+ "reference": "a4b48764bfbb8f3a6a4d1aeb1a35bb5e9ecac4a5",
+ "shasum": ""
+ },
+ "require": {
+ "php": "^8.1"
+ },
+ "require-dev": {
+ "captainhook/plugin-composer": "^5.3",
+ "ergebnis/composer-normalize": "^2.28.3",
+ "fakerphp/faker": "^1.21",
+ "hamcrest/hamcrest-php": "^2.0",
+ "jangregor/phpstan-prophecy": "^1.0",
+ "mockery/mockery": "^1.5",
+ "php-parallel-lint/php-console-highlighter": "^1.0",
+ "php-parallel-lint/php-parallel-lint": "^1.3",
+ "phpcsstandards/phpcsutils": "^1.0.0-rc1",
+ "phpspec/prophecy-phpunit": "^2.0",
+ "phpstan/extension-installer": "^1.2",
+ "phpstan/phpstan": "^1.9",
+ "phpstan/phpstan-mockery": "^1.1",
+ "phpstan/phpstan-phpunit": "^1.3",
+ "phpunit/phpunit": "^9.5",
+ "psalm/plugin-mockery": "^1.1",
+ "psalm/plugin-phpunit": "^0.18.4",
+ "ramsey/coding-standard": "^2.0.3",
+ "ramsey/conventional-commits": "^1.3",
+ "vimeo/psalm": "^5.4"
+ },
+ "type": "library",
+ "extra": {
+ "captainhook": {
+ "force-install": true
+ },
+ "ramsey/conventional-commits": {
+ "configFile": "conventional-commits.json"
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "Ramsey\\Collection\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Ben Ramsey",
+ "email": "ben@benramsey.com",
+ "homepage": "https://benramsey.com"
+ }
+ ],
+ "description": "A PHP library for representing and manipulating collections.",
+ "keywords": [
+ "array",
+ "collection",
+ "hash",
+ "map",
+ "queue",
+ "set"
+ ],
+ "support": {
+ "issues": "https://github.com/ramsey/collection/issues",
+ "source": "https://github.com/ramsey/collection/tree/2.0.0"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/ramsey",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/ramsey/collection",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2022-12-31T21:50:55+00:00"
+ },
+ {
+ "name": "ramsey/uuid",
+ "version": "4.7.6",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/ramsey/uuid.git",
+ "reference": "91039bc1faa45ba123c4328958e620d382ec7088"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/ramsey/uuid/zipball/91039bc1faa45ba123c4328958e620d382ec7088",
+ "reference": "91039bc1faa45ba123c4328958e620d382ec7088",
+ "shasum": ""
+ },
+ "require": {
+ "brick/math": "^0.8.8 || ^0.9 || ^0.10 || ^0.11 || ^0.12",
+ "ext-json": "*",
+ "php": "^8.0",
+ "ramsey/collection": "^1.2 || ^2.0"
+ },
+ "replace": {
+ "rhumsaa/uuid": "self.version"
+ },
+ "require-dev": {
+ "captainhook/captainhook": "^5.10",
+ "captainhook/plugin-composer": "^5.3",
+ "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
+ "doctrine/annotations": "^1.8",
+ "ergebnis/composer-normalize": "^2.15",
+ "mockery/mockery": "^1.3",
+ "paragonie/random-lib": "^2",
+ "php-mock/php-mock": "^2.2",
+ "php-mock/php-mock-mockery": "^1.3",
+ "php-parallel-lint/php-parallel-lint": "^1.1",
+ "phpbench/phpbench": "^1.0",
+ "phpstan/extension-installer": "^1.1",
+ "phpstan/phpstan": "^1.8",
+ "phpstan/phpstan-mockery": "^1.1",
+ "phpstan/phpstan-phpunit": "^1.1",
+ "phpunit/phpunit": "^8.5 || ^9",
+ "ramsey/composer-repl": "^1.4",
+ "slevomat/coding-standard": "^8.4",
+ "squizlabs/php_codesniffer": "^3.5",
+ "vimeo/psalm": "^4.9"
+ },
+ "suggest": {
+ "ext-bcmath": "Enables faster math with arbitrary-precision integers using BCMath.",
+ "ext-gmp": "Enables faster math with arbitrary-precision integers using GMP.",
+ "ext-uuid": "Enables the use of PeclUuidTimeGenerator and PeclUuidRandomGenerator.",
+ "paragonie/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
+ "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
+ },
+ "type": "library",
+ "extra": {
+ "captainhook": {
+ "force-install": true
+ }
+ },
+ "autoload": {
+ "files": [
+ "src/functions.php"
+ ],
+ "psr-4": {
+ "Ramsey\\Uuid\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "description": "A PHP library for generating and working with universally unique identifiers (UUIDs).",
+ "keywords": [
+ "guid",
+ "identifier",
+ "uuid"
+ ],
+ "support": {
+ "issues": "https://github.com/ramsey/uuid/issues",
+ "source": "https://github.com/ramsey/uuid/tree/4.7.6"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/ramsey",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/ramsey/uuid",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2024-04-27T21:32:50+00:00"
+ },
+ {
+ "name": "symfony/console",
+ "version": "v6.4.7",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/symfony/console.git",
+ "reference": "a170e64ae10d00ba89e2acbb590dc2e54da8ad8f"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/symfony/console/zipball/a170e64ae10d00ba89e2acbb590dc2e54da8ad8f",
+ "reference": "a170e64ae10d00ba89e2acbb590dc2e54da8ad8f",
+ "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|^7.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|^7.0",
+ "symfony/dependency-injection": "^5.4|^6.0|^7.0",
+ "symfony/event-dispatcher": "^5.4|^6.0|^7.0",
+ "symfony/http-foundation": "^6.4|^7.0",
+ "symfony/http-kernel": "^6.4|^7.0",
+ "symfony/lock": "^5.4|^6.0|^7.0",
+ "symfony/messenger": "^5.4|^6.0|^7.0",
+ "symfony/process": "^5.4|^6.0|^7.0",
+ "symfony/stopwatch": "^5.4|^6.0|^7.0",
+ "symfony/var-dumper": "^5.4|^6.0|^7.0"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "Symfony\\Component\\Console\\": ""
+ },
+ "exclude-from-classmap": [
+ "/Tests/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Fabien Potencier",
+ "email": "fabien@symfony.com"
+ },
+ {
+ "name": "Symfony Community",
+ "homepage": "https://symfony.com/contributors"
+ }
+ ],
+ "description": "Eases the creation of beautiful and testable command line interfaces",
+ "homepage": "https://symfony.com",
+ "keywords": [
+ "cli",
+ "command-line",
+ "console",
+ "terminal"
+ ],
+ "support": {
+ "source": "https://github.com/symfony/console/tree/v6.4.7"
+ },
+ "funding": [
+ {
+ "url": "https://symfony.com/sponsor",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/fabpot",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2024-04-18T09:22:46+00:00"
+ },
+ {
+ "name": "symfony/css-selector",
+ "version": "v6.4.7",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/symfony/css-selector.git",
+ "reference": "1c5d5c2103c3762aff27a27e1e2409e30a79083b"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/symfony/css-selector/zipball/1c5d5c2103c3762aff27a27e1e2409e30a79083b",
+ "reference": "1c5d5c2103c3762aff27a27e1e2409e30a79083b",
+ "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.4.7"
+ },
+ "funding": [
+ {
+ "url": "https://symfony.com/sponsor",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/fabpot",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2024-04-18T09:22:46+00:00"
+ },
+ {
+ "name": "symfony/deprecation-contracts",
+ "version": "v3.5.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/symfony/deprecation-contracts.git",
+ "reference": "0e0d29ce1f20deffb4ab1b016a7257c4f1e789a1"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/0e0d29ce1f20deffb4ab1b016a7257c4f1e789a1",
+ "reference": "0e0d29ce1f20deffb4ab1b016a7257c4f1e789a1",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=8.1"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-main": "3.5-dev"
+ },
+ "thanks": {
+ "name": "symfony/contracts",
+ "url": "https://github.com/symfony/contracts"
+ }
+ },
+ "autoload": {
+ "files": [
+ "function.php"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Nicolas Grekas",
+ "email": "p@tchwork.com"
+ },
+ {
+ "name": "Symfony Community",
+ "homepage": "https://symfony.com/contributors"
+ }
+ ],
+ "description": "A generic function and convention to trigger deprecation notices",
+ "homepage": "https://symfony.com",
+ "support": {
+ "source": "https://github.com/symfony/deprecation-contracts/tree/v3.5.0"
+ },
+ "funding": [
+ {
+ "url": "https://symfony.com/sponsor",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/fabpot",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2024-04-18T09:32:20+00:00"
+ },
+ {
+ "name": "symfony/error-handler",
+ "version": "v6.4.7",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/symfony/error-handler.git",
+ "reference": "667a072466c6a53827ed7b119af93806b884cbb3"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/symfony/error-handler/zipball/667a072466c6a53827ed7b119af93806b884cbb3",
+ "reference": "667a072466c6a53827ed7b119af93806b884cbb3",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=8.1",
+ "psr/log": "^1|^2|^3",
+ "symfony/var-dumper": "^5.4|^6.0|^7.0"
+ },
+ "conflict": {
+ "symfony/deprecation-contracts": "<2.5",
+ "symfony/http-kernel": "<6.4"
+ },
+ "require-dev": {
+ "symfony/deprecation-contracts": "^2.5|^3",
+ "symfony/http-kernel": "^6.4|^7.0",
+ "symfony/serializer": "^5.4|^6.0|^7.0"
+ },
+ "bin": [
+ "Resources/bin/patch-type-declarations"
+ ],
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "Symfony\\Component\\ErrorHandler\\": ""
+ },
+ "exclude-from-classmap": [
+ "/Tests/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Fabien Potencier",
+ "email": "fabien@symfony.com"
+ },
+ {
+ "name": "Symfony Community",
+ "homepage": "https://symfony.com/contributors"
+ }
+ ],
+ "description": "Provides tools to manage errors and ease debugging PHP code",
+ "homepage": "https://symfony.com",
+ "support": {
+ "source": "https://github.com/symfony/error-handler/tree/v6.4.7"
+ },
+ "funding": [
+ {
+ "url": "https://symfony.com/sponsor",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/fabpot",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2024-04-18T09:22:46+00:00"
+ },
+ {
+ "name": "symfony/event-dispatcher",
+ "version": "v6.4.7",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/symfony/event-dispatcher.git",
+ "reference": "d84384f3f67de3cb650db64d685d70395dacfc3f"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/d84384f3f67de3cb650db64d685d70395dacfc3f",
+ "reference": "d84384f3f67de3cb650db64d685d70395dacfc3f",
+ "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|^7.0",
+ "symfony/dependency-injection": "^5.4|^6.0|^7.0",
+ "symfony/error-handler": "^5.4|^6.0|^7.0",
+ "symfony/expression-language": "^5.4|^6.0|^7.0",
+ "symfony/http-foundation": "^5.4|^6.0|^7.0",
+ "symfony/service-contracts": "^2.5|^3",
+ "symfony/stopwatch": "^5.4|^6.0|^7.0"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "Symfony\\Component\\EventDispatcher\\": ""
+ },
+ "exclude-from-classmap": [
+ "/Tests/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Fabien Potencier",
+ "email": "fabien@symfony.com"
+ },
+ {
+ "name": "Symfony Community",
+ "homepage": "https://symfony.com/contributors"
+ }
+ ],
+ "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
+ "homepage": "https://symfony.com",
+ "support": {
+ "source": "https://github.com/symfony/event-dispatcher/tree/v6.4.7"
+ },
+ "funding": [
+ {
+ "url": "https://symfony.com/sponsor",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/fabpot",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2024-04-18T09:22:46+00:00"
+ },
+ {
+ "name": "symfony/event-dispatcher-contracts",
+ "version": "v3.5.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/symfony/event-dispatcher-contracts.git",
+ "reference": "8f93aec25d41b72493c6ddff14e916177c9efc50"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/8f93aec25d41b72493c6ddff14e916177c9efc50",
+ "reference": "8f93aec25d41b72493c6ddff14e916177c9efc50",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=8.1",
+ "psr/event-dispatcher": "^1"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-main": "3.5-dev"
+ },
+ "thanks": {
+ "name": "symfony/contracts",
+ "url": "https://github.com/symfony/contracts"
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "Symfony\\Contracts\\EventDispatcher\\": ""
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Nicolas Grekas",
+ "email": "p@tchwork.com"
+ },
+ {
+ "name": "Symfony Community",
+ "homepage": "https://symfony.com/contributors"
+ }
+ ],
+ "description": "Generic abstractions related to dispatching event",
+ "homepage": "https://symfony.com",
+ "keywords": [
+ "abstractions",
+ "contracts",
+ "decoupling",
+ "interfaces",
+ "interoperability",
+ "standards"
+ ],
+ "support": {
+ "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v3.5.0"
+ },
+ "funding": [
+ {
+ "url": "https://symfony.com/sponsor",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/fabpot",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2024-04-18T09:32:20+00:00"
+ },
+ {
+ "name": "symfony/finder",
+ "version": "v6.4.7",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/symfony/finder.git",
+ "reference": "511c48990be17358c23bf45c5d71ab85d40fb764"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/symfony/finder/zipball/511c48990be17358c23bf45c5d71ab85d40fb764",
+ "reference": "511c48990be17358c23bf45c5d71ab85d40fb764",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=8.1"
+ },
+ "require-dev": {
+ "symfony/filesystem": "^6.0|^7.0"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "Symfony\\Component\\Finder\\": ""
+ },
+ "exclude-from-classmap": [
+ "/Tests/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Fabien Potencier",
+ "email": "fabien@symfony.com"
+ },
+ {
+ "name": "Symfony Community",
+ "homepage": "https://symfony.com/contributors"
+ }
+ ],
+ "description": "Finds files and directories via an intuitive fluent interface",
+ "homepage": "https://symfony.com",
+ "support": {
+ "source": "https://github.com/symfony/finder/tree/v6.4.7"
+ },
+ "funding": [
+ {
+ "url": "https://symfony.com/sponsor",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/fabpot",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2024-04-23T10:36:43+00:00"
+ },
+ {
+ "name": "symfony/http-foundation",
+ "version": "v6.4.7",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/symfony/http-foundation.git",
+ "reference": "b4db6b833035477cb70e18d0ae33cb7c2b521759"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/symfony/http-foundation/zipball/b4db6b833035477cb70e18d0ae33cb7c2b521759",
+ "reference": "b4db6b833035477cb70e18d0ae33cb7c2b521759",
+ "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.3"
+ },
+ "require-dev": {
+ "doctrine/dbal": "^2.13.1|^3|^4",
+ "predis/predis": "^1.1|^2.0",
+ "symfony/cache": "^6.3|^7.0",
+ "symfony/dependency-injection": "^5.4|^6.0|^7.0",
+ "symfony/expression-language": "^5.4|^6.0|^7.0",
+ "symfony/http-kernel": "^5.4.12|^6.0.12|^6.1.4|^7.0",
+ "symfony/mime": "^5.4|^6.0|^7.0",
+ "symfony/rate-limiter": "^5.4|^6.0|^7.0"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "Symfony\\Component\\HttpFoundation\\": ""
+ },
+ "exclude-from-classmap": [
+ "/Tests/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Fabien Potencier",
+ "email": "fabien@symfony.com"
+ },
+ {
+ "name": "Symfony Community",
+ "homepage": "https://symfony.com/contributors"
+ }
+ ],
+ "description": "Defines an object-oriented layer for the HTTP specification",
+ "homepage": "https://symfony.com",
+ "support": {
+ "source": "https://github.com/symfony/http-foundation/tree/v6.4.7"
+ },
+ "funding": [
+ {
+ "url": "https://symfony.com/sponsor",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/fabpot",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2024-04-18T09:22:46+00:00"
+ },
+ {
+ "name": "symfony/http-kernel",
+ "version": "v6.4.7",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/symfony/http-kernel.git",
+ "reference": "b7b5e6cdef670a0c82d015a966ffc7e855861a98"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/symfony/http-kernel/zipball/b7b5e6cdef670a0c82d015a966ffc7e855861a98",
+ "reference": "b7b5e6cdef670a0c82d015a966ffc7e855861a98",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=8.1",
+ "psr/log": "^1|^2|^3",
+ "symfony/deprecation-contracts": "^2.5|^3",
+ "symfony/error-handler": "^6.4|^7.0",
+ "symfony/event-dispatcher": "^5.4|^6.0|^7.0",
+ "symfony/http-foundation": "^6.4|^7.0",
+ "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.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": "<6.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|^7.0",
+ "symfony/clock": "^6.2|^7.0",
+ "symfony/config": "^6.1|^7.0",
+ "symfony/console": "^5.4|^6.0|^7.0",
+ "symfony/css-selector": "^5.4|^6.0|^7.0",
+ "symfony/dependency-injection": "^6.4|^7.0",
+ "symfony/dom-crawler": "^5.4|^6.0|^7.0",
+ "symfony/expression-language": "^5.4|^6.0|^7.0",
+ "symfony/finder": "^5.4|^6.0|^7.0",
+ "symfony/http-client-contracts": "^2.5|^3",
+ "symfony/process": "^5.4|^6.0|^7.0",
+ "symfony/property-access": "^5.4.5|^6.0.5|^7.0",
+ "symfony/routing": "^5.4|^6.0|^7.0",
+ "symfony/serializer": "^6.4.4|^7.0.4",
+ "symfony/stopwatch": "^5.4|^6.0|^7.0",
+ "symfony/translation": "^5.4|^6.0|^7.0",
+ "symfony/translation-contracts": "^2.5|^3",
+ "symfony/uid": "^5.4|^6.0|^7.0",
+ "symfony/validator": "^6.4|^7.0",
+ "symfony/var-dumper": "^5.4|^6.4|^7.0",
+ "symfony/var-exporter": "^6.2|^7.0",
+ "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.4.7"
+ },
+ "funding": [
+ {
+ "url": "https://symfony.com/sponsor",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/fabpot",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2024-04-29T11:24:44+00:00"
+ },
+ {
+ "name": "symfony/mailer",
+ "version": "v6.4.7",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/symfony/mailer.git",
+ "reference": "2c446d4e446995bed983c0b5bb9ff837e8de7dbd"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/symfony/mailer/zipball/2c446d4e446995bed983c0b5bb9ff837e8de7dbd",
+ "reference": "2c446d4e446995bed983c0b5bb9ff837e8de7dbd",
+ "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|^7.0",
+ "symfony/mime": "^6.2|^7.0",
+ "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|^7.0",
+ "symfony/http-client": "^5.4|^6.0|^7.0",
+ "symfony/messenger": "^6.2|^7.0",
+ "symfony/twig-bridge": "^6.2|^7.0"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "Symfony\\Component\\Mailer\\": ""
+ },
+ "exclude-from-classmap": [
+ "/Tests/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Fabien Potencier",
+ "email": "fabien@symfony.com"
+ },
+ {
+ "name": "Symfony Community",
+ "homepage": "https://symfony.com/contributors"
+ }
+ ],
+ "description": "Helps sending emails",
+ "homepage": "https://symfony.com",
+ "support": {
+ "source": "https://github.com/symfony/mailer/tree/v6.4.7"
+ },
+ "funding": [
+ {
+ "url": "https://symfony.com/sponsor",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/fabpot",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2024-04-18T09:22:46+00:00"
+ },
+ {
+ "name": "symfony/mime",
+ "version": "v6.4.7",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/symfony/mime.git",
+ "reference": "decadcf3865918ecfcbfa90968553994ce935a5e"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/symfony/mime/zipball/decadcf3865918ecfcbfa90968553994ce935a5e",
+ "reference": "decadcf3865918ecfcbfa90968553994ce935a5e",
+ "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.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|^7.0",
+ "symfony/process": "^5.4|^6.4|^7.0",
+ "symfony/property-access": "^5.4|^6.0|^7.0",
+ "symfony/property-info": "^5.4|^6.0|^7.0",
+ "symfony/serializer": "^6.3.2|^7.0"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "Symfony\\Component\\Mime\\": ""
+ },
+ "exclude-from-classmap": [
+ "/Tests/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Fabien Potencier",
+ "email": "fabien@symfony.com"
+ },
+ {
+ "name": "Symfony Community",
+ "homepage": "https://symfony.com/contributors"
+ }
+ ],
+ "description": "Allows manipulating MIME messages",
+ "homepage": "https://symfony.com",
+ "keywords": [
+ "mime",
+ "mime-type"
+ ],
+ "support": {
+ "source": "https://github.com/symfony/mime/tree/v6.4.7"
+ },
+ "funding": [
+ {
+ "url": "https://symfony.com/sponsor",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/fabpot",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2024-04-18T09:22:46+00:00"
+ },
+ {
+ "name": "symfony/polyfill-ctype",
+ "version": "v1.29.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/symfony/polyfill-ctype.git",
+ "reference": "ef4d7e442ca910c4764bce785146269b30cb5fc4"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/ef4d7e442ca910c4764bce785146269b30cb5fc4",
+ "reference": "ef4d7e442ca910c4764bce785146269b30cb5fc4",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=7.1"
+ },
+ "provide": {
+ "ext-ctype": "*"
+ },
+ "suggest": {
+ "ext-ctype": "For best performance"
+ },
+ "type": "library",
+ "extra": {
+ "thanks": {
+ "name": "symfony/polyfill",
+ "url": "https://github.com/symfony/polyfill"
+ }
+ },
+ "autoload": {
+ "files": [
+ "bootstrap.php"
+ ],
+ "psr-4": {
+ "Symfony\\Polyfill\\Ctype\\": ""
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Gert de Pagter",
+ "email": "BackEndTea@gmail.com"
+ },
+ {
+ "name": "Symfony Community",
+ "homepage": "https://symfony.com/contributors"
+ }
+ ],
+ "description": "Symfony polyfill for ctype functions",
+ "homepage": "https://symfony.com",
+ "keywords": [
+ "compatibility",
+ "ctype",
+ "polyfill",
+ "portable"
+ ],
+ "support": {
+ "source": "https://github.com/symfony/polyfill-ctype/tree/v1.29.0"
+ },
+ "funding": [
+ {
+ "url": "https://symfony.com/sponsor",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/fabpot",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2024-01-29T20:11:03+00:00"
+ },
+ {
+ "name": "symfony/polyfill-intl-grapheme",
+ "version": "v1.29.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/symfony/polyfill-intl-grapheme.git",
+ "reference": "32a9da87d7b3245e09ac426c83d334ae9f06f80f"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/32a9da87d7b3245e09ac426c83d334ae9f06f80f",
+ "reference": "32a9da87d7b3245e09ac426c83d334ae9f06f80f",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=7.1"
+ },
+ "suggest": {
+ "ext-intl": "For best performance"
+ },
+ "type": "library",
+ "extra": {
+ "thanks": {
+ "name": "symfony/polyfill",
+ "url": "https://github.com/symfony/polyfill"
+ }
+ },
+ "autoload": {
+ "files": [
+ "bootstrap.php"
+ ],
+ "psr-4": {
+ "Symfony\\Polyfill\\Intl\\Grapheme\\": ""
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Nicolas Grekas",
+ "email": "p@tchwork.com"
+ },
+ {
+ "name": "Symfony Community",
+ "homepage": "https://symfony.com/contributors"
+ }
+ ],
+ "description": "Symfony polyfill for intl's grapheme_* functions",
+ "homepage": "https://symfony.com",
+ "keywords": [
+ "compatibility",
+ "grapheme",
+ "intl",
+ "polyfill",
+ "portable",
+ "shim"
+ ],
+ "support": {
+ "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.29.0"
+ },
+ "funding": [
+ {
+ "url": "https://symfony.com/sponsor",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/fabpot",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2024-01-29T20:11:03+00:00"
+ },
+ {
+ "name": "symfony/polyfill-intl-idn",
+ "version": "v1.29.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/symfony/polyfill-intl-idn.git",
+ "reference": "a287ed7475f85bf6f61890146edbc932c0fff919"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/a287ed7475f85bf6f61890146edbc932c0fff919",
+ "reference": "a287ed7475f85bf6f61890146edbc932c0fff919",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=7.1",
+ "symfony/polyfill-intl-normalizer": "^1.10",
+ "symfony/polyfill-php72": "^1.10"
+ },
+ "suggest": {
+ "ext-intl": "For best performance"
+ },
+ "type": "library",
+ "extra": {
+ "thanks": {
+ "name": "symfony/polyfill",
+ "url": "https://github.com/symfony/polyfill"
+ }
+ },
+ "autoload": {
+ "files": [
+ "bootstrap.php"
+ ],
+ "psr-4": {
+ "Symfony\\Polyfill\\Intl\\Idn\\": ""
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Laurent Bassin",
+ "email": "laurent@bassin.info"
+ },
+ {
+ "name": "Trevor Rowbotham",
+ "email": "trevor.rowbotham@pm.me"
+ },
+ {
+ "name": "Symfony Community",
+ "homepage": "https://symfony.com/contributors"
+ }
+ ],
+ "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
+ "homepage": "https://symfony.com",
+ "keywords": [
+ "compatibility",
+ "idn",
+ "intl",
+ "polyfill",
+ "portable",
+ "shim"
+ ],
+ "support": {
+ "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.29.0"
+ },
+ "funding": [
+ {
+ "url": "https://symfony.com/sponsor",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/fabpot",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2024-01-29T20:11:03+00:00"
+ },
+ {
+ "name": "symfony/polyfill-intl-normalizer",
+ "version": "v1.29.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
+ "reference": "bc45c394692b948b4d383a08d7753968bed9a83d"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/bc45c394692b948b4d383a08d7753968bed9a83d",
+ "reference": "bc45c394692b948b4d383a08d7753968bed9a83d",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=7.1"
+ },
+ "suggest": {
+ "ext-intl": "For best performance"
+ },
+ "type": "library",
+ "extra": {
+ "thanks": {
+ "name": "symfony/polyfill",
+ "url": "https://github.com/symfony/polyfill"
+ }
+ },
+ "autoload": {
+ "files": [
+ "bootstrap.php"
+ ],
+ "psr-4": {
+ "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
+ },
+ "classmap": [
+ "Resources/stubs"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Nicolas Grekas",
+ "email": "p@tchwork.com"
+ },
+ {
+ "name": "Symfony Community",
+ "homepage": "https://symfony.com/contributors"
+ }
+ ],
+ "description": "Symfony polyfill for intl's Normalizer class and related functions",
+ "homepage": "https://symfony.com",
+ "keywords": [
+ "compatibility",
+ "intl",
+ "normalizer",
+ "polyfill",
+ "portable",
+ "shim"
+ ],
+ "support": {
+ "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.29.0"
+ },
+ "funding": [
+ {
+ "url": "https://symfony.com/sponsor",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/fabpot",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2024-01-29T20:11:03+00:00"
+ },
+ {
+ "name": "symfony/polyfill-mbstring",
+ "version": "v1.29.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/symfony/polyfill-mbstring.git",
+ "reference": "9773676c8a1bb1f8d4340a62efe641cf76eda7ec"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9773676c8a1bb1f8d4340a62efe641cf76eda7ec",
+ "reference": "9773676c8a1bb1f8d4340a62efe641cf76eda7ec",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=7.1"
+ },
+ "provide": {
+ "ext-mbstring": "*"
+ },
+ "suggest": {
+ "ext-mbstring": "For best performance"
+ },
+ "type": "library",
+ "extra": {
+ "thanks": {
+ "name": "symfony/polyfill",
+ "url": "https://github.com/symfony/polyfill"
+ }
+ },
+ "autoload": {
+ "files": [
+ "bootstrap.php"
+ ],
+ "psr-4": {
+ "Symfony\\Polyfill\\Mbstring\\": ""
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Nicolas Grekas",
+ "email": "p@tchwork.com"
+ },
+ {
+ "name": "Symfony Community",
+ "homepage": "https://symfony.com/contributors"
+ }
+ ],
+ "description": "Symfony polyfill for the Mbstring extension",
+ "homepage": "https://symfony.com",
+ "keywords": [
+ "compatibility",
+ "mbstring",
+ "polyfill",
+ "portable",
+ "shim"
+ ],
+ "support": {
+ "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.29.0"
+ },
+ "funding": [
+ {
+ "url": "https://symfony.com/sponsor",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/fabpot",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2024-01-29T20:11:03+00:00"
+ },
+ {
+ "name": "symfony/polyfill-php72",
+ "version": "v1.29.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/symfony/polyfill-php72.git",
+ "reference": "861391a8da9a04cbad2d232ddd9e4893220d6e25"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/861391a8da9a04cbad2d232ddd9e4893220d6e25",
+ "reference": "861391a8da9a04cbad2d232ddd9e4893220d6e25",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=7.1"
+ },
+ "type": "library",
+ "extra": {
+ "thanks": {
+ "name": "symfony/polyfill",
+ "url": "https://github.com/symfony/polyfill"
+ }
+ },
+ "autoload": {
+ "files": [
+ "bootstrap.php"
+ ],
+ "psr-4": {
+ "Symfony\\Polyfill\\Php72\\": ""
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Nicolas Grekas",
+ "email": "p@tchwork.com"
+ },
+ {
+ "name": "Symfony Community",
+ "homepage": "https://symfony.com/contributors"
+ }
+ ],
+ "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
+ "homepage": "https://symfony.com",
+ "keywords": [
+ "compatibility",
+ "polyfill",
+ "portable",
+ "shim"
+ ],
+ "support": {
+ "source": "https://github.com/symfony/polyfill-php72/tree/v1.29.0"
+ },
+ "funding": [
+ {
+ "url": "https://symfony.com/sponsor",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/fabpot",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2024-01-29T20:11:03+00:00"
+ },
+ {
+ "name": "symfony/polyfill-php80",
+ "version": "v1.29.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/symfony/polyfill-php80.git",
+ "reference": "87b68208d5c1188808dd7839ee1e6c8ec3b02f1b"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/87b68208d5c1188808dd7839ee1e6c8ec3b02f1b",
+ "reference": "87b68208d5c1188808dd7839ee1e6c8ec3b02f1b",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=7.1"
+ },
+ "type": "library",
+ "extra": {
+ "thanks": {
+ "name": "symfony/polyfill",
+ "url": "https://github.com/symfony/polyfill"
+ }
+ },
+ "autoload": {
+ "files": [
+ "bootstrap.php"
+ ],
+ "psr-4": {
+ "Symfony\\Polyfill\\Php80\\": ""
+ },
+ "classmap": [
+ "Resources/stubs"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Ion Bazan",
+ "email": "ion.bazan@gmail.com"
+ },
+ {
+ "name": "Nicolas Grekas",
+ "email": "p@tchwork.com"
+ },
+ {
+ "name": "Symfony Community",
+ "homepage": "https://symfony.com/contributors"
+ }
+ ],
+ "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
+ "homepage": "https://symfony.com",
+ "keywords": [
+ "compatibility",
+ "polyfill",
+ "portable",
+ "shim"
+ ],
+ "support": {
+ "source": "https://github.com/symfony/polyfill-php80/tree/v1.29.0"
+ },
+ "funding": [
+ {
+ "url": "https://symfony.com/sponsor",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/fabpot",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2024-01-29T20:11:03+00:00"
+ },
+ {
+ "name": "symfony/polyfill-php83",
+ "version": "v1.29.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/symfony/polyfill-php83.git",
+ "reference": "86fcae159633351e5fd145d1c47de6c528f8caff"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/symfony/polyfill-php83/zipball/86fcae159633351e5fd145d1c47de6c528f8caff",
+ "reference": "86fcae159633351e5fd145d1c47de6c528f8caff",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=7.1",
+ "symfony/polyfill-php80": "^1.14"
+ },
+ "type": "library",
+ "extra": {
+ "thanks": {
+ "name": "symfony/polyfill",
+ "url": "https://github.com/symfony/polyfill"
+ }
+ },
+ "autoload": {
+ "files": [
+ "bootstrap.php"
+ ],
+ "psr-4": {
+ "Symfony\\Polyfill\\Php83\\": ""
+ },
+ "classmap": [
+ "Resources/stubs"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Nicolas Grekas",
+ "email": "p@tchwork.com"
+ },
+ {
+ "name": "Symfony Community",
+ "homepage": "https://symfony.com/contributors"
+ }
+ ],
+ "description": "Symfony polyfill backporting some PHP 8.3+ features to lower PHP versions",
+ "homepage": "https://symfony.com",
+ "keywords": [
+ "compatibility",
+ "polyfill",
+ "portable",
+ "shim"
+ ],
+ "support": {
+ "source": "https://github.com/symfony/polyfill-php83/tree/v1.29.0"
+ },
+ "funding": [
+ {
+ "url": "https://symfony.com/sponsor",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/fabpot",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2024-01-29T20:11:03+00:00"
+ },
+ {
+ "name": "symfony/polyfill-uuid",
+ "version": "v1.29.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/symfony/polyfill-uuid.git",
+ "reference": "3abdd21b0ceaa3000ee950097bc3cf9efc137853"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/symfony/polyfill-uuid/zipball/3abdd21b0ceaa3000ee950097bc3cf9efc137853",
+ "reference": "3abdd21b0ceaa3000ee950097bc3cf9efc137853",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=7.1"
+ },
+ "provide": {
+ "ext-uuid": "*"
+ },
+ "suggest": {
+ "ext-uuid": "For best performance"
+ },
+ "type": "library",
+ "extra": {
+ "thanks": {
+ "name": "symfony/polyfill",
+ "url": "https://github.com/symfony/polyfill"
+ }
+ },
+ "autoload": {
+ "files": [
+ "bootstrap.php"
+ ],
+ "psr-4": {
+ "Symfony\\Polyfill\\Uuid\\": ""
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Grégoire Pineau",
+ "email": "lyrixx@lyrixx.info"
+ },
+ {
+ "name": "Symfony Community",
+ "homepage": "https://symfony.com/contributors"
+ }
+ ],
+ "description": "Symfony polyfill for uuid functions",
+ "homepage": "https://symfony.com",
+ "keywords": [
+ "compatibility",
+ "polyfill",
+ "portable",
+ "uuid"
+ ],
+ "support": {
+ "source": "https://github.com/symfony/polyfill-uuid/tree/v1.29.0"
+ },
+ "funding": [
+ {
+ "url": "https://symfony.com/sponsor",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/fabpot",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2024-01-29T20:11:03+00:00"
+ },
+ {
+ "name": "symfony/process",
+ "version": "v6.4.7",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/symfony/process.git",
+ "reference": "cdb1c81c145fd5aa9b0038bab694035020943381"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/symfony/process/zipball/cdb1c81c145fd5aa9b0038bab694035020943381",
+ "reference": "cdb1c81c145fd5aa9b0038bab694035020943381",
+ "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.4.7"
+ },
+ "funding": [
+ {
+ "url": "https://symfony.com/sponsor",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/fabpot",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2024-04-18T09:22:46+00:00"
+ },
+ {
+ "name": "symfony/routing",
+ "version": "v6.4.7",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/symfony/routing.git",
+ "reference": "276e06398f71fa2a973264d94f28150f93cfb907"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/symfony/routing/zipball/276e06398f71fa2a973264d94f28150f93cfb907",
+ "reference": "276e06398f71fa2a973264d94f28150f93cfb907",
+ "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|^7.0",
+ "symfony/dependency-injection": "^5.4|^6.0|^7.0",
+ "symfony/expression-language": "^5.4|^6.0|^7.0",
+ "symfony/http-foundation": "^5.4|^6.0|^7.0",
+ "symfony/yaml": "^5.4|^6.0|^7.0"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "Symfony\\Component\\Routing\\": ""
+ },
+ "exclude-from-classmap": [
+ "/Tests/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Fabien Potencier",
+ "email": "fabien@symfony.com"
+ },
+ {
+ "name": "Symfony Community",
+ "homepage": "https://symfony.com/contributors"
+ }
+ ],
+ "description": "Maps an HTTP request to a set of configuration variables",
+ "homepage": "https://symfony.com",
+ "keywords": [
+ "router",
+ "routing",
+ "uri",
+ "url"
+ ],
+ "support": {
+ "source": "https://github.com/symfony/routing/tree/v6.4.7"
+ },
+ "funding": [
+ {
+ "url": "https://symfony.com/sponsor",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/fabpot",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2024-04-18T09:22:46+00:00"
+ },
+ {
+ "name": "symfony/service-contracts",
+ "version": "v3.5.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/symfony/service-contracts.git",
+ "reference": "bd1d9e59a81d8fa4acdcea3f617c581f7475a80f"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/symfony/service-contracts/zipball/bd1d9e59a81d8fa4acdcea3f617c581f7475a80f",
+ "reference": "bd1d9e59a81d8fa4acdcea3f617c581f7475a80f",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=8.1",
+ "psr/container": "^1.1|^2.0",
+ "symfony/deprecation-contracts": "^2.5|^3"
+ },
+ "conflict": {
+ "ext-psr": "<1.1|>=2"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-main": "3.5-dev"
+ },
+ "thanks": {
+ "name": "symfony/contracts",
+ "url": "https://github.com/symfony/contracts"
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "Symfony\\Contracts\\Service\\": ""
+ },
+ "exclude-from-classmap": [
+ "/Test/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Nicolas Grekas",
+ "email": "p@tchwork.com"
+ },
+ {
+ "name": "Symfony Community",
+ "homepage": "https://symfony.com/contributors"
+ }
+ ],
+ "description": "Generic abstractions related to writing services",
+ "homepage": "https://symfony.com",
+ "keywords": [
+ "abstractions",
+ "contracts",
+ "decoupling",
+ "interfaces",
+ "interoperability",
+ "standards"
+ ],
+ "support": {
+ "source": "https://github.com/symfony/service-contracts/tree/v3.5.0"
+ },
+ "funding": [
+ {
+ "url": "https://symfony.com/sponsor",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/fabpot",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2024-04-18T09:32:20+00:00"
+ },
+ {
+ "name": "symfony/string",
+ "version": "v6.4.7",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/symfony/string.git",
+ "reference": "ffeb9591c61f65a68d47f77d12b83fa530227a69"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/symfony/string/zipball/ffeb9591c61f65a68d47f77d12b83fa530227a69",
+ "reference": "ffeb9591c61f65a68d47f77d12b83fa530227a69",
+ "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|^7.0",
+ "symfony/http-client": "^5.4|^6.0|^7.0",
+ "symfony/intl": "^6.2|^7.0",
+ "symfony/translation-contracts": "^2.5|^3.0",
+ "symfony/var-exporter": "^5.4|^6.0|^7.0"
+ },
+ "type": "library",
+ "autoload": {
+ "files": [
+ "Resources/functions.php"
+ ],
+ "psr-4": {
+ "Symfony\\Component\\String\\": ""
+ },
+ "exclude-from-classmap": [
+ "/Tests/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Nicolas Grekas",
+ "email": "p@tchwork.com"
+ },
+ {
+ "name": "Symfony Community",
+ "homepage": "https://symfony.com/contributors"
+ }
+ ],
+ "description": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way",
+ "homepage": "https://symfony.com",
+ "keywords": [
+ "grapheme",
+ "i18n",
+ "string",
+ "unicode",
+ "utf-8",
+ "utf8"
+ ],
+ "support": {
+ "source": "https://github.com/symfony/string/tree/v6.4.7"
+ },
+ "funding": [
+ {
+ "url": "https://symfony.com/sponsor",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/fabpot",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2024-04-18T09:22:46+00:00"
+ },
+ {
+ "name": "symfony/translation",
+ "version": "v6.4.7",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/symfony/translation.git",
+ "reference": "7495687c58bfd88b7883823747b0656d90679123"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/symfony/translation/zipball/7495687c58bfd88b7883823747b0656d90679123",
+ "reference": "7495687c58bfd88b7883823747b0656d90679123",
+ "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.18|^5.0",
+ "psr/log": "^1|^2|^3",
+ "symfony/config": "^5.4|^6.0|^7.0",
+ "symfony/console": "^5.4|^6.0|^7.0",
+ "symfony/dependency-injection": "^5.4|^6.0|^7.0",
+ "symfony/finder": "^5.4|^6.0|^7.0",
+ "symfony/http-client-contracts": "^2.5|^3.0",
+ "symfony/http-kernel": "^5.4|^6.0|^7.0",
+ "symfony/intl": "^5.4|^6.0|^7.0",
+ "symfony/polyfill-intl-icu": "^1.21",
+ "symfony/routing": "^5.4|^6.0|^7.0",
+ "symfony/service-contracts": "^2.5|^3",
+ "symfony/yaml": "^5.4|^6.0|^7.0"
+ },
+ "type": "library",
+ "autoload": {
+ "files": [
+ "Resources/functions.php"
+ ],
+ "psr-4": {
+ "Symfony\\Component\\Translation\\": ""
+ },
+ "exclude-from-classmap": [
+ "/Tests/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Fabien Potencier",
+ "email": "fabien@symfony.com"
+ },
+ {
+ "name": "Symfony Community",
+ "homepage": "https://symfony.com/contributors"
+ }
+ ],
+ "description": "Provides tools to internationalize your application",
+ "homepage": "https://symfony.com",
+ "support": {
+ "source": "https://github.com/symfony/translation/tree/v6.4.7"
+ },
+ "funding": [
+ {
+ "url": "https://symfony.com/sponsor",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/fabpot",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2024-04-18T09:22:46+00:00"
+ },
+ {
+ "name": "symfony/translation-contracts",
+ "version": "v3.5.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/symfony/translation-contracts.git",
+ "reference": "b9d2189887bb6b2e0367a9fc7136c5239ab9b05a"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/b9d2189887bb6b2e0367a9fc7136c5239ab9b05a",
+ "reference": "b9d2189887bb6b2e0367a9fc7136c5239ab9b05a",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=8.1"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-main": "3.5-dev"
+ },
+ "thanks": {
+ "name": "symfony/contracts",
+ "url": "https://github.com/symfony/contracts"
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "Symfony\\Contracts\\Translation\\": ""
+ },
+ "exclude-from-classmap": [
+ "/Test/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Nicolas Grekas",
+ "email": "p@tchwork.com"
+ },
+ {
+ "name": "Symfony Community",
+ "homepage": "https://symfony.com/contributors"
+ }
+ ],
+ "description": "Generic abstractions related to translation",
+ "homepage": "https://symfony.com",
+ "keywords": [
+ "abstractions",
+ "contracts",
+ "decoupling",
+ "interfaces",
+ "interoperability",
+ "standards"
+ ],
+ "support": {
+ "source": "https://github.com/symfony/translation-contracts/tree/v3.5.0"
+ },
+ "funding": [
+ {
+ "url": "https://symfony.com/sponsor",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/fabpot",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2024-04-18T09:32:20+00:00"
+ },
+ {
+ "name": "symfony/uid",
+ "version": "v6.4.7",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/symfony/uid.git",
+ "reference": "a66efcb71d8bc3a207d9d78e0bd67f3321510355"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/symfony/uid/zipball/a66efcb71d8bc3a207d9d78e0bd67f3321510355",
+ "reference": "a66efcb71d8bc3a207d9d78e0bd67f3321510355",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=8.1",
+ "symfony/polyfill-uuid": "^1.15"
+ },
+ "require-dev": {
+ "symfony/console": "^5.4|^6.0|^7.0"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "Symfony\\Component\\Uid\\": ""
+ },
+ "exclude-from-classmap": [
+ "/Tests/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Grégoire Pineau",
+ "email": "lyrixx@lyrixx.info"
+ },
+ {
+ "name": "Nicolas Grekas",
+ "email": "p@tchwork.com"
+ },
+ {
+ "name": "Symfony Community",
+ "homepage": "https://symfony.com/contributors"
+ }
+ ],
+ "description": "Provides an object-oriented API to generate and represent UIDs",
+ "homepage": "https://symfony.com",
+ "keywords": [
+ "UID",
+ "ulid",
+ "uuid"
+ ],
+ "support": {
+ "source": "https://github.com/symfony/uid/tree/v6.4.7"
+ },
+ "funding": [
+ {
+ "url": "https://symfony.com/sponsor",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/fabpot",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2024-04-18T09:22:46+00:00"
+ },
+ {
+ "name": "symfony/var-dumper",
+ "version": "v6.4.7",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/symfony/var-dumper.git",
+ "reference": "7a9cd977cd1c5fed3694bee52990866432af07d7"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/symfony/var-dumper/zipball/7a9cd977cd1c5fed3694bee52990866432af07d7",
+ "reference": "7a9cd977cd1c5fed3694bee52990866432af07d7",
+ "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|^7.0",
+ "symfony/error-handler": "^6.3|^7.0",
+ "symfony/http-kernel": "^5.4|^6.0|^7.0",
+ "symfony/process": "^5.4|^6.0|^7.0",
+ "symfony/uid": "^5.4|^6.0|^7.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.4.7"
+ },
+ "funding": [
+ {
+ "url": "https://symfony.com/sponsor",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/fabpot",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2024-04-18T09:22:46+00:00"
+ },
+ {
+ "name": "tijsverkoyen/css-to-inline-styles",
+ "version": "v2.2.7",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/tijsverkoyen/CssToInlineStyles.git",
+ "reference": "83ee6f38df0a63106a9e4536e3060458b74ccedb"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/tijsverkoyen/CssToInlineStyles/zipball/83ee6f38df0a63106a9e4536e3060458b74ccedb",
+ "reference": "83ee6f38df0a63106a9e4536e3060458b74ccedb",
+ "shasum": ""
+ },
+ "require": {
+ "ext-dom": "*",
+ "ext-libxml": "*",
+ "php": "^5.5 || ^7.0 || ^8.0",
+ "symfony/css-selector": "^2.7 || ^3.0 || ^4.0 || ^5.0 || ^6.0 || ^7.0"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0 || ^7.5 || ^8.5.21 || ^9.5.10"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "2.2.x-dev"
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "TijsVerkoyen\\CssToInlineStyles\\": "src"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-3-Clause"
+ ],
+ "authors": [
+ {
+ "name": "Tijs Verkoyen",
+ "email": "css_to_inline_styles@verkoyen.eu",
+ "role": "Developer"
+ }
+ ],
+ "description": "CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very useful when you're sending emails.",
+ "homepage": "https://github.com/tijsverkoyen/CssToInlineStyles",
+ "support": {
+ "issues": "https://github.com/tijsverkoyen/CssToInlineStyles/issues",
+ "source": "https://github.com/tijsverkoyen/CssToInlineStyles/tree/v2.2.7"
+ },
+ "time": "2023-12-08T13:03:43+00:00"
+ },
+ {
+ "name": "vlucas/phpdotenv",
+ "version": "v5.6.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/vlucas/phpdotenv.git",
+ "reference": "2cf9fb6054c2bb1d59d1f3817706ecdb9d2934c4"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/2cf9fb6054c2bb1d59d1f3817706ecdb9d2934c4",
+ "reference": "2cf9fb6054c2bb1d59d1f3817706ecdb9d2934c4",
+ "shasum": ""
+ },
+ "require": {
+ "ext-pcre": "*",
+ "graham-campbell/result-type": "^1.1.2",
+ "php": "^7.2.5 || ^8.0",
+ "phpoption/phpoption": "^1.9.2",
+ "symfony/polyfill-ctype": "^1.24",
+ "symfony/polyfill-mbstring": "^1.24",
+ "symfony/polyfill-php80": "^1.24"
+ },
+ "require-dev": {
+ "bamarni/composer-bin-plugin": "^1.8.2",
+ "ext-filter": "*",
+ "phpunit/phpunit": "^8.5.34 || ^9.6.13 || ^10.4.2"
+ },
+ "suggest": {
+ "ext-filter": "Required to use the boolean validator."
+ },
+ "type": "library",
+ "extra": {
+ "bamarni-bin": {
+ "bin-links": true,
+ "forward-command": true
+ },
+ "branch-alias": {
+ "dev-master": "5.6-dev"
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "Dotenv\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-3-Clause"
+ ],
+ "authors": [
+ {
+ "name": "Graham Campbell",
+ "email": "hello@gjcampbell.co.uk",
+ "homepage": "https://github.com/GrahamCampbell"
+ },
+ {
+ "name": "Vance Lucas",
+ "email": "vance@vancelucas.com",
+ "homepage": "https://github.com/vlucas"
+ }
+ ],
+ "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
+ "keywords": [
+ "dotenv",
+ "env",
+ "environment"
+ ],
+ "support": {
+ "issues": "https://github.com/vlucas/phpdotenv/issues",
+ "source": "https://github.com/vlucas/phpdotenv/tree/v5.6.0"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/GrahamCampbell",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/vlucas/phpdotenv",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2023-11-12T22:43:29+00:00"
+ },
+ {
+ "name": "voku/portable-ascii",
+ "version": "2.0.1",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/voku/portable-ascii.git",
+ "reference": "b56450eed252f6801410d810c8e1727224ae0743"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/voku/portable-ascii/zipball/b56450eed252f6801410d810c8e1727224ae0743",
+ "reference": "b56450eed252f6801410d810c8e1727224ae0743",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=7.0.0"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "~6.0 || ~7.0 || ~9.0"
+ },
+ "suggest": {
+ "ext-intl": "Use Intl for transliterator_transliterate() support"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "voku\\": "src/voku/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Lars Moelleken",
+ "homepage": "http://www.moelleken.org/"
+ }
+ ],
+ "description": "Portable ASCII library - performance optimized (ascii) string functions for php.",
+ "homepage": "https://github.com/voku/portable-ascii",
+ "keywords": [
+ "ascii",
+ "clean",
+ "php"
+ ],
+ "support": {
+ "issues": "https://github.com/voku/portable-ascii/issues",
+ "source": "https://github.com/voku/portable-ascii/tree/2.0.1"
+ },
+ "funding": [
+ {
+ "url": "https://www.paypal.me/moelleken",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/voku",
+ "type": "github"
+ },
+ {
+ "url": "https://opencollective.com/portable-ascii",
+ "type": "open_collective"
+ },
+ {
+ "url": "https://www.patreon.com/voku",
+ "type": "patreon"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/voku/portable-ascii",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2022-03-08T17:03:00+00:00"
+ },
+ {
+ "name": "webmozart/assert",
+ "version": "1.11.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/webmozarts/assert.git",
+ "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/webmozarts/assert/zipball/11cb2199493b2f8a3b53e7f19068fc6aac760991",
+ "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991",
+ "shasum": ""
+ },
+ "require": {
+ "ext-ctype": "*",
+ "php": "^7.2 || ^8.0"
+ },
+ "conflict": {
+ "phpstan/phpstan": "<0.12.20",
+ "vimeo/psalm": "<4.6.1 || 4.6.2"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^8.5.13"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "1.10-dev"
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "Webmozart\\Assert\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Bernhard Schussek",
+ "email": "bschussek@gmail.com"
+ }
+ ],
+ "description": "Assertions to validate method input/output with nice error messages.",
+ "keywords": [
+ "assert",
+ "check",
+ "validate"
+ ],
+ "support": {
+ "issues": "https://github.com/webmozarts/assert/issues",
+ "source": "https://github.com/webmozarts/assert/tree/1.11.0"
+ },
+ "time": "2022-06-03T18:03:27+00:00"
+ }
+ ],
+ "packages-dev": [
+ {
+ "name": "fakerphp/faker",
+ "version": "v1.23.1",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/FakerPHP/Faker.git",
+ "reference": "bfb4fe148adbf78eff521199619b93a52ae3554b"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/FakerPHP/Faker/zipball/bfb4fe148adbf78eff521199619b93a52ae3554b",
+ "reference": "bfb4fe148adbf78eff521199619b93a52ae3554b",
+ "shasum": ""
+ },
+ "require": {
+ "php": "^7.4 || ^8.0",
+ "psr/container": "^1.0 || ^2.0",
+ "symfony/deprecation-contracts": "^2.2 || ^3.0"
+ },
+ "conflict": {
+ "fzaninotto/faker": "*"
+ },
+ "require-dev": {
+ "bamarni/composer-bin-plugin": "^1.4.1",
+ "doctrine/persistence": "^1.3 || ^2.0",
+ "ext-intl": "*",
+ "phpunit/phpunit": "^9.5.26",
+ "symfony/phpunit-bridge": "^5.4.16"
+ },
+ "suggest": {
+ "doctrine/orm": "Required to use Faker\\ORM\\Doctrine",
+ "ext-curl": "Required by Faker\\Provider\\Image to download images.",
+ "ext-dom": "Required by Faker\\Provider\\HtmlLorem for generating random HTML.",
+ "ext-iconv": "Required by Faker\\Provider\\ru_RU\\Text::realText() for generating real Russian text.",
+ "ext-mbstring": "Required for multibyte Unicode string functionality."
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "Faker\\": "src/Faker/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "François Zaninotto"
+ }
+ ],
+ "description": "Faker is a PHP library that generates fake data for you.",
+ "keywords": [
+ "data",
+ "faker",
+ "fixtures"
+ ],
+ "support": {
+ "issues": "https://github.com/FakerPHP/Faker/issues",
+ "source": "https://github.com/FakerPHP/Faker/tree/v1.23.1"
+ },
+ "time": "2024-01-02T13:46:09+00:00"
+ },
+ {
+ "name": "filp/whoops",
+ "version": "2.15.4",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/filp/whoops.git",
+ "reference": "a139776fa3f5985a50b509f2a02ff0f709d2a546"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/filp/whoops/zipball/a139776fa3f5985a50b509f2a02ff0f709d2a546",
+ "reference": "a139776fa3f5985a50b509f2a02ff0f709d2a546",
+ "shasum": ""
+ },
+ "require": {
+ "php": "^5.5.9 || ^7.0 || ^8.0",
+ "psr/log": "^1.0.1 || ^2.0 || ^3.0"
+ },
+ "require-dev": {
+ "mockery/mockery": "^0.9 || ^1.0",
+ "phpunit/phpunit": "^4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.3",
+ "symfony/var-dumper": "^2.6 || ^3.0 || ^4.0 || ^5.0"
+ },
+ "suggest": {
+ "symfony/var-dumper": "Pretty print complex values better with var-dumper available",
+ "whoops/soap": "Formats errors as SOAP responses"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "2.7-dev"
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "Whoops\\": "src/Whoops/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Filipe Dobreira",
+ "homepage": "https://github.com/filp",
+ "role": "Developer"
+ }
+ ],
+ "description": "php error handling for cool kids",
+ "homepage": "https://filp.github.io/whoops/",
+ "keywords": [
+ "error",
+ "exception",
+ "handling",
+ "library",
+ "throwable",
+ "whoops"
+ ],
+ "support": {
+ "issues": "https://github.com/filp/whoops/issues",
+ "source": "https://github.com/filp/whoops/tree/2.15.4"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/denis-sokolov",
+ "type": "github"
+ }
+ ],
+ "time": "2023-11-03T12:00:00+00:00"
+ },
+ {
+ "name": "hamcrest/hamcrest-php",
+ "version": "v2.0.1",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/hamcrest/hamcrest-php.git",
+ "reference": "8c3d0a3f6af734494ad8f6fbbee0ba92422859f3"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/8c3d0a3f6af734494ad8f6fbbee0ba92422859f3",
+ "reference": "8c3d0a3f6af734494ad8f6fbbee0ba92422859f3",
+ "shasum": ""
+ },
+ "require": {
+ "php": "^5.3|^7.0|^8.0"
+ },
+ "replace": {
+ "cordoval/hamcrest-php": "*",
+ "davedevelopment/hamcrest-php": "*",
+ "kodova/hamcrest-php": "*"
+ },
+ "require-dev": {
+ "phpunit/php-file-iterator": "^1.4 || ^2.0",
+ "phpunit/phpunit": "^4.8.36 || ^5.7 || ^6.5 || ^7.0"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "2.1-dev"
+ }
+ },
+ "autoload": {
+ "classmap": [
+ "hamcrest"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-3-Clause"
+ ],
+ "description": "This is the PHP port of Hamcrest Matchers",
+ "keywords": [
+ "test"
+ ],
+ "support": {
+ "issues": "https://github.com/hamcrest/hamcrest-php/issues",
+ "source": "https://github.com/hamcrest/hamcrest-php/tree/v2.0.1"
+ },
+ "time": "2020-07-09T08:09:16+00:00"
+ },
+ {
+ "name": "laravel/pint",
+ "version": "v1.15.3",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/laravel/pint.git",
+ "reference": "3600b5d17aff52f6100ea4921849deacbbeb8656"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/laravel/pint/zipball/3600b5d17aff52f6100ea4921849deacbbeb8656",
+ "reference": "3600b5d17aff52f6100ea4921849deacbbeb8656",
+ "shasum": ""
+ },
+ "require": {
+ "ext-json": "*",
+ "ext-mbstring": "*",
+ "ext-tokenizer": "*",
+ "ext-xml": "*",
+ "php": "^8.1.0"
+ },
+ "require-dev": {
+ "friendsofphp/php-cs-fixer": "^3.54.0",
+ "illuminate/view": "^10.48.8",
+ "larastan/larastan": "^2.9.5",
+ "laravel-zero/framework": "^10.3.0",
+ "mockery/mockery": "^1.6.11",
+ "nunomaduro/termwind": "^1.15.1",
+ "pestphp/pest": "^2.34.7"
+ },
+ "bin": [
+ "builds/pint"
+ ],
+ "type": "project",
+ "autoload": {
+ "psr-4": {
+ "App\\": "app/",
+ "Database\\Seeders\\": "database/seeders/",
+ "Database\\Factories\\": "database/factories/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Nuno Maduro",
+ "email": "enunomaduro@gmail.com"
+ }
+ ],
+ "description": "An opinionated code formatter for PHP.",
+ "homepage": "https://laravel.com",
+ "keywords": [
+ "format",
+ "formatter",
+ "lint",
+ "linter",
+ "php"
+ ],
+ "support": {
+ "issues": "https://github.com/laravel/pint/issues",
+ "source": "https://github.com/laravel/pint"
+ },
+ "time": "2024-04-30T15:02:26+00:00"
+ },
+ {
+ "name": "laravel/sail",
+ "version": "v1.29.1",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/laravel/sail.git",
+ "reference": "8be4a31150eab3b46af11a2e7b2c4632eefaad7e"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/laravel/sail/zipball/8be4a31150eab3b46af11a2e7b2c4632eefaad7e",
+ "reference": "8be4a31150eab3b46af11a2e7b2c4632eefaad7e",
+ "shasum": ""
+ },
+ "require": {
+ "illuminate/console": "^9.52.16|^10.0|^11.0",
+ "illuminate/contracts": "^9.52.16|^10.0|^11.0",
+ "illuminate/support": "^9.52.16|^10.0|^11.0",
+ "php": "^8.0",
+ "symfony/console": "^6.0|^7.0",
+ "symfony/yaml": "^6.0|^7.0"
+ },
+ "require-dev": {
+ "orchestra/testbench": "^7.0|^8.0|^9.0",
+ "phpstan/phpstan": "^1.10"
+ },
+ "bin": [
+ "bin/sail"
+ ],
+ "type": "library",
+ "extra": {
+ "laravel": {
+ "providers": [
+ "Laravel\\Sail\\SailServiceProvider"
+ ]
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "Laravel\\Sail\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Taylor Otwell",
+ "email": "taylor@laravel.com"
+ }
+ ],
+ "description": "Docker files for running a basic Laravel application.",
+ "keywords": [
+ "docker",
+ "laravel"
+ ],
+ "support": {
+ "issues": "https://github.com/laravel/sail/issues",
+ "source": "https://github.com/laravel/sail"
+ },
+ "time": "2024-03-20T20:09:31+00:00"
+ },
+ {
+ "name": "mockery/mockery",
+ "version": "1.6.12",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/mockery/mockery.git",
+ "reference": "1f4efdd7d3beafe9807b08156dfcb176d18f1699"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/mockery/mockery/zipball/1f4efdd7d3beafe9807b08156dfcb176d18f1699",
+ "reference": "1f4efdd7d3beafe9807b08156dfcb176d18f1699",
+ "shasum": ""
+ },
+ "require": {
+ "hamcrest/hamcrest-php": "^2.0.1",
+ "lib-pcre": ">=7.0",
+ "php": ">=7.3"
+ },
+ "conflict": {
+ "phpunit/phpunit": "<8.0"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^8.5 || ^9.6.17",
+ "symplify/easy-coding-standard": "^12.1.14"
+ },
+ "type": "library",
+ "autoload": {
+ "files": [
+ "library/helpers.php",
+ "library/Mockery.php"
+ ],
+ "psr-4": {
+ "Mockery\\": "library/Mockery"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-3-Clause"
+ ],
+ "authors": [
+ {
+ "name": "Pádraic Brady",
+ "email": "padraic.brady@gmail.com",
+ "homepage": "https://github.com/padraic",
+ "role": "Author"
+ },
+ {
+ "name": "Dave Marshall",
+ "email": "dave.marshall@atstsolutions.co.uk",
+ "homepage": "https://davedevelopment.co.uk",
+ "role": "Developer"
+ },
+ {
+ "name": "Nathanael Esayeas",
+ "email": "nathanael.esayeas@protonmail.com",
+ "homepage": "https://github.com/ghostwriter",
+ "role": "Lead Developer"
+ }
+ ],
+ "description": "Mockery is a simple yet flexible PHP mock object framework",
+ "homepage": "https://github.com/mockery/mockery",
+ "keywords": [
+ "BDD",
+ "TDD",
+ "library",
+ "mock",
+ "mock objects",
+ "mockery",
+ "stub",
+ "test",
+ "test double",
+ "testing"
+ ],
+ "support": {
+ "docs": "https://docs.mockery.io/",
+ "issues": "https://github.com/mockery/mockery/issues",
+ "rss": "https://github.com/mockery/mockery/releases.atom",
+ "security": "https://github.com/mockery/mockery/security/advisories",
+ "source": "https://github.com/mockery/mockery"
+ },
+ "time": "2024-05-16T03:13:13+00:00"
+ },
+ {
+ "name": "myclabs/deep-copy",
+ "version": "1.11.1",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/myclabs/DeepCopy.git",
+ "reference": "7284c22080590fb39f2ffa3e9057f10a4ddd0e0c"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/7284c22080590fb39f2ffa3e9057f10a4ddd0e0c",
+ "reference": "7284c22080590fb39f2ffa3e9057f10a4ddd0e0c",
+ "shasum": ""
+ },
+ "require": {
+ "php": "^7.1 || ^8.0"
+ },
+ "conflict": {
+ "doctrine/collections": "<1.6.8",
+ "doctrine/common": "<2.13.3 || >=3,<3.2.2"
+ },
+ "require-dev": {
+ "doctrine/collections": "^1.6.8",
+ "doctrine/common": "^2.13.3 || ^3.2.2",
+ "phpunit/phpunit": "^7.5.20 || ^8.5.23 || ^9.5.13"
+ },
+ "type": "library",
+ "autoload": {
+ "files": [
+ "src/DeepCopy/deep_copy.php"
+ ],
+ "psr-4": {
+ "DeepCopy\\": "src/DeepCopy/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "description": "Create deep copies (clones) of your objects",
+ "keywords": [
+ "clone",
+ "copy",
+ "duplicate",
+ "object",
+ "object graph"
+ ],
+ "support": {
+ "issues": "https://github.com/myclabs/DeepCopy/issues",
+ "source": "https://github.com/myclabs/DeepCopy/tree/1.11.1"
+ },
+ "funding": [
+ {
+ "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2023-03-08T13:26:56+00:00"
+ },
+ {
+ "name": "nunomaduro/collision",
+ "version": "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.4",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/phar-io/manifest.git",
+ "reference": "54750ef60c58e43759730615a392c31c80e23176"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/phar-io/manifest/zipball/54750ef60c58e43759730615a392c31c80e23176",
+ "reference": "54750ef60c58e43759730615a392c31c80e23176",
+ "shasum": ""
+ },
+ "require": {
+ "ext-dom": "*",
+ "ext-libxml": "*",
+ "ext-phar": "*",
+ "ext-xmlwriter": "*",
+ "phar-io/version": "^3.0.1",
+ "php": "^7.2 || ^8.0"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "2.0.x-dev"
+ }
+ },
+ "autoload": {
+ "classmap": [
+ "src/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-3-Clause"
+ ],
+ "authors": [
+ {
+ "name": "Arne Blankerts",
+ "email": "arne@blankerts.de",
+ "role": "Developer"
+ },
+ {
+ "name": "Sebastian Heuer",
+ "email": "sebastian@phpeople.de",
+ "role": "Developer"
+ },
+ {
+ "name": "Sebastian Bergmann",
+ "email": "sebastian@phpunit.de",
+ "role": "Developer"
+ }
+ ],
+ "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
+ "support": {
+ "issues": "https://github.com/phar-io/manifest/issues",
+ "source": "https://github.com/phar-io/manifest/tree/2.0.4"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/theseer",
+ "type": "github"
+ }
+ ],
+ "time": "2024-03-03T12:33:53+00:00"
+ },
+ {
+ "name": "phar-io/version",
+ "version": "3.2.1",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/phar-io/version.git",
+ "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/phar-io/version/zipball/4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
+ "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
+ "shasum": ""
+ },
+ "require": {
+ "php": "^7.2 || ^8.0"
+ },
+ "type": "library",
+ "autoload": {
+ "classmap": [
+ "src/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-3-Clause"
+ ],
+ "authors": [
+ {
+ "name": "Arne Blankerts",
+ "email": "arne@blankerts.de",
+ "role": "Developer"
+ },
+ {
+ "name": "Sebastian Heuer",
+ "email": "sebastian@phpeople.de",
+ "role": "Developer"
+ },
+ {
+ "name": "Sebastian Bergmann",
+ "email": "sebastian@phpunit.de",
+ "role": "Developer"
+ }
+ ],
+ "description": "Library for handling version information and constraints",
+ "support": {
+ "issues": "https://github.com/phar-io/version/issues",
+ "source": "https://github.com/phar-io/version/tree/3.2.1"
+ },
+ "time": "2022-02-21T01:04:05+00:00"
+ },
+ {
+ "name": "phpunit/php-code-coverage",
+ "version": "10.1.14",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
+ "reference": "e3f51450ebffe8e0efdf7346ae966a656f7d5e5b"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/e3f51450ebffe8e0efdf7346ae966a656f7d5e5b",
+ "reference": "e3f51450ebffe8e0efdf7346ae966a656f7d5e5b",
+ "shasum": ""
+ },
+ "require": {
+ "ext-dom": "*",
+ "ext-libxml": "*",
+ "ext-xmlwriter": "*",
+ "nikic/php-parser": "^4.18 || ^5.0",
+ "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.14"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/sebastianbergmann",
+ "type": "github"
+ }
+ ],
+ "time": "2024-03-12T15:33:41+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.5.20",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/sebastianbergmann/phpunit.git",
+ "reference": "547d314dc24ec1e177720d45c6263fb226cc2ae3"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/547d314dc24ec1e177720d45c6263fb226cc2ae3",
+ "reference": "547d314dc24ec1e177720d45c6263fb226cc2ae3",
+ "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.5-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.5.20"
+ },
+ "funding": [
+ {
+ "url": "https://phpunit.de/sponsors.html",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/sebastianbergmann",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/phpunit/phpunit",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2024-04-24T06:32:35+00:00"
+ },
+ {
+ "name": "sebastian/cli-parser",
+ "version": "2.0.1",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/sebastianbergmann/cli-parser.git",
+ "reference": "c34583b87e7b7a8055bf6c450c2c77ce32a24084"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/c34583b87e7b7a8055bf6c450c2c77ce32a24084",
+ "reference": "c34583b87e7b7a8055bf6c450c2c77ce32a24084",
+ "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",
+ "security": "https://github.com/sebastianbergmann/cli-parser/security/policy",
+ "source": "https://github.com/sebastianbergmann/cli-parser/tree/2.0.1"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/sebastianbergmann",
+ "type": "github"
+ }
+ ],
+ "time": "2024-03-02T07:12:49+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.2.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/sebastianbergmann/complexity.git",
+ "reference": "68ff824baeae169ec9f2137158ee529584553799"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/68ff824baeae169ec9f2137158ee529584553799",
+ "reference": "68ff824baeae169ec9f2137158ee529584553799",
+ "shasum": ""
+ },
+ "require": {
+ "nikic/php-parser": "^4.18 || ^5.0",
+ "php": ">=8.1"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^10.0"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-main": "3.2-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.2.0"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/sebastianbergmann",
+ "type": "github"
+ }
+ ],
+ "time": "2023-12-21T08:37:17+00:00"
+ },
+ {
+ "name": "sebastian/diff",
+ "version": "5.1.1",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/sebastianbergmann/diff.git",
+ "reference": "c41e007b4b62af48218231d6c2275e4c9b975b2e"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/c41e007b4b62af48218231d6c2275e4c9b975b2e",
+ "reference": "c41e007b4b62af48218231d6c2275e4c9b975b2e",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=8.1"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^10.0",
+ "symfony/process": "^6.4"
+ },
+ "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": "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.1.1"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/sebastianbergmann",
+ "type": "github"
+ }
+ ],
+ "time": "2024-03-02T07:15:17+00:00"
+ },
+ {
+ "name": "sebastian/environment",
+ "version": "6.1.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/sebastianbergmann/environment.git",
+ "reference": "8074dbcd93529b357029f5cc5058fd3e43666984"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/8074dbcd93529b357029f5cc5058fd3e43666984",
+ "reference": "8074dbcd93529b357029f5cc5058fd3e43666984",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=8.1"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^10.0"
+ },
+ "suggest": {
+ "ext-posix": "*"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-main": "6.1-dev"
+ }
+ },
+ "autoload": {
+ "classmap": [
+ "src/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-3-Clause"
+ ],
+ "authors": [
+ {
+ "name": "Sebastian Bergmann",
+ "email": "sebastian@phpunit.de"
+ }
+ ],
+ "description": "Provides functionality to handle HHVM/PHP environments",
+ "homepage": "https://github.com/sebastianbergmann/environment",
+ "keywords": [
+ "Xdebug",
+ "environment",
+ "hhvm"
+ ],
+ "support": {
+ "issues": "https://github.com/sebastianbergmann/environment/issues",
+ "security": "https://github.com/sebastianbergmann/environment/security/policy",
+ "source": "https://github.com/sebastianbergmann/environment/tree/6.1.0"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/sebastianbergmann",
+ "type": "github"
+ }
+ ],
+ "time": "2024-03-23T08:47:14+00:00"
+ },
+ {
+ "name": "sebastian/exporter",
+ "version": "5.1.2",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/sebastianbergmann/exporter.git",
+ "reference": "955288482d97c19a372d3f31006ab3f37da47adf"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/955288482d97c19a372d3f31006ab3f37da47adf",
+ "reference": "955288482d97c19a372d3f31006ab3f37da47adf",
+ "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.2"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/sebastianbergmann",
+ "type": "github"
+ }
+ ],
+ "time": "2024-03-02T07:17:12+00:00"
+ },
+ {
+ "name": "sebastian/global-state",
+ "version": "6.0.2",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/sebastianbergmann/global-state.git",
+ "reference": "987bafff24ecc4c9ac418cab1145b96dd6e9cbd9"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/987bafff24ecc4c9ac418cab1145b96dd6e9cbd9",
+ "reference": "987bafff24ecc4c9ac418cab1145b96dd6e9cbd9",
+ "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": "https://www.github.com/sebastianbergmann/global-state",
+ "keywords": [
+ "global state"
+ ],
+ "support": {
+ "issues": "https://github.com/sebastianbergmann/global-state/issues",
+ "security": "https://github.com/sebastianbergmann/global-state/security/policy",
+ "source": "https://github.com/sebastianbergmann/global-state/tree/6.0.2"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/sebastianbergmann",
+ "type": "github"
+ }
+ ],
+ "time": "2024-03-02T07:19:19+00:00"
+ },
+ {
+ "name": "sebastian/lines-of-code",
+ "version": "2.0.2",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/sebastianbergmann/lines-of-code.git",
+ "reference": "856e7f6a75a84e339195d48c556f23be2ebf75d0"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/856e7f6a75a84e339195d48c556f23be2ebf75d0",
+ "reference": "856e7f6a75a84e339195d48c556f23be2ebf75d0",
+ "shasum": ""
+ },
+ "require": {
+ "nikic/php-parser": "^4.18 || ^5.0",
+ "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.2"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/sebastianbergmann",
+ "type": "github"
+ }
+ ],
+ "time": "2023-12-21T08:38:20+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.6.1",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/spatie/backtrace.git",
+ "reference": "8373b9d51638292e3bfd736a9c19a654111b4a23"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/spatie/backtrace/zipball/8373b9d51638292e3bfd736a9c19a654111b4a23",
+ "reference": "8373b9d51638292e3bfd736a9c19a654111b4a23",
+ "shasum": ""
+ },
+ "require": {
+ "php": "^7.3|^8.0"
+ },
+ "require-dev": {
+ "ext-json": "*",
+ "laravel/serializable-closure": "^1.3",
+ "phpunit/phpunit": "^9.3",
+ "spatie/phpunit-snapshot-assertions": "^4.2",
+ "symfony/var-dumper": "^5.1"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "Spatie\\Backtrace\\": "src"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Freek Van de Herten",
+ "email": "freek@spatie.be",
+ "homepage": "https://spatie.be",
+ "role": "Developer"
+ }
+ ],
+ "description": "A better backtrace",
+ "homepage": "https://github.com/spatie/backtrace",
+ "keywords": [
+ "Backtrace",
+ "spatie"
+ ],
+ "support": {
+ "source": "https://github.com/spatie/backtrace/tree/1.6.1"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/sponsors/spatie",
+ "type": "github"
+ },
+ {
+ "url": "https://spatie.be/open-source/support-us",
+ "type": "other"
+ }
+ ],
+ "time": "2024-04-24T13:22:11+00:00"
+ },
+ {
+ "name": "spatie/flare-client-php",
+ "version": "1.5.1",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/spatie/flare-client-php.git",
+ "reference": "e27977d534eefe04c154c6fd8460217024054c05"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/spatie/flare-client-php/zipball/e27977d534eefe04c154c6fd8460217024054c05",
+ "reference": "e27977d534eefe04c154c6fd8460217024054c05",
+ "shasum": ""
+ },
+ "require": {
+ "illuminate/pipeline": "^8.0|^9.0|^10.0|^11.0",
+ "php": "^8.0",
+ "spatie/backtrace": "^1.5.2",
+ "symfony/http-foundation": "^5.2|^6.0|^7.0",
+ "symfony/mime": "^5.2|^6.0|^7.0",
+ "symfony/process": "^5.2|^6.0|^7.0",
+ "symfony/var-dumper": "^5.2|^6.0|^7.0"
+ },
+ "require-dev": {
+ "dms/phpunit-arraysubset-asserts": "^0.5.0",
+ "pestphp/pest": "^1.20|^2.0",
+ "phpstan/extension-installer": "^1.1",
+ "phpstan/phpstan-deprecation-rules": "^1.0",
+ "phpstan/phpstan-phpunit": "^1.0",
+ "spatie/phpunit-snapshot-assertions": "^4.0|^5.0"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-main": "1.3.x-dev"
+ }
+ },
+ "autoload": {
+ "files": [
+ "src/helpers.php"
+ ],
+ "psr-4": {
+ "Spatie\\FlareClient\\": "src"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "description": "Send PHP errors to Flare",
+ "homepage": "https://github.com/spatie/flare-client-php",
+ "keywords": [
+ "exception",
+ "flare",
+ "reporting",
+ "spatie"
+ ],
+ "support": {
+ "issues": "https://github.com/spatie/flare-client-php/issues",
+ "source": "https://github.com/spatie/flare-client-php/tree/1.5.1"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/spatie",
+ "type": "github"
+ }
+ ],
+ "time": "2024-05-03T15:43:14+00:00"
+ },
+ {
+ "name": "spatie/ignition",
+ "version": "1.14.1",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/spatie/ignition.git",
+ "reference": "c23cc018c5f423d2f413b99f84655fceb6549811"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/spatie/ignition/zipball/c23cc018c5f423d2f413b99f84655fceb6549811",
+ "reference": "c23cc018c5f423d2f413b99f84655fceb6549811",
+ "shasum": ""
+ },
+ "require": {
+ "ext-json": "*",
+ "ext-mbstring": "*",
+ "php": "^8.0",
+ "spatie/backtrace": "^1.5.3",
+ "spatie/flare-client-php": "^1.4.0",
+ "symfony/console": "^5.4|^6.0|^7.0",
+ "symfony/var-dumper": "^5.4|^6.0|^7.0"
+ },
+ "require-dev": {
+ "illuminate/cache": "^9.52|^10.0|^11.0",
+ "mockery/mockery": "^1.4",
+ "pestphp/pest": "^1.20|^2.0",
+ "phpstan/extension-installer": "^1.1",
+ "phpstan/phpstan-deprecation-rules": "^1.0",
+ "phpstan/phpstan-phpunit": "^1.0",
+ "psr/simple-cache-implementation": "*",
+ "symfony/cache": "^5.4|^6.0|^7.0",
+ "symfony/process": "^5.4|^6.0|^7.0",
+ "vlucas/phpdotenv": "^5.5"
+ },
+ "suggest": {
+ "openai-php/client": "Require get solutions from OpenAI",
+ "simple-cache-implementation": "To cache solutions from OpenAI"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-main": "1.5.x-dev"
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "Spatie\\Ignition\\": "src"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Spatie",
+ "email": "info@spatie.be",
+ "role": "Developer"
+ }
+ ],
+ "description": "A beautiful error page for PHP applications.",
+ "homepage": "https://flareapp.io/ignition",
+ "keywords": [
+ "error",
+ "flare",
+ "laravel",
+ "page"
+ ],
+ "support": {
+ "docs": "https://flareapp.io/docs/ignition-for-laravel/introduction",
+ "forum": "https://twitter.com/flareappio",
+ "issues": "https://github.com/spatie/ignition/issues",
+ "source": "https://github.com/spatie/ignition"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/spatie",
+ "type": "github"
+ }
+ ],
+ "time": "2024-05-03T15:56:16+00:00"
+ },
+ {
+ "name": "spatie/laravel-ignition",
+ "version": "2.7.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/spatie/laravel-ignition.git",
+ "reference": "f52124d50122611e8a40f628cef5c19ff6cc5b57"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/spatie/laravel-ignition/zipball/f52124d50122611e8a40f628cef5c19ff6cc5b57",
+ "reference": "f52124d50122611e8a40f628cef5c19ff6cc5b57",
+ "shasum": ""
+ },
+ "require": {
+ "ext-curl": "*",
+ "ext-json": "*",
+ "ext-mbstring": "*",
+ "illuminate/support": "^10.0|^11.0",
+ "php": "^8.1",
+ "spatie/flare-client-php": "^1.5",
+ "spatie/ignition": "^1.14",
+ "symfony/console": "^6.2.3|^7.0",
+ "symfony/var-dumper": "^6.2.3|^7.0"
+ },
+ "require-dev": {
+ "livewire/livewire": "^2.11|^3.3.5",
+ "mockery/mockery": "^1.5.1",
+ "openai-php/client": "^0.8.1",
+ "orchestra/testbench": "8.22.3|^9.0",
+ "pestphp/pest": "^2.34",
+ "phpstan/extension-installer": "^1.3.1",
+ "phpstan/phpstan-deprecation-rules": "^1.1.1",
+ "phpstan/phpstan-phpunit": "^1.3.16",
+ "vlucas/phpdotenv": "^5.5"
+ },
+ "suggest": {
+ "openai-php/client": "Require get solutions from OpenAI",
+ "psr/simple-cache-implementation": "Needed to cache solutions from OpenAI"
+ },
+ "type": "library",
+ "extra": {
+ "laravel": {
+ "providers": [
+ "Spatie\\LaravelIgnition\\IgnitionServiceProvider"
+ ],
+ "aliases": {
+ "Flare": "Spatie\\LaravelIgnition\\Facades\\Flare"
+ }
+ }
+ },
+ "autoload": {
+ "files": [
+ "src/helpers.php"
+ ],
+ "psr-4": {
+ "Spatie\\LaravelIgnition\\": "src"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Spatie",
+ "email": "info@spatie.be",
+ "role": "Developer"
+ }
+ ],
+ "description": "A beautiful error page for Laravel applications.",
+ "homepage": "https://flareapp.io/ignition",
+ "keywords": [
+ "error",
+ "flare",
+ "laravel",
+ "page"
+ ],
+ "support": {
+ "docs": "https://flareapp.io/docs/ignition-for-laravel/introduction",
+ "forum": "https://twitter.com/flareappio",
+ "issues": "https://github.com/spatie/laravel-ignition/issues",
+ "source": "https://github.com/spatie/laravel-ignition"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/spatie",
+ "type": "github"
+ }
+ ],
+ "time": "2024-05-02T13:42:49+00:00"
+ },
+ {
+ "name": "symfony/yaml",
+ "version": "v6.4.7",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/symfony/yaml.git",
+ "reference": "53e8b1ef30a65f78eac60fddc5ee7ebbbdb1dee0"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/symfony/yaml/zipball/53e8b1ef30a65f78eac60fddc5ee7ebbbdb1dee0",
+ "reference": "53e8b1ef30a65f78eac60fddc5ee7ebbbdb1dee0",
+ "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|^7.0"
+ },
+ "bin": [
+ "Resources/bin/yaml-lint"
+ ],
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "Symfony\\Component\\Yaml\\": ""
+ },
+ "exclude-from-classmap": [
+ "/Tests/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Fabien Potencier",
+ "email": "fabien@symfony.com"
+ },
+ {
+ "name": "Symfony Community",
+ "homepage": "https://symfony.com/contributors"
+ }
+ ],
+ "description": "Loads and dumps YAML files",
+ "homepage": "https://symfony.com",
+ "support": {
+ "source": "https://github.com/symfony/yaml/tree/v6.4.7"
+ },
+ "funding": [
+ {
+ "url": "https://symfony.com/sponsor",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/fabpot",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2024-04-28T10:28:08+00:00"
+ },
+ {
+ "name": "theseer/tokenizer",
+ "version": "1.2.3",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/theseer/tokenizer.git",
+ "reference": "737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/theseer/tokenizer/zipball/737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2",
+ "reference": "737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2",
+ "shasum": ""
+ },
+ "require": {
+ "ext-dom": "*",
+ "ext-tokenizer": "*",
+ "ext-xmlwriter": "*",
+ "php": "^7.2 || ^8.0"
+ },
+ "type": "library",
+ "autoload": {
+ "classmap": [
+ "src/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-3-Clause"
+ ],
+ "authors": [
+ {
+ "name": "Arne Blankerts",
+ "email": "arne@blankerts.de",
+ "role": "Developer"
+ }
+ ],
+ "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
+ "support": {
+ "issues": "https://github.com/theseer/tokenizer/issues",
+ "source": "https://github.com/theseer/tokenizer/tree/1.2.3"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/theseer",
+ "type": "github"
+ }
+ ],
+ "time": "2024-03-03T12:36:25+00:00"
+ }
+ ],
+ "aliases": [],
+ "minimum-stability": "stable",
+ "stability-flags": [],
+ "prefer-stable": true,
+ "prefer-lowest": false,
+ "platform": {
+ "php": "^8.1"
+ },
+ "platform-dev": [],
+ "plugin-api-version": "2.6.0"
+}
diff --git a/Laravel/config/app.php b/Laravel/config/app.php
new file mode 100644
index 0000000..b8e210c
--- /dev/null
+++ b/Laravel/config/app.php
@@ -0,0 +1,218 @@
+ 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' => 'Asia/Jakarta',
+
+ /*
+ |--------------------------------------------------------------------------
+ | 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' => [
+
+ /*
+ * Laravel Framework Service Providers...
+ */
+
+ Intervention\Image\ImageServiceProvider::class,
+ Illuminate\Auth\AuthServiceProvider::class,
+ Illuminate\Broadcasting\BroadcastServiceProvider::class,
+ Illuminate\Bus\BusServiceProvider::class,
+ Illuminate\Cache\CacheServiceProvider::class,
+ Illuminate\Foundation\Providers\ConsoleSupportServiceProvider::class,
+ Illuminate\Cookie\CookieServiceProvider::class,
+ Illuminate\Database\DatabaseServiceProvider::class,
+ Illuminate\Encryption\EncryptionServiceProvider::class,
+ Illuminate\Filesystem\FilesystemServiceProvider::class,
+ Illuminate\Foundation\Providers\FoundationServiceProvider::class,
+ Illuminate\Hashing\HashServiceProvider::class,
+ Illuminate\Mail\MailServiceProvider::class,
+ Illuminate\Notifications\NotificationServiceProvider::class,
+ Illuminate\Pagination\PaginationServiceProvider::class,
+ Illuminate\Pipeline\PipelineServiceProvider::class,
+ Illuminate\Queue\QueueServiceProvider::class,
+ Illuminate\Redis\RedisServiceProvider::class,
+ Illuminate\Auth\Passwords\PasswordResetServiceProvider::class,
+ Illuminate\Session\SessionServiceProvider::class,
+ Illuminate\Translation\TranslationServiceProvider::class,
+ Illuminate\Validation\ValidationServiceProvider::class,
+ Illuminate\View\ViewServiceProvider::class,
+
+ /*
+ * Package Service Providers...
+ */
+
+ /*
+ * Application Service Providers...
+ */
+ App\Providers\AppServiceProvider::class,
+ App\Providers\AuthServiceProvider::class,
+ // App\Providers\BroadcastServiceProvider::class,
+ App\Providers\EventServiceProvider::class,
+ App\Providers\RouteServiceProvider::class,
+
+ ],
+
+ /*
+ |--------------------------------------------------------------------------
+ | 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([
+ 'Image' => Intervention\Image\Facades\Image::class,
+ // 'ExampleClass' => App\Example\ExampleClass::class,
+ ])->toArray(),
+
+];
diff --git a/Laravel/config/auth.php b/Laravel/config/auth.php
new file mode 100644
index 0000000..cae0028
--- /dev/null
+++ b/Laravel/config/auth.php
@@ -0,0 +1,115 @@
+ [
+ 'guard' => 'web',
+ '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',
+ ],
+ ],
+
+ /*
+ |--------------------------------------------------------------------------
+ | 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 expire 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/Laravel/config/broadcasting.php b/Laravel/config/broadcasting.php
new file mode 100644
index 0000000..9e4d4aa
--- /dev/null
+++ b/Laravel/config/broadcasting.php
@@ -0,0 +1,70 @@
+ 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' => [
+ '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/Laravel/config/cache.php b/Laravel/config/cache.php
new file mode 100644
index 0000000..33bb295
--- /dev/null
+++ b/Laravel/config/cache.php
@@ -0,0 +1,110 @@
+ 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'),
+ ],
+
+ '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/Laravel/config/cors.php b/Laravel/config/cors.php
new file mode 100644
index 0000000..8a39e6d
--- /dev/null
+++ b/Laravel/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/Laravel/config/database.php b/Laravel/config/database.php
new file mode 100644
index 0000000..137ad18
--- /dev/null
+++ b/Laravel/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/Laravel/config/filesystems.php b/Laravel/config/filesystems.php
new file mode 100644
index 0000000..e9d9dbd
--- /dev/null
+++ b/Laravel/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').'/storage',
+ 'visibility' => 'public',
+ 'throw' => false,
+ ],
+
+ 's3' => [
+ 'driver' => 's3',
+ 'key' => env('AWS_ACCESS_KEY_ID'),
+ 'secret' => env('AWS_SECRET_ACCESS_KEY'),
+ 'region' => env('AWS_DEFAULT_REGION'),
+ 'bucket' => env('AWS_BUCKET'),
+ 'url' => env('AWS_URL'),
+ 'endpoint' => env('AWS_ENDPOINT'),
+ 'use_path_style_endpoint' => env('AWS_USE_PATH_STYLE_ENDPOINT', false),
+ 'throw' => false,
+ ],
+
+ ],
+
+ /*
+ |--------------------------------------------------------------------------
+ | Symbolic Links
+ |--------------------------------------------------------------------------
+ |
+ | Here you may configure the symbolic links that will be created when the
+ | `storage:link` Artisan command is executed. The array keys should be
+ | the locations of the links and the values should be their targets.
+ |
+ */
+
+ 'links' => [
+ public_path('storage') => storage_path('app/public'),
+ ],
+
+];
diff --git a/Laravel/config/hashing.php b/Laravel/config/hashing.php
new file mode 100644
index 0000000..bcd3be4
--- /dev/null
+++ b/Laravel/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/Laravel/config/logging.php b/Laravel/config/logging.php
new file mode 100644
index 0000000..5aa1dbb
--- /dev/null
+++ b/Laravel/config/logging.php
@@ -0,0 +1,122 @@
+ 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'),
+ ],
+
+ 'daily' => [
+ 'driver' => 'daily',
+ 'path' => storage_path('logs/laravel.log'),
+ 'level' => env('LOG_LEVEL', 'debug'),
+ 'days' => 14,
+ ],
+
+ 'slack' => [
+ 'driver' => 'slack',
+ 'url' => env('LOG_SLACK_WEBHOOK_URL'),
+ 'username' => 'Laravel Log',
+ 'emoji' => ':boom:',
+ 'level' => env('LOG_LEVEL', 'critical'),
+ ],
+
+ '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'),
+ ],
+ ],
+
+ 'stderr' => [
+ 'driver' => 'monolog',
+ 'level' => env('LOG_LEVEL', 'debug'),
+ 'handler' => StreamHandler::class,
+ 'formatter' => env('LOG_STDERR_FORMATTER'),
+ 'with' => [
+ 'stream' => 'php://stderr',
+ ],
+ ],
+
+ 'syslog' => [
+ 'driver' => 'syslog',
+ 'level' => env('LOG_LEVEL', 'debug'),
+ ],
+
+ 'errorlog' => [
+ 'driver' => 'errorlog',
+ 'level' => env('LOG_LEVEL', 'debug'),
+ ],
+
+ 'null' => [
+ 'driver' => 'monolog',
+ 'handler' => NullHandler::class,
+ ],
+
+ 'emergency' => [
+ 'path' => storage_path('logs/laravel.log'),
+ ],
+ ],
+
+];
diff --git a/Laravel/config/mail.php b/Laravel/config/mail.php
new file mode 100644
index 0000000..049052f
--- /dev/null
+++ b/Laravel/config/mail.php
@@ -0,0 +1,124 @@
+ 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",
+ | "postmark", "log", "array", "failover"
+ |
+ */
+
+ 'mailers' => [
+ 'smtp' => [
+ 'transport' => 'smtp',
+ '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/Laravel/config/queue.php b/Laravel/config/queue.php
new file mode 100644
index 0000000..25ea5a8
--- /dev/null
+++ b/Laravel/config/queue.php
@@ -0,0 +1,93 @@
+ 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,
+ ],
+
+ ],
+
+ /*
+ |--------------------------------------------------------------------------
+ | 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/Laravel/config/sanctum.php b/Laravel/config/sanctum.php
new file mode 100644
index 0000000..529cfdc
--- /dev/null
+++ b/Laravel/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/Laravel/config/services.php b/Laravel/config/services.php
new file mode 100644
index 0000000..0ace530
--- /dev/null
+++ b/Laravel/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/Laravel/config/session.php b/Laravel/config/session.php
new file mode 100644
index 0000000..8fed97c
--- /dev/null
+++ b/Laravel/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/Laravel/config/view.php b/Laravel/config/view.php
new file mode 100644
index 0000000..22b8a18
--- /dev/null
+++ b/Laravel/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/Laravel/database/.gitignore b/Laravel/database/.gitignore
new file mode 100644
index 0000000..9b19b93
--- /dev/null
+++ b/Laravel/database/.gitignore
@@ -0,0 +1 @@
+*.sqlite*
diff --git a/Laravel/database/factories/UserFactory.php b/Laravel/database/factories/UserFactory.php
new file mode 100644
index 0000000..d4e8835
--- /dev/null
+++ b/Laravel/database/factories/UserFactory.php
@@ -0,0 +1,40 @@
+
+ */
+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.
+ *
+ * @return $this
+ */
+ public function unverified(): static
+ {
+ return $this->state(fn (array $attributes) => [
+ 'email_verified_at' => null,
+ ]);
+ }
+}
diff --git a/Laravel/database/migrations/2014_09_10_052128_create_role_table.php b/Laravel/database/migrations/2014_09_10_052128_create_role_table.php
new file mode 100644
index 0000000..c0e2b0f
--- /dev/null
+++ b/Laravel/database/migrations/2014_09_10_052128_create_role_table.php
@@ -0,0 +1,26 @@
+bigIncrements('id_role');
+ $table->string('nama', 100);
+ });
+ }
+
+ /**
+ * Reverse the migrations.
+ */
+ public function down(): void
+ {
+ Schema::dropIfExists('role');
+ }
+};
diff --git a/Laravel/database/migrations/2014_10_12_000000_create_users_table.php b/Laravel/database/migrations/2014_10_12_000000_create_users_table.php
new file mode 100644
index 0000000..f62e14c
--- /dev/null
+++ b/Laravel/database/migrations/2014_10_12_000000_create_users_table.php
@@ -0,0 +1,37 @@
+string('id_user', 20)->primary();
+ $table->string('nama', 100);
+ $table->string('no_telepon', 13);
+ $table->string('token')->nullable(true);
+ $table->string('alamat', 100)->nullable();
+ $table->string('longitude')->nullable();
+ $table->string('latitude')->nullable();
+ $table->string('email', 100)->nullable();
+ $table->string('password', 100)->nullable();
+ $table->unsignedBigInteger('id_role')->nullable();
+ $table->foreign('id_role')->references('id_role')->on('role')->cascadeOnDelete()->cascadeOnUpdate();
+ $table->string('foto', 255)->nullable();
+ $table->timestamps();
+ });
+ }
+
+ /**
+ * Reverse the migrations.
+ */
+ public function down(): void
+ {
+ Schema::dropIfExists('users');
+ }
+};
diff --git a/Laravel/database/migrations/2014_10_12_100000_create_password_reset_tokens_table.php b/Laravel/database/migrations/2014_10_12_100000_create_password_reset_tokens_table.php
new file mode 100644
index 0000000..81a7229
--- /dev/null
+++ b/Laravel/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/Laravel/database/migrations/2019_08_19_000000_create_failed_jobs_table.php b/Laravel/database/migrations/2019_08_19_000000_create_failed_jobs_table.php
new file mode 100644
index 0000000..249da81
--- /dev/null
+++ b/Laravel/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/Laravel/database/migrations/2019_12_14_000001_create_personal_access_tokens_table.php b/Laravel/database/migrations/2019_12_14_000001_create_personal_access_tokens_table.php
new file mode 100644
index 0000000..e828ad8
--- /dev/null
+++ b/Laravel/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/Laravel/database/migrations/2024_03_16_052713_create_pickup_table.php b/Laravel/database/migrations/2024_03_16_052713_create_pickup_table.php
new file mode 100644
index 0000000..fa68a60
--- /dev/null
+++ b/Laravel/database/migrations/2024_03_16_052713_create_pickup_table.php
@@ -0,0 +1,35 @@
+string('kode_pu', 20)->primary();
+ $table->string('id_customer', 20)->nullable();
+ $table->string('id_pegawai', 20)->nullable();
+ $table->enum('status_penjemputan', ['1', '2', '3', '4', '5', '6']);
+ $table->string('bukti_pengiriman', 255)->nullable(true);
+ $table->string('image_path')->nullable(true);
+ $table->string('keterangan')->nullable(true);
+ $table->integer('biaya');
+ $table->foreign('id_customer')->references('id_user')->on('user')->cascadeOnDelete()->cascadeOnUpdate();
+ $table->foreign('id_pegawai')->references('id_user')->on('user')->cascadeOnDelete()->cascadeOnUpdate();
+ $table->timestamps();
+ });
+ }
+
+ /**
+ * Reverse the migrations.
+ */
+ public function down(): void
+ {
+ Schema::dropIfExists('pickup');
+ }
+};
diff --git a/Laravel/database/migrations/2024_05_18_214259_create_detail_table.php b/Laravel/database/migrations/2024_05_18_214259_create_detail_table.php
new file mode 100644
index 0000000..0f5803b
--- /dev/null
+++ b/Laravel/database/migrations/2024_05_18_214259_create_detail_table.php
@@ -0,0 +1,29 @@
+string('kode_detail', 20);
+ $table->string('image', 255);
+ $table->string('keterangan', 255);
+ $table->foreign('kode_detail')->references('kode_pu')->on('pickup')->cascadeOnDelete()->cascadeOnUpdate();
+ $table->timestamps();
+ });
+ }
+
+ /**
+ * Reverse the migrations.
+ */
+ public function down(): void
+ {
+ Schema::dropIfExists('detail');
+ }
+};
diff --git a/Laravel/database/migrations/2024_06_10_013137_create_checkbox_options_table.php b/Laravel/database/migrations/2024_06_10_013137_create_checkbox_options_table.php
new file mode 100644
index 0000000..76b5183
--- /dev/null
+++ b/Laravel/database/migrations/2024_06_10_013137_create_checkbox_options_table.php
@@ -0,0 +1,29 @@
+id();
+ $table->string('name');
+ $table->decimal('price', 8, 2);
+ $table->boolean('selected')->default(false);
+ $table->timestamps();
+ });
+ }
+
+ /**
+ * Reverse the migrations.
+ */
+ public function down(): void
+ {
+ Schema::dropIfExists('checkbox_options');
+ }
+};
diff --git a/Laravel/database/seeders/DataPickupSeeder.php b/Laravel/database/seeders/DataPickupSeeder.php
new file mode 100644
index 0000000..bd755c0
--- /dev/null
+++ b/Laravel/database/seeders/DataPickupSeeder.php
@@ -0,0 +1,30 @@
+ 'TR001',
+ 'id_customer' => 'CUS001',
+ 'id_pegawai' => 'PEG001',
+ 'bukti_pengiriman' => 'bukti_tr001.jpg',
+ 'status_penjemputan' => 'pending',
+ 'biaya' => 0,
+ 'created_at' => now(),
+ 'updated_at' => now(),
+ ],
+ // Tambahkan data pickup lainnya sesuai kebutuhan
+ ]);
+ }
+}
diff --git a/Laravel/database/seeders/DataRoleSeeder.php b/Laravel/database/seeders/DataRoleSeeder.php
new file mode 100644
index 0000000..8e87ee8
--- /dev/null
+++ b/Laravel/database/seeders/DataRoleSeeder.php
@@ -0,0 +1,21 @@
+ 1, 'nama' => 'customer'],
+ ['id_role' => 2, 'nama' => 'pegawai'],
+ ]);
+ }
+}
diff --git a/Laravel/database/seeders/DataUserSeeder.php b/Laravel/database/seeders/DataUserSeeder.php
new file mode 100644
index 0000000..b1e8fe9
--- /dev/null
+++ b/Laravel/database/seeders/DataUserSeeder.php
@@ -0,0 +1,99 @@
+ 'CUS001',
+ 'nama' => 'Customer A',
+ 'no_telepon' => '081234567890',
+ 'token' => null,
+ 'alamat' => 'Jalan Contoh No. 123',
+ 'longitude' => '-8.162770',
+ 'latitude' => '113.682691',
+ 'email' => 'customer@example.com',
+ 'password' => bcrypt('password123'),
+ 'id_role' => 1, // customer
+ 'foto' => null,
+ 'created_at' => now(),
+ 'updated_at' => now(),
+ ],
+ [
+ 'id_user' => 'CUS002',
+ 'nama' => 'Customer B',
+ 'no_telepon' => '081234567899',
+ 'token' => null,
+ 'alamat' => 'Jalan Contoh No. 1',
+ 'longitude' => '-8.162770',
+ 'latitude' => '113.682691',
+ 'email' => 'customer2@example.com',
+ 'password' => bcrypt('password123'),
+ 'id_role' => 1, // customer
+ 'foto' => null,
+ 'created_at' => now(),
+ 'updated_at' => now(),
+ ],
+ ]);
+
+ // Seeder untuk pegawai
+ User::insert([
+ [
+ 'id_user' => 'PEG001',
+ 'nama' => 'Pegawai A',
+ 'no_telepon' => '082345678901',
+ 'token' => null,
+ 'alamat' => 'Jalan Lain No. 456',
+ 'longitude' => null,
+ 'latitude' => null,
+ 'email' => 'pegawai@example.com',
+ 'password' => bcrypt('password456'),
+ 'id_role' => 2, // pegawai
+ 'foto' => null,
+ 'created_at' => now(),
+ 'updated_at' => now(),
+ ],
+ [
+ 'id_user' => 'PEG002',
+ 'nama' => 'Pegawai B',
+ 'no_telepon' => '082345678900',
+ 'token' => null,
+ 'alamat' => 'Jalan Lain No. 2',
+ 'longitude' => null,
+ 'latitude' => null,
+ 'email' => 'pegawai2@example.com',
+ 'password' => bcrypt('password456'),
+ 'id_role' => 2, // pegawai
+ 'foto' => null,
+ 'created_at' => now(),
+ 'updated_at' => now(),
+ ],
+ [
+ 'id_user' => 'PEG003',
+ 'nama' => 'Pegawai C',
+ 'no_telepon' => '082345678922',
+ 'token' => null,
+ 'alamat' => 'Jalan Lain No. 9',
+ 'longitude' => null,
+ 'latitude' => null,
+ 'email' => 'pegawai3@example.com',
+ 'password' => bcrypt('password456'),
+ 'id_role' => 2, // pegawai
+ 'foto' => null,
+ 'created_at' => now(),
+ 'updated_at' => now(),
+ ],
+ ]);
+ }
+}
diff --git a/Laravel/database/seeders/DatabaseSeeder.php b/Laravel/database/seeders/DatabaseSeeder.php
new file mode 100644
index 0000000..0f8c9dc
--- /dev/null
+++ b/Laravel/database/seeders/DatabaseSeeder.php
@@ -0,0 +1,31 @@
+create();
+
+ // \App\Models\User::factory()->create([
+ // 'name' => 'Test User',
+ // 'email' => 'test@example.com',
+ // ]);
+
+ // Add Role
+ $this->call(DataRoleSeeder::class);
+
+ // Add User
+ $this->call(DataUserSeeder::class);
+
+ // Add Pickup
+ $this->call(DataPickupSeeder::class);
+ }
+}
diff --git a/Laravel/package.json b/Laravel/package.json
new file mode 100644
index 0000000..3a76ed0
--- /dev/null
+++ b/Laravel/package.json
@@ -0,0 +1,12 @@
+{
+ "private": true,
+ "scripts": {
+ "dev": "vite",
+ "build": "vite build"
+ },
+ "devDependencies": {
+ "axios": "^1.1.2",
+ "laravel-vite-plugin": "^0.7.2",
+ "vite": "^4.0.0"
+ }
+}
diff --git a/Laravel/phpunit.xml b/Laravel/phpunit.xml
new file mode 100644
index 0000000..eb13aff
--- /dev/null
+++ b/Laravel/phpunit.xml
@@ -0,0 +1,31 @@
+
+
+
+
+ ./tests/Unit
+
+
+ ./tests/Feature
+
+
+
+
+ ./app
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/Laravel/public/.htaccess b/Laravel/public/.htaccess
new file mode 100644
index 0000000..3aec5e2
--- /dev/null
+++ b/Laravel/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/Laravel/public/favicon.ico b/Laravel/public/favicon.ico
new file mode 100644
index 0000000..e69de29
diff --git a/Laravel/public/gambar/0198af1c-5c67-4e74-994f-f2cf57330b97.png b/Laravel/public/gambar/0198af1c-5c67-4e74-994f-f2cf57330b97.png
new file mode 100644
index 0000000000000000000000000000000000000000..6415f5c5fe48eff6f756a2a7e605cc72d84a23e0
GIT binary patch
literal 26692
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
MYTn7ab^rN)0Z4;NkN^Mx
literal 0
HcmV?d00001
diff --git a/Laravel/public/gambar/0c7af0d0-6dc5-4d95-9d2b-3ee51b4bb6184040532238713528977.jpg b/Laravel/public/gambar/0c7af0d0-6dc5-4d95-9d2b-3ee51b4bb6184040532238713528977.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..d67b895a7f095520124ec5cee85ec61928c7b8df
GIT binary patch
literal 32414
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