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

Conversation

alies-dev
Copy link
Collaborator

@alies-dev alies-dev commented Jan 23, 2023

This also drops Psalm 4 support (it's very easy to move to Psalm 5, should not be a blocker for developers, but will simplify this package development a lot)

@alies-dev alies-dev self-assigned this Jan 23, 2023
`--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 alies-dev changed the base branch from master to 3.x January 23, 2023 10:24
@alies-dev alies-dev changed the base branch from 3.x to master January 31, 2023 21:06
@alies-dev alies-dev changed the title [3.x] Support Laravel 10 Support Laravel 10 Jan 31, 2023
@alies-dev alies-dev changed the title Support Laravel 10 Support Laravel 10 (drop Laravel versions older 9.48) Jan 31, 2023
@alies-dev alies-dev changed the title Support Laravel 10 (drop Laravel versions older 9.48) Support Laravel 10 (drop Laravel versions lower 9.48) Jan 31, 2023
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 alies-dev marked this pull request as ready for review February 1, 2023 13:10
@alies-dev alies-dev changed the title Support Laravel 10 (drop Laravel versions lower 9.48) Support Laravel 10 (drop Laravel versions below v9.48) Feb 1, 2023
@alies-dev alies-dev added release:minor for PRs only (used by release-drafter) release:feature for PRs only (used by release-drafter) labels Feb 1, 2023
@alies-dev alies-dev merged commit 77c1952 into psalm:master Feb 1, 2023
@alies-dev alies-dev deleted the l10 branch February 1, 2023 13:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release:feature for PRs only (used by release-drafter) release:minor for PRs only (used by release-drafter)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant