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

php namespace is case-insensitive but autoload_classmap.php's array key is case-sensitive #2767

Closed
coldwinds opened this issue Feb 27, 2014 · 1 comment

Comments

@coldwinds
Copy link

For example:

$vendorDir . '/novutec/domainparser/Parser.php', ); # $parser = new novutec\domainparser\Parser() will fail.
coldwinds added a commit to coldwinds/TypoSquatting that referenced this issue Feb 27, 2014
…Parser in Typo.php, which will cause autoloading problem in composer, issue: composer/composer#2767
@Seldaek
Copy link
Member

Seldaek commented Feb 27, 2014

As per #1803 this is not going to be supported by Composer, but you will find some workarounds in that issue if fixing your code to be case-sensitive compliant is not an option.

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