- Issue created by @joseph.olstad
- 🇨🇦Canada danrod Ottawa
I'll plan to do some D10.2 upgrade tests on WxT sometime tomorrow.
- 🇨🇦Canada sylus
I pushed a 5.2.x branch that is passing in CI and did a few tests and seems to look good on a cursory glance.
A good first step. :)
- 🇨🇦Canada joseph.olstad
D10.2.1 seems like a fairly painless upgrade. Most of the discomfort was inserted into D10.1.x in the form of deprecations, going to D10.2.x seems like a very easy thing from what I can see so far as the deprecations were front loaded onto D10.1.x.
- 🇨🇦Canada joseph.olstad
Following the installation guide,
https://drupalwxt.github.io/docs/general/installation/
which says to install 9.5.x, I substitute 10.2.x and my test environment was inadvertantly set to use php 8.1
this results in:
symfony/config v7.0.0 requires php >=8.2 -> your php version (8.1.23) does not satisfy that requirement.
So basically the installation guide needs to be updated:
If you have php 8.2
install 10.2.x
composer create-project drupalwxt/site-wxt:10.2.x-dev <site-name> --no-interaction
if you have php 8.1
install 10.1.x
composer create-project drupalwxt/site-wxt:10.1.x-dev <site-name> --no-interaction
https://drupalwxt.github.io/docs/general/installation/There's some other references about a tarball in the installation instructions, I think that can be dropped.
Also, it's a bit confusing for n00bs that 10.2.x gives us 5.2.x
Perhaps a note in the installation instructions about which version gives which version of wxt and drupal core - Status changed to Fixed
11 months ago 11:04pm 18 January 2024 - 🇨🇦Canada sylus
Ok I released a 5.2.0 its not perfect but I want to get the ball rolling and as we find bugs I can try to make sure I'm as quick as possible to release.
Automatically closed - issue fixed for 2 weeks with no activity.