From a6f34ea8fac6841999bcba572616d6066159dc10 Mon Sep 17 00:00:00 2001 From: ct Date: Thu, 17 Jul 2025 14:25:26 +0800 Subject: [PATCH] Update --- .../MediaEngine/MediaEngineExampleCodes.php | 4 +- composer.json | 1 + composer.lock | 88 ++++++++++++++++++- 3 files changed, 89 insertions(+), 4 deletions(-) diff --git a/app/Helpers/FirstParty/MediaEngine/MediaEngineExampleCodes.php b/app/Helpers/FirstParty/MediaEngine/MediaEngineExampleCodes.php index 6206e37..8f8e863 100644 --- a/app/Helpers/FirstParty/MediaEngine/MediaEngineExampleCodes.php +++ b/app/Helpers/FirstParty/MediaEngine/MediaEngineExampleCodes.php @@ -18,9 +18,7 @@ * fileContent, url, mode, fileName, disk, name, userId, mimeType) */ -namespace App\Examples; - -use App\Helpers\FirstParty\MediaEngine\MediaEngine; +namespace App\Helpers\FirstParty\MediaEngine; class MediaEngineExampleCodes { diff --git a/composer.json b/composer.json index 5674c40..400fe92 100644 --- a/composer.json +++ b/composer.json @@ -18,6 +18,7 @@ "laravel/cashier": "^15.7", "laravel/framework": "^12.0", "laravel/horizon": "^5.31", + "laravel/nightwatch": "^1.10", "laravel/sanctum": "^4.0", "laravel/socialite": "^5.21", "laravel/tinker": "^2.10.1", diff --git a/composer.lock b/composer.lock index ba2ec69..372cb81 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": "79a02fbcd504e47b61331dad19bd62a0", + "content-hash": "5adaa56d5b09b43b9e7350387a135bf7", "packages": [ { "name": "artesaos/seotools", @@ -2477,6 +2477,92 @@ }, "time": "2025-04-18T12:57:39+00:00" }, + { + "name": "laravel/nightwatch", + "version": "v1.10.6", + "source": { + "type": "git", + "url": "https://github.com/laravel/nightwatch.git", + "reference": "075c2cd68cb2fbfa460799d1d24c10d0abbdb2fb" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/laravel/nightwatch/zipball/075c2cd68cb2fbfa460799d1d24c10d0abbdb2fb", + "reference": "075c2cd68cb2fbfa460799d1d24c10d0abbdb2fb", + "shasum": "" + }, + "require": { + "ext-zlib": "*", + "guzzlehttp/promises": "^2.0", + "laravel/framework": "^10.0|^11.0|^12.0", + "monolog/monolog": "^3.0", + "nesbot/carbon": "^2.0|^3.0", + "php": "^8.2", + "psr/http-message": "^1.0|^2.0", + "psr/log": "^1.0|^2.0|^3.0", + "symfony/console": "^6.0|^7.0", + "symfony/http-foundation": "^6.0|^7.0" + }, + "require-dev": { + "aws/aws-sdk-php": "^3.349", + "ext-pdo": "*", + "guzzlehttp/guzzle": "^7.0", + "guzzlehttp/psr7": "^2.0", + "laravel/horizon": "^5.4", + "laravel/pint": "1.21.0", + "laravel/vapor-core": "^2.38.2", + "livewire/livewire": "^2.0|^3.0", + "mockery/mockery": "^1.0", + "mongodb/laravel-mongodb": "^4.0|^5.0", + "orchestra/testbench": "^8.0|^9.0|^10.0", + "orchestra/testbench-core": "^8.0|^9.0|^10.0", + "orchestra/workbench": "^8.0|^9.0|^10.0", + "phpstan/phpstan": "^1.0", + "phpunit/phpunit": "^10.0|^11.0", + "ramsey/uuid": "^4.0", + "singlestoredb/singlestoredb-laravel": "^1.0|^2.0", + "spatie/laravel-ignition": "^2.0", + "symfony/mailer": "^6.0|^7.0", + "symfony/mime": "^6.0|^7.0", + "symfony/var-dumper": "^6.0|^7.0" + }, + "type": "library", + "extra": { + "laravel": { + "providers": [ + "Laravel\\Nightwatch\\NightwatchServiceProvider" + ] + } + }, + "autoload": { + "psr-4": { + "Laravel\\Nightwatch\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Taylor Otwell", + "email": "taylor@laravel.com" + } + ], + "description": "The official Laravel Nightwatch package.", + "homepage": "https://nightwatch.laravel.com", + "keywords": [ + "Insights", + "laravel", + "monitoring" + ], + "support": { + "docs": "https://nightwatch.laravel.com/docs", + "issues": "https://github.com/laravel/nightwatch/issues", + "source": "https://github.com/laravel/nightwatch" + }, + "time": "2025-07-08T01:29:53+00:00" + }, { "name": "laravel/prompts", "version": "v0.3.5",