Skip to content

docs: require 1.0 beta constraint in install commands - #88

Merged
bajramemini merged 1 commit into
mainfrom
docs/support-matrix-84-12
Aug 21, 2026
Merged

docs: require 1.0 beta constraint in install commands#88
bajramemini merged 1 commit into
mainfrom
docs/support-matrix-84-12

Conversation

@bajramemini

Copy link
Copy Markdown
Contributor

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, bare composer require eminiarts/aura-cms still resolves to ^0.2.0, so new installs miss the documented matrix.

Scope

  • README.md install command and a one-line beta note
  • docs/installation.md and docs/troubleshooting.md require lines updated to eminiarts/aura-cms:^1.0@beta

Out of scope: tagging, Packagist publish, stable 1.0 release.

Blast Radius

Docs only. Installers who copy the old command keep getting 0.2.x until this lands.

Verification

  • curl Packagist p2/eminiarts/aura-cms.json: latest v1.0.0-beta.4
  • composer require eminiarts/aura-cms --dry-runUsing version ^0.2.0
  • composer require eminiarts/aura-cms:^1.0@beta --dry-run → locks v1.0.0-beta.4
  • README Requirements vs composer.json require: match (pass after this install-command fix)

Explicit: this unit does not tag and does not publish.

Made with Cursor

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
bajramemini force-pushed the docs/support-matrix-84-12 branch from 844ff16 to 9c41d8e Compare August 21, 2026 08:12
@bajramemini
bajramemini merged commit d31e369 into main Aug 21, 2026
20 checks passed
@bajramemini
bajramemini deleted the docs/support-matrix-84-12 branch August 21, 2026 08:12
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.

1 participant