Skip to content

Commit 67fd2f7

Browse files
committed
feat(composer.json): Add new dependencies
- Added guanguans/ai-commit to the require-dev section. - Added veewee/composer-run-parallel to the require-dev section. - Updated vimeo/psalm version in the require-dev section.
1 parent 71a5fe4 commit 67fd2f7

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
@@ -55,6 +55,7 @@
5555
"barryvdh/laravel-debugbar": "^3.7",
5656
"brainmaestro/composer-git-hooks": "^2.8 || ^3.0",
5757
"friendsofphp/php-cs-fixer": "^3.14",
58+
"guanguans/ai-commit": "^1.6",
5859
"itsgoingd/clockwork": "^5.1",
5960
"jetbrains/phpstorm-attributes": "^1.0",
6061
"kubawerlos/php-cs-fixer-custom-fixers": "^3.13",
@@ -73,7 +74,8 @@
7374
"spatie/pest-plugin-snapshots": "^1.1 || ^2.0",
7475
"spatie/ray": "^1.37",
7576
"symfony/thanks": "^1.2",
76-
"vimeo/psalm": "^5.12"
77+
"veewee/composer-run-parallel": "^1.2",
78+
"vimeo/psalm": "^5.13"
7779
},
7880
"suggest": {
7981
"barryvdh/laravel-debugbar": "Output SQL scores to Laravel DebugBar.",
@@ -99,7 +101,8 @@
99101
"allow-plugins": {
100102
"pestphp/pest-plugin": true,
101103
"phpstan/extension-installer": true,
102-
"symfony/thanks": true
104+
"symfony/thanks": true,
105+
"veewee/composer-run-parallel": true
103106
},
104107
"apcu-autoloader": true,
105108
"classmap-authoritative": false,
@@ -139,6 +142,7 @@
139142
"post-update-cmd": [
140143
"@cghooks update"
141144
],
145+
"ai-commit": "@php ./vendor/bin/ai-commit commit --generator=bito_cli --ansi",
142146
"benchmark": "@php ./vendor/bin/phpbench run --warmup=1 --retry-threshold=1 --iterations=3 --revs=5 --ansi -v",
143147
"cghooks": "@php ./vendor/bin/cghooks --ansi -v",
144148
"checks": [
@@ -156,6 +160,8 @@
156160
"@psalm",
157161
"@mark-finish"
158162
],
163+
"checks-parallel": "@composer-parallel composer-validate md-lint lint style-lint test psalm",
164+
"composer-parallel": "@composer parallel --ansi -v",
159165
"composer-validate": "@composer validate --check-lock --strict --ansi -v",
160166
"lint": [
161167
"for DIR in .; do find $DIR -maxdepth 1 -type f -name '*.php' -type f ! -name 'xxx.php' -exec php -l {} \\; 2>&1 | (! grep -v '^No syntax errors detected'); done",

0 commit comments

Comments
 (0)