Skip to content
MAMP PRO Documentation

Remove Package(s)

MAMP PRO lets you remove Composer packages from a site through its interface.

MAMP PRO - Composer - Remove Packages

  1. Open the Menu: Select Site → Composer → Remove Package(s) from the top menu.

  2. Select Packages to Remove: A dialog opens listing all installed Composer packages for the selected site. You can select one or more packages from the list.

  3. Optional: Dry Run: Enable the checkbox “Dry run” to simulate the removal process. This allows you to verify what changes would be made without modifying any files.

  4. Remove Packages: Click Remove to uninstall the selected package(s). Composer removes the package in the background and updates the composer.json and composer.lock files.

After removal, the package(s) no longer appear in the site’s Composer configuration and are no longer available in the project.