Skip to content

Commit

Permalink
RC7
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliver Stark committed Sep 27, 2019
1 parent e193892 commit 410681c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit 410681c

Please sign in to comment.