Closed CreateSean closed 2 years ago
@CreateSean While Freeform is in beta, you'll likely need to specify the version specifically when running that command:
composer require solspace/craft-freeform:4.0.0-beta.12 && php craft plugin/install freeform
You can also update your composer.json
file and run composer update
instead:
"require": {
"craftcms/cms": "^4.0.0",
"vlucas/phpdotenv": "^5.4.0",
"solspace/craft-freeform": "^4.0.0-beta.1"
},
Describe the bug or issue you're experiencing
Steps to reproduce
composer require solspace/craft-freeform && php craft plugin/install freeform
My composer.json file has the following:
"craftcms/cms": "^4.0.0",
Expected behavior it installs as expected
However installing via the CP works.
Craft & Plugin Info (please complete the following information):
Additional context