TYPO3.CMS.BaseDistribution
TYPO3.CMS.BaseDistribution copied to clipboard
Main composer distribution when using composer create project
https://github.com/TYPO3/TYPO3.CMS.BaseDistribution/blob/v13.0.2/composer.json#L17 → Doctrine DBAL v4.0.0 (stable) has been released → https://github.com/doctrine/dbal/releases/tag/4.0.0
There is no `/public/typo3conf` after creating a project based on this distribution anymore. https://github.com/TYPO3/TYPO3.CMS.BaseDistribution/blob/v12.4.0/.gitignore#L9-L12 v12 moved the files to `/config/system/settings.php` and `/config/system/additional.php` https://docs.typo3.org/m/typo3/reference-coreapi/main/en-us/Configuration/ConfigurationOverview.html#global-files
On a Plesk 11.5.30, when clearing all cache when the session has expired: - it looks like it's working but it actually doesn't - no error message is displayed -...
My composer.json: not using any, setting a php platform version didn't change anything either Output of composer diagnose: Checking platform settings: OK Checking git settings: OK Checking http connectivity to...
Hello, I'm trying to install a fresh version of TYPO3 v11 via the composer, but I keep getting fails all the time: ``` $ composer create-project typo3/cms-base-distribution typo3project Creating a...
The `.gitignore` file contains the following pattern which allows tracking the `LocalConfiguration.php` file in version control: ``` /public/typo3conf/* !/public/typo3conf/LocalConfiguration.php ``` Shouldn't the `LocalConfiguration.php` be excluded from version control though as...
I am new to Typo3 but not to the PHP/CMS world. I followed the documentation and ran `composer create-project typo3/cms-base-distribution typo3` which produced a nice and tidy typo3 10.1.0 site...
### Intro I hope I'm reporting this problem at the proper location. This is Ubuntu 20.04.4, ddev version v1.18.2, Composer version 2.2.6 2022-02-04 17:00:38 ### Task, intention Do a composer...
The platform version string needs three digits, as advised in the Composer docs (https://github.com/composer/composer/issues/7067 & https://getcomposer.org/doc/06-config.md#platform). Streamline the version string with TYPO3 Core, using 7.2.5 in v10 and 7.2.5 in...
Backort of PR #40 to version 9.x, set platform version string with three instead of two digits.