Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
GracjanJozefczyk committed Aug 2, 2021
1 parent 7b43e7e commit 21960a8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 25 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ jobs:
-
sylius: ~1.8.0
php: 8.0

-
sylius: ~1.9.0
php: 8.0
Expand Down
1 change: 0 additions & 1 deletion .phpunit.result.cache

This file was deleted.

9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,18 +40,18 @@ We work on stable, supported and up-to-date versions of packages. We recommend y

| Package | Version |
|:-------------:|:--------------:|
| PHP | ^7.2 |
| Sylius | ^1.4 |
| PHP | ^7.4 |
| Sylius | ^1.8 |
---
```bash
$ composer require bitbag/braintree-plugin
```

Add plugin dependencies to your AppKernel.php file:
Add plugin dependencies to your config/bundles.php file:

```php
return [
new \BitBag\SyliusBraintreePlugin\BitBagSyliusBraintreePlugin(),
BitBag\SyliusBraintreePlugin\BitBagSyliusBraintreePlugin::class => ['all' => true]
];
```

Expand Down Expand Up @@ -88,7 +88,6 @@ $ bin/console server:run 127.0.0.1:8080 -e test
$ open http://localhost:8080
$ vendor/bin/behat
$ vendor/bin/phpspec run
$ vendor/bin/phpunit
```

# About us
Expand Down
18 changes: 0 additions & 18 deletions phpunit.xml.dist

This file was deleted.

0 comments on commit 21960a8

Please sign in to comment.