You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+14-9
Original file line number
Diff line number
Diff line change
@@ -111,6 +111,7 @@ It supports all methods available to [drop-in](https://docs.adyen.com/online-pay
111
111
112
112
113
113
# Installation
114
+
114
115
For the full installation guide please go to [here](doc/installation.md).
115
116
116
117
----
@@ -119,17 +120,21 @@ For the full installation guide please go to [here](doc/installation.md).
119
120
120
121
We work on stable, supported and up-to-date versions of packages. We recommend you to do the same.
121
122
122
-
| Package | Version|
123
-
|---|--------------------|
124
-
| PHP | ^8.0|
125
-
| ext-json: | *|
126
-
| sylius/refund-plugin | ^1.0.0|
127
-
| sylius/resource-bundle | ^1.8 |
128
-
| sylius/sylius |~1.12.0 or ~1.13.0|
129
-
| symfony/messenger | ^5.4 or ^6.0|
130
-
| adyen/php-api-library | ^11.0|
123
+
| Package | Version|
124
+
|------------------------|----------------|
125
+
| PHP | ^8.0 |
126
+
| ext-json: | *|
127
+
| sylius/refund-plugin | ^1.0.0 |
128
+
| sylius/resource-bundle | ^1.8 |
129
+
| sylius/sylius |~1.12 or ~1.13 |
130
+
| symfony/messenger | ^5.4 or ^6.0 |
131
+
| adyen/php-api-library | ^11.0 |
131
132
132
133
----
134
+
135
+
### Full installation guide
136
+
-[See the full installation guide](doc/installation.md)
137
+
133
138
## Customization
134
139
----
135
140
##### You can [decorate](https://symfony.com/doc/current/service_container/service_decoration.html) available services and [extend](https://symfony.com/doc/current/form/create_form_type_extension.html) current forms.
3. When using Symfony flex the proper bundle class will be automatically registered in your bundles.php file. Otherwise, add it to your `config/bundles.php` file:
37
+
38
+
## Basic configuration:
39
+
Add plugin dependencies to your `config/bundles.php` file:
0 commit comments