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

fix: [Autoloader] Composer classmap usage #5850

Merged
merged 8 commits into from
Apr 3, 2022

Commits on Apr 2, 2022

  1. test: fix assertions

    If we use Compoesr autoloader, the path would be like `/vendor/composer/../../app/Controllers/Home.php`.
    kenjis committed Apr 2, 2022
    Configuration menu
    Copy the full SHA
    de7c19c View commit details
    Browse the repository at this point in the history
  2. refactor: extract method

    kenjis committed Apr 2, 2022
    Configuration menu
    Copy the full SHA
    46b3de8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ceb9418 View commit details
    Browse the repository at this point in the history
  4. fix: don't load Composer classmap if $discoverInComposer is false

    Now it always loads and uses Composer classmap if it is available.
    kenjis committed Apr 2, 2022
    Configuration menu
    Copy the full SHA
    954b647 View commit details
    Browse the repository at this point in the history
  5. refactor: extract method

    kenjis committed Apr 2, 2022
    Configuration menu
    Copy the full SHA
    783835e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c179ed0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    577eefe View commit details
    Browse the repository at this point in the history
  8. docs: add changelog

    kenjis committed Apr 2, 2022
    Configuration menu
    Copy the full SHA
    c7e659f View commit details
    Browse the repository at this point in the history