Initial work at putting together a v8 branch

This commit is contained in:
Brady Wetherington
2025-01-20 14:54:28 +00:00
parent 17c9c93456
commit 6b242f47e4
8 changed files with 1361 additions and 1154 deletions

View File

@@ -10,6 +10,16 @@
],
"license": "AGPL-3.0-or-later",
"type": "project",
"repositories": [
{
"type": "vcs",
"url": "https://github.com/grokability/laravel-scim-server"
},
{
"type": "vcs",
"url": "https://github.com/grokability/html"
}
],
"require": {
"php": "^8.2",
"ext-curl": "*",
@@ -18,7 +28,7 @@
"ext-mbstring": "*",
"ext-pdo": "*",
"alek13/slack": "^2.0",
"arietimmerman/laravel-scim-server": "dev-master",
"arietimmerman/laravel-scim-server": "dev-laravel_11_compatibility",
"bacon/bacon-qr-code": "^2.0",
"barryvdh/laravel-debugbar": "^3.13",
"barryvdh/laravel-dompdf": "^2.0",
@@ -36,11 +46,11 @@
"laravel/framework": "^11.0",
"laravel/helpers": "^1.4",
"laravel/passport": "^12.0",
"laravel/slack-notification-channel": "^2.3",
"laravel/slack-notification-channel": "^3.4",
"laravel/socialite": "^5.6",
"laravel/tinker": "^2.6",
"laravel/ui": "^4.0",
"laravelcollective/html": "^6.2",
"laravelcollective/html": "6.x-dev",
"league/csv": "^9.7",
"league/flysystem-aws-s3-v3": "^3.0",
"livewire/livewire": "^3.5",