Skip to content

Commit de91761

Browse files
Update README.md
1 parent 58d626b commit de91761

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

README.md

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,6 @@ Laravel 5 wrapper for Prestashop Web Service Library
66
Installation
77
------------
88

9-
Add these lines to your `composer.json` file at the end of the object:
10-
11-
```javascript
12-
"minimum-stability": "dev",
13-
"prefer-stable": true
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.
17-
189
Require this package with composer using the following command:
1910

2011
```shell
@@ -257,4 +248,4 @@ The result will be this as expected:
257248
</product_feature>
258249
</product_features>
259250
...
260-
```
251+
```

0 commit comments

Comments
 (0)