Skip to content

Commit

Permalink
minor #267 Update installation guides to install proper version of pl…
Browse files Browse the repository at this point in the history
…ugin (GSadee)

This PR was merged into the 1.0-dev branch.

Discussion
----------



Commits
-------

73c2b2c Update installation guides to install proper version of plugin
  • Loading branch information
AdamKasp authored Mar 15, 2021
2 parents 97c4ea7 + 73c2b2c commit 55943d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ It is used by `KnpSnappyBundle` and can be configured according to [their documm
1. Require plugin with composer:

```bash
composer require sylius/refund-plugin
composer require sylius/refund-plugin:1.0.0-RC.7
```

> Remember to allow community recipes with `composer config extra.symfony.allow-contrib true` or during plugin installation process
Expand Down
2 changes: 1 addition & 1 deletion docs/legacy_installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
1. Require plugin with composer:

```bash
composer require sylius/refund-plugin
composer require sylius/refund-plugin:1.0.0-RC.7
```

1. Add plugin class and other required bundles to your `AppKernel`:
Expand Down

0 comments on commit 55943d4

Please sign in to comment.