Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add conflict section in composer #2065

Open
franmomu opened this issue May 20, 2022 · 1 comment · May be fixed by #2066
Open

Add conflict section in composer #2065

franmomu opened this issue May 20, 2022 · 1 comment · May be fixed by #2066

Comments

@franmomu
Copy link
Contributor

IMO there should be a conflict section in sync with require-dev (with aws/aws-sdk-php and guzzlehttp/guzzle):

Elastica/composer.json

Lines 26 to 31 in 72a4598

"require-dev": {
"aws/aws-sdk-php": "^3.155",
"guzzlehttp/guzzle": "^6.3 || ^7.2",
"phpunit/phpunit": "^8.5.8 || ^9.4",
"symfony/phpunit-bridge": "^5.1.1"
},

So we only allow to installed tested versions.

@ruflin
Copy link
Owner

ruflin commented May 20, 2022

Can you provide an example (or PR) on how this would look?

@franmomu franmomu linked a pull request May 20, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants