Support Laravel 12.60+/13.10+ only, drop EOL Laravel 11 - #68
Closed
victore13 wants to merge 1 commit into
Closed
Conversation
Modernises the supported framework range: - Drop Laravel 11: security support ended 2026-03-12, so the package no longer targets an EOL framework. Breaking change -> next major. - Pin CRLF-injection-patched versions (GHSA-5vg9-5847-vvmq): floors raised to 12.60 and 13.10, which exclude every affected release. - Add Laravel 13 support: orchestra/testbench ^11 and the Pest 4 ecosystem (pest, pest-plugin-arch, pest-plugin-laravel) which is the first line to support Laravel 13. - CI matrix now covers Laravel 12 (testbench 10) and Laravel 13 (testbench 11) on PHP 8.3 and 8.4; Laravel 11 rows removed. - README: supported version note updated to "Laravel 12+". Full test suite (151 tests) passes on Laravel 13; composer audit clean. Changelog: changed Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
victore13
requested review from
eguiluz and
soymgomez
and removed request for
soymgomez
July 15, 2026 08:35
eguiluz
approved these changes
Jul 15, 2026
This was referenced Jul 15, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Qué hace
Moderniza el rango de versiones de Laravel soportadas por Atlas.
🔒 Seguridad
^12.60y^13.10, que excluyen todas las versiones afectadas por GHSA-5vg9-5847-vvmq (CRLF injection en la regla de email por defecto). Resuelve la alerta de Dependabot sobrecomposer.json.➕ Añadido
orchestra/testbench ^11y el ecosistema Pest 4 (pest,pest-plugin-arch,pest-plugin-laravel), primera línea compatible con L13.➖ Eliminado (breaking)
Constraints resultantes
Impacto
Verificación
composer auditlimpio.composer validateOK.