Skip to content

Commit d6d0c3d

Browse files
committed
Composer.json update
1 parent 59f1c75 commit d6d0c3d

File tree

2 files changed

+33
-30
lines changed

2 files changed

+33
-30
lines changed

Ajax/semantic/html/elements/HtmlHeader.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class HtmlHeader extends HtmlSemDoubleElement {
1515

1616
public function __construct($identifier, $niveau=1, $content=NULL, $type="page") {
1717
parent::__construct($identifier, "div", "ui header");
18-
$this->_template="<%tagName% %properties%>%image%%content%</%tagName%>";
18+
$this->_template="<%tagName% %properties%>%image%%wrapContentBefore%%content%%wrapContentAfter%</%tagName%>";
1919
if (isset($type)) {
2020
if ($type == "page") {
2121
$this->asPageHeader($niveau);

composer.json

Lines changed: 32 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,38 @@
11
{
2-
"name": "phpmv/php-mv-ui",
3-
"description": "A JQuery and UI library for php and php MVC frameworks",
4-
"type": "phpMv-UI",
5-
"keywords": [
6-
"php",
7-
"jquery",
8-
"phalcon",
2+
"name": "phpmv/php-mv-ui",
3+
"description": "A JQuery and UI library for php and php MVC frameworks",
4+
"type": "phpMv-UI",
5+
"keywords": [
6+
"php",
7+
"jquery",
8+
"phalcon",
99
"symfony",
1010
"laravel",
1111
"Yii",
1212
"codeIgniter",
13-
"twitter bootstrap",
14-
"jquery ui",
15-
"semantic ui",
16-
"framework"
17-
],
18-
"require": {
19-
"php": ">5.3.9",
20-
"frameworks/jquery": "~2.1",
21-
"components/jqueryui": "~1.11",
22-
"twitter/bootstrap": "~3.3"
23-
},
24-
"autoload": {
25-
"psr-4": { "Ajax\\": "Ajax/" }
26-
},
27-
"license": "Apache License Version 2",
28-
"authors": [
29-
{
30-
"name": "Jean-Christophe HERON",
31-
"email": "myaddressmail@gmail.com",
32-
"role": "Developer"
33-
}
34-
]
13+
"twitter bootstrap",
14+
"jquery ui",
15+
"semantic ui",
16+
"framework"
17+
],
18+
"require": {
19+
"php": ">5.3.9",
20+
"frameworks/jquery": "~2.1"
21+
},
22+
"suggest": {
23+
"components/jqueryui": "~1.11",
24+
"twitter/bootstrap": "~3.3",
25+
"semantic/ui": "~2.2.1"
26+
},
27+
"autoload": {
28+
"psr-4": { "Ajax\\": "Ajax/" }
29+
},
30+
"license": "Apache License Version 2",
31+
"authors": [
32+
{
33+
"name": "Jean-Christophe HERON",
34+
"email": "myaddressmail@gmail.com",
35+
"role": "Developer"
36+
}
37+
]
3538
}

0 commit comments

Comments
 (0)