Skip to content
This repository was archived by the owner on Jan 28, 2026. It is now read-only.

Commit daa71ec

Browse files
Merge pull request #194 from package-wizard/phoenix
Remove `peckphp/peck`
2 parents ae57884 + b03bf41 commit daa71ec

File tree

5 files changed

+1
-137
lines changed

5 files changed

+1
-137
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,6 @@ jobs:
4343
ini-values: error_reporting=E_ALL
4444
coverage: none
4545

46-
- name: Remove Peck
47-
run: composer remove peckphp/peck --dev --no-progress --no-scripts --no-install --ignore-platform-reqs --no-interaction --ansi
48-
4946
- name: Install dependencies
5047
run: composer install --prefer-dist --no-progress --no-interaction --no-suggest
5148

.github/workflows/tests.yml

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -52,30 +52,6 @@ jobs:
5252
- name: Types tests
5353
run: composer test:coverage
5454

55-
misspelling:
56-
runs-on: ubuntu-latest
57-
58-
name: Misspelling
59-
60-
steps:
61-
- name: Checkout code
62-
uses: actions/checkout@v4
63-
64-
- name: Setup PHP
65-
uses: shivammathur/setup-php@v2
66-
with:
67-
extensions: curl, mbstring, zip, iconv, json, dom, fileinfo, tokenizer
68-
coverage: none
69-
70-
- name: Install Aspell
71-
run: sudo apt-get install aspell aspell-en
72-
73-
- name: Install dependencies
74-
run: composer install --no-progress --no-scripts --optimize-autoloader --no-interaction --ansi
75-
76-
- name: Misspelling tests
77-
run: composer test:misspelling
78-
7955
linux:
8056
runs-on: ubuntu-latest
8157

@@ -104,9 +80,6 @@ jobs:
10480
- name: Prepare Yarn
10581
run: sudo corepack enable
10682

107-
- name: Remove Peck
108-
run: composer remove peckphp/peck --dev --no-progress --no-scripts --no-install --ignore-platform-reqs --no-interaction --ansi
109-
11083
- name: Install dependencies
11184
run: composer install --no-progress --no-scripts --optimize-autoloader --no-interaction --ansi
11285

@@ -143,9 +116,6 @@ jobs:
143116
with:
144117
node-version: 22
145118

146-
- name: Remove Peck
147-
run: composer remove peckphp/peck --dev --no-progress --no-scripts --no-install --ignore-platform-reqs --no-interaction --ansi
148-
149119
- name: Install dependencies
150120
run: composer install --no-progress --no-scripts --optimize-autoloader --no-interaction --ansi
151121

composer.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@
4747
"laravel-zero/framework": "^12.0",
4848
"laravel/prompts": "~0.3.6",
4949
"mockery/mockery": "^1.6.12",
50-
"peckphp/peck": "^0.1.3",
5150
"pestphp/pest": "^3.8.2",
5251
"pestphp/pest-plugin-type-coverage": "^3.6",
5352
"spatie/laravel-data": "^4.17.0"
@@ -85,17 +84,12 @@
8584
"test": [
8685
"@test:coverage",
8786
"@test:types",
88-
"@test:misspelling",
8987
"@test:unit"
9088
],
9189
"test:coverage": [
9290
"Composer\\Config::disableProcessTimeout",
9391
"@php vendor/bin/pest --type-coverage"
9492
],
95-
"test:misspelling": [
96-
"Composer\\Config::disableProcessTimeout",
97-
"@php vendor/bin/peck"
98-
],
9993
"test:types": [
10094
"Composer\\Config::disableProcessTimeout",
10195
"@php vendor/bin/pest --type-coverage --min=95"

composer.lock

Lines changed: 1 addition & 75 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

peck.json

Lines changed: 0 additions & 23 deletions
This file was deleted.

0 commit comments

Comments
 (0)