diff --git a/composer.json b/composer.json index 53420b00..7da55121 100644 --- a/composer.json +++ b/composer.json @@ -19,6 +19,7 @@ "cachethq/core": "dev-main", "guzzlehttp/guzzle": "^7.2", "laravel/framework": "^11.2", + "laravel/nightwatch": "^1.0", "laravel/sanctum": "^4.0", "laravel/tinker": "^2.9" }, diff --git a/composer.lock b/composer.lock index ad57220a..06b0b323 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": "56da3082c14edd628a7b6c6a68827f49", + "content-hash": "2650ffcca77a1959bbf9ec7d9d795c52", "packages": [ { "name": "amphp/amp", @@ -3506,6 +3506,87 @@ }, "time": "2025-02-19T21:53:48+00:00" }, + { + "name": "laravel/nightwatch", + "version": "v1.0.4", + "source": { + "type": "git", + "url": "https://github.com/laravel/nightwatch.git", + "reference": "5f98758257dbf5d81edcdb055f76baaa60aef187" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/laravel/nightwatch/zipball/5f98758257dbf5d81edcdb055f76baaa60aef187", + "reference": "5f98758257dbf5d81edcdb055f76baaa60aef187", + "shasum": "" + }, + "require": { + "ext-zlib": "*", + "laravel/framework": "^10.0|^11.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": "^7.0", + "symfony/http-foundation": "^7.0" + }, + "require-dev": { + "guzzlehttp/promises": "^2.0", + "guzzlehttp/psr7": "^2.0", + "laravel/pint": "1.21.0", + "mockery/mockery": "^1.0", + "mongodb/laravel-mongodb": "^5.0", + "orchestra/pest-plugin-testbench": "^3.0", + "orchestra/testbench": "^9.0", + "orchestra/testbench-core": "^9.0", + "pestphp/pest": "^3.0", + "pestphp/pest-plugin-arch": "^3.0", + "pestphp/pest-plugin-laravel": "^3.0", + "phpstan/phpstan": "^1.0", + "ramsey/uuid": "^4.0", + "spatie/laravel-ignition": "^2.0", + "symfony/mailer": "^7.0", + "symfony/mime": "^7.0", + "symfony/var-dumper": "^7.0" + }, + "type": "library", + "extra": { + "laravel": { + "providers": [ + "Laravel\\Nightwatch\\NightwatchServiceProvider" + ] + } + }, + "autoload": { + "psr-4": { + "Laravel\\Nightwatch\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "AGPL-3.0-or-later" + ], + "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-02-25T05:03:00+00:00" + }, { "name": "laravel/prompts", "version": "v0.3.5",