Skip to main content

package-compatibility

Use this skill when reviewing Laravel package compatibility across composer constraints, PHP versions, Laravel versions, Testbench versions, dependency stability lanes, Windows CI, or matrix-sensitive code and workflow changes.

설치로 이동

소스 정보

저장소
WendellAdriel/laravel-expressive
최근 소스 활동
2026년 4월 29일 12:47
감지된 SKILL.md 언어
영어
스타
72
포크
1

설치 방법

기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.

소스 파일 검토

설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.

SKILL.md 표시 중

SKILL.md
소스 지침 · 읽기 전용 미리보기
name
package-compatibility
description
Use this skill when reviewing Laravel package compatibility across composer constraints, PHP versions, Laravel versions, Testbench versions, dependency stability lanes, Windows CI, or matrix-sensitive code and workflow changes.
license
MIT
metadata
{"author":"laravel"}
# Package Compatibility ## Primary Goal Keep package code, dependencies, and workflows compatible with the supported Laravel 12/13 and PHP 8.3+ matrix. ## Workflow 1. Read `composer.json` first to determine PHP, Laravel, and Testbench constraints. 2. Check changed code against Laravel 12/13 APIs and PHP 8.3+ syntax before adopting newer framework or language features. 3. Review `.github/workflows/tests.yml` for dependency stability lanes, prefer-lowest coverage, prefer-stable coverage, and Windows concerns. 4. When changing dependencies, confirm constraints still allow the intended Laravel and Testbench versions. 5. Validate with the smallest local command available, then rely on CI for full OS and dependency matrix coverage. ## References - `composer.json` - `.github/workflows/tests.yml` - `phpstan.neon.dist` - `tests/` - `workbench/` ## Examples - Review a new Laravel API call by checking whether it exists in Laravel 12 and Laravel 13 before merging it into shared package code. - Review a dependency bump by checking Composer constraints, Testbench constraints, prefer-lowest behavior, and Windows path assumptions. ## Anti-Patterns - Assuming the latest local dependency version represents the whole support matrix. - Adding PHP syntax or Laravel APIs that exceed `composer.json` constraints. - Ignoring Windows path separators, executable assumptions, or shell-only syntax in tests and workflows. - Removing dependency stability lanes because they are slower than a single happy path.
GitHub에서 보기