P
P
Phizio2015-09-25 19:53:32
GitHub
Phizio, 2015-09-25 19:53:32

Packagist doesn't pick up fresh versions from github, why?

I have 2 branches in my repository
https://github.com/phizio/phix
- master and develop-local , now the main branch is the second one.
The first release (v1.0) was instantly picked up by Packagist, and within all my projects, the core from the repository
was perfectly picked up by the composer.
However, after upgrading the kernel and releasing version v1.1 inside the repository at https://packagist.org/packages/phizio/phix , nothing goes away, version v1.0
Webhooks stubbornly hangs in my repository for Packagist, the key is registered .
I tried to delete a version, a branch inside Packagist, Update performed several times, it didn’t help ..
Is something cached somewhere?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
P
Phizio, 2015-09-26
@Phyzio

The problem was in composer.json, the old version hung inside

{
    "name": "phizio/phix",
    "version": "1.1.0",
 
}

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question