lonnieezell / myth-auth

One-stop Auth package for CodeIgniter 4
MIT License
637 stars 208 forks source link

php null coalescing assignment operator #521

Closed jlopes90 closed 2 years ago

jlopes90 commented 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.

jlopes90 commented 2 years ago

development that is using php 7.4+

MGatner commented 2 years ago

Yes develop is now ^7.4 || 8.0 to coincide with the framework's updated support.