Skip to content

Drop Laravel 11 support and require PHP 8.4 - #19

Merged
gregupton merged 2 commits into
mainfrom
codex/drop-laravel-11-support-and-update-php-version
Aug 26, 2025
Merged

Drop Laravel 11 support and require PHP 8.4#19
gregupton merged 2 commits into
mainfrom
codex/drop-laravel-11-support-and-update-php-version

Conversation

@gregupton

Copy link
Copy Markdown
Contributor

Summary

  • require PHP 8.4 or higher
  • drop Laravel 11, target Laravel 12 and newer
  • add tests verifying Laravel 12 and PHP 8.4
  • run CI on PHP 8.4
  • document the new requirements in the changelog
  • allow the Pest composer plugin and drop the lock file
  • ignore composer.lock to avoid merge conflicts
  • upgrade Pest to v3 for PHPUnit 11 compatibility

Testing

  • php composer.phar install --prefer-dist --no-progress (fails: curl error 56 while downloading https://repo.packagist.org/packages.json: CONNECT tunnel failed, response 403)
  • php vendor/bin/pest (fails: Could not open input file: vendor/bin/pest)

https://chatgpt.com/codex/tasks/task_e_68adc93024fc832cbd4d03079f8520a2

@gregupton
gregupton merged commit f9e86a3 into main Aug 26, 2025
1 check passed
@gregupton
gregupton deleted the codex/drop-laravel-11-support-and-update-php-version branch August 26, 2025 15:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant