File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 50
50
run : |
51
51
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" "nesbot/carbon:${{ matrix.os == 'windows-latest' && '^^^' || '' }}${{ matrix.carbon }}" --no-interaction --no-update
52
52
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
53
56
54
57
- name : List Installed Dependencies
55
58
run : composer show -D
Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ parameters:
10
10
paths:
11
11
- src
12
12
- config
13
- - database
14
13
tmpDir: build/phpstan
15
14
checkOctaneCompatibility: true
16
15
checkModelProperties: true
You can’t perform that action at this time.
0 commit comments