Skip to content

Commit

Permalink
Merge pull request #9 from dlubitz/neos-7
Browse files Browse the repository at this point in the history
TASK: Set up constraints for Neos 7
  • Loading branch information
gerdemann authored Mar 18, 2022
2 parents 93dbcae + 45fd350 commit 443ca42
Showing 1 changed file with 16 additions and 3 deletions.
19 changes: 16 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Neos plugin for Google reCAPTCHA",
"license": "MIT",
"require": {
"neos/neos": "^4.0 || ^5.0",
"neos/neos": "^4.0 || ^5.0 || ^7.0",
"guzzlehttp/psr7": "^1.6"
},
"autoload": {
Expand Down Expand Up @@ -80,7 +80,20 @@
"Neos.Fusion-20170120013047",
"Neos.Flow-20170125103800",
"Neos.Seo-20170127154600",
"Neos.Flow-20170127183102"
"Neos.Flow-20170127183102",
"Neos.SwiftMailer-20161130105617",
"Neos.Flow-20180415105700",
"Neos.Neos-20180907103800",
"Neos.Neos.Ui-20190319094900",
"Neos.Flow-20190425144900",
"Neos.Flow-20190515215000",
"Neos.NodeTypes-20190917101945",
"Neos.NodeTypes-20200120114136",
"Neos.Flow-20200813181400",
"Neos.Flow-20201003165200",
"Neos.Flow-20201109224100",
"Neos.Flow-20201205172733",
"Neos.Flow-20201207104500"
]
}
}
}

0 comments on commit 443ca42

Please sign in to comment.