Skip to content
This repository has been archived by the owner on Jan 21, 2020. It is now read-only.

Fix for PSR4 Composer warning #262

Closed
wants to merge 4 commits into from
Closed

Fix for PSR4 Composer warning #262

wants to merge 4 commits into from

Conversation

kokspflanze
Copy link
Contributor

@kokspflanze kokspflanze commented Dec 16, 2019

Error form composer after the autoload generation

Deprecation Notice: Class ZendDeveloperTools\MatchInterface located in ./vendor/zendframework/zend-developer-tools/src/Match/MatchInterface.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v1.11+. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:185
Deprecation Notice: Class ZendDeveloperTools\Controller\IndexController located in ./vendor/zendframework/zend-developer-tools/src/Controller/DeveloperToolsController.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v1.11+. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:185

run curl -LO https://getcomposer.org/composer.phar && php composer.phar install -o to get this error

the message will be only display on the latest version, not on the stable released version.

  • Is this related to documentation?
    dont think so

@weierophinney
Copy link
Member

I rebased this against the develop branch as it includes file renames (even though classes are not renamed). I also changed the test file related to the ConfigCollector to reflect that name. WIll go out with a new minor release shortly.

Thanks @kokspflanze !

@kokspflanze kokspflanze deleted the missing-spelling branch December 26, 2019 22:02
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants