mirror of
https://github.com/coollabsio/coolify.git
synced 2026-03-11 08:55:47 +00:00
chore(deps): remove peck as it is not working
This commit is contained in:
parent
3128177fea
commit
a04b98995d
3 changed files with 0 additions and 85 deletions
|
|
@ -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",
|
||||
|
|
|
|||
75
composer.lock
generated
75
composer.lock
generated
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -1,9 +0,0 @@
|
|||
{
|
||||
"preset": "laravel",
|
||||
"ignore": {
|
||||
"words": [
|
||||
"php"
|
||||
],
|
||||
"paths": []
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue