Closed jlopes90 closed 2 years ago
https://github.com/lonnieezell/myth-auth/blob/68a940950573fc539532de98cfe1da4caab02031/src/Config/Services.php#L27
php 7.3+ doesn't support ??=, supports php 7.4+ or higher.
??=
development that is using php 7.4+
Yes develop is now ^7.4 || 8.0 to coincide with the framework's updated support.
develop
^7.4 || 8.0
https://github.com/lonnieezell/myth-auth/blob/68a940950573fc539532de98cfe1da4caab02031/src/Config/Services.php#L27
php 7.3+ doesn't support
??=
, supports php 7.4+ or higher.