We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0fe3b0a + 5f005d9 commit 351504fCopy full SHA for 351504f
.github/workflows/run-tests.yml
@@ -47,7 +47,7 @@ jobs:
47
48
- name: Install dependencies
49
run: |
50
- composer require "laravel/framework:${{ matrix.laravel }}" "nesbot/carbon:^2.72.1" --no-interaction --no-update
+ composer require "laravel/framework:${{ matrix.laravel }}" "nesbot/carbon:^2.72|^3.0" --no-interaction --no-update
51
composer update --with="livewire/livewire:^${{ matrix.livewire }}" --${{ matrix.stability }} --prefer-dist --no-interaction --no-suggest
52
53
- name: Execute tests
config/flare.php
@@ -62,6 +62,11 @@
62
CensorRequestHeaders::class => [
63
'headers' => [
64
'API-KEY',
65
+ 'Authorization',
66
+ 'Cookie',
67
+ 'Set-Cookie',
68
+ 'X-CSRF-TOKEN',
69
+ 'X-XSRF-TOKEN',
70
]
71
72
],
0 commit comments