Skip to content

Commit 28d0a0e

Browse files
authored
feat!: mandate v2 (#21)
1 parent 9d6b9af commit 28d0a0e

File tree

187 files changed

+20039
-6586
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

187 files changed

+20039
-6586
lines changed

.github/workflows/code-style.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,7 @@ jobs:
3030
run: composer install --prefer-dist --no-interaction
3131

3232
- name: Check code style (Pint)
33-
run: |
34-
composer require laravel/pint --dev --no-interaction
35-
vendor/bin/pint --test
33+
run: composer pint
3634

3735
static-analysis:
3836
runs-on: ubuntu-latest
@@ -52,6 +50,4 @@ jobs:
5250
run: composer install --prefer-dist --no-interaction
5351

5452
- name: Run PHPStan
55-
run: |
56-
composer require phpstan/phpstan --dev --no-interaction
57-
vendor/bin/phpstan analyse src --level=5
53+
run: composer analyse

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ jobs:
4040
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
4141
4242
- name: Execute tests
43-
run: vendor/bin/pest
43+
run: composer test

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ composer.lock
99
.vscode/
1010
*.log
1111
.DS_Store
12+
coverage-report

0 commit comments

Comments
 (0)