zfcampus / zf-doctrine-querybuilder

Doctrine Query Builder request Filters
BSD 3-Clause "New" or "Revised" License
32 stars 19 forks source link

Packagist sync #54

Closed thomasvargiu closed 5 years ago

thomasvargiu commented 5 years ago

I think the repo settings are not updated to sync it with packagist. A tag was created 20 minutes ago and it's not available yet on packagist.

michalbundyra commented 5 years ago

@thomasvargiu I can't do anything with it. We have to wait for @weierophinney / @ezimuel to fix the configuration.

Meanwhile you can add the following part into your composer.json:

    "repositories": [
        {
            "type": "git",
            "url": "https://github.com/zfcampus/zf-doctrine-querybuilder.git"
        }
    ]

and try your application with DoctrineModule v2.1 ! :)

weierophinney commented 5 years ago

Resolved now; I evidently never made the user associated with our Packagist account an owner on the zfcampus organization, so the migration to a webhook never occurred. Resolved now!