docs: require 1.0 beta constraint in install commands - #88
Merged
Conversation
Bare `composer require eminiarts/aura-cms` resolves to stable 0.2.x under default Composer stability, which does not match the README PHP 8.4 / Laravel 12|13 / Livewire 4 matrix. Co-authored-by: Cursor <cursoragent@cursor.com>
bajramemini
force-pushed
the
docs/support-matrix-84-12
branch
from
August 21, 2026 08:12
844ff16 to
9c41d8e
Compare
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.
Why
Packagist latest is
v1.0.0-beta.4, and the README support matrix matches that release (PHP ^8.4, Laravel^12|^13, Livewire^4). Under default Composer stability, barecomposer require eminiarts/aura-cmsstill resolves to^0.2.0, so new installs miss the documented matrix.Scope
README.mdinstall command and a one-line beta notedocs/installation.mdanddocs/troubleshooting.mdrequire lines updated toeminiarts/aura-cms:^1.0@betaOut of scope: tagging, Packagist publish, stable 1.0 release.
Blast Radius
Docs only. Installers who copy the old command keep getting
0.2.xuntil this lands.Verification
curlPackagistp2/eminiarts/aura-cms.json: latestv1.0.0-beta.4composer require eminiarts/aura-cms --dry-run→Using version ^0.2.0composer require eminiarts/aura-cms:^1.0@beta --dry-run→ locksv1.0.0-beta.4composer.jsonrequire: match (pass after this install-command fix)Explicit: this unit does not tag and does not publish.
Made with Cursor