We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc8a11e commit c158a38Copy full SHA for c158a38
README.md
@@ -9,12 +9,22 @@ further details.
9
10
## Compatibility
11
12
-- Ember Bootstrap v5
13
-- Ember CP Validations v5
+- Ember Bootstrap v5 or above
+- Ember CP Validations v5 or above
14
- Ember.js v3.28 or above
15
- Ember CLI v3.28 or above
16
- Node.js v20 or above
17
18
+## Requirements
19
+
20
+This addon requires the following minimum versions in the host application. It's recommended to install these (or newer) before installing this addon:
21
22
+- ember-bootstrap: >= 5.0.0
23
+- ember-cp-validations: >= 5.0.0
24
+- ember-source (Ember.js): >= 3.28.0
25
+- Ember CLI: >= 3.28.0
26
+- Node.js: >= 20.0.0
27
28
## Installation
29
30
```
0 commit comments