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

Add composer.json to allow installing with PIE (PHP Installer for Extensions) #277

Open
JanTvrdik opened this issue Nov 20, 2024 · 1 comment

Comments

@JanTvrdik
Copy link

@NoiseByNorthwest
Copy link
Owner

I'm open to an external contribution, the only thing I can say is that the composer.json should start with:

{
    "name": "NoiseByNorthwest/php-spx",
    "type": "php-ext",
    "license": "GPL-3.0",
    "description": "A simple & straight-to-the-point PHP profiling extension with its built-in web UI",
    "require": {
        "php": ">= 5.4.0"
    },
    "php-ext": {
        "extension-name": "SPX",

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