Skip to content

Commit 4b52f05

Browse files
committed
Atualizaçãodo dos parametros para composer
1 parent 4b0c63c commit 4b52f05

2 files changed

Lines changed: 10 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ echo $p->build();
9999

100100
```
101101

102-
Resultado:
102+
Resultado:
103103

104104
```html
105105
<p>Texto do meu parágrafo!</p>
@@ -115,7 +115,7 @@ echo $div->build();
115115

116116
```
117117

118-
Resultado:
118+
Resultado:
119119

120120
```html
121121
<span class="text-bold clear">Conteúdo do span</span>
@@ -129,7 +129,7 @@ $div->attr('class', ['text-bold', 'clear']);
129129
echo $div->build();
130130
```
131131

132-
Resultado:
132+
Resultado:
133133

134134
```html
135135
<span class="text-bold clear">Conteúdo do span</span>
@@ -151,7 +151,7 @@ echo $div->build();
151151

152152
```
153153

154-
Resultado:
154+
Resultado:
155155

156156
```html
157157
<div id="main" class="content">Texto que está dentro da minha div.</div>

composer.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
{
22
"name": "alanfm/html-builder",
3+
34
"discription": "Interface para criação de tags/elementos HTML com PHP",
5+
46
"keywords": ["HTML", "HTMLBuilder", "Builder", "PHP"],
57

68
"authors": [
@@ -11,6 +13,10 @@
1113
}
1214
],
1315

16+
"homepage": "https://github.com/alanfm/htmlbuilder",
17+
18+
"license": "MIT",
19+
1420
"require": {
1521
"php": ">=7.0"
1622
},

0 commit comments

Comments
 (0)