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

Platform packages support #101

Open
ClemensSahs opened this issue Apr 2, 2014 · 3 comments
Open

Platform packages support #101

ClemensSahs opened this issue Apr 2, 2014 · 3 comments

Comments

@ClemensSahs
Copy link

Will it be possible to add the Platform packages to the dependencies manger?

{
    "name" : "myProject",
    "require": {
        "php" : ">=5.4.0",
        "lib-curl" : "~xxxx"
    }
}

best regards

Clemens

@gossi
Copy link
Collaborator

gossi commented May 17, 2014

I love this idea and also thought about adding it. However, we need something virtually as a search reference. Like for all packages we query packagist. The easiest way would be to maintain a public satis repository which holds all the records. This would also imply, that it would itself update, when new (php, library) versions are released. If there is something to query, I'd be happy to use it. Maybe I'm thinking to complicated and there is a too obvious simple solution I don't see?

Help is appreciated - thanks.

@ClemensSahs
Copy link
Author

currently I don't have a overview from that code, I only found the deprecated constant defined, but not a url like that. And not enough time to scan the full code, sorry.
If you give a reference to the currently search line I will be possible I can give you some help.

@gossi
Copy link
Collaborator

gossi commented May 22, 2014

It is less about the code that searches for it, rather than the source which can be queried, that is needed to make that functionality possible.

PS. Search is handled in pulse00/Composer-Java-Bindings

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

2 participants