diff options
author | Frankie B <git@diskfloppy.me> | 2024-06-19 15:22:29 +0100 |
---|---|---|
committer | Frankie B <git@diskfloppy.me> | 2024-06-19 15:22:29 +0100 |
commit | 56db90d3a3d468ffe8b361715b66b1d8ada93fce (patch) | |
tree | 08882eae6e8383c5f1b545766cdd49d33f6b2700 /composer.lock | |
parent | 8f02ed0a76ce021d9877f28793aa0ebff2b88e8c (diff) |
Multidomain.
Diffstat (limited to 'composer.lock')
-rw-r--r-- | composer.lock | 67 |
1 files changed, 66 insertions, 1 deletions
diff --git a/composer.lock b/composer.lock index 8571ff1..6aa6058 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "28176864af13fa0e06f1784e6e64e791", + "content-hash": "e89c848f344e4001ca7970a0888b5443", "packages": [ { "name": "auth0/auth0-php", @@ -940,6 +940,71 @@ "time": "2023-10-12T05:21:21+00:00" }, { + "name": "gecche/laravel-multidomain", + "version": "v10.2", + "source": { + "type": "git", + "url": "https://github.com/gecche/laravel-multidomain.git", + "reference": "10fda309991bf58eeed0696103f12d071ada399f" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/gecche/laravel-multidomain/zipball/10fda309991bf58eeed0696103f12d071ada399f", + "reference": "10fda309991bf58eeed0696103f12d071ada399f", + "shasum": "" + }, + "require": { + "laravel/framework": "^10.0" + }, + "require-dev": { + "diablomedia/phpunit-pretty-printer": "^5.0", + "mockery/mockery": "^1.5.1", + "orchestra/testbench": "^8.0", + "orchestra/testbench-browser-kit": "^8.0", + "phpunit/phpunit": "^9.6.0 || ^10.0.7" + }, + "type": "library", + "extra": { + "laravel": { + "providers": [ + "Gecche\\Multidomain\\Foundation\\Providers\\DomainConsoleServiceProvider" + ] + } + }, + "autoload": { + "files": [ + "src/Foundation/helpers.php" + ], + "psr-4": { + "Gecche\\Multidomain\\": "src/" + }, + "classmap": [] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Giacomo Terreni", + "email": "giacomo.terreni@gmail.com" + } + ], + "description": "Laravel App on a subdomains, multi-tenancy setting", + "keywords": [ + "laravel", + "multi-tenants", + "multidomain", + "multitenancy", + "subdomains" + ], + "support": { + "issues": "https://github.com/gecche/laravel-multidomain/issues", + "source": "https://github.com/gecche/laravel-multidomain/tree/v10.2" + }, + "time": "2024-02-20T09:54:57+00:00" + }, + { "name": "graham-campbell/result-type", "version": "v1.1.2", "source": { |