Add laravel/nightwatch
This commit is contained in:
@@ -19,6 +19,7 @@
|
|||||||
"cachethq/core": "dev-main",
|
"cachethq/core": "dev-main",
|
||||||
"guzzlehttp/guzzle": "^7.2",
|
"guzzlehttp/guzzle": "^7.2",
|
||||||
"laravel/framework": "^11.2",
|
"laravel/framework": "^11.2",
|
||||||
|
"laravel/nightwatch": "^1.0",
|
||||||
"laravel/sanctum": "^4.0",
|
"laravel/sanctum": "^4.0",
|
||||||
"laravel/tinker": "^2.9"
|
"laravel/tinker": "^2.9"
|
||||||
},
|
},
|
||||||
|
|||||||
83
composer.lock
generated
83
composer.lock
generated
@@ -4,7 +4,7 @@
|
|||||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||||
"This file is @generated automatically"
|
"This file is @generated automatically"
|
||||||
],
|
],
|
||||||
"content-hash": "56da3082c14edd628a7b6c6a68827f49",
|
"content-hash": "2650ffcca77a1959bbf9ec7d9d795c52",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "amphp/amp",
|
"name": "amphp/amp",
|
||||||
@@ -3506,6 +3506,87 @@
|
|||||||
},
|
},
|
||||||
"time": "2025-02-19T21:53:48+00:00"
|
"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",
|
"name": "laravel/prompts",
|
||||||
"version": "v0.3.5",
|
"version": "v0.3.5",
|
||||||
|
|||||||
Reference in New Issue
Block a user