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

[5.x] Laravel 11 #9434

Merged
merged 47 commits into from
Mar 6, 2024
Merged

[5.x] Laravel 11 #9434

merged 47 commits into from
Mar 6, 2024

Conversation

jasonvarga
Copy link
Member

@jasonvarga jasonvarga commented Jan 31, 2024

This PR adds support for Laravel 11 to Statamic 5.

  • Support Laravel 11
  • Drop support for Laravel 9
  • Modernize a handful of dependencies:
    • Drop support for composer/composer 1
    • Drop support for league/glide 1
    • Drop support for rebing/graphql-laravel 6 and 8, bump to 9
    • Drop support for symfony/lock 5, bump to 6
    • Drop support for symfony/var-exporter 4 and 5
    • Drop support for symfony/yaml 4 and 5, add support for 7
    • Drop support for voku/portable-ascii 1
  • Drop support for seed parameter in the shuffle modifier.

To try out Laravel 11 before it's officially released, you'll need to make sure your composer.json has

"prefer-stable": true,
"minimum-stability": "dev"

Todos:

@jasonvarga jasonvarga mentioned this pull request Feb 14, 2024
composer.json Outdated Show resolved Hide resolved
# Conflicts:
#	tests/TestCase.php
@jasonvarga jasonvarga changed the base branch from 4.x to master March 5, 2024 16:21
@jasonvarga jasonvarga changed the title [4.x] Laravel 11 [5.x] Laravel 11 Mar 5, 2024
@jasonvarga jasonvarga marked this pull request as ready for review March 6, 2024 21:29
@jasonvarga jasonvarga merged commit dae2639 into master Mar 6, 2024
31 checks passed
@jasonvarga jasonvarga deleted the laravel-11 branch March 6, 2024 21:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants