Skip to content

Commit 4956563

Browse files
committed
Update composer.json
1 parent df99e6a commit 4956563

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "holt59/cakephp3-bootstrap3-helpers",
3-
"description": "Bootstrap 3 Helpers for CakePHP 3.0",
2+
"name": "holt59/cakephp3-bootstrap-helpers",
3+
"description": "Bootstrap Helpers for CakePHP 3.0",
44
"keywords": ["CakePHP", "Bootstrap"],
55
"license": "Apache",
66
"type": "cakephp-plugin",
@@ -9,10 +9,10 @@
99
},
1010
"autoload": {
1111
"psr-4": {
12-
"Bootstrap3\\": "src"
12+
"Bootstrap\\": "src"
1313
}
1414
},
1515
"extra": {
16-
"installer-name": "Bootstrap3"
16+
"installer-name": "Bootstrap"
1717
}
1818
}

0 commit comments

Comments
 (0)