Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Mühl authored Nov 19, 2018
1 parent 457307e commit 58c6b1a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "dieschittigs/contao-recaptcha",
"description": "Contao 4 Bundle that replaces the default Contao captcha with Google's invisible reCAPTCHA or reCAPTCHA 2.0",
"type": "contao-bundle",
"license": "ISC",
"authors": [
Expand All @@ -8,6 +9,10 @@
"email": "[email protected]"
}
],
"require": {
"php": ">=5.6",
"contao/core-bundle": "^4.0"
},
"autoload": {
"psr-4": {
"DieSchittigs\\RecaptchaBundle\\": "src/"
Expand Down

0 comments on commit 58c6b1a

Please sign in to comment.