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

Support for PHP composer.json #19

Open
AlexOstrovsky opened this issue Nov 4, 2023 · 3 comments
Open

Support for PHP composer.json #19

AlexOstrovsky opened this issue Nov 4, 2023 · 3 comments

Comments

@AlexOstrovsky
Copy link

Currently, the project supports the javascript package.json, it would be highly beneficial to extend this functionality to include support for PHP composer.json https://getcomposer.org. Composer file contains PHP version and also extensions that can be installed via e.g. pecl.

@mxcl
Copy link
Member

mxcl commented Nov 4, 2023

If you dump an example here I'll whip it up today

@AlexOstrovsky
Copy link
Author

AlexOstrovsky commented Nov 4, 2023

Sure @mxcl here is en example composer.json:

{
    "license": "proprietary",
    "type": "project",
    "require": {
        "php": "^8.2",
        "ext-rdkafka": "*",
        "ext-mongodb": "^1.5",
        "ext-amqp": "^1.9.3|^2.0.0"
    }
}

@AlexOstrovsky
Copy link
Author

@mxcl any update on this?

@mxcl mxcl transferred this issue from pkgxdev/pkgx Jan 15, 2025
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