Skip to content

Add new --require param to create-project to add new packages to the project as it gets installed#12738

Merged
Seldaek merged 6 commits into
composer:mainfrom
discollizard:create-project-require-packages
Mar 20, 2026
Merged

Add new --require param to create-project to add new packages to the project as it gets installed#12738
Seldaek merged 6 commits into
composer:mainfrom
discollizard:create-project-require-packages

Conversation

@discollizard
Copy link
Copy Markdown
Contributor

This PR concerns the following issue: #12370

@discollizard discollizard marked this pull request as ready for review February 16, 2026 00:36
$input->getArgument('directory'),
$input->getArgument('version'),
$input->getOption('stability'),
$input->getOption('require'),
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add this new arg to the end to avoid any BC breaks

@Seldaek Seldaek added this to the 2.10 milestone Mar 4, 2026
@Seldaek Seldaek changed the title command docs + param parsing Add new --require param to create-project to add new packages to the project as it gets installed Mar 20, 2026
@Seldaek Seldaek merged commit 7d426a5 into composer:main Mar 20, 2026
21 checks passed
@Seldaek
Copy link
Copy Markdown
Member

Seldaek commented Mar 20, 2026

Thanks!

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.

2 participants