markhuot / craft-pest

https://craft-pest.com
Other
38 stars 11 forks source link

Version 2, Pest 2 #98

Open markhuot opened 1 year ago

bencroker commented 1 year ago

Rooting for some progress on this since Craft 4.5.0 loosened its composer requirements 🚀

markhuot commented 1 year ago

Passing tests! Need to get docs generating and then this'll be ready to merge.

FYI, this will break markhuot/craft-pest in to two repos:

Moving forward you should be able to require --dev markhuot/craft-pest-core if you want the Pest integration without the Plugin side of things. The --core repo is implemented as a Yii2 extension.

bencroker commented 1 year ago

Amazing work!! I’d be happy to contribute to docs if that would be helpful.

aaronbushnell commented 11 months ago

Hey @markhuot — is this version safe to use if I'm upgrading a Craft 3 site to Craft 4.5+? Wanted to pull this in but wasn't sure how close to release you were!

markhuot commented 11 months ago

Yup, should work on Craft 4.5+ now. You can either target markhuot/craft-pest dev-v2 or if you don't want to enable the plugin just composer require --dev markhuot/craft-pest-core and that should work via a yii2 extension on your local install only.

Oh, regarding timing… I've got some competing priorities right now. I think it's close to RC though, I just don't have time to button it up for a release right now.