Skip to content

Commit

Permalink
OP-369 - Change README
Browse files Browse the repository at this point in the history
  • Loading branch information
JanPalen committed Jul 18, 2024
1 parent f842cab commit b93e80e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
15 changes: 13 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,18 @@ This **open-source plugin was developed to help the Sylius community**. If you h
[![](https://bitbag.io/wp-content/uploads/2020/10/button-contact.png)](https://bitbag.io/contact-us/?utm_source=github&utm_medium=referral&utm_campaign=plugins_braintree)

# Installation
---
----

### Requirements

We work on stable, supported and up-to-date versions of packages. We recommend you to do the same.

| Package | Version |
| --- |--------------------|
| PHP | ^8.0 or ^8.1 |
| sylius/sylius | ^1.12.0 or ^1.13.0 |

----

```bash
$ composer require bitbag/braintree-plugin
Expand Down Expand Up @@ -72,7 +83,7 @@ $ bin/console debug:container bitbag_sylius_braintree_plugin
$ composer install
$ cd tests/Application
$ yarn install
$ yarn build
$ yarn encore dev
$ bin/console assets:install public -e test
$ bin/console doctrine:database:create -e test
$ bin/console doctrine:schema:create -e test
Expand Down
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"require": {
"php": "^8.0 || ^8.1",
"sylius/sylius": "~1.12.0 || ~1.13.0",
"php-http/message-factory": "^1.1",
"braintree/braintree_php": "^6.4",
"symfony/webpack-encore-bundle": "^1.17"
},
Expand Down

0 comments on commit b93e80e

Please sign in to comment.