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 df99e6a commit 4956563Copy full SHA for 4956563
composer.json
@@ -1,6 +1,6 @@
1
{
2
- "name": "holt59/cakephp3-bootstrap3-helpers",
3
- "description": "Bootstrap 3 Helpers for CakePHP 3.0",
+ "name": "holt59/cakephp3-bootstrap-helpers",
+ "description": "Bootstrap Helpers for CakePHP 3.0",
4
"keywords": ["CakePHP", "Bootstrap"],
5
"license": "Apache",
6
"type": "cakephp-plugin",
@@ -9,10 +9,10 @@
9
},
10
"autoload": {
11
"psr-4": {
12
- "Bootstrap3\\": "src"
+ "Bootstrap\\": "src"
13
}
14
15
"extra": {
16
- "installer-name": "Bootstrap3"
+ "installer-name": "Bootstrap"
17
18
0 commit comments