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

Upgrade Laravel 10/11 #87

Open
wants to merge 14 commits into
base: main
Choose a base branch
from
Open

Upgrade Laravel 10/11 #87

wants to merge 14 commits into from

Commits on Aug 3, 2024

  1. feat(phpstan): Update phpstan to max level + use our conventions

    - use our reusable larastrict/conventions package
    
    BC: some expectations now contains correct typehint
    pionl committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    0024028 View commit details
    Browse the repository at this point in the history
  2. Force highest php-parser

    pionl committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    d13b27e View commit details
    Browse the repository at this point in the history
  3. Update

    pionl committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    490e4c5 View commit details
    Browse the repository at this point in the history
  4. Update github actions

    pionl committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    8ee6fef View commit details
    Browse the repository at this point in the history
  5. Try

    pionl committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    c3c05de View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    800dcb2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    aac8a14 View commit details
    Browse the repository at this point in the history
  8. Implement missing values

    pionl committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    a5a329b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9a1846e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    35fa336 View commit details
    Browse the repository at this point in the history
  11. Fix boolean rule

    pionl committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    90382be View commit details
    Browse the repository at this point in the history
  12. fix(ServiceProvider): Do not use EventServiceProvider as base and rep…

    …licate $listen
    
    BREAKING CHANGE: add array to $listen to your service provider
    pionl committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    1d50f4f View commit details
    Browse the repository at this point in the history
  13. Lint fixes + upgrade code

    pionl committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    97db6d8 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    d70ed99 View commit details
    Browse the repository at this point in the history