Skip to content

Commit 9a49f02

Browse files
author
Damian D'amico
authored
Merge pull request #19 from odiseoteam/feature/fix-tests
Minor fixes
2 parents 660e0e8 + e340494 commit 9a49f02

3 files changed

Lines changed: 4 additions & 5 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
php: ["7.4", "8.0"]
2525
symfony: ["^4.4", "^5.2"]
2626
sylius: ["~1.9.0", "~1.10.0"]
27-
node: ["10.x"]
27+
node: ["14.x"]
2828
mysql: ["5.7", "8.0"]
2929

3030
exclude:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Support Sylius version 1.9+.
3838
#### Premium features!
3939
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.
4040

41-
### Architecture
41+
## Architecture
4242

4343
Basically you have a **DataFetcherInterface** and **RendererInterface** interfaces. The first one defines how to fetch the **Data**
4444
according to a configuration provided. And the second one uses the **Data** returned by the fetcher and returns a rendered view.

doc/installation.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ return [
1919
```yml
2020
# config/packages/_sylius.yaml
2121
imports:
22-
...
23-
22+
# ...
2423
- { resource: "@OdiseoSyliusReportPlugin/Resources/config/config.yaml" }
2524
```
2625
@@ -50,7 +49,7 @@ odiseo_sylius_report_plugin_admin:
5049
prefix: /admin
5150
```
5251
53-
5. Include traits
52+
5. Include traits and override the models
5453
5554
```php
5655
<?php

0 commit comments

Comments
 (0)