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

Replace abandoned Jimdo/prometheus_client_php dependency #15

Closed
wants to merge 1 commit into from
Closed

Conversation

adi64
Copy link

@adi64 adi64 commented Mar 27, 2020

From the issue #11:

https://github.com/Jimdo/prometheus_client_php is archived and no longer maintained.
They didn't add the abandoned value in composer.json, so there's no link to it from there, but they linked to this repository in the readme: https://github.com/endclothing/prometheus_client_php .

This changes the dependency accordingly.

This will bump the required minimum PHP Version to 7.1.

Closes #11

@Satariall
Copy link

@bradsuperbalist please make an attention to this PR. The jimdo/prometheus_client_php package marked as abandoned from now and this blocking install laravel-prometheus-exporter library.

@FutureMatt
Copy link

FutureMatt commented Jun 5, 2020

https://github.com/endclothing/prometheus_client_php has a minimum requirement of PHP 7.2, in order for this to work the minimum requirement for PHP in composer.json needs to be bumped to ^7.2 at least. Also the .travis.yml file will need to be updated to remove the 5.6, 7.0 and 7.1 versions in order for the tests to pass.

@adi64
Copy link
Author

adi64 commented Jul 1, 2021

Closing this in favor of #22. Sorry I neglected this MR.

@adi64 adi64 closed this Jul 1, 2021
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.

Change dependency to prometheus_client_php
3 participants