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

Support Laravel 10 (drop Laravel versions below v9.48) #287

Merged
merged 20 commits into from
Feb 1, 2023

Commits on Jan 22, 2023

  1. Configuration menu
    Copy the full SHA
    7d6282d View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2023

  1. Allow laravel-ide-helper dev-master installation

    it blocked Laravel 10 installation
    alies-dev committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    cd70eeb View commit details
    Browse the repository at this point in the history
  2. Improve testing matrix

    `--prefer-lowest --prefer-stable` should be used together, that's why it's added by default. Double `--prefer-stable` should not be an issue
    alies-dev committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    d8cdc98 View commit details
    Browse the repository at this point in the history
  3. Merge branch '3.x' into l10

    # Conflicts:
    #	.github/workflows/test.yml
    alies-dev committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    da033e0 View commit details
    Browse the repository at this point in the history
  4. Merge branch '3.x' into l10

    # Conflicts:
    #	tests/laravel-test.sh
    alies-dev committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    0d8331c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    368f027 View commit details
    Browse the repository at this point in the history
  6. Cleanup testing module

    alies-dev committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    805299e View commit details
    Browse the repository at this point in the history
  7. Merge branch '3.x' into l10

    alies-dev committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    d2b271b View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2023

  1. Configuration menu
    Copy the full SHA
    c882a7c View commit details
    Browse the repository at this point in the history
  2. Allow Psalm 4

    alies-dev committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    05c5753 View commit details
    Browse the repository at this point in the history
  3. Fix composer.json to support Laravel 10, remove orchestra/testbench

    orchestra/testbench was not used
    alies-dev committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    7f507d9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    92f357b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    43572c3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0614843 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    787c573 View commit details
    Browse the repository at this point in the history
  8. Fix The "-p" option does not exist. issue

    Run composer update --with='laravel/framework:^9.0' --no-interaction --no-progress -prefer-dist --prefer-stable --prefer-lowest
      composer update --with='laravel/framework:^9.0' --no-interaction --no-progress -prefer-dist --prefer-stable --prefer-lowest
      shell: /usr/bin/bash -e {0}
      env:
        COMPOSER_PROCESS_TIMEOUT: 0
        COMPOSER_NO_INTERACTION: 1
        COMPOSER_NO_AUDIT: 1
    Error: The "-p" option does not exist.
    
      The "-p" option does not exist.
    alies-dev committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    e697a02 View commit details
    Browse the repository at this point in the history
  9. Fix testing matrix exclude

    alies-dev committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    29ffdb6 View commit details
    Browse the repository at this point in the history
  10. Fix testing matrix exclude

    alies-dev committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    7d6af0b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a5a7a22 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2023

  1. Configuration menu
    Copy the full SHA
    45bc4ca View commit details
    Browse the repository at this point in the history