You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using a custom implementation of Illuminate\Contracts\Foundation\Application and I require illuminate/support. But none of my dependencies dependent phpoption/option. So when I use Illuminate\Support\Env its use Phpoption\Option and Phpoption\Some [1] but illuminate/support doesn't require Phpoption [2].
Are there any specific reason to not require phpoption/phpoption?
Laravel Version
11.7.0
PHP Version
8.3
Database Driver & Version
No response
Description
I'm using a custom implementation of
Illuminate\Contracts\Foundation\Application
and I requireilluminate/support
. But none of my dependencies dependentphpoption/option
. So when I useIlluminate\Support\Env
its usePhpoption\Option
andPhpoption\Some
[1] butilluminate/support
doesn't requirePhpoption
[2].Are there any specific reason to not require
phpoption/phpoption
?[1] https://github.com/illuminate/support/blob/master/Env.php#L7
[2] https://github.com/illuminate/support/blob/master/composer.json
Steps To Reproduce
illuminate/support
in an empty/scratch project.env()
helper.The text was updated successfully, but these errors were encountered: