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

Invalid psr-0 entry in composer.json #1

Open
rquadling opened this issue Apr 11, 2019 · 0 comments
Open

Invalid psr-0 entry in composer.json #1

rquadling opened this issue Apr 11, 2019 · 0 comments

Comments

@rquadling
Copy link
Member

As this package does not include the scpService library, indicating the location in this package would seem to be incorrect.
https://github.com/digitickets/omnipay-digitickets-voucher/blob/master/composer.json#L24

As a consequence, composer will attempt to locate the scpService in an invalid directory, as shown in this snippet of a dump of the autoloader instance ...

    [prefixesPsr0:Composer\Autoload\ClassLoader:private] => Array
        (
            [s] => Array
                (
                    [scpService] => Array
                        (
                            [0] => /var/www/app/vendor/composer/../digitickets/omnipay-digitickets-voucher/lib
                            [1] => /var/www/app/vendor/composer/../digitickets/omnipay-pay360/lib
                        )

                )

Entry [0] does not exist.

The required package already correctly identifies the location of the service.

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

1 participant