diff --git a/composer.json b/composer.json index 55741e9..88d39c3 100644 --- a/composer.json +++ b/composer.json @@ -9,7 +9,7 @@ "laravel/framework": "^11.9", "laravel/tinker": "^2.9", "lorisleiva/laravel-actions": "^2.8", - "nwidart/laravel-modules": "^11.0", + "nwidart/laravel-modules": "^12.0", "orchid/platform": "^14.34", "tormjens/eventy": "^0.9.4" }, diff --git a/composer.lock b/composer.lock index b5ad78a..fbe9951 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": "39ce8e6f31bb601f06ae9304a4edea8d", + "content-hash": "1fb2f2aaeddfb41dbf04af6786eb2d34", "packages": [ { "name": "brick/math", @@ -1256,72 +1256,6 @@ }, "time": "2024-08-20T15:00:52+00:00" }, - { - "name": "laravel/pint", - "version": "v1.17.2", - "source": { - "type": "git", - "url": "https://github.com/laravel/pint.git", - "reference": "e8a88130a25e3f9d4d5785e6a1afca98268ab110" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/laravel/pint/zipball/e8a88130a25e3f9d4d5785e6a1afca98268ab110", - "reference": "e8a88130a25e3f9d4d5785e6a1afca98268ab110", - "shasum": "" - }, - "require": { - "ext-json": "*", - "ext-mbstring": "*", - "ext-tokenizer": "*", - "ext-xml": "*", - "php": "^8.1.0" - }, - "require-dev": { - "friendsofphp/php-cs-fixer": "^3.61.1", - "illuminate/view": "^10.48.18", - "larastan/larastan": "^2.9.8", - "laravel-zero/framework": "^10.4.0", - "mockery/mockery": "^1.6.12", - "nunomaduro/termwind": "^1.15.1", - "pestphp/pest": "^2.35.0" - }, - "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-08-06T15:11:54+00:00" - }, { "name": "laravel/prompts", "version": "v0.1.25", @@ -2612,45 +2546,47 @@ }, { "name": "nwidart/laravel-modules", - "version": "v11.0.11", + "version": "v12.0.1", "source": { "type": "git", "url": "https://github.com/nWidart/laravel-modules.git", - "reference": "9d50adcbf8d11c9ec01e48a5b7adbf320653185c" + "reference": "e56a298ff63e29b040bbf302400b1015230d2401" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nWidart/laravel-modules/zipball/9d50adcbf8d11c9ec01e48a5b7adbf320653185c", - "reference": "9d50adcbf8d11c9ec01e48a5b7adbf320653185c", + "url": "https://api.github.com/repos/nWidart/laravel-modules/zipball/e56a298ff63e29b040bbf302400b1015230d2401", + "reference": "e56a298ff63e29b040bbf302400b1015230d2401", "shasum": "" }, "require": { + "ext-dom": "*", "ext-json": "*", - "laravel/pint": "^1.16", + "ext-simplexml": "*", "php": ">=8.2", "wikimedia/composer-merge-plugin": "^2.1" }, "require-dev": { "friendsofphp/php-cs-fixer": "^v3.52", - "laravel/framework": "^v11.0", + "laravel/framework": "^v12.0", + "laravel/pint": "^1.16", "mockery/mockery": "^1.6", - "orchestra/testbench": "^v9.0", - "phpstan/phpstan": "^1.4", - "phpunit/phpunit": "^11.0", + "orchestra/testbench": "^v10.0", + "phpstan/phpstan": "^2.0", + "phpunit/phpunit": "^11.5.3|^12.0.", "spatie/phpunit-snapshot-assertions": "^5.0" }, "type": "library", "extra": { "laravel": { - "providers": [ - "Nwidart\\Modules\\LaravelModulesServiceProvider" - ], "aliases": { "Module": "Nwidart\\Modules\\Facades\\Module" - } + }, + "providers": [ + "Nwidart\\Modules\\LaravelModulesServiceProvider" + ] }, "branch-alias": { - "dev-master": "11.0-dev" + "dev-master": "12.x-dev" } }, "autoload": { @@ -2683,7 +2619,7 @@ ], "support": { "issues": "https://github.com/nWidart/laravel-modules/issues", - "source": "https://github.com/nWidart/laravel-modules/tree/v11.0.11" + "source": "https://github.com/nWidart/laravel-modules/tree/v12.0.1" }, "funding": [ { @@ -2695,7 +2631,7 @@ "type": "github" } ], - "time": "2024-06-16T16:26:29+00:00" + "time": "2025-03-08T02:07:02+00:00" }, { "name": "orchid/blade-icons", @@ -6501,10 +6437,10 @@ }, "type": "composer-plugin", "extra": { + "class": "Wikimedia\\Composer\\Merge\\V2\\MergePlugin", "branch-alias": { "dev-master": "2.x-dev" - }, - "class": "Wikimedia\\Composer\\Merge\\V2\\MergePlugin" + } }, "autoload": { "psr-4": { @@ -7078,6 +7014,72 @@ ], "time": "2024-07-06T17:46:02+00:00" }, + { + "name": "laravel/pint", + "version": "v1.17.2", + "source": { + "type": "git", + "url": "https://github.com/laravel/pint.git", + "reference": "e8a88130a25e3f9d4d5785e6a1afca98268ab110" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/laravel/pint/zipball/e8a88130a25e3f9d4d5785e6a1afca98268ab110", + "reference": "e8a88130a25e3f9d4d5785e6a1afca98268ab110", + "shasum": "" + }, + "require": { + "ext-json": "*", + "ext-mbstring": "*", + "ext-tokenizer": "*", + "ext-xml": "*", + "php": "^8.1.0" + }, + "require-dev": { + "friendsofphp/php-cs-fixer": "^3.61.1", + "illuminate/view": "^10.48.18", + "larastan/larastan": "^2.9.8", + "laravel-zero/framework": "^10.4.0", + "mockery/mockery": "^1.6.12", + "nunomaduro/termwind": "^1.15.1", + "pestphp/pest": "^2.35.0" + }, + "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-08-06T15:11:54+00:00" + }, { "name": "laravel/sail", "version": "v1.31.1", @@ -9643,5 +9645,5 @@ "php": "^8.2" }, "platform-dev": [], - "plugin-api-version": "2.6.0" + "plugin-api-version": "2.3.0" }