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

Can't be installed for Symfony 3.4 #10

Open
eved42 opened this issue Apr 18, 2019 · 4 comments
Open

Can't be installed for Symfony 3.4 #10

eved42 opened this issue Apr 18, 2019 · 4 comments

Comments

@eved42
Copy link

eved42 commented Apr 18, 2019

Hi,

your bundle can't be installed for a Symfony 3.4 project, here is the error :
spomky-labs/base64url v2.0.1 requires php ^7.1 -> your PHP version (5.6.16) does not satisfy that requirement

Is it possible to change your spomky library ?

@eightyknots
Copy link
Owner

Do you have a composer.lock file to share? This package doesn't require that library.

@eved42
Copy link
Author

eved42 commented Apr 30, 2019

You're right, I tried to install 5 different bundles for using PHPOffice PhpSpreadsheet library and I always had this error, I thought it was a requirement of PHPOffice...

It seems that a bundle I installed for web tokens requires spomky-labs, but this bundle works perfectly in my project, I didn't have an error the day I installed it...

{
            "name": "web-token/jwt-core",
            "version": "v1.2.3",
            "source": {
                "type": "git",
                "url": "https://github.com/web-token/jwt-core.git",
                "reference": "c134cc93eae28f39aa95ccddcb5b024e77a7c039"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/web-token/jwt-core/zipball/c134cc93eae28f39aa95ccddcb5b024e77a7c039",
                "reference": "c134cc93eae28f39aa95ccddcb5b024e77a7c039",
                "shasum": ""
            },
            "require": {
                "ext-gmp": "*",
                "ext-mbstring": "*",
                "fgrosse/phpasn1": "^2.0",
                "php": "^7.1",
                "spomky-labs/base64url": "^1.0|^2.0"
            },
            "conflict": {
                "spomky-labs/jose": "*"
            },

How can I override this error in order to install your bundle ?

Thank you for your help.

@Dr-Ash
Copy link

Dr-Ash commented May 30, 2019

@eved42 You still have that problem ?

@AyubTouba
Copy link

AyubTouba commented Sep 29, 2020

Hi,
I've installed the bundle even it requires PHP version > 7.0, but it's doesn't work, we should have at least 7.1 version.
@yectep please update the requirements ^^.

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

4 participants