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

Fix composer.json #28

Closed
wants to merge 30 commits into from
Closed

Fix composer.json #28

wants to merge 30 commits into from

Conversation

masashi1014
Copy link
Contributor

In order to use in Laravel8, guzzlehttp/guzzle version should be ^7.0.1.

composer.json Outdated
},
"require-dev": {
"phpunit/phpunit": "^6.0",
"phpunit/phpunit": "^8.0",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use

"phpunit/phpunit": "^6.0|^7.0|^8.0",

@kevincobain2000 kevincobain2000 changed the base branch from master to develop December 22, 2020 06:29
@kevincobain2000 kevincobain2000 changed the base branch from develop to master December 22, 2020 06:31
@masashi1014 masashi1014 changed the title [WIP]Fix composer.json Fix composer.json Dec 22, 2020
@kevincobain2000 kevincobain2000 removed the request for review from ikari7789 December 22, 2020 06:59
composer.json Outdated
@@ -13,11 +13,11 @@
"minimum-stability": "stable",
"require": {
"php": ">=7.0.0",
"guzzlehttp/guzzle": "^6.3",
"illuminate/support": "~5.0|~6.0|~7.0"
"guzzlehttp/guzzle": ">=6.3",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's still better to define this as ^6.3|^7.0 against the specific versions as otherwise it would automatically accept Guzzle 8.0 if it ever is released and could end up breaking this version.

@masashi1014 masashi1014 changed the base branch from master to develop December 23, 2020 01:13
@masashi1014 masashi1014 deleted the feature/laravel-8 branch December 23, 2020 01:20
@masashi1014 masashi1014 restored the feature/laravel-8 branch December 23, 2020 01:28
@masashi1014 masashi1014 reopened this Dec 23, 2020
@masashi1014 masashi1014 changed the base branch from develop to master December 23, 2020 01:42
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 this pull request may close these issues.

5 participants