๐Ÿ‘จโ€๐Ÿ’ป
Socialstream
  • Introduction
  • โฎ๏ธPrologue
    • Release Notes
    • Upgrade Guide
      • Upgrading to v6 from 5.x
      • Upgrading to v5 from 4.x
      • Upgrading to v4 from 3.x
      • Upgrading to v3 from 2.x
      • Upgrading to v2 from 1.x
    • Contribution Guide
  • ๐Ÿ”‘Getting Started
    • Installation
    • Configuration
    • Customization
      • Socialite Redirect
      • Resolving Users
      • Handling Invalid State
      • Handling OAuth Errors
      • Authenticating Users
  • ๐Ÿš€Features
    • Remember Session
    • Refresh Expired Tokens
    • Provider Avatars
    • Global Login
    • Register from Login
    • Missing Emails
    • Auth Existing Unlinked Users
    • Login on Registration (deprecated)
  • ๐Ÿงพguides
    • Standalone Installation
    • Filament with Jetstream
    • Filament with Breeze
    • Laravel Passport
    • Socialite Providers
    • Overriding Fortify's Authentication
  • ๐Ÿ”—Links
    • View Code On GitHub
    • About Me
    • Contribute
    • Donate
Powered by GitBook
On this page
  • Versioning Scheme
  • Laravel
  • PHP

Was this helpful?

  1. Prologue

Release Notes

PreviousIntroductionNextUpgrade Guide

Last updated 1 year ago

Was this helpful?

Versioning Scheme

Socialstream follows . We try to keep breaking changes to a minimum. However, major releases may contain breaking change, or in some circumstance, rewrite entire parts of the packages inner-workings. Miner and patch releases should never contain breaking changes.

Laravel

Socialstream major versions follow the latest major Laravel version. At its release, Socialstream 6.x requires Laravel 11.

PHP

Socialstream follows the minimum required Laravel PHP version. At its release, Socialstream 6.x requires a minimum PHP version of 8.2.

โฎ๏ธ
Semantic Versioning