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.
2 parents ea2ec5a + 954c09e commit a8d7cadCopy full SHA for a8d7cad
README.md
@@ -44,16 +44,12 @@ To find a full list of them check the public methods at: https://github.com/joom
44
If you want to see a working example of JoomlaBrowser check weblinks tests: https://github.com/joomla-extensions/weblinks#tests
45
46
## Using Instructions
47
-Update Composer.json file in your project, adding
+Update Composer.json file in your project, and download
48
49
### Download
50
51
```
52
-"require" : "joomla-projects/joomla-browser": "dev-develop"
53
-```
54
-then do a
55
56
-composer update
+composer require joomla-projects/joomla-browser:dev-develop
57
58
59
### Loading the Module in Codeception
0 commit comments