helhum / dotenv-connector

Makes values from a .env file available as environment variables for composer based projects
MIT License
153 stars 17 forks source link

Symfony Dependencies vs. composer 2 support #29

Closed bmack closed 4 years ago

bmack commented 4 years ago

Hey,

thanks for this great package, I use it in all my TYPO3 installations.

However, I wanted to introduce your dotenv connector with TYPO3 v7 + composer2 now.

Here's my problem currently:

Would it be possible to either a) support Symfony3/4 in dotenv connector 3 ? b) or support composer 2 in dotenv connector 2?

If you are open for it, I could also try to come up with a PR. Whatever your preference would be...?

helhum commented 4 years ago

Thanks Benni.

a pull requests that brings Composer 2 support to V2 would be great!

helhum commented 4 years ago

@bmack created a 2.x branch for your PR just now

helhum commented 4 years ago

Hm @bmack as far as I can see 2.3.1 supports composer 2 so what exactly is the issue you are running into?

helhum commented 4 years ago

Used 2.3.1 in a project with Composer 2 just fine right now. Will close this. @bmack In case you have further feedback, just drop a line here anyway.

bmack commented 3 years ago

FYI for everybody else: It wasn't a dotenv-connector issue but related to another composer plugin.