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
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -9,11 +9,11 @@ Installation
9
9
Add these lines to your `composer.json` file at the end of the object:
10
10
11
11
```javascript
12
-
"minimum-stability":"dev",
13
-
"prefer-stable":"true"
12
+
"minimum-stability":"dev",
13
+
"prefer-stable":true
14
14
```
15
-
The `"minimum-stability":"dev"` line is needed because the underlying Prestashop Web Service Library is not versioned so you must tell Composer to allow packages still in development.
16
-
Adding `"prefer-stable":"true"` will tell Composer to provide stable packages if found over dev ones, this is not compulsory but suggested if you don'thave specific needs for your dependencies.
15
+
The `"minimum-stability":"dev"` line is needed because the underlying Prestashop Web Service Library is not versioned so you must tell Composer to allow packages still in development.
16
+
Adding `"prefer-stable":true` will tell Composer to provide stable packages if found over dev ones, this is not compulsory but suggested if you don'thave specific needs for your dependencies.
17
17
18
18
Require this package with composer using the following command:
0 commit comments