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 1888e9e commit 9b4b11aCopy full SHA for 9b4b11a
README.md
@@ -24,21 +24,21 @@ HTML5 provides the following features.
24
25
Install HTML5-PHP using [composer](http://getcomposer.org/).
26
27
-To install, add `masterminds/html5` to your `composer.json` file:
+By adding the `masterminds/html5` dependency to your `composer.json` file:
28
29
```json
30
{
31
"require" : {
32
- "masterminds/html5": "2.*"
+ "masterminds/html5": "^2.0"
33
},
34
}
35
```
36
37
-(You may substitute `2.*` for a more specific release tag, of
38
-course.)
+By invoking require command via composer executable:
39
40
-From there, use the `composer install` or `composer update` commands to
41
-install.
+```bash
+composer require masterminds/html5
+```
42
43
## Basic Usage
44
0 commit comments