From a04b98995db147af8968cadf54e95224d4f2d7b5 Mon Sep 17 00:00:00 2001 From: peaklabs-dev <122374094+peaklabs-dev@users.noreply.github.com> Date: Mon, 1 Dec 2025 21:46:57 +0100 Subject: [PATCH] chore(deps): remove peck as it is not working --- composer.json | 1 - composer.lock | 75 --------------------------------------------------- peck.json | 9 ------- 3 files changed, 85 deletions(-) delete mode 100644 peck.json diff --git a/composer.json b/composer.json index 7c198bc68..c2684c61d 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,6 @@ "laravel/pint": "^1.26.0", "mockery/mockery": "^1.6.12", "nunomaduro/collision": "^8.8.3", - "peckphp/peck": "^0.2.0", "pestphp/pest": "^4.1.6", "pestphp/pest-plugin-laravel": "^4.0.0", "pestphp/pest-plugin-type-coverage": "^4.0.3", diff --git a/composer.lock b/composer.lock index 8dee5a6de..511bd861b 100644 --- a/composer.lock +++ b/composer.lock @@ -7079,81 +7079,6 @@ ], "time": "2025-08-20T13:02:08+00:00" }, - { - "name": "peckphp/peck", - "version": "v0.2.0", - "source": { - "type": "git", - "url": "https://github.com/peckphp/peck.git", - "reference": "f5bb798d5176c52793dc6c715b811f0320246d18" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/peckphp/peck/zipball/f5bb798d5176c52793dc6c715b811f0320246d18", - "reference": "f5bb798d5176c52793dc6c715b811f0320246d18", - "shasum": "" - }, - "require": { - "nunomaduro/termwind": "^1.17.0|^2.3.0", - "php": "^8.2", - "symfony/console": "^6.4.17|^7.2.1", - "symfony/finder": "^6.4.17|^7.2.2", - "symfony/process": "^6.4.17|^7.2.2" - }, - "require-dev": { - "laravel/pint": "^1.20.0", - "pestphp/pest": "^2.36|^3.7.4", - "pestphp/pest-plugin-type-coverage": "^2.8.7|^3.2.3", - "phpstan/phpstan": "^1.12.16", - "rector/rector": "^1.2.10", - "symfony/var-dumper": "^7.2.0" - }, - "bin": [ - "bin/peck" - ], - "type": "library", - "autoload": { - "psr-4": { - "Peck\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Nuno Maduro", - "email": "enunomaduro@gmail.com" - } - ], - "description": "Peck is a powerful CLI tool designed to identify pure wording or spelling (grammar) mistakes in your codebase.", - "keywords": [ - "checker", - "codebase", - "php", - "spelling" - ], - "support": { - "issues": "https://github.com/peckphp/peck/issues", - "source": "https://github.com/peckphp/peck/tree/v0.2.0" - }, - "funding": [ - { - "url": "https://www.paypal.com/paypalme/enunomaduro", - "type": "custom" - }, - { - "url": "https://github.com/nunomaduro", - "type": "github" - }, - { - "url": "https://www.patreon.com/nunomaduro", - "type": "patreon" - } - ], - "time": "2025-10-06T19:46:59+00:00" - }, { "name": "pestphp/pest", "version": "v4.1.6", diff --git a/peck.json b/peck.json deleted file mode 100644 index 72dac826e..000000000 --- a/peck.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "preset": "laravel", - "ignore": { - "words": [ - "php" - ], - "paths": [] - } -}