Hi, I am still trying to wrap my head around typo3 and I don’t really understand the purpose of the Site package. It seems like it just packages up stuff that is already in the site and that I can edit anyway. I don’t understand its place, function, etc.
Also, I tried to create a site package using the builder for my new install of the introduction package, downloaded it and ran composer require. At first it could not find my package, then I figured out I needed to use the name in the package composer.json in the composer require command instead of the folder name. Ok, but now I get this:
composer require bubkis-inc/trial-site-package
In PackageDiscoveryTrait.php line 339:
Could not find a version of package bubkis-inc/trial-site-package matching your minimum-stabi
lity (stable). Require it with an explicit version constraint allowing its desired stability.
Thank you