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

Nextcloud v18 - Not compatible with composer v2 #24202

Closed
anthosz opened this issue Nov 18, 2020 · 2 comments
Closed

Nextcloud v18 - Not compatible with composer v2 #24202

anthosz opened this issue Nov 18, 2020 · 2 comments
Labels
0. Needs triage Pending check for reproducibility or if it fits our roadmap bug

Comments

@anthosz
Copy link

anthosz commented Nov 18, 2020

Steps to reproduce

  1. Install php 7.4 + composer v2
  2. composer install --no-dev -o

Expected behaviour

Generating optimized autoload files OK

Actual behaviour

Class OC_API located in ./lib/private/legacy/api.php does not comply with psr-0 autoloading standard. Skipping. Class OC_App located in ./lib/private/legacy/app.php does not comply with psr-0 autoloading standard. Skipping. Class OC_DB located in ./lib/private/legacy/db.php does not comply with psr-0 autoloading standard. Skipping. Class OC_DB_StatementWrapper located in ./lib/private/legacy/db/statementwrapper.php does not comply with psr-0 autoloading standard. Skipping. Class OC_Defaults located in ./lib/private/legacy/defaults.php does not comply with psr-0 autoloading standard. Skipping. Class OC_EventSource located in ./lib/private/legacy/eventsource.php does not comply with psr-0 autoloading standard. Skipping. Class OC_FileChunking located in ./lib/private/legacy/filechunking.php does not comply with psr-0 autoloading standard. Skipping. Class OC_Files located in ./lib/private/legacy/files.php does not comply with psr-0 autoloading standard. Skipping. Class OC_Helper located in ./lib/private/legacy/helper.php does not comply with psr-0 autoloading standard. Skipping. Class OC_Hook located in ./lib/private/legacy/hook.php does not comply with psr-0 autoloading standard. Skipping. Class OC_Image located in ./lib/private/legacy/image.php does not comply with psr-0 autoloading standard. Skipping. Class OC_JSON located in ./lib/private/legacy/json.php does not comply with psr-0 autoloading standard. Skipping. Class OC_Response located in ./lib/private/legacy/response.php does not comply with psr-0 autoloading standard. Skipping. Class OC_Template located in ./lib/private/legacy/template.php does not comply with psr-0 autoloading standard. Skipping. Class OC_User located in ./lib/private/legacy/user.php does not comply with psr-0 autoloading standard. Skipping. Class OC_Util located in ./lib/private/legacy/util.php does not comply with psr-0 autoloading standard. Skipping.

Server configuration

Operating system: RHEL 7
Web server: Apache 2.4
Database: NC
PHP version: 7.4
Nextcloud version: 18.0.10
Updated from an older Nextcloud/ownCloud or fresh install: Fresh install

@anthosz anthosz added 0. Needs triage Pending check for reproducibility or if it fits our roadmap bug labels Nov 18, 2020
@ChristophWurst
Copy link
Member

composer install --no-dev -o

Why would you need that? Our releases don't require you to do this

@anthosz
Copy link
Author

anthosz commented Dec 22, 2020

To ignore 👍

Indeed, not needed

@anthosz anthosz closed this as completed Dec 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0. Needs triage Pending check for reproducibility or if it fits our roadmap bug
Projects
None yet
Development

No branches or pull requests

2 participants