Skip to content

Commit 523cc95

Browse files
authored
Merge pull request #151 from ALameLlama/feat/include-symfony-process
[DEPS]: Include missing symfony/process dependency
2 parents e05e5bc + 2835f4e commit 523cc95

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

composer.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
{
22
"name": "peckphp/peck",
33
"description": "Peck is a powerful CLI tool designed to identify pure wording or spelling (grammar) mistakes in your codebase.",
4-
"keywords": ["php", "codebase", "spelling", "checker"],
4+
"keywords": [
5+
"php",
6+
"codebase",
7+
"spelling",
8+
"checker"
9+
],
510
"license": "MIT",
611
"authors": [
712
{
@@ -13,7 +18,8 @@
1318
"php": "^8.2",
1419
"nunomaduro/termwind": "^1.17.0|^2.3.0",
1520
"symfony/console": "^6.4.17|^7.2.1",
16-
"symfony/finder": "^6.4.17|^7.2.2"
21+
"symfony/finder": "^6.4.17|^7.2.2",
22+
"symfony/process": "^6.4.17|^7.2.2"
1723
},
1824
"require-dev": {
1925
"laravel/pint": "^1.20.0",

0 commit comments

Comments
 (0)