Skip to content

Commit

Permalink
Merge pull request #19 from odiseoteam/feature/fix-tests
Browse files Browse the repository at this point in the history
Minor fixes
  • Loading branch information
bigboss86 authored Mar 25, 2022
2 parents 660e0e8 + e340494 commit 9a49f02
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
php: ["7.4", "8.0"]
symfony: ["^4.4", "^5.2"]
sylius: ["~1.9.0", "~1.10.0"]
node: ["10.x"]
node: ["14.x"]
mysql: ["5.7", "8.0"]

exclude:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Support Sylius version 1.9+.
#### Premium features!
Do you want advanced features? Take a look at our [Report Pro Plugin](https://odiseo.io/plugins-and-bundles/premium/sylius-report-pro-plugin), an extended version of this one.

### Architecture
## Architecture

Basically you have a **DataFetcherInterface** and **RendererInterface** interfaces. The first one defines how to fetch the **Data**
according to a configuration provided. And the second one uses the **Data** returned by the fetcher and returns a rendered view.
Expand Down
5 changes: 2 additions & 3 deletions doc/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ return [
```yml
# config/packages/_sylius.yaml
imports:
...

# ...
- { resource: "@OdiseoSyliusReportPlugin/Resources/config/config.yaml" }
```
Expand Down Expand Up @@ -50,7 +49,7 @@ odiseo_sylius_report_plugin_admin:
prefix: /admin
```
5. Include traits
5. Include traits and override the models
```php
<?php
Expand Down

0 comments on commit 9a49f02

Please sign in to comment.