diff --git a/README.md b/README.md index fda6129..e81cb57 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -# Craft Copy Plugin (RC6) +# Craft Copy Plugin (RC7) This little command line tool helps to speed up common tasks around Craft CMS deployment on [fortrabbit](https://www.fortrabbit.com/). Craft Copy syncs your local development environment with your fortrabbit App — up and down. It conveniently deploys deploys code changes and synchronizes latest images and database entries. This Craft CMS plugin will be installed locally and on the fortrabbit App. @@ -52,7 +52,7 @@ cd your/craft-project # Require Craft Copy via Composer composer config platform --unset -composer require fortrabbit/craft-copy:^1.0.0-RC6 +composer require fortrabbit/craft-copy:^1.0.0-RC7 # Install the plugin with Craft CMS php craft install/plugin copy diff --git a/composer.json b/composer.json index d4794ac..8f654b8 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "fortrabbit/craft-copy", "description": "Tooling for Craft on fortrabbit", "type": "craft-plugin", - "version": "1.0.0-RC6", + "version": "1.0.0-RC7", "keywords": [ "craft", "cms", @@ -27,10 +27,10 @@ "cpliakas/git-wrapper": "^2.0", "craftcms/cms": "^3.0.0", "ostark/yii2-artisan-bridge": "^1.2.0", - "symfony/process": "^4.1", + "symfony/process": "^4.2", "vlucas/phpdotenv": "^2.5.1 | ^3.4.0", - "symfony/yaml": "^4.1", - "fortrabbit/craft-auto-migrate":"^1.2.0" + "symfony/yaml": "^4.2", + "fortrabbit/craft-auto-migrate":"^2.0" }, "require-dev": { "phpstan/phpstan": "^0.10.5",