Ben Croker
Ben Croker
Thank you both for your work on this excellent package! Getting the composer message: ``` Package cpliakas/git-wrapper is abandoned, you should avoid using it. Use symplify/git-wrapper instead. ``` Does that...
Great, thanks @TomasVotruba!
It appears that `symplify/git-wrapper` requires PHP 7.3 and above, whereas my package has to work with PHP 7.2 and above. https://github.com/symplify/git-wrapper/blob/014537930e613525df39f6d17429b9443c91a38a/composer.json#L7 Guess I'm stuck with the abandoned version until I...
Tell me about it! I maintain a plugin (package) for @craftcms which currently has a minimum requirement of PHP 7.2.5, so my hands are tied.
Love the package and the blog post @TomasVotruba! Unfortunately I have to wait for @craftcms to update their PHP requirements, which should be in the next major version.
They do, but I build and distribute plugins (https://github.com/putyourlightson/craft-blitz for example) for Craft which can in theory be installed by people running PHP 7.2, so gotta support it.
Ooh, well that is really interesting, thanks for mentioning it!!
This should be fixed in an update here. Can you show us which classes/files are causing the messages?
That should already be documented in the module's README.md file: https://github.com/nystudio107/generator-craftplugin/blob/master/app/templates/module_api_version_3_0/_README.md#installation
> [Update DDEV](https://github.com/khalwat/ddev/blob/feature/craftcms-project-type/pkg/ddevapp/craftcms.go#L125-L143) so CRAFT_WEB_URL is automatically set Would it make sense to try to squeeze this into DDEV before the new `craftcms` project type is released, and if so...