Add Workspace::inviteMany() method that sends multiple invitations in
one call. Handles duplicates gracefully by skipping already-invited
members and deduplicating input emails (case-insensitive). Returns a
collection of results with status per email.
Fixes#36
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Change Core\Mod\Tenant\Services to Core\Tenant\Services to match
the actual namespace used in source files.
Fixes#28
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Add larastan/larastan ^3.0 to require-dev and create phpstan.neon
config at level 5 covering all source directories. Adds a
`composer analyse` script shortcut.
Fixes#26
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>