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

run as composer dependency issue #17

Open
code2prog opened this issue Feb 26, 2021 · 1 comment
Open

run as composer dependency issue #17

code2prog opened this issue Feb 26, 2021 · 1 comment
Labels
bug Something isn't working

Comments

@code2prog
Copy link

vendor/marcocesarato/amwscan/src/Scanner.php:891
syntax error, unexpected token "::", expecting "("

PHP 7.4.15

@marcocesarato marcocesarato added the bug Something isn't working label Feb 26, 2021
@marcocesarato
Copy link
Owner

marcocesarato commented Feb 26, 2021

Hi,
I tried and probably the version associated to the version on packagist/composer is compromised so I will try to fix it.
At the moment as temporary fix you can use this on your composer.json:

{
    "require": {
        "marcocesarato/amwscan": "dev-master"
    }
}

and run

composer install --no-cache

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants