Skip to content

Fix modern PHP autoloading - #1

Open
Ak11231 wants to merge 1 commit into
masterfrom
codex/fix-plugin-compatibility-with-modern-php
Open

Fix modern PHP autoloading#1
Ak11231 wants to merge 1 commit into
masterfrom
codex/fix-plugin-compatibility-with-modern-php

Conversation

@Ak11231

@Ak11231 Ak11231 commented Jun 4, 2025

Copy link
Copy Markdown
Owner

Summary

  • load the default Composer autoloader
  • require PHP 7.4+
  • update dev dependencies for PHPUnit 9

Testing

  • php -l wp-github-sync.php
  • find lib -name '*.php' -print0 | xargs -0 -n1 php -l
  • composer test (fails: Error in bootstrap script)

https://chatgpt.com/codex/tasks/task_e_68402a57bef88330b5f82c013c7468f1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant