Skip to content
This repository has been archived by the owner on Nov 13, 2021. It is now read-only.

Treolabs/pim gone from packagist #261

Open
mint-jar opened this issue Oct 23, 2019 · 5 comments
Open

Treolabs/pim gone from packagist #261

mint-jar opened this issue Oct 23, 2019 · 5 comments

Comments

@mint-jar
Copy link

Hey guys,

I want to try out treopim to see if we can host it ourselves.

It seems that treolabs/pim is not on packagists anymore.

When I run

composer require --no-update treolabs/pim:* && composer update --no-dev

I get the following error:

no matches found: treolabs/pim:*

Did I miss something?

Kind regards,

Martijn van de Beek

@r-zablodskiy
Copy link
Contributor

Hello @mint-jar. We checked this and not found any problems. Try run command again. If nothing has changed send us your composer.json.

@mint-jar
Copy link
Author

{
    "name": "treolabs/skeleton",
    "description": "Skeleton for Treo project",
    "homepage": "https://treolabs.com",
    "license": "GPL-3.0-only",
    "authors": [
        {
            "name": "Roman Ratsun",
            "email": "[email protected]"
        }
    ],
    "minimum-stability": "stable",
    "require": {
        "treolabs/treocore": "^3.20.10",
        "treolabs/multi-languages": "*"
    },
    "require-dev": {
        "phpunit/phpunit": "^7",
        "squizlabs/php_codesniffer": "*"
    },
    "scripts": {
        "post-update-cmd": "Treo\\Composer\\Cmd::postUpdate"
    },
    "repositories": [
        {
            "type": "composer",
            "url": "https://packagist.treopim.com/packages.json?id=public"
        },
        {
            "type": "composer",
            "url": "https://packagist.treopim.com/packages.json?id=dbb92485dc5bc892ec099"
        }
    ]
}

I tried the command again. No success.

@mint-jar
Copy link
Author

When I go to https://packagist.org/packages/treolabs/ I also see no pim package.

@mint-jar
Copy link
Author

mint-jar commented Oct 24, 2019

Looked into it a bit further.

You are using your own packagist for some of the packages

When I remove the star I get it working.

composer require --no-update treolabs/pim && composer update --no-dev

@Jeroen-G
Copy link

The same goes for treolabs/dam, that one is also nowhere to be found :(

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants