From 612a6fe2f459e7c2cf974b33c2c6b0309107a2cb Mon Sep 17 00:00:00 2001 From: 199ocero <199ocero@gmail.com> Date: Sun, 2 Jun 2024 21:08:16 +0800 Subject: [PATCH] added pest php laravel plugin --- composer.json | 1 + composer.lock | 76 ++++++++++++++++++++++++++++++++++++++++++++++++++- 2 files changed, 76 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index ecdaf78..710ad75 100644 --- a/composer.json +++ b/composer.json @@ -22,6 +22,7 @@ "mockery/mockery": "^1.6", "nunomaduro/collision": "^8.0", "pestphp/pest": "^2.34", + "pestphp/pest-plugin-laravel": "^2.4", "pestphp/pest-plugin-livewire": "^2.1", "spatie/laravel-ignition": "^2.4" }, diff --git a/composer.lock b/composer.lock index 2d4240c..6cfeb7c 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": "76a11fec07ac33b154735558e46626dc", + "content-hash": "53be7e721ab2b2c6cc19725ea41aad92", "packages": [ { "name": "ankurk91/laravel-ses-webhooks", @@ -9642,6 +9642,80 @@ ], "time": "2024-01-26T09:46:42+00:00" }, + { + "name": "pestphp/pest-plugin-laravel", + "version": "v2.4.0", + "source": { + "type": "git", + "url": "https://github.com/pestphp/pest-plugin-laravel.git", + "reference": "53df51169a7f9595e06839cce638c73e59ace5e8" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/pestphp/pest-plugin-laravel/zipball/53df51169a7f9595e06839cce638c73e59ace5e8", + "reference": "53df51169a7f9595e06839cce638c73e59ace5e8", + "shasum": "" + }, + "require": { + "laravel/framework": "^10.48.9|^11.5.0", + "pestphp/pest": "^2.34.7", + "php": "^8.1.0" + }, + "require-dev": { + "laravel/dusk": "^7.13.0", + "orchestra/testbench": "^8.22.3|^9.0.4", + "pestphp/pest-dev-tools": "^2.16.0" + }, + "type": "library", + "extra": { + "laravel": { + "providers": [ + "Pest\\Laravel\\PestServiceProvider" + ] + }, + "pest": { + "plugins": [ + "Pest\\Laravel\\Plugin" + ] + } + }, + "autoload": { + "files": [ + "src/Autoload.php" + ], + "psr-4": { + "Pest\\Laravel\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "description": "The Pest Laravel Plugin", + "keywords": [ + "framework", + "laravel", + "pest", + "php", + "test", + "testing", + "unit" + ], + "support": { + "source": "https://github.com/pestphp/pest-plugin-laravel/tree/v2.4.0" + }, + "funding": [ + { + "url": "https://www.paypal.com/paypalme/enunomaduro", + "type": "custom" + }, + { + "url": "https://github.com/nunomaduro", + "type": "github" + } + ], + "time": "2024-04-27T10:41:54+00:00" + }, { "name": "pestphp/pest-plugin-livewire", "version": "v2.1.0",