Skip to content

Commit

Permalink
~ Fixed: cannot install bundle properly, due to incorrect composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
passioneight committed Sep 11, 2020
1 parent 3e87acf commit fca9c18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Expand Up @@ -4,13 +4,13 @@
"license": "GPL-3.0",
"autoload": {
"psr-4": {
"Passioneight\\Bundle\\PimcorePimcoreGoogleRecaptchaBundle\\": "src/"
"Passioneight\\Bundle\\PimcoreGoogleRecaptchaBundle\\": "src/"
}
},
"extra": {
"pimcore": {
"bundles": [
"Passioneight\\Bundle\\PimcorePimcoreGoogleRecaptchaBundle\\PimcorePimcoreGoogleRecaptchaBundle"
"Passioneight\\Bundle\\PimcoreGoogleRecaptchaBundle\\PimcoreGoogleRecaptchaBundle"
]
}
}
Expand Down

0 comments on commit fca9c18

Please sign in to comment.