8p / EightPointsGuzzleBundle

⛽️ Integrates Guzzle 6.x, a PHP HTTP Client, into Symfony
MIT License
440 stars 71 forks source link

Bundle path change #136

Closed jesugmz closed 7 years ago

jesugmz commented 7 years ago

Docs says the path to add the bundle should be EightPoints\Bundle\GuzzleBundle\EightPointsGuzzleBundle() but using version 6.1 that bundle does not exists under that location but EightPoints\Bundle\GuzzleBundle\GuzzleBundle.

Thanks for this bundle :+1:

gregurco commented 7 years ago

@jesuGMZ you can see the correct path in correct readme:

Do I answer your question?

jesugmz commented 7 years ago

So far, by default composer will download the current stable 6.1.1 which does not match with the current doc in Packigst nor this repo what could be confused.

Close it if you consider it fine.

florianpreusner commented 7 years ago

I can understand that this is confusing. The README.md file downloaded by composer should always contain the right information. I think this is given, like @gregurco already written. It is only confusing because everybody is taking a look at the project github url. And in this case it contains information that doesn't match v6.x cause we are preparing v7.x.

This will be solved automatically the day after tomorrow, Thursday, October 26th. Than I will release the new version.