Skip to content

chore: require webisters/framework ^2.0 - #16

Merged
HafizMMoaz merged 2 commits into
mainfrom
chore/framework-2.0
Sep 10, 2026
Merged

chore: require webisters/framework ^2.0#16
HafizMMoaz merged 2 commits into
mainfrom
chore/framework-2.0

Conversation

@HafizMMoaz

@HafizMMoaz HafizMMoaz commented Sep 10, 2026

Copy link
Copy Markdown
Member

Two constraint bumps, in the order the dependency chain forced:

  • webisters/framework ^1.0 -> ^2.0. The metapackage released v2.0.0, which requires webisters/cli ^2.0
  • webisters/webisters ^1.0 -> ^2.0. This skeleton also requires the installer, and every 1.x version of it pins framework ^1.0, so the first bump alone could not resolve. The installer released v2.0.0 for exactly this

cli 2.0 returns an int exit code from Console::run() and Console::exec(), fails validation when a typed option is passed without a value, and lets a command claim -h / --help instead of the auto generated help. Nothing here subclasses Console, and Framework\CLI\Commands\Index::showHeader() is unchanged, so no application code needed touching.

The metapackage released v2.0.0, which requires webisters/cli ^2.0.
The installer released v2.0.0, the first version that allows framework
^2.0. Without this the skeleton cannot resolve.
@HafizMMoaz
HafizMMoaz merged commit 33a98b5 into main Sep 10, 2026
0 of 2 checks passed
@HafizMMoaz
HafizMMoaz deleted the chore/framework-2.0 branch September 10, 2026 09:02
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