FakerPHP / Faker

Faker is a PHP library that generates fake data for you
https://fakerphp.github.io
Other
3.48k stars 332 forks source link

Enhancement: Allow defining services that resolve to `object` instead of `Extension` #771

Closed localheinz closed 9 months ago

localheinz commented 9 months ago

What is the reason for this PR?

Follows #753.

💁‍♂️ I believe it makes sense to define services required by extensions that are not extensions, see for example #769.

Author's checklist

Summary of changes

Review checklist

localheinz commented 9 months ago

Thank you, @bram-pkg!