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

Upgraded composer deps #3328

Merged
merged 1 commit into from
Nov 14, 2018
Merged

Upgraded composer deps #3328

merged 1 commit into from
Nov 14, 2018

Conversation

GrahamCampbell
Copy link
Contributor

No description provided.

@GrahamCampbell GrahamCampbell added this to the V2.4.0 milestone Nov 14, 2018
@@ -98,6 +104,9 @@
]
},
"config": {
"platform": {
"php": "7.1.3"
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This ensures that all dependencies are compatible with php 7.1.3, and not just the current system platform when generating the lock file.

@@ -24,47 +24,53 @@
"email": "[email protected]"
}
],
"replace": {
"paragonie/random_compat": "*",
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Since Cachet requires PHP 7.1, we can prevent the installation of this package by saying we "replace" it. Similar for the mbstring polyfill, since we require the actual extension.

@GrahamCampbell GrahamCampbell merged commit ccb2378 into 2.4 Nov 14, 2018
@GrahamCampbell GrahamCampbell deleted the deps branch May 22, 2019 13:08
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.

None yet

1 participant