Skip to content

Commit 72a79e9

Browse files
committed
Add required dependencies for translation and natural language processing
1 parent f35b173 commit 72a79e9

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ jobs:
5050
run: |
5151
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" "nesbot/carbon:${{ matrix.os == 'windows-latest' && '^^^' || '' }}${{ matrix.carbon }}" --no-interaction --no-update
5252
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
53+
composer require stichoza/google-translate-php
54+
composer require deeplcom/deepl-php
55+
composer require nlpcloud/nlpcloud-client
5356
5457
- name: List Installed Dependencies
5558
run: composer show -D

phpstan.neon.dist

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ parameters:
1010
paths:
1111
- src
1212
- config
13-
- database
1413
tmpDir: build/phpstan
1514
checkOctaneCompatibility: true
1615
checkModelProperties: true

0 commit comments

Comments
 (0)