Skip to content

Set minimum-stability to stable#375

Merged
vinicius73 merged 6 commits into
artesaos:masterfrom
1stevengrant:fix/minimum-stability
Mar 28, 2026
Merged

Set minimum-stability to stable#375
vinicius73 merged 6 commits into
artesaos:masterfrom
1stevengrant:fix/minimum-stability

Conversation

@1stevengrant
Copy link
Copy Markdown
Contributor

Summary

  • Changes minimum-stability from "dev" to "stable" in composer.json
  • Removes the now redundant prefer-stable: true option
  • Fixes the package showing as unstable/beta on Packagist

All dependencies already use stable version constraints, so "dev" stability was unnecessary and caused Packagist to flag the package as unstable.

1stevengrant and others added 6 commits March 19, 2026 09:25
Laravel 13 requires PHP ^8.3, so the PHP 8.2 + Laravel 13
combination fails composer dependency resolution.
The package had minimum-stability set to "dev" which causes Packagist
to display it as unstable. Since all dependencies use stable version
constraints, this should be "stable".
@vinicius73 vinicius73 merged commit c92d09f into artesaos:master Mar 28, 2026
17 checks passed
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.

3 participants