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

Version 1.0.2 is not published in packagist #44

Open
AnowarCST opened this issue Apr 7, 2020 · 8 comments
Open

Version 1.0.2 is not published in packagist #44

AnowarCST opened this issue Apr 7, 2020 · 8 comments

Comments

@AnowarCST
Copy link

The latest version 1.0.2 is not yet published in packagist.org. So by default, it's still installing the old (1.0.1) version.

Can you please check this?

@kitsunesensei
Copy link

kitsunesensei commented Apr 24, 2020

The composer.json version hasn't been bumped either with the last release.

https://github.com/endclothing/prometheus_client_php/blob/v1.0.2/composer.json

@mentos1386
Copy link

@NoelDavies Can 1.0.2 get published or 1.0.3? We would need #17 to use with push gateway.

@NoelDavies
Copy link

Sorry @mentos1386 I no longer work at EndClothing.

@mentos1386
Copy link

@NoelDavies sorry to hear that. What dose that mean in regards to ownership of this package? Is there another maintainer?

@NoelDavies
Copy link

The other devs at the company should be overseeing this project now.

@jnatherley
Copy link

Any update here?

@NoelDavies
Copy link

@jnatherley - I wish I could answer. The guys at END. are passionate about this, but keep in mind that COVID is currently a massive factor for all companies (and each one of us in the world :P). Their priorities may be aligned elsewhere out of necessity, which is very much understandable.

I'm sure @dushaun could give you an update on this, but be patient, as I said - COVID is affecting us all :)

Hope you're doing well through this all though! :)

@mrceperka
Copy link

mrceperka commented Sep 4, 2020

Quick "fix" that worked for me:

Add this to composer.json, repositories section.

{
	"type": "package",
	"package": {
		"name": "endclothing/prometheus_client_php",
		"version": "1.0.3",
		"source": {
			"url": "https://github.com/endclothing/prometheus_client_php",
			"type": "git",
			"reference": "b0931c73f9204c8e75259f13184d4350f3e0868a"
		}
	}
}

Add this to composer.json, autoload, psr-4 section.

"Prometheus\\": "vendor/endclothing/prometheus_client_php/src/Prometheus"

And just do composer require endclothing/prometheus_client_php

Note: "reference" points to last commit in master right now.

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

No branches or pull requests

6 participants