From 83fb7216e4d116cf92c8dc8b0142d668205530d2 Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Wed, 21 Jun 2023 10:41:40 +0200 Subject: [PATCH 1/1] --- README.rst | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 README.rst diff --git a/README.rst b/README.rst new file mode 100644 index 0000000..9cab521 --- /dev/null +++ b/README.rst @@ -0,0 +1,27 @@ +After running ``composer install`` two extensions had been removed from ``PackageStates.php``: ``simulatebe`` and ``fe_change_pwd``. + + > typo3cms install:generatepackagestates + The following extensions have been added to the generated PackageStates.php file: core, scheduler, extbase, fluid, frontend, fluid_styled_content, install, info, linkvalidator, reports, redirects, recordlist, backend, recycler, belog, beuser, extensionmanager, felogin, filelist, lowlevel, rte_ckeditor, seo, sys_note, t3editor, tstemplate, viewpage, addons_em, static_info_tables, static_info_tables_de, flux, vhs, ce_timeline, func, masi, pxa_lpeh, sentry_client, t3adminer, typo3db_legacy + +``composer list`` said both were installed. + +The folder of those extensions were nearly empty, and I had to reinstall them: + + $ composer2 reinstall derhansen/fe_change_pwd + Gathering patches for root package. + - Removing derhansen/fe_change_pwd (2.0.4) + - Downloading derhansen/fe_change_pwd (2.0.4) + Gathering patches for root package. + Gathering patches for dependencies. This might take a minute. + - Installing derhansen/fe_change_pwd (2.0.4): Extracting archive + + $ composer2 reinstall cabag/simulatebe + Gathering patches for root package. + - Removing cabag/simulatebe (10.4.0) + - Downloading cabag/simulatebe (10.4.0) + Gathering patches for root package. + Gathering patches for dependencies. This might take a minute. + - Installing cabag/simulatebe (10.4.0): Extracting archive + + $ composer2 install + .. correct package states were generated \ No newline at end of file -- 2.30.2