🛠️ Update dependencies in composer.lock to latest versions

- Upgraded multiple packages, including `brick/math`, `guzzlehttp/guzzle`, `laravel/framework`, `spatie/image`, and more.
- Ensured compatibility with project requirements by verifying dependency interrelations.
This commit is contained in:
HolgerHatGarKeineNode
2026-06-22 16:00:36 +02:00
parent d07d2b3fba
commit d242933410
6 changed files with 879 additions and 932 deletions
@@ -12,6 +12,15 @@ it('rejects non-string values for the fax field', function () {
->assertStatus(422);
});
it('lists all member benefits including blossom for guests with a link to the benefits page', function () {
Livewire::test('association.profile')
->assertSee('Nostr Relay')
->assertSee('NIP-05 Verifizierung')
->assertSee('Lightning Watchtower')
->assertSee('Blossom Medienserver')
->assertSeeHtml(route('association.benefits'));
});
it('rejects non-string values for the email field', function () {
Livewire::test('association.profile')
->set('profileForm.email', [])