Skip to content

Commit fca9c18

Browse files
committed
~ Fixed: cannot install bundle properly, due to incorrect composer.json
1 parent 3e87acf commit fca9c18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"license": "GPL-3.0",
55
"autoload": {
66
"psr-4": {
7-
"Passioneight\\Bundle\\PimcorePimcoreGoogleRecaptchaBundle\\": "src/"
7+
"Passioneight\\Bundle\\PimcoreGoogleRecaptchaBundle\\": "src/"
88
}
99
},
1010
"extra": {
1111
"pimcore": {
1212
"bundles": [
13-
"Passioneight\\Bundle\\PimcorePimcoreGoogleRecaptchaBundle\\PimcorePimcoreGoogleRecaptchaBundle"
13+
"Passioneight\\Bundle\\PimcoreGoogleRecaptchaBundle\\PimcoreGoogleRecaptchaBundle"
1414
]
1515
}
1616
}

0 commit comments

Comments
 (0)